Copy disabled (too large)
Download .txt
Showing preview only (20,199K chars total). Download the full file to get everything.
Repository: chunhuizhang/pytorch_distribute_tutorials
Branch: main
Commit: e7a1f00bcbed
Files: 73
Total size: 19.2 MB
Directory structure:
gitextract_d6bmv_gd/
├── .gitignore
├── README.md
├── collect_env.py
├── communication.ipynb
├── data/
│ ├── winequality-red.csv
│ ├── winequality-white.csv
│ └── winequality.names
├── torch_distributed_supp.ipynb
└── tutorials/
├── 01_multi_gpus_data_parallelism.ipynb
├── 02_ddp_basics.ipynb
├── 03_ddp_toy_example.ipynb
├── 04_model_parallel_resnet50.ipynb
├── 3D-parallel/
│ ├── SP-序列并行.ipynb
│ ├── fsdp_fsdp2.ipynb
│ ├── mesh.py
│ └── ring-allreduce.ipynb
├── CUDA_RPC.ipynb
├── FSDP.ipynb
├── amp_autocast_mixed_precision_training.ipynb
├── backends.ipynb
├── bitsandbytes/
│ └── bnd_basics.ipynb
├── cpu_memory/
│ └── cpu_memory.ipynb
├── cpu_multi_cores_machine_learning.ipynb
├── cpu_parallel_openmp.ipynb
├── ddp_gpus.py
├── ddp_gpus_torchrun.py
├── deepspeed_accelerate/
│ ├── 3D并行.ipynb
│ ├── accelerate_basics_scripts.py
│ ├── accelerate_config.ipynb
│ ├── accelerate_inference.ipynb
│ ├── bert_ds.py
│ ├── bitsandbytes_accelerate.ipynb
│ ├── deepspeed_basics.ipynb
│ ├── deepspeed_实践.ipynb
│ ├── ds_examples.ipynb
│ ├── ds_offload.ipynb
│ ├── megtron_lm.ipynb
│ ├── torchrun_deepspeed_accelerate.ipynb
│ └── utils/
│ ├── helloworld.py
│ └── multi_gpus_inference.py
├── infra/
│ ├── PPO_workflow.ipynb
│ ├── mfu_flops.ipynb
│ ├── misc/
│ │ └── flash_attn.ipynb
│ ├── openrlhf/
│ │ ├── openrlhf_basics.ipynb
│ │ └── openrlhf_分布式训练流程.ipynb
│ ├── ray/
│ │ ├── ray_basics.ipynb
│ │ ├── ray_debugger.ipynb
│ │ ├── ray_python.ipynb
│ │ └── ray_资源管理与调度.ipynb
│ └── verl/
│ ├── parquet_data_process.ipynb
│ ├── verl.ipynb
│ └── verl_in_action.ipynb
├── kv-cache.ipynb
├── mpi.ipynb
├── nvcc_cuda/
│ ├── cuda_mm.ipynb
│ ├── pinned_memory_non_blocking.ipynb
│ ├── tensor-core.ipynb
│ ├── tensorrt-docker.ipynb
│ └── untitled.txt
├── overall.ipynb
├── pipeline_parallel.ipynb
├── quant/
│ ├── clustering.ipynb
│ ├── fp32_fp16_bf16_tf32.ipynb
│ └── 基本概念.ipynb
├── snapshot.pt
├── tensor_cores.ipynb
├── tensor_parallel.ipynb
├── torch_dist.py
├── torch_distributed_basics.ipynb
├── torch_nccl_collective_communication.ipynb
├── torch_nccl_test.py
├── 一些补充(ddp、多机多卡).ipynb
└── 分布式训练细节.ipynb
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
transformers/
code-samples/
profile*
================================================
FILE: README.md
================================================
# pytorch_distribute_tutorials
pytorch distribute tutorials
================================================
FILE: collect_env.py
================================================
# Unlike the rest of the PyTorch this file must be python2 compliant.
# This script outputs relevant system environment info
# Run it with `python collect_env.py` or `python -m torch.utils.collect_env`
import datetime
import locale
import re
import subprocess
import sys
import os
from collections import namedtuple
try:
import torch
TORCH_AVAILABLE = True
except (ImportError, NameError, AttributeError, OSError):
TORCH_AVAILABLE = False
# System Environment Information
SystemEnv = namedtuple('SystemEnv', [
'torch_version',
'is_debug_build',
'cuda_compiled_version',
'gcc_version',
'clang_version',
'cmake_version',
'os',
'libc_version',
'python_version',
'python_platform',
'is_cuda_available',
'cuda_runtime_version',
'cuda_module_loading',
'nvidia_driver_version',
'nvidia_gpu_models',
'cudnn_version',
'pip_version', # 'pip' or 'pip3'
'pip_packages',
'conda_packages',
'hip_compiled_version',
'hip_runtime_version',
'miopen_runtime_version',
'caching_allocator_config',
'is_xnnpack_available',
'cpu_info',
])
DEFAULT_CONDA_PATTERNS = {
"torch",
"numpy",
"cudatoolkit",
"soumith",
"mkl",
"magma",
"triton",
"optree",
}
DEFAULT_PIP_PATTERNS = {
"torch",
"numpy",
"mypy",
"flake8",
"triton",
"optree",
"onnx",
}
def run(command):
"""Return (return-code, stdout, stderr)."""
shell = True if type(command) is str else False
p = subprocess.Popen(command, stdout=subprocess.PIPE,
stderr=subprocess.PIPE, shell=shell)
raw_output, raw_err = p.communicate()
rc = p.returncode
if get_platform() == 'win32':
enc = 'oem'
else:
enc = locale.getpreferredencoding()
output = raw_output.decode(enc)
err = raw_err.decode(enc)
return rc, output.strip(), err.strip()
def run_and_read_all(run_lambda, command):
"""Run command using run_lambda; reads and returns entire output if rc is 0."""
rc, out, _ = run_lambda(command)
if rc != 0:
return None
return out
def run_and_parse_first_match(run_lambda, command, regex):
"""Run command using run_lambda, returns the first regex match if it exists."""
rc, out, _ = run_lambda(command)
if rc != 0:
return None
match = re.search(regex, out)
if match is None:
return None
return match.group(1)
def run_and_return_first_line(run_lambda, command):
"""Run command using run_lambda and returns first line if output is not empty."""
rc, out, _ = run_lambda(command)
if rc != 0:
return None
return out.split('\n')[0]
def get_conda_packages(run_lambda, patterns=None):
if patterns is None:
patterns = DEFAULT_CONDA_PATTERNS
conda = os.environ.get('CONDA_EXE', 'conda')
out = run_and_read_all(run_lambda, "{} list".format(conda))
if out is None:
return out
return "\n".join(
line
for line in out.splitlines()
if not line.startswith("#")
and any(name in line for name in patterns)
)
def get_gcc_version(run_lambda):
return run_and_parse_first_match(run_lambda, 'gcc --version', r'gcc (.*)')
def get_clang_version(run_lambda):
return run_and_parse_first_match(run_lambda, 'clang --version', r'clang version (.*)')
def get_cmake_version(run_lambda):
return run_and_parse_first_match(run_lambda, 'cmake --version', r'cmake (.*)')
def get_nvidia_driver_version(run_lambda):
if get_platform() == 'darwin':
cmd = 'kextstat | grep -i cuda'
return run_and_parse_first_match(run_lambda, cmd,
r'com[.]nvidia[.]CUDA [(](.*?)[)]')
smi = get_nvidia_smi()
return run_and_parse_first_match(run_lambda, smi, r'Driver Version: (.*?) ')
def get_gpu_info(run_lambda):
if get_platform() == 'darwin' or (TORCH_AVAILABLE and hasattr(torch.version, 'hip') and torch.version.hip is not None):
if TORCH_AVAILABLE and torch.cuda.is_available():
if torch.version.hip is not None:
prop = torch.cuda.get_device_properties(0)
if hasattr(prop, "gcnArchName"):
gcnArch = " ({})".format(prop.gcnArchName)
else:
gcnArch = "NoGCNArchNameOnOldPyTorch"
else:
gcnArch = ""
return torch.cuda.get_device_name(None) + gcnArch
return None
smi = get_nvidia_smi()
uuid_regex = re.compile(r' \(UUID: .+?\)')
rc, out, _ = run_lambda(smi + ' -L')
if rc != 0:
return None
# Anonymize GPUs by removing their UUID
return re.sub(uuid_regex, '', out)
def get_running_cuda_version(run_lambda):
return run_and_parse_first_match(run_lambda, 'nvcc --version', r'release .+ V(.*)')
def get_cudnn_version(run_lambda):
"""Return a list of libcudnn.so; it's hard to tell which one is being used."""
if get_platform() == 'win32':
system_root = os.environ.get('SYSTEMROOT', 'C:\\Windows')
cuda_path = os.environ.get('CUDA_PATH', "%CUDA_PATH%")
where_cmd = os.path.join(system_root, 'System32', 'where')
cudnn_cmd = '{} /R "{}\\bin" cudnn*.dll'.format(where_cmd, cuda_path)
elif get_platform() == 'darwin':
# CUDA libraries and drivers can be found in /usr/local/cuda/. See
# https://docs.nvidia.com/cuda/cuda-installation-guide-mac-os-x/index.html#install
# https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installmac
# Use CUDNN_LIBRARY when cudnn library is installed elsewhere.
cudnn_cmd = 'ls /usr/local/cuda/lib/libcudnn*'
else:
cudnn_cmd = 'ldconfig -p | grep libcudnn | rev | cut -d" " -f1 | rev'
rc, out, _ = run_lambda(cudnn_cmd)
# find will return 1 if there are permission errors or if not found
if len(out) == 0 or (rc != 1 and rc != 0):
l = os.environ.get('CUDNN_LIBRARY')
if l is not None and os.path.isfile(l):
return os.path.realpath(l)
return None
files_set = set()
for fn in out.split('\n'):
fn = os.path.realpath(fn) # eliminate symbolic links
if os.path.isfile(fn):
files_set.add(fn)
if not files_set:
return None
# Alphabetize the result because the order is non-deterministic otherwise
files = sorted(files_set)
if len(files) == 1:
return files[0]
result = '\n'.join(files)
return 'Probably one of the following:\n{}'.format(result)
def get_nvidia_smi():
# Note: nvidia-smi is currently available only on Windows and Linux
smi = 'nvidia-smi'
if get_platform() == 'win32':
system_root = os.environ.get('SYSTEMROOT', 'C:\\Windows')
program_files_root = os.environ.get('PROGRAMFILES', 'C:\\Program Files')
legacy_path = os.path.join(program_files_root, 'NVIDIA Corporation', 'NVSMI', smi)
new_path = os.path.join(system_root, 'System32', smi)
smis = [new_path, legacy_path]
for candidate_smi in smis:
if os.path.exists(candidate_smi):
smi = '"{}"'.format(candidate_smi)
break
return smi
# example outputs of CPU infos
# * linux
# Architecture: x86_64
# CPU op-mode(s): 32-bit, 64-bit
# Address sizes: 46 bits physical, 48 bits virtual
# Byte Order: Little Endian
# CPU(s): 128
# On-line CPU(s) list: 0-127
# Vendor ID: GenuineIntel
# Model name: Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
# CPU family: 6
# Model: 106
# Thread(s) per core: 2
# Core(s) per socket: 32
# Socket(s): 2
# Stepping: 6
# BogoMIPS: 5799.78
# Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr
# sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl
# xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16
# pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand
# hypervisor lahf_lm abm 3dnowprefetch invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced
# fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap
# avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1
# xsaves wbnoinvd ida arat avx512vbmi pku ospke avx512_vbmi2 gfni vaes vpclmulqdq
# avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid md_clear flush_l1d arch_capabilities
# Virtualization features:
# Hypervisor vendor: KVM
# Virtualization type: full
# Caches (sum of all):
# L1d: 3 MiB (64 instances)
# L1i: 2 MiB (64 instances)
# L2: 80 MiB (64 instances)
# L3: 108 MiB (2 instances)
# NUMA:
# NUMA node(s): 2
# NUMA node0 CPU(s): 0-31,64-95
# NUMA node1 CPU(s): 32-63,96-127
# Vulnerabilities:
# Itlb multihit: Not affected
# L1tf: Not affected
# Mds: Not affected
# Meltdown: Not affected
# Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
# Retbleed: Not affected
# Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
# Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
# Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
# Srbds: Not affected
# Tsx async abort: Not affected
# * win32
# Architecture=9
# CurrentClockSpeed=2900
# DeviceID=CPU0
# Family=179
# L2CacheSize=40960
# L2CacheSpeed=
# Manufacturer=GenuineIntel
# MaxClockSpeed=2900
# Name=Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
# ProcessorType=3
# Revision=27142
#
# Architecture=9
# CurrentClockSpeed=2900
# DeviceID=CPU1
# Family=179
# L2CacheSize=40960
# L2CacheSpeed=
# Manufacturer=GenuineIntel
# MaxClockSpeed=2900
# Name=Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
# ProcessorType=3
# Revision=27142
def get_cpu_info(run_lambda):
rc, out, err = 0, '', ''
if get_platform() == 'linux':
rc, out, err = run_lambda('lscpu')
elif get_platform() == 'win32':
rc, out, err = run_lambda('wmic cpu get Name,Manufacturer,Family,Architecture,ProcessorType,DeviceID, \
CurrentClockSpeed,MaxClockSpeed,L2CacheSize,L2CacheSpeed,Revision /VALUE')
elif get_platform() == 'darwin':
rc, out, err = run_lambda("sysctl -n machdep.cpu.brand_string")
cpu_info = 'None'
if rc == 0:
cpu_info = out
else:
cpu_info = err
return cpu_info
def get_platform():
if sys.platform.startswith('linux'):
return 'linux'
elif sys.platform.startswith('win32'):
return 'win32'
elif sys.platform.startswith('cygwin'):
return 'cygwin'
elif sys.platform.startswith('darwin'):
return 'darwin'
else:
return sys.platform
def get_mac_version(run_lambda):
return run_and_parse_first_match(run_lambda, 'sw_vers -productVersion', r'(.*)')
def get_windows_version(run_lambda):
system_root = os.environ.get('SYSTEMROOT', 'C:\\Windows')
wmic_cmd = os.path.join(system_root, 'System32', 'Wbem', 'wmic')
findstr_cmd = os.path.join(system_root, 'System32', 'findstr')
return run_and_read_all(run_lambda, '{} os get Caption | {} /v Caption'.format(wmic_cmd, findstr_cmd))
def get_lsb_version(run_lambda):
return run_and_parse_first_match(run_lambda, 'lsb_release -a', r'Description:\t(.*)')
def check_release_file(run_lambda):
return run_and_parse_first_match(run_lambda, 'cat /etc/*-release',
r'PRETTY_NAME="(.*)"')
def get_os(run_lambda):
from platform import machine
platform = get_platform()
if platform == 'win32' or platform == 'cygwin':
return get_windows_version(run_lambda)
if platform == 'darwin':
version = get_mac_version(run_lambda)
if version is None:
return None
return 'macOS {} ({})'.format(version, machine())
if platform == 'linux':
# Ubuntu/Debian based
desc = get_lsb_version(run_lambda)
if desc is not None:
return '{} ({})'.format(desc, machine())
# Try reading /etc/*-release
desc = check_release_file(run_lambda)
if desc is not None:
return '{} ({})'.format(desc, machine())
return '{} ({})'.format(platform, machine())
# Unknown platform
return platform
def get_python_platform():
import platform
return platform.platform()
def get_libc_version():
import platform
if get_platform() != 'linux':
return 'N/A'
return '-'.join(platform.libc_ver())
def get_pip_packages(run_lambda, patterns=None):
"""Return `pip list` output. Note: will also find conda-installed pytorch and numpy packages."""
if patterns is None:
patterns = DEFAULT_PIP_PATTERNS
# People generally have `pip` as `pip` or `pip3`
# But here it is invoked as `python -mpip`
def run_with_pip(pip):
out = run_and_read_all(run_lambda, pip + ["list", "--format=freeze"])
return "\n".join(
line
for line in out.splitlines()
if any(name in line for name in patterns)
)
pip_version = 'pip3' if sys.version[0] == '3' else 'pip'
out = run_with_pip([sys.executable, '-mpip'])
return pip_version, out
def get_cachingallocator_config():
ca_config = os.environ.get('PYTORCH_CUDA_ALLOC_CONF', '')
return ca_config
def get_cuda_module_loading_config():
if TORCH_AVAILABLE and torch.cuda.is_available():
torch.cuda.init()
config = os.environ.get('CUDA_MODULE_LOADING', '')
return config
else:
return "N/A"
def is_xnnpack_available():
if TORCH_AVAILABLE:
import torch.backends.xnnpack
return str(torch.backends.xnnpack.enabled) # type: ignore[attr-defined]
else:
return "N/A"
def get_env_info():
run_lambda = run
pip_version, pip_list_output = get_pip_packages(run_lambda)
if TORCH_AVAILABLE:
version_str = torch.__version__
debug_mode_str = str(torch.version.debug)
cuda_available_str = str(torch.cuda.is_available())
cuda_version_str = torch.version.cuda
if not hasattr(torch.version, 'hip') or torch.version.hip is None: # cuda version
hip_compiled_version = hip_runtime_version = miopen_runtime_version = 'N/A'
else: # HIP version
def get_version_or_na(cfg, prefix):
_lst = [s.rsplit(None, 1)[-1] for s in cfg if prefix in s]
return _lst[0] if _lst else 'N/A'
cfg = torch._C._show_config().split('\n')
hip_runtime_version = get_version_or_na(cfg, 'HIP Runtime')
miopen_runtime_version = get_version_or_na(cfg, 'MIOpen')
cuda_version_str = 'N/A'
hip_compiled_version = torch.version.hip
else:
version_str = debug_mode_str = cuda_available_str = cuda_version_str = 'N/A'
hip_compiled_version = hip_runtime_version = miopen_runtime_version = 'N/A'
sys_version = sys.version.replace("\n", " ")
conda_packages = get_conda_packages(run_lambda)
return SystemEnv(
torch_version=version_str,
is_debug_build=debug_mode_str,
python_version='{} ({}-bit runtime)'.format(sys_version, sys.maxsize.bit_length() + 1),
python_platform=get_python_platform(),
is_cuda_available=cuda_available_str,
cuda_compiled_version=cuda_version_str,
cuda_runtime_version=get_running_cuda_version(run_lambda),
cuda_module_loading=get_cuda_module_loading_config(),
nvidia_gpu_models=get_gpu_info(run_lambda),
nvidia_driver_version=get_nvidia_driver_version(run_lambda),
cudnn_version=get_cudnn_version(run_lambda),
hip_compiled_version=hip_compiled_version,
hip_runtime_version=hip_runtime_version,
miopen_runtime_version=miopen_runtime_version,
pip_version=pip_version,
pip_packages=pip_list_output,
conda_packages=conda_packages,
os=get_os(run_lambda),
libc_version=get_libc_version(),
gcc_version=get_gcc_version(run_lambda),
clang_version=get_clang_version(run_lambda),
cmake_version=get_cmake_version(run_lambda),
caching_allocator_config=get_cachingallocator_config(),
is_xnnpack_available=is_xnnpack_available(),
cpu_info=get_cpu_info(run_lambda),
)
env_info_fmt = """
PyTorch version: {torch_version}
Is debug build: {is_debug_build}
CUDA used to build PyTorch: {cuda_compiled_version}
ROCM used to build PyTorch: {hip_compiled_version}
OS: {os}
GCC version: {gcc_version}
Clang version: {clang_version}
CMake version: {cmake_version}
Libc version: {libc_version}
Python version: {python_version}
Python platform: {python_platform}
Is CUDA available: {is_cuda_available}
CUDA runtime version: {cuda_runtime_version}
CUDA_MODULE_LOADING set to: {cuda_module_loading}
GPU models and configuration: {nvidia_gpu_models}
Nvidia driver version: {nvidia_driver_version}
cuDNN version: {cudnn_version}
HIP runtime version: {hip_runtime_version}
MIOpen runtime version: {miopen_runtime_version}
Is XNNPACK available: {is_xnnpack_available}
CPU:
{cpu_info}
Versions of relevant libraries:
{pip_packages}
{conda_packages}
""".strip()
def pretty_str(envinfo):
def replace_nones(dct, replacement='Could not collect'):
for key in dct.keys():
if dct[key] is not None:
continue
dct[key] = replacement
return dct
def replace_bools(dct, true='Yes', false='No'):
for key in dct.keys():
if dct[key] is True:
dct[key] = true
elif dct[key] is False:
dct[key] = false
return dct
def prepend(text, tag='[prepend]'):
lines = text.split('\n')
updated_lines = [tag + line for line in lines]
return '\n'.join(updated_lines)
def replace_if_empty(text, replacement='No relevant packages'):
if text is not None and len(text) == 0:
return replacement
return text
def maybe_start_on_next_line(string):
# If `string` is multiline, prepend a \n to it.
if string is not None and len(string.split('\n')) > 1:
return '\n{}\n'.format(string)
return string
mutable_dict = envinfo._asdict()
# If nvidia_gpu_models is multiline, start on the next line
mutable_dict['nvidia_gpu_models'] = \
maybe_start_on_next_line(envinfo.nvidia_gpu_models)
# If the machine doesn't have CUDA, report some fields as 'No CUDA'
dynamic_cuda_fields = [
'cuda_runtime_version',
'nvidia_gpu_models',
'nvidia_driver_version',
]
all_cuda_fields = dynamic_cuda_fields + ['cudnn_version']
all_dynamic_cuda_fields_missing = all(
mutable_dict[field] is None for field in dynamic_cuda_fields)
if TORCH_AVAILABLE and not torch.cuda.is_available() and all_dynamic_cuda_fields_missing:
for field in all_cuda_fields:
mutable_dict[field] = 'No CUDA'
if envinfo.cuda_compiled_version is None:
mutable_dict['cuda_compiled_version'] = 'None'
# Replace True with Yes, False with No
mutable_dict = replace_bools(mutable_dict)
# Replace all None objects with 'Could not collect'
mutable_dict = replace_nones(mutable_dict)
# If either of these are '', replace with 'No relevant packages'
mutable_dict['pip_packages'] = replace_if_empty(mutable_dict['pip_packages'])
mutable_dict['conda_packages'] = replace_if_empty(mutable_dict['conda_packages'])
# Tag conda and pip packages with a prefix
# If they were previously None, they'll show up as ie '[conda] Could not collect'
if mutable_dict['pip_packages']:
mutable_dict['pip_packages'] = prepend(mutable_dict['pip_packages'],
'[{}] '.format(envinfo.pip_version))
if mutable_dict['conda_packages']:
mutable_dict['conda_packages'] = prepend(mutable_dict['conda_packages'],
'[conda] ')
mutable_dict['cpu_info'] = envinfo.cpu_info
return env_info_fmt.format(**mutable_dict)
def get_pretty_env_info():
return pretty_str(get_env_info())
def main():
print("Collecting environment information...")
output = get_pretty_env_info()
print(output)
if TORCH_AVAILABLE and hasattr(torch, 'utils') and hasattr(torch.utils, '_crash_handler'):
minidump_dir = torch.utils._crash_handler.DEFAULT_MINIDUMP_DIR
if sys.platform == "linux" and os.path.exists(minidump_dir):
dumps = [os.path.join(minidump_dir, dump) for dump in os.listdir(minidump_dir)]
latest = max(dumps, key=os.path.getctime)
ctime = os.path.getctime(latest)
creation_time = datetime.datetime.fromtimestamp(ctime).strftime('%Y-%m-%d %H:%M:%S')
msg = "\n*** Detected a minidump at {} created on {}, ".format(latest, creation_time) + \
"if this is related to your bug please include it when you file a report ***"
print(msg, file=sys.stderr)
if __name__ == '__main__':
main()
================================================
FILE: communication.ipynb
================================================
{
"cells": [
{
"cell_type": "markdown",
"id": "ff4af96f-da0b-40f5-9f85-a7f9b69b2df8",
"metadata": {},
"source": [
"### 一些概念"
]
},
{
"cell_type": "markdown",
"id": "cb07276f-5a8e-484b-a002-0b81da664e0f",
"metadata": {},
"source": [
"- overhead(开销):额外资源、时间或计算成本等;\n",
" - 比如分布式中的 communication overhead(通信开销),额外的内存开销(Memory Overhead,for model 副本)等;"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
================================================
FILE: data/winequality-red.csv
================================================
"fixed acidity";"volatile acidity";"citric acid";"residual sugar";"chlorides";"free sulfur dioxide";"total sulfur dioxide";"density";"pH";"sulphates";"alcohol";"quality"
7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5
7.8;0.88;0;2.6;0.098;25;67;0.9968;3.2;0.68;9.8;5
7.8;0.76;0.04;2.3;0.092;15;54;0.997;3.26;0.65;9.8;5
11.2;0.28;0.56;1.9;0.075;17;60;0.998;3.16;0.58;9.8;6
7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5
7.4;0.66;0;1.8;0.075;13;40;0.9978;3.51;0.56;9.4;5
7.9;0.6;0.06;1.6;0.069;15;59;0.9964;3.3;0.46;9.4;5
7.3;0.65;0;1.2;0.065;15;21;0.9946;3.39;0.47;10;7
7.8;0.58;0.02;2;0.073;9;18;0.9968;3.36;0.57;9.5;7
7.5;0.5;0.36;6.1;0.071;17;102;0.9978;3.35;0.8;10.5;5
6.7;0.58;0.08;1.8;0.097;15;65;0.9959;3.28;0.54;9.2;5
7.5;0.5;0.36;6.1;0.071;17;102;0.9978;3.35;0.8;10.5;5
5.6;0.615;0;1.6;0.089;16;59;0.9943;3.58;0.52;9.9;5
7.8;0.61;0.29;1.6;0.114;9;29;0.9974;3.26;1.56;9.1;5
8.9;0.62;0.18;3.8;0.176;52;145;0.9986;3.16;0.88;9.2;5
8.9;0.62;0.19;3.9;0.17;51;148;0.9986;3.17;0.93;9.2;5
8.5;0.28;0.56;1.8;0.092;35;103;0.9969;3.3;0.75;10.5;7
8.1;0.56;0.28;1.7;0.368;16;56;0.9968;3.11;1.28;9.3;5
7.4;0.59;0.08;4.4;0.086;6;29;0.9974;3.38;0.5;9;4
7.9;0.32;0.51;1.8;0.341;17;56;0.9969;3.04;1.08;9.2;6
8.9;0.22;0.48;1.8;0.077;29;60;0.9968;3.39;0.53;9.4;6
7.6;0.39;0.31;2.3;0.082;23;71;0.9982;3.52;0.65;9.7;5
7.9;0.43;0.21;1.6;0.106;10;37;0.9966;3.17;0.91;9.5;5
8.5;0.49;0.11;2.3;0.084;9;67;0.9968;3.17;0.53;9.4;5
6.9;0.4;0.14;2.4;0.085;21;40;0.9968;3.43;0.63;9.7;6
6.3;0.39;0.16;1.4;0.08;11;23;0.9955;3.34;0.56;9.3;5
7.6;0.41;0.24;1.8;0.08;4;11;0.9962;3.28;0.59;9.5;5
7.9;0.43;0.21;1.6;0.106;10;37;0.9966;3.17;0.91;9.5;5
7.1;0.71;0;1.9;0.08;14;35;0.9972;3.47;0.55;9.4;5
7.8;0.645;0;2;0.082;8;16;0.9964;3.38;0.59;9.8;6
6.7;0.675;0.07;2.4;0.089;17;82;0.9958;3.35;0.54;10.1;5
6.9;0.685;0;2.5;0.105;22;37;0.9966;3.46;0.57;10.6;6
8.3;0.655;0.12;2.3;0.083;15;113;0.9966;3.17;0.66;9.8;5
6.9;0.605;0.12;10.7;0.073;40;83;0.9993;3.45;0.52;9.4;6
5.2;0.32;0.25;1.8;0.103;13;50;0.9957;3.38;0.55;9.2;5
7.8;0.645;0;5.5;0.086;5;18;0.9986;3.4;0.55;9.6;6
7.8;0.6;0.14;2.4;0.086;3;15;0.9975;3.42;0.6;10.8;6
8.1;0.38;0.28;2.1;0.066;13;30;0.9968;3.23;0.73;9.7;7
5.7;1.13;0.09;1.5;0.172;7;19;0.994;3.5;0.48;9.8;4
7.3;0.45;0.36;5.9;0.074;12;87;0.9978;3.33;0.83;10.5;5
7.3;0.45;0.36;5.9;0.074;12;87;0.9978;3.33;0.83;10.5;5
8.8;0.61;0.3;2.8;0.088;17;46;0.9976;3.26;0.51;9.3;4
7.5;0.49;0.2;2.6;0.332;8;14;0.9968;3.21;0.9;10.5;6
8.1;0.66;0.22;2.2;0.069;9;23;0.9968;3.3;1.2;10.3;5
6.8;0.67;0.02;1.8;0.05;5;11;0.9962;3.48;0.52;9.5;5
4.6;0.52;0.15;2.1;0.054;8;65;0.9934;3.9;0.56;13.1;4
7.7;0.935;0.43;2.2;0.114;22;114;0.997;3.25;0.73;9.2;5
8.7;0.29;0.52;1.6;0.113;12;37;0.9969;3.25;0.58;9.5;5
6.4;0.4;0.23;1.6;0.066;5;12;0.9958;3.34;0.56;9.2;5
5.6;0.31;0.37;1.4;0.074;12;96;0.9954;3.32;0.58;9.2;5
8.8;0.66;0.26;1.7;0.074;4;23;0.9971;3.15;0.74;9.2;5
6.6;0.52;0.04;2.2;0.069;8;15;0.9956;3.4;0.63;9.4;6
6.6;0.5;0.04;2.1;0.068;6;14;0.9955;3.39;0.64;9.4;6
8.6;0.38;0.36;3;0.081;30;119;0.997;3.2;0.56;9.4;5
7.6;0.51;0.15;2.8;0.11;33;73;0.9955;3.17;0.63;10.2;6
7.7;0.62;0.04;3.8;0.084;25;45;0.9978;3.34;0.53;9.5;5
10.2;0.42;0.57;3.4;0.07;4;10;0.9971;3.04;0.63;9.6;5
7.5;0.63;0.12;5.1;0.111;50;110;0.9983;3.26;0.77;9.4;5
7.8;0.59;0.18;2.3;0.076;17;54;0.9975;3.43;0.59;10;5
7.3;0.39;0.31;2.4;0.074;9;46;0.9962;3.41;0.54;9.4;6
8.8;0.4;0.4;2.2;0.079;19;52;0.998;3.44;0.64;9.2;5
7.7;0.69;0.49;1.8;0.115;20;112;0.9968;3.21;0.71;9.3;5
7.5;0.52;0.16;1.9;0.085;12;35;0.9968;3.38;0.62;9.5;7
7;0.735;0.05;2;0.081;13;54;0.9966;3.39;0.57;9.8;5
7.2;0.725;0.05;4.65;0.086;4;11;0.9962;3.41;0.39;10.9;5
7.2;0.725;0.05;4.65;0.086;4;11;0.9962;3.41;0.39;10.9;5
7.5;0.52;0.11;1.5;0.079;11;39;0.9968;3.42;0.58;9.6;5
6.6;0.705;0.07;1.6;0.076;6;15;0.9962;3.44;0.58;10.7;5
9.3;0.32;0.57;2;0.074;27;65;0.9969;3.28;0.79;10.7;5
8;0.705;0.05;1.9;0.074;8;19;0.9962;3.34;0.95;10.5;6
7.7;0.63;0.08;1.9;0.076;15;27;0.9967;3.32;0.54;9.5;6
7.7;0.67;0.23;2.1;0.088;17;96;0.9962;3.32;0.48;9.5;5
7.7;0.69;0.22;1.9;0.084;18;94;0.9961;3.31;0.48;9.5;5
8.3;0.675;0.26;2.1;0.084;11;43;0.9976;3.31;0.53;9.2;4
9.7;0.32;0.54;2.5;0.094;28;83;0.9984;3.28;0.82;9.6;5
8.8;0.41;0.64;2.2;0.093;9;42;0.9986;3.54;0.66;10.5;5
8.8;0.41;0.64;2.2;0.093;9;42;0.9986;3.54;0.66;10.5;5
6.8;0.785;0;2.4;0.104;14;30;0.9966;3.52;0.55;10.7;6
6.7;0.75;0.12;2;0.086;12;80;0.9958;3.38;0.52;10.1;5
8.3;0.625;0.2;1.5;0.08;27;119;0.9972;3.16;1.12;9.1;4
6.2;0.45;0.2;1.6;0.069;3;15;0.9958;3.41;0.56;9.2;5
7.8;0.43;0.7;1.9;0.464;22;67;0.9974;3.13;1.28;9.4;5
7.4;0.5;0.47;2;0.086;21;73;0.997;3.36;0.57;9.1;5
7.3;0.67;0.26;1.8;0.401;16;51;0.9969;3.16;1.14;9.4;5
6.3;0.3;0.48;1.8;0.069;18;61;0.9959;3.44;0.78;10.3;6
6.9;0.55;0.15;2.2;0.076;19;40;0.9961;3.41;0.59;10.1;5
8.6;0.49;0.28;1.9;0.11;20;136;0.9972;2.93;1.95;9.9;6
7.7;0.49;0.26;1.9;0.062;9;31;0.9966;3.39;0.64;9.6;5
9.3;0.39;0.44;2.1;0.107;34;125;0.9978;3.14;1.22;9.5;5
7;0.62;0.08;1.8;0.076;8;24;0.9978;3.48;0.53;9;5
7.9;0.52;0.26;1.9;0.079;42;140;0.9964;3.23;0.54;9.5;5
8.6;0.49;0.28;1.9;0.11;20;136;0.9972;2.93;1.95;9.9;6
8.6;0.49;0.29;2;0.11;19;133;0.9972;2.93;1.98;9.8;5
7.7;0.49;0.26;1.9;0.062;9;31;0.9966;3.39;0.64;9.6;5
5;1.02;0.04;1.4;0.045;41;85;0.9938;3.75;0.48;10.5;4
4.7;0.6;0.17;2.3;0.058;17;106;0.9932;3.85;0.6;12.9;6
6.8;0.775;0;3;0.102;8;23;0.9965;3.45;0.56;10.7;5
7;0.5;0.25;2;0.07;3;22;0.9963;3.25;0.63;9.2;5
7.6;0.9;0.06;2.5;0.079;5;10;0.9967;3.39;0.56;9.8;5
8.1;0.545;0.18;1.9;0.08;13;35;0.9972;3.3;0.59;9;6
8.3;0.61;0.3;2.1;0.084;11;50;0.9972;3.4;0.61;10.2;6
7.8;0.5;0.3;1.9;0.075;8;22;0.9959;3.31;0.56;10.4;6
8.1;0.545;0.18;1.9;0.08;13;35;0.9972;3.3;0.59;9;6
8.1;0.575;0.22;2.1;0.077;12;65;0.9967;3.29;0.51;9.2;5
7.2;0.49;0.24;2.2;0.07;5;36;0.996;3.33;0.48;9.4;5
8.1;0.575;0.22;2.1;0.077;12;65;0.9967;3.29;0.51;9.2;5
7.8;0.41;0.68;1.7;0.467;18;69;0.9973;3.08;1.31;9.3;5
6.2;0.63;0.31;1.7;0.088;15;64;0.9969;3.46;0.79;9.3;5
8;0.33;0.53;2.5;0.091;18;80;0.9976;3.37;0.8;9.6;6
8.1;0.785;0.52;2;0.122;37;153;0.9969;3.21;0.69;9.3;5
7.8;0.56;0.19;1.8;0.104;12;47;0.9964;3.19;0.93;9.5;5
8.4;0.62;0.09;2.2;0.084;11;108;0.9964;3.15;0.66;9.8;5
8.4;0.6;0.1;2.2;0.085;14;111;0.9964;3.15;0.66;9.8;5
10.1;0.31;0.44;2.3;0.08;22;46;0.9988;3.32;0.67;9.7;6
7.8;0.56;0.19;1.8;0.104;12;47;0.9964;3.19;0.93;9.5;5
9.4;0.4;0.31;2.2;0.09;13;62;0.9966;3.07;0.63;10.5;6
8.3;0.54;0.28;1.9;0.077;11;40;0.9978;3.39;0.61;10;6
7.8;0.56;0.12;2;0.082;7;28;0.997;3.37;0.5;9.4;6
8.8;0.55;0.04;2.2;0.119;14;56;0.9962;3.21;0.6;10.9;6
7;0.69;0.08;1.8;0.097;22;89;0.9959;3.34;0.54;9.2;6
7.3;1.07;0.09;1.7;0.178;10;89;0.9962;3.3;0.57;9;5
8.8;0.55;0.04;2.2;0.119;14;56;0.9962;3.21;0.6;10.9;6
7.3;0.695;0;2.5;0.075;3;13;0.998;3.49;0.52;9.2;5
8;0.71;0;2.6;0.08;11;34;0.9976;3.44;0.53;9.5;5
7.8;0.5;0.17;1.6;0.082;21;102;0.996;3.39;0.48;9.5;5
9;0.62;0.04;1.9;0.146;27;90;0.9984;3.16;0.7;9.4;5
8.2;1.33;0;1.7;0.081;3;12;0.9964;3.53;0.49;10.9;5
8.1;1.33;0;1.8;0.082;3;12;0.9964;3.54;0.48;10.9;5
8;0.59;0.16;1.8;0.065;3;16;0.9962;3.42;0.92;10.5;7
6.1;0.38;0.15;1.8;0.072;6;19;0.9955;3.42;0.57;9.4;5
8;0.745;0.56;2;0.118;30;134;0.9968;3.24;0.66;9.4;5
5.6;0.5;0.09;2.3;0.049;17;99;0.9937;3.63;0.63;13;5
5.6;0.5;0.09;2.3;0.049;17;99;0.9937;3.63;0.63;13;5
6.6;0.5;0.01;1.5;0.06;17;26;0.9952;3.4;0.58;9.8;6
7.9;1.04;0.05;2.2;0.084;13;29;0.9959;3.22;0.55;9.9;6
8.4;0.745;0.11;1.9;0.09;16;63;0.9965;3.19;0.82;9.6;5
8.3;0.715;0.15;1.8;0.089;10;52;0.9968;3.23;0.77;9.5;5
7.2;0.415;0.36;2;0.081;13;45;0.9972;3.48;0.64;9.2;5
7.8;0.56;0.19;2.1;0.081;15;105;0.9962;3.33;0.54;9.5;5
7.8;0.56;0.19;2;0.081;17;108;0.9962;3.32;0.54;9.5;5
8.4;0.745;0.11;1.9;0.09;16;63;0.9965;3.19;0.82;9.6;5
8.3;0.715;0.15;1.8;0.089;10;52;0.9968;3.23;0.77;9.5;5
5.2;0.34;0;1.8;0.05;27;63;0.9916;3.68;0.79;14;6
6.3;0.39;0.08;1.7;0.066;3;20;0.9954;3.34;0.58;9.4;5
5.2;0.34;0;1.8;0.05;27;63;0.9916;3.68;0.79;14;6
8.1;0.67;0.55;1.8;0.117;32;141;0.9968;3.17;0.62;9.4;5
5.8;0.68;0.02;1.8;0.087;21;94;0.9944;3.54;0.52;10;5
7.6;0.49;0.26;1.6;0.236;10;88;0.9968;3.11;0.8;9.3;5
6.9;0.49;0.1;2.3;0.074;12;30;0.9959;3.42;0.58;10.2;6
8.2;0.4;0.44;2.8;0.089;11;43;0.9975;3.53;0.61;10.5;6
7.3;0.33;0.47;2.1;0.077;5;11;0.9958;3.33;0.53;10.3;6
9.2;0.52;1;3.4;0.61;32;69;0.9996;2.74;2.0;9.4;4
7.5;0.6;0.03;1.8;0.095;25;99;0.995;3.35;0.54;10.1;5
7.5;0.6;0.03;1.8;0.095;25;99;0.995;3.35;0.54;10.1;5
7.1;0.43;0.42;5.5;0.07;29;129;0.9973;3.42;0.72;10.5;5
7.1;0.43;0.42;5.5;0.071;28;128;0.9973;3.42;0.71;10.5;5
7.1;0.43;0.42;5.5;0.07;29;129;0.9973;3.42;0.72;10.5;5
7.1;0.43;0.42;5.5;0.071;28;128;0.9973;3.42;0.71;10.5;5
7.1;0.68;0;2.2;0.073;12;22;0.9969;3.48;0.5;9.3;5
6.8;0.6;0.18;1.9;0.079;18;86;0.9968;3.59;0.57;9.3;6
7.6;0.95;0.03;2;0.09;7;20;0.9959;3.2;0.56;9.6;5
7.6;0.68;0.02;1.3;0.072;9;20;0.9965;3.17;1.08;9.2;4
7.8;0.53;0.04;1.7;0.076;17;31;0.9964;3.33;0.56;10;6
7.4;0.6;0.26;7.3;0.07;36;121;0.9982;3.37;0.49;9.4;5
7.3;0.59;0.26;7.2;0.07;35;121;0.9981;3.37;0.49;9.4;5
7.8;0.63;0.48;1.7;0.1;14;96;0.9961;3.19;0.62;9.5;5
6.8;0.64;0.1;2.1;0.085;18;101;0.9956;3.34;0.52;10.2;5
7.3;0.55;0.03;1.6;0.072;17;42;0.9956;3.37;0.48;9;4
6.8;0.63;0.07;2.1;0.089;11;44;0.9953;3.47;0.55;10.4;6
7.5;0.705;0.24;1.8;0.36;15;63;0.9964;3;1.59;9.5;5
7.9;0.885;0.03;1.8;0.058;4;8;0.9972;3.36;0.33;9.1;4
8;0.42;0.17;2;0.073;6;18;0.9972;3.29;0.61;9.2;6
8;0.42;0.17;2;0.073;6;18;0.9972;3.29;0.61;9.2;6
7.4;0.62;0.05;1.9;0.068;24;42;0.9961;3.42;0.57;11.5;6
7.3;0.38;0.21;2;0.08;7;35;0.9961;3.33;0.47;9.5;5
6.9;0.5;0.04;1.5;0.085;19;49;0.9958;3.35;0.78;9.5;5
7.3;0.38;0.21;2;0.08;7;35;0.9961;3.33;0.47;9.5;5
7.5;0.52;0.42;2.3;0.087;8;38;0.9972;3.58;0.61;10.5;6
7;0.805;0;2.5;0.068;7;20;0.9969;3.48;0.56;9.6;5
8.8;0.61;0.14;2.4;0.067;10;42;0.9969;3.19;0.59;9.5;5
8.8;0.61;0.14;2.4;0.067;10;42;0.9969;3.19;0.59;9.5;5
8.9;0.61;0.49;2;0.27;23;110;0.9972;3.12;1.02;9.3;5
7.2;0.73;0.02;2.5;0.076;16;42;0.9972;3.44;0.52;9.3;5
6.8;0.61;0.2;1.8;0.077;11;65;0.9971;3.54;0.58;9.3;5
6.7;0.62;0.21;1.9;0.079;8;62;0.997;3.52;0.58;9.3;6
8.9;0.31;0.57;2;0.111;26;85;0.9971;3.26;0.53;9.7;5
7.4;0.39;0.48;2;0.082;14;67;0.9972;3.34;0.55;9.2;5
7.7;0.705;0.1;2.6;0.084;9;26;0.9976;3.39;0.49;9.7;5
7.9;0.5;0.33;2;0.084;15;143;0.9968;3.2;0.55;9.5;5
7.9;0.49;0.32;1.9;0.082;17;144;0.9968;3.2;0.55;9.5;5
8.2;0.5;0.35;2.9;0.077;21;127;0.9976;3.23;0.62;9.4;5
6.4;0.37;0.25;1.9;0.074;21;49;0.9974;3.57;0.62;9.8;6
6.8;0.63;0.12;3.8;0.099;16;126;0.9969;3.28;0.61;9.5;5
7.6;0.55;0.21;2.2;0.071;7;28;0.9964;3.28;0.55;9.7;5
7.6;0.55;0.21;2.2;0.071;7;28;0.9964;3.28;0.55;9.7;5
7.8;0.59;0.33;2;0.074;24;120;0.9968;3.25;0.54;9.4;5
7.3;0.58;0.3;2.4;0.074;15;55;0.9968;3.46;0.59;10.2;5
11.5;0.3;0.6;2;0.067;12;27;0.9981;3.11;0.97;10.1;6
5.4;0.835;0.08;1.2;0.046;13;93;0.9924;3.57;0.85;13;7
6.9;1.09;0.06;2.1;0.061;12;31;0.9948;3.51;0.43;11.4;4
9.6;0.32;0.47;1.4;0.056;9;24;0.99695;3.22;0.82;10.3;7
8.8;0.37;0.48;2.1;0.097;39;145;0.9975;3.04;1.03;9.3;5
6.8;0.5;0.11;1.5;0.075;16;49;0.99545;3.36;0.79;9.5;5
7;0.42;0.35;1.6;0.088;16;39;0.9961;3.34;0.55;9.2;5
7;0.43;0.36;1.6;0.089;14;37;0.99615;3.34;0.56;9.2;6
12.8;0.3;0.74;2.6;0.095;9;28;0.9994;3.2;0.77;10.8;7
12.8;0.3;0.74;2.6;0.095;9;28;0.9994;3.2;0.77;10.8;7
7.8;0.57;0.31;1.8;0.069;26;120;0.99625;3.29;0.53;9.3;5
7.8;0.44;0.28;2.7;0.1;18;95;0.9966;3.22;0.67;9.4;5
11;0.3;0.58;2.1;0.054;7;19;0.998;3.31;0.88;10.5;7
9.7;0.53;0.6;2;0.039;5;19;0.99585;3.3;0.86;12.4;6
8;0.725;0.24;2.8;0.083;10;62;0.99685;3.35;0.56;10;6
11.6;0.44;0.64;2.1;0.059;5;15;0.998;3.21;0.67;10.2;6
8.2;0.57;0.26;2.2;0.06;28;65;0.9959;3.3;0.43;10.1;5
7.8;0.735;0.08;2.4;0.092;10;41;0.9974;3.24;0.71;9.8;6
7;0.49;0.49;5.6;0.06;26;121;0.9974;3.34;0.76;10.5;5
8.7;0.625;0.16;2;0.101;13;49;0.9962;3.14;0.57;11;5
8.1;0.725;0.22;2.2;0.072;11;41;0.9967;3.36;0.55;9.1;5
7.5;0.49;0.19;1.9;0.076;10;44;0.9957;3.39;0.54;9.7;5
7.8;0.53;0.33;2.4;0.08;24;144;0.99655;3.3;0.6;9.5;5
7.8;0.34;0.37;2;0.082;24;58;0.9964;3.34;0.59;9.4;6
7.4;0.53;0.26;2;0.101;16;72;0.9957;3.15;0.57;9.4;5
6.8;0.61;0.04;1.5;0.057;5;10;0.99525;3.42;0.6;9.5;5
8.6;0.645;0.25;2;0.083;8;28;0.99815;3.28;0.6;10;6
8.4;0.635;0.36;2;0.089;15;55;0.99745;3.31;0.57;10.4;4
7.7;0.43;0.25;2.6;0.073;29;63;0.99615;3.37;0.58;10.5;6
8.9;0.59;0.5;2;0.337;27;81;0.9964;3.04;1.61;9.5;6
9;0.82;0.14;2.6;0.089;9;23;0.9984;3.39;0.63;9.8;5
7.7;0.43;0.25;2.6;0.073;29;63;0.99615;3.37;0.58;10.5;6
6.9;0.52;0.25;2.6;0.081;10;37;0.99685;3.46;0.5;11;5
5.2;0.48;0.04;1.6;0.054;19;106;0.9927;3.54;0.62;12.2;7
8;0.38;0.06;1.8;0.078;12;49;0.99625;3.37;0.52;9.9;6
8.5;0.37;0.2;2.8;0.09;18;58;0.998;3.34;0.7;9.6;6
6.9;0.52;0.25;2.6;0.081;10;37;0.99685;3.46;0.5;11;5
8.2;1;0.09;2.3;0.065;7;37;0.99685;3.32;0.55;9;6
7.2;0.63;0;1.9;0.097;14;38;0.99675;3.37;0.58;9;6
7.2;0.63;0;1.9;0.097;14;38;0.99675;3.37;0.58;9;6
7.2;0.645;0;1.9;0.097;15;39;0.99675;3.37;0.58;9.2;6
7.2;0.63;0;1.9;0.097;14;38;0.99675;3.37;0.58;9;6
8.2;1;0.09;2.3;0.065;7;37;0.99685;3.32;0.55;9;6
8.9;0.635;0.37;1.7;0.263;5;62;0.9971;3;1.09;9.3;5
12;0.38;0.56;2.1;0.093;6;24;0.99925;3.14;0.71;10.9;6
7.7;0.58;0.1;1.8;0.102;28;109;0.99565;3.08;0.49;9.8;6
15;0.21;0.44;2.2;0.075;10;24;1.00005;3.07;0.84;9.2;7
15;0.21;0.44;2.2;0.075;10;24;1.00005;3.07;0.84;9.2;7
7.3;0.66;0;2;0.084;6;23;0.9983;3.61;0.96;9.9;6
7.1;0.68;0.07;1.9;0.075;16;51;0.99685;3.38;0.52;9.5;5
8.2;0.6;0.17;2.3;0.072;11;73;0.9963;3.2;0.45;9.3;5
7.7;0.53;0.06;1.7;0.074;9;39;0.99615;3.35;0.48;9.8;6
7.3;0.66;0;2;0.084;6;23;0.9983;3.61;0.96;9.9;6
10.8;0.32;0.44;1.6;0.063;16;37;0.9985;3.22;0.78;10;6
7.1;0.6;0;1.8;0.074;16;34;0.9972;3.47;0.7;9.9;6
11.1;0.35;0.48;3.1;0.09;5;21;0.9986;3.17;0.53;10.5;5
7.7;0.775;0.42;1.9;0.092;8;86;0.9959;3.23;0.59;9.5;5
7.1;0.6;0;1.8;0.074;16;34;0.9972;3.47;0.7;9.9;6
8;0.57;0.23;3.2;0.073;17;119;0.99675;3.26;0.57;9.3;5
9.4;0.34;0.37;2.2;0.075;5;13;0.998;3.22;0.62;9.2;5
6.6;0.695;0;2.1;0.075;12;56;0.9968;3.49;0.67;9.2;5
7.7;0.41;0.76;1.8;0.611;8;45;0.9968;3.06;1.26;9.4;5
10;0.31;0.47;2.6;0.085;14;33;0.99965;3.36;0.8;10.5;7
7.9;0.33;0.23;1.7;0.077;18;45;0.99625;3.29;0.65;9.3;5
7;0.975;0.04;2;0.087;12;67;0.99565;3.35;0.6;9.4;4
8;0.52;0.03;1.7;0.07;10;35;0.99575;3.34;0.57;10;5
7.9;0.37;0.23;1.8;0.077;23;49;0.9963;3.28;0.67;9.3;5
12.5;0.56;0.49;2.4;0.064;5;27;0.9999;3.08;0.87;10.9;5
11.8;0.26;0.52;1.8;0.071;6;10;0.9968;3.2;0.72;10.2;7
8.1;0.87;0;3.3;0.096;26;61;1.00025;3.6;0.72;9.8;4
7.9;0.35;0.46;3.6;0.078;15;37;0.9973;3.35;0.86;12.8;8
6.9;0.54;0.04;3;0.077;7;27;0.9987;3.69;0.91;9.4;6
11.5;0.18;0.51;4;0.104;4;23;0.9996;3.28;0.97;10.1;6
7.9;0.545;0.06;4;0.087;27;61;0.9965;3.36;0.67;10.7;6
11.5;0.18;0.51;4;0.104;4;23;0.9996;3.28;0.97;10.1;6
10.9;0.37;0.58;4;0.071;17;65;0.99935;3.22;0.78;10.1;5
8.4;0.715;0.2;2.4;0.076;10;38;0.99735;3.31;0.64;9.4;5
7.5;0.65;0.18;7;0.088;27;94;0.99915;3.38;0.77;9.4;5
7.9;0.545;0.06;4;0.087;27;61;0.9965;3.36;0.67;10.7;6
6.9;0.54;0.04;3;0.077;7;27;0.9987;3.69;0.91;9.4;6
11.5;0.18;0.51;4;0.104;4;23;0.9996;3.28;0.97;10.1;6
10.3;0.32;0.45;6.4;0.073;5;13;0.9976;3.23;0.82;12.6;8
8.9;0.4;0.32;5.6;0.087;10;47;0.9991;3.38;0.77;10.5;7
11.4;0.26;0.44;3.6;0.071;6;19;0.9986;3.12;0.82;9.3;6
7.7;0.27;0.68;3.5;0.358;5;10;0.9972;3.25;1.08;9.9;7
7.6;0.52;0.12;3;0.067;12;53;0.9971;3.36;0.57;9.1;5
8.9;0.4;0.32;5.6;0.087;10;47;0.9991;3.38;0.77;10.5;7
9.9;0.59;0.07;3.4;0.102;32;71;1.00015;3.31;0.71;9.8;5
9.9;0.59;0.07;3.4;0.102;32;71;1.00015;3.31;0.71;9.8;5
12;0.45;0.55;2;0.073;25;49;0.9997;3.1;0.76;10.3;6
7.5;0.4;0.12;3;0.092;29;53;0.9967;3.37;0.7;10.3;6
8.7;0.52;0.09;2.5;0.091;20;49;0.9976;3.34;0.86;10.6;7
11.6;0.42;0.53;3.3;0.105;33;98;1.001;3.2;0.95;9.2;5
8.7;0.52;0.09;2.5;0.091;20;49;0.9976;3.34;0.86;10.6;7
11;0.2;0.48;2;0.343;6;18;0.9979;3.3;0.71;10.5;5
10.4;0.55;0.23;2.7;0.091;18;48;0.9994;3.22;0.64;10.3;6
6.9;0.36;0.25;2.4;0.098;5;16;0.9964;3.41;0.6;10.1;6
13.3;0.34;0.52;3.2;0.094;17;53;1.0014;3.05;0.81;9.5;6
10.8;0.5;0.46;2.5;0.073;5;27;1.0001;3.05;0.64;9.5;5
10.6;0.83;0.37;2.6;0.086;26;70;0.9981;3.16;0.52;9.9;5
7.1;0.63;0.06;2;0.083;8;29;0.99855;3.67;0.73;9.6;5
7.2;0.65;0.02;2.3;0.094;5;31;0.9993;3.67;0.8;9.7;5
6.9;0.67;0.06;2.1;0.08;8;33;0.99845;3.68;0.71;9.6;5
7.5;0.53;0.06;2.6;0.086;20;44;0.9965;3.38;0.59;10.7;6
11.1;0.18;0.48;1.5;0.068;7;15;0.9973;3.22;0.64;10.1;6
8.3;0.705;0.12;2.6;0.092;12;28;0.9994;3.51;0.72;10;5
7.4;0.67;0.12;1.6;0.186;5;21;0.996;3.39;0.54;9.5;5
8.4;0.65;0.6;2.1;0.112;12;90;0.9973;3.2;0.52;9.2;5
10.3;0.53;0.48;2.5;0.063;6;25;0.9998;3.12;0.59;9.3;6
7.6;0.62;0.32;2.2;0.082;7;54;0.9966;3.36;0.52;9.4;5
10.3;0.41;0.42;2.4;0.213;6;14;0.9994;3.19;0.62;9.5;6
10.3;0.43;0.44;2.4;0.214;5;12;0.9994;3.19;0.63;9.5;6
7.4;0.29;0.38;1.7;0.062;9;30;0.9968;3.41;0.53;9.5;6
10.3;0.53;0.48;2.5;0.063;6;25;0.9998;3.12;0.59;9.3;6
7.9;0.53;0.24;2;0.072;15;105;0.996;3.27;0.54;9.4;6
9;0.46;0.31;2.8;0.093;19;98;0.99815;3.32;0.63;9.5;6
8.6;0.47;0.3;3;0.076;30;135;0.9976;3.3;0.53;9.4;5
7.4;0.36;0.29;2.6;0.087;26;72;0.99645;3.39;0.68;11;5
7.1;0.35;0.29;2.5;0.096;20;53;0.9962;3.42;0.65;11;6
9.6;0.56;0.23;3.4;0.102;37;92;0.9996;3.3;0.65;10.1;5
9.6;0.77;0.12;2.9;0.082;30;74;0.99865;3.3;0.64;10.4;6
9.8;0.66;0.39;3.2;0.083;21;59;0.9989;3.37;0.71;11.5;7
9.6;0.77;0.12;2.9;0.082;30;74;0.99865;3.3;0.64;10.4;6
9.8;0.66;0.39;3.2;0.083;21;59;0.9989;3.37;0.71;11.5;7
9.3;0.61;0.26;3.4;0.09;25;87;0.99975;3.24;0.62;9.7;5
7.8;0.62;0.05;2.3;0.079;6;18;0.99735;3.29;0.63;9.3;5
10.3;0.59;0.42;2.8;0.09;35;73;0.999;3.28;0.7;9.5;6
10;0.49;0.2;11;0.071;13;50;1.0015;3.16;0.69;9.2;6
10;0.49;0.2;11;0.071;13;50;1.0015;3.16;0.69;9.2;6
11.6;0.53;0.66;3.65;0.121;6;14;0.9978;3.05;0.74;11.5;7
10.3;0.44;0.5;4.5;0.107;5;13;0.998;3.28;0.83;11.5;5
13.4;0.27;0.62;2.6;0.082;6;21;1.0002;3.16;0.67;9.7;6
10.7;0.46;0.39;2;0.061;7;15;0.9981;3.18;0.62;9.5;5
10.2;0.36;0.64;2.9;0.122;10;41;0.998;3.23;0.66;12.5;6
10.2;0.36;0.64;2.9;0.122;10;41;0.998;3.23;0.66;12.5;6
8;0.58;0.28;3.2;0.066;21;114;0.9973;3.22;0.54;9.4;6
8.4;0.56;0.08;2.1;0.105;16;44;0.9958;3.13;0.52;11;5
7.9;0.65;0.01;2.5;0.078;17;38;0.9963;3.34;0.74;11.7;7
11.9;0.695;0.53;3.4;0.128;7;21;0.9992;3.17;0.84;12.2;7
8.9;0.43;0.45;1.9;0.052;6;16;0.9948;3.35;0.7;12.5;6
7.8;0.43;0.32;2.8;0.08;29;58;0.9974;3.31;0.64;10.3;5
12.4;0.49;0.58;3;0.103;28;99;1.0008;3.16;1;11.5;6
12.5;0.28;0.54;2.3;0.082;12;29;0.9997;3.11;1.36;9.8;7
12.2;0.34;0.5;2.4;0.066;10;21;1;3.12;1.18;9.2;6
10.6;0.42;0.48;2.7;0.065;5;18;0.9972;3.21;0.87;11.3;6
10.9;0.39;0.47;1.8;0.118;6;14;0.9982;3.3;0.75;9.8;6
10.9;0.39;0.47;1.8;0.118;6;14;0.9982;3.3;0.75;9.8;6
11.9;0.57;0.5;2.6;0.082;6;32;1.0006;3.12;0.78;10.7;6
7;0.685;0;1.9;0.067;40;63;0.9979;3.6;0.81;9.9;5
6.6;0.815;0.02;2.7;0.072;17;34;0.9955;3.58;0.89;12.3;7
13.8;0.49;0.67;3;0.093;6;15;0.9986;3.02;0.93;12;6
9.6;0.56;0.31;2.8;0.089;15;46;0.9979;3.11;0.92;10;6
9.1;0.785;0;2.6;0.093;11;28;0.9994;3.36;0.86;9.4;6
10.7;0.67;0.22;2.7;0.107;17;34;1.0004;3.28;0.98;9.9;6
9.1;0.795;0;2.6;0.096;11;26;0.9994;3.35;0.83;9.4;6
7.7;0.665;0;2.4;0.09;8;19;0.9974;3.27;0.73;9.3;5
13.5;0.53;0.79;4.8;0.12;23;77;1.0018;3.18;0.77;13;5
6.1;0.21;0.4;1.4;0.066;40.5;165;0.9912;3.25;0.59;11.9;6
6.7;0.75;0.01;2.4;0.078;17;32;0.9955;3.55;0.61;12.8;6
11.5;0.41;0.52;3;0.08;29;55;1.0001;3.26;0.88;11;5
10.5;0.42;0.66;2.95;0.116;12;29;0.997;3.24;0.75;11.7;7
11.9;0.43;0.66;3.1;0.109;10;23;1;3.15;0.85;10.4;7
12.6;0.38;0.66;2.6;0.088;10;41;1.001;3.17;0.68;9.8;6
8.2;0.7;0.23;2;0.099;14;81;0.9973;3.19;0.7;9.4;5
8.6;0.45;0.31;2.6;0.086;21;50;0.9982;3.37;0.91;9.9;6
11.9;0.58;0.66;2.5;0.072;6;37;0.9992;3.05;0.56;10;5
12.5;0.46;0.63;2;0.071;6;15;0.9988;2.99;0.87;10.2;5
12.8;0.615;0.66;5.8;0.083;7;42;1.0022;3.07;0.73;10;7
10;0.42;0.5;3.4;0.107;7;21;0.9979;3.26;0.93;11.8;6
12.8;0.615;0.66;5.8;0.083;7;42;1.0022;3.07;0.73;10;7
10.4;0.575;0.61;2.6;0.076;11;24;1;3.16;0.69;9;5
10.3;0.34;0.52;2.8;0.159;15;75;0.9998;3.18;0.64;9.4;5
9.4;0.27;0.53;2.4;0.074;6;18;0.9962;3.2;1.13;12;7
6.9;0.765;0.02;2.3;0.063;35;63;0.9975;3.57;0.78;9.9;5
7.9;0.24;0.4;1.6;0.056;11;25;0.9967;3.32;0.87;8.7;6
9.1;0.28;0.48;1.8;0.067;26;46;0.9967;3.32;1.04;10.6;6
7.4;0.55;0.22;2.2;0.106;12;72;0.9959;3.05;0.63;9.2;5
14;0.41;0.63;3.8;0.089;6;47;1.0014;3.01;0.81;10.8;6
11.5;0.54;0.71;4.4;0.124;6;15;0.9984;3.01;0.83;11.8;7
11.5;0.45;0.5;3;0.078;19;47;1.0003;3.26;1.11;11;6
9.4;0.27;0.53;2.4;0.074;6;18;0.9962;3.2;1.13;12;7
11.4;0.625;0.66;6.2;0.088;6;24;0.9988;3.11;0.99;13.3;6
8.3;0.42;0.38;2.5;0.094;24;60;0.9979;3.31;0.7;10.8;6
8.3;0.26;0.42;2;0.08;11;27;0.9974;3.21;0.8;9.4;6
13.7;0.415;0.68;2.9;0.085;17;43;1.0014;3.06;0.8;10;6
8.3;0.26;0.42;2;0.08;11;27;0.9974;3.21;0.8;9.4;6
8.3;0.26;0.42;2;0.08;11;27;0.9974;3.21;0.8;9.4;6
7.7;0.51;0.28;2.1;0.087;23;54;0.998;3.42;0.74;9.2;5
7.4;0.63;0.07;2.4;0.09;11;37;0.9979;3.43;0.76;9.7;6
7.8;0.54;0.26;2;0.088;23;48;0.9981;3.41;0.74;9.2;6
8.3;0.66;0.15;1.9;0.079;17;42;0.9972;3.31;0.54;9.6;6
7.8;0.46;0.26;1.9;0.088;23;53;0.9981;3.43;0.74;9.2;6
9.6;0.38;0.31;2.5;0.096;16;49;0.9982;3.19;0.7;10;7
5.6;0.85;0.05;1.4;0.045;12;88;0.9924;3.56;0.82;12.9;8
13.7;0.415;0.68;2.9;0.085;17;43;1.0014;3.06;0.8;10;6
9.5;0.37;0.52;2;0.082;6;26;0.998;3.18;0.51;9.5;5
8.4;0.665;0.61;2;0.112;13;95;0.997;3.16;0.54;9.1;5
12.7;0.6;0.65;2.3;0.063;6;25;0.9997;3.03;0.57;9.9;5
12;0.37;0.76;4.2;0.066;7;38;1.0004;3.22;0.6;13;7
6.6;0.735;0.02;7.9;0.122;68;124;0.9994;3.47;0.53;9.9;5
11.5;0.59;0.59;2.6;0.087;13;49;0.9988;3.18;0.65;11;6
11.5;0.59;0.59;2.6;0.087;13;49;0.9988;3.18;0.65;11;6
8.7;0.765;0.22;2.3;0.064;9;42;0.9963;3.1;0.55;9.4;5
6.6;0.735;0.02;7.9;0.122;68;124;0.9994;3.47;0.53;9.9;5
7.7;0.26;0.3;1.7;0.059;20;38;0.9949;3.29;0.47;10.8;6
12.2;0.48;0.54;2.6;0.085;19;64;1;3.1;0.61;10.5;6
11.4;0.6;0.49;2.7;0.085;10;41;0.9994;3.15;0.63;10.5;6
7.7;0.69;0.05;2.7;0.075;15;27;0.9974;3.26;0.61;9.1;5
8.7;0.31;0.46;1.4;0.059;11;25;0.9966;3.36;0.76;10.1;6
9.8;0.44;0.47;2.5;0.063;9;28;0.9981;3.24;0.65;10.8;6
12;0.39;0.66;3;0.093;12;30;0.9996;3.18;0.63;10.8;7
10.4;0.34;0.58;3.7;0.174;6;16;0.997;3.19;0.7;11.3;6
12.5;0.46;0.49;4.5;0.07;26;49;0.9981;3.05;0.57;9.6;4
9;0.43;0.34;2.5;0.08;26;86;0.9987;3.38;0.62;9.5;6
9.1;0.45;0.35;2.4;0.08;23;78;0.9987;3.38;0.62;9.5;5
7.1;0.735;0.16;1.9;0.1;15;77;0.9966;3.27;0.64;9.3;5
9.9;0.4;0.53;6.7;0.097;6;19;0.9986;3.27;0.82;11.7;7
8.8;0.52;0.34;2.7;0.087;24;122;0.9982;3.26;0.61;9.5;5
8.6;0.725;0.24;6.6;0.117;31;134;1.0014;3.32;1.07;9.3;5
10.6;0.48;0.64;2.2;0.111;6;20;0.997;3.26;0.66;11.7;6
7;0.58;0.12;1.9;0.091;34;124;0.9956;3.44;0.48;10.5;5
11.9;0.38;0.51;2;0.121;7;20;0.9996;3.24;0.76;10.4;6
6.8;0.77;0;1.8;0.066;34;52;0.9976;3.62;0.68;9.9;5
9.5;0.56;0.33;2.4;0.089;35;67;0.9972;3.28;0.73;11.8;7
6.6;0.84;0.03;2.3;0.059;32;48;0.9952;3.52;0.56;12.3;7
7.7;0.96;0.2;2;0.047;15;60;0.9955;3.36;0.44;10.9;5
10.5;0.24;0.47;2.1;0.066;6;24;0.9978;3.15;0.9;11;7
7.7;0.96;0.2;2;0.047;15;60;0.9955;3.36;0.44;10.9;5
6.6;0.84;0.03;2.3;0.059;32;48;0.9952;3.52;0.56;12.3;7
6.4;0.67;0.08;2.1;0.045;19;48;0.9949;3.49;0.49;11.4;6
9.5;0.78;0.22;1.9;0.077;6;32;0.9988;3.26;0.56;10.6;6
9.1;0.52;0.33;1.3;0.07;9;30;0.9978;3.24;0.6;9.3;5
12.8;0.84;0.63;2.4;0.088;13;35;0.9997;3.1;0.6;10.4;6
10.5;0.24;0.47;2.1;0.066;6;24;0.9978;3.15;0.9;11;7
7.8;0.55;0.35;2.2;0.074;21;66;0.9974;3.25;0.56;9.2;5
11.9;0.37;0.69;2.3;0.078;12;24;0.9958;3;0.65;12.8;6
12.3;0.39;0.63;2.3;0.091;6;18;1.0004;3.16;0.49;9.5;5
10.4;0.41;0.55;3.2;0.076;22;54;0.9996;3.15;0.89;9.9;6
12.3;0.39;0.63;2.3;0.091;6;18;1.0004;3.16;0.49;9.5;5
8;0.67;0.3;2;0.06;38;62;0.9958;3.26;0.56;10.2;6
11.1;0.45;0.73;3.2;0.066;6;22;0.9986;3.17;0.66;11.2;6
10.4;0.41;0.55;3.2;0.076;22;54;0.9996;3.15;0.89;9.9;6
7;0.62;0.18;1.5;0.062;7;50;0.9951;3.08;0.6;9.3;5
12.6;0.31;0.72;2.2;0.072;6;29;0.9987;2.88;0.82;9.8;8
11.9;0.4;0.65;2.15;0.068;7;27;0.9988;3.06;0.68;11.3;6
15.6;0.685;0.76;3.7;0.1;6;43;1.0032;2.95;0.68;11.2;7
10;0.44;0.49;2.7;0.077;11;19;0.9963;3.23;0.63;11.6;7
5.3;0.57;0.01;1.7;0.054;5;27;0.9934;3.57;0.84;12.5;7
9.5;0.735;0.1;2.1;0.079;6;31;0.9986;3.23;0.56;10.1;6
12.5;0.38;0.6;2.6;0.081;31;72;0.9996;3.1;0.73;10.5;5
9.3;0.48;0.29;2.1;0.127;6;16;0.9968;3.22;0.72;11.2;5
8.6;0.53;0.22;2;0.1;7;27;0.9967;3.2;0.56;10.2;6
11.9;0.39;0.69;2.8;0.095;17;35;0.9994;3.1;0.61;10.8;6
11.9;0.39;0.69;2.8;0.095;17;35;0.9994;3.1;0.61;10.8;6
8.4;0.37;0.53;1.8;0.413;9;26;0.9979;3.06;1.06;9.1;6
6.8;0.56;0.03;1.7;0.084;18;35;0.9968;3.44;0.63;10;6
10.4;0.33;0.63;2.8;0.084;5;22;0.9998;3.26;0.74;11.2;7
7;0.23;0.4;1.6;0.063;21;67;0.9952;3.5;0.63;11.1;5
11.3;0.62;0.67;5.2;0.086;6;19;0.9988;3.22;0.69;13.4;8
8.9;0.59;0.39;2.3;0.095;5;22;0.9986;3.37;0.58;10.3;5
9.2;0.63;0.21;2.7;0.097;29;65;0.9988;3.28;0.58;9.6;5
10.4;0.33;0.63;2.8;0.084;5;22;0.9998;3.26;0.74;11.2;7
11.6;0.58;0.66;2.2;0.074;10;47;1.0008;3.25;0.57;9;3
9.2;0.43;0.52;2.3;0.083;14;23;0.9976;3.35;0.61;11.3;6
8.3;0.615;0.22;2.6;0.087;6;19;0.9982;3.26;0.61;9.3;5
11;0.26;0.68;2.55;0.085;10;25;0.997;3.18;0.61;11.8;5
8.1;0.66;0.7;2.2;0.098;25;129;0.9972;3.08;0.53;9;5
11.5;0.315;0.54;2.1;0.084;5;15;0.9987;2.98;0.7;9.2;6
10;0.29;0.4;2.9;0.098;10;26;1.0006;3.48;0.91;9.7;5
10.3;0.5;0.42;2;0.069;21;51;0.9982;3.16;0.72;11.5;6
8.8;0.46;0.45;2.6;0.065;7;18;0.9947;3.32;0.79;14;6
11.4;0.36;0.69;2.1;0.09;6;21;1;3.17;0.62;9.2;6
8.7;0.82;0.02;1.2;0.07;36;48;0.9952;3.2;0.58;9.8;5
13;0.32;0.65;2.6;0.093;15;47;0.9996;3.05;0.61;10.6;5
9.6;0.54;0.42;2.4;0.081;25;52;0.997;3.2;0.71;11.4;6
12.5;0.37;0.55;2.6;0.083;25;68;0.9995;3.15;0.82;10.4;6
9.9;0.35;0.55;2.1;0.062;5;14;0.9971;3.26;0.79;10.6;5
10.5;0.28;0.51;1.7;0.08;10;24;0.9982;3.2;0.89;9.4;6
9.6;0.68;0.24;2.2;0.087;5;28;0.9988;3.14;0.6;10.2;5
9.3;0.27;0.41;2;0.091;6;16;0.998;3.28;0.7;9.7;5
10.4;0.24;0.49;1.8;0.075;6;20;0.9977;3.18;1.06;11;6
9.6;0.68;0.24;2.2;0.087;5;28;0.9988;3.14;0.6;10.2;5
9.4;0.685;0.11;2.7;0.077;6;31;0.9984;3.19;0.7;10.1;6
10.6;0.28;0.39;15.5;0.069;6;23;1.0026;3.12;0.66;9.2;5
9.4;0.3;0.56;2.8;0.08;6;17;0.9964;3.15;0.92;11.7;8
10.6;0.36;0.59;2.2;0.152;6;18;0.9986;3.04;1.05;9.4;5
10.6;0.36;0.6;2.2;0.152;7;18;0.9986;3.04;1.06;9.4;5
10.6;0.44;0.68;4.1;0.114;6;24;0.997;3.06;0.66;13.4;6
10.2;0.67;0.39;1.9;0.054;6;17;0.9976;3.17;0.47;10;5
10.2;0.67;0.39;1.9;0.054;6;17;0.9976;3.17;0.47;10;5
10.2;0.645;0.36;1.8;0.053;5;14;0.9982;3.17;0.42;10;6
11.6;0.32;0.55;2.8;0.081;35;67;1.0002;3.32;0.92;10.8;7
9.3;0.39;0.4;2.6;0.073;10;26;0.9984;3.34;0.75;10.2;6
9.3;0.775;0.27;2.8;0.078;24;56;0.9984;3.31;0.67;10.6;6
9.2;0.41;0.5;2.5;0.055;12;25;0.9952;3.34;0.79;13.3;7
8.9;0.4;0.51;2.6;0.052;13;27;0.995;3.32;0.9;13.4;7
8.7;0.69;0.31;3;0.086;23;81;1.0002;3.48;0.74;11.6;6
6.5;0.39;0.23;8.3;0.051;28;91;0.9952;3.44;0.55;12.1;6
10.7;0.35;0.53;2.6;0.07;5;16;0.9972;3.15;0.65;11;8
7.8;0.52;0.25;1.9;0.081;14;38;0.9984;3.43;0.65;9;6
7.2;0.34;0.32;2.5;0.09;43;113;0.9966;3.32;0.79;11.1;5
10.7;0.35;0.53;2.6;0.07;5;16;0.9972;3.15;0.65;11;8
8.7;0.69;0.31;3;0.086;23;81;1.0002;3.48;0.74;11.6;6
7.8;0.52;0.25;1.9;0.081;14;38;0.9984;3.43;0.65;9;6
10.4;0.44;0.73;6.55;0.074;38;76;0.999;3.17;0.85;12;7
10.4;0.44;0.73;6.55;0.074;38;76;0.999;3.17;0.85;12;7
10.5;0.26;0.47;1.9;0.078;6;24;0.9976;3.18;1.04;10.9;7
10.5;0.24;0.42;1.8;0.077;6;22;0.9976;3.21;1.05;10.8;7
10.2;0.49;0.63;2.9;0.072;10;26;0.9968;3.16;0.78;12.5;7
10.4;0.24;0.46;1.8;0.075;6;21;0.9976;3.25;1.02;10.8;7
11.2;0.67;0.55;2.3;0.084;6;13;1;3.17;0.71;9.5;6
10;0.59;0.31;2.2;0.09;26;62;0.9994;3.18;0.63;10.2;6
13.3;0.29;0.75;2.8;0.084;23;43;0.9986;3.04;0.68;11.4;7
12.4;0.42;0.49;4.6;0.073;19;43;0.9978;3.02;0.61;9.5;5
10;0.59;0.31;2.2;0.09;26;62;0.9994;3.18;0.63;10.2;6
10.7;0.4;0.48;2.1;0.125;15;49;0.998;3.03;0.81;9.7;6
10.5;0.51;0.64;2.4;0.107;6;15;0.9973;3.09;0.66;11.8;7
10.5;0.51;0.64;2.4;0.107;6;15;0.9973;3.09;0.66;11.8;7
8.5;0.655;0.49;6.1;0.122;34;151;1.001;3.31;1.14;9.3;5
12.5;0.6;0.49;4.3;0.1;5;14;1.001;3.25;0.74;11.9;6
10.4;0.61;0.49;2.1;0.2;5;16;0.9994;3.16;0.63;8.4;3
10.9;0.21;0.49;2.8;0.088;11;32;0.9972;3.22;0.68;11.7;6
7.3;0.365;0.49;2.5;0.088;39;106;0.9966;3.36;0.78;11;5
9.8;0.25;0.49;2.7;0.088;15;33;0.9982;3.42;0.9;10;6
7.6;0.41;0.49;2;0.088;16;43;0.998;3.48;0.64;9.1;5
8.2;0.39;0.49;2.3;0.099;47;133;0.9979;3.38;0.99;9.8;5
9.3;0.4;0.49;2.5;0.085;38;142;0.9978;3.22;0.55;9.4;5
9.2;0.43;0.49;2.4;0.086;23;116;0.9976;3.23;0.64;9.5;5
10.4;0.64;0.24;2.8;0.105;29;53;0.9998;3.24;0.67;9.9;5
7.3;0.365;0.49;2.5;0.088;39;106;0.9966;3.36;0.78;11;5
7;0.38;0.49;2.5;0.097;33;85;0.9962;3.39;0.77;11.4;6
8.2;0.42;0.49;2.6;0.084;32;55;0.9988;3.34;0.75;8.7;6
9.9;0.63;0.24;2.4;0.077;6;33;0.9974;3.09;0.57;9.4;5
9.1;0.22;0.24;2.1;0.078;1;28;0.999;3.41;0.87;10.3;6
11.9;0.38;0.49;2.7;0.098;12;42;1.0004;3.16;0.61;10.3;5
11.9;0.38;0.49;2.7;0.098;12;42;1.0004;3.16;0.61;10.3;5
10.3;0.27;0.24;2.1;0.072;15;33;0.9956;3.22;0.66;12.8;6
10;0.48;0.24;2.7;0.102;13;32;1;3.28;0.56;10;6
9.1;0.22;0.24;2.1;0.078;1;28;0.999;3.41;0.87;10.3;6
9.9;0.63;0.24;2.4;0.077;6;33;0.9974;3.09;0.57;9.4;5
8.1;0.825;0.24;2.1;0.084;5;13;0.9972;3.37;0.77;10.7;6
12.9;0.35;0.49;5.8;0.066;5;35;1.0014;3.2;0.66;12;7
11.2;0.5;0.74;5.15;0.1;5;17;0.9996;3.22;0.62;11.2;5
9.2;0.59;0.24;3.3;0.101;20;47;0.9988;3.26;0.67;9.6;5
9.5;0.46;0.49;6.3;0.064;5;17;0.9988;3.21;0.73;11;6
9.3;0.715;0.24;2.1;0.07;5;20;0.9966;3.12;0.59;9.9;5
11.2;0.66;0.24;2.5;0.085;16;53;0.9993;3.06;0.72;11;6
14.3;0.31;0.74;1.8;0.075;6;15;1.0008;2.86;0.79;8.4;6
9.1;0.47;0.49;2.6;0.094;38;106;0.9982;3.08;0.59;9.1;5
7.5;0.55;0.24;2;0.078;10;28;0.9983;3.45;0.78;9.5;6
10.6;0.31;0.49;2.5;0.067;6;21;0.9987;3.26;0.86;10.7;6
12.4;0.35;0.49;2.6;0.079;27;69;0.9994;3.12;0.75;10.4;6
9;0.53;0.49;1.9;0.171;6;25;0.9975;3.27;0.61;9.4;6
6.8;0.51;0.01;2.1;0.074;9;25;0.9958;3.33;0.56;9.5;6
9.4;0.43;0.24;2.8;0.092;14;45;0.998;3.19;0.73;10;6
9.5;0.46;0.24;2.7;0.092;14;44;0.998;3.12;0.74;10;6
5;1.04;0.24;1.6;0.05;32;96;0.9934;3.74;0.62;11.5;5
15.5;0.645;0.49;4.2;0.095;10;23;1.00315;2.92;0.74;11.1;5
15.5;0.645;0.49;4.2;0.095;10;23;1.00315;2.92;0.74;11.1;5
10.9;0.53;0.49;4.6;0.118;10;17;1.0002;3.07;0.56;11.7;6
15.6;0.645;0.49;4.2;0.095;10;23;1.00315;2.92;0.74;11.1;5
10.9;0.53;0.49;4.6;0.118;10;17;1.0002;3.07;0.56;11.7;6
13;0.47;0.49;4.3;0.085;6;47;1.0021;3.3;0.68;12.7;6
12.7;0.6;0.49;2.8;0.075;5;19;0.9994;3.14;0.57;11.4;5
9;0.44;0.49;2.4;0.078;26;121;0.9978;3.23;0.58;9.2;5
9;0.54;0.49;2.9;0.094;41;110;0.9982;3.08;0.61;9.2;5
7.6;0.29;0.49;2.7;0.092;25;60;0.9971;3.31;0.61;10.1;6
13;0.47;0.49;4.3;0.085;6;47;1.0021;3.3;0.68;12.7;6
12.7;0.6;0.49;2.8;0.075;5;19;0.9994;3.14;0.57;11.4;5
8.7;0.7;0.24;2.5;0.226;5;15;0.9991;3.32;0.6;9;6
8.7;0.7;0.24;2.5;0.226;5;15;0.9991;3.32;0.6;9;6
9.8;0.5;0.49;2.6;0.25;5;20;0.999;3.31;0.79;10.7;6
6.2;0.36;0.24;2.2;0.095;19;42;0.9946;3.57;0.57;11.7;6
11.5;0.35;0.49;3.3;0.07;10;37;1.0003;3.32;0.91;11;6
6.2;0.36;0.24;2.2;0.095;19;42;0.9946;3.57;0.57;11.7;6
10.2;0.24;0.49;2.4;0.075;10;28;0.9978;3.14;0.61;10.4;5
10.5;0.59;0.49;2.1;0.07;14;47;0.9991;3.3;0.56;9.6;4
10.6;0.34;0.49;3.2;0.078;20;78;0.9992;3.19;0.7;10;6
12.3;0.27;0.49;3.1;0.079;28;46;0.9993;3.2;0.8;10.2;6
9.9;0.5;0.24;2.3;0.103;6;14;0.9978;3.34;0.52;10;4
8.8;0.44;0.49;2.8;0.083;18;111;0.9982;3.3;0.6;9.5;5
8.8;0.47;0.49;2.9;0.085;17;110;0.9982;3.29;0.6;9.8;5
10.6;0.31;0.49;2.2;0.063;18;40;0.9976;3.14;0.51;9.8;6
12.3;0.5;0.49;2.2;0.089;5;14;1.0002;3.19;0.44;9.6;5
12.3;0.5;0.49;2.2;0.089;5;14;1.0002;3.19;0.44;9.6;5
11.7;0.49;0.49;2.2;0.083;5;15;1;3.19;0.43;9.2;5
12;0.28;0.49;1.9;0.074;10;21;0.9976;2.98;0.66;9.9;7
11.8;0.33;0.49;3.4;0.093;54;80;1.0002;3.3;0.76;10.7;7
7.6;0.51;0.24;2.4;0.091;8;38;0.998;3.47;0.66;9.6;6
11.1;0.31;0.49;2.7;0.094;16;47;0.9986;3.12;1.02;10.6;7
7.3;0.73;0.24;1.9;0.108;18;102;0.9967;3.26;0.59;9.3;5
5;0.42;0.24;2;0.06;19;50;0.9917;3.72;0.74;14;8
10.2;0.29;0.49;2.6;0.059;5;13;0.9976;3.05;0.74;10.5;7
9;0.45;0.49;2.6;0.084;21;75;0.9987;3.35;0.57;9.7;5
6.6;0.39;0.49;1.7;0.07;23;149;0.9922;3.12;0.5;11.5;6
9;0.45;0.49;2.6;0.084;21;75;0.9987;3.35;0.57;9.7;5
9.9;0.49;0.58;3.5;0.094;9;43;1.0004;3.29;0.58;9;5
7.9;0.72;0.17;2.6;0.096;20;38;0.9978;3.4;0.53;9.5;5
8.9;0.595;0.41;7.9;0.086;30;109;0.9998;3.27;0.57;9.3;5
12.4;0.4;0.51;2;0.059;6;24;0.9994;3.04;0.6;9.3;6
11.9;0.58;0.58;1.9;0.071;5;18;0.998;3.09;0.63;10;6
8.5;0.585;0.18;2.1;0.078;5;30;0.9967;3.2;0.48;9.8;6
12.7;0.59;0.45;2.3;0.082;11;22;1;3;0.7;9.3;6
8.2;0.915;0.27;2.1;0.088;7;23;0.9962;3.26;0.47;10;4
13.2;0.46;0.52;2.2;0.071;12;35;1.0006;3.1;0.56;9;6
7.7;0.835;0;2.6;0.081;6;14;0.9975;3.3;0.52;9.3;5
13.2;0.46;0.52;2.2;0.071;12;35;1.0006;3.1;0.56;9;6
8.3;0.58;0.13;2.9;0.096;14;63;0.9984;3.17;0.62;9.1;6
8.3;0.6;0.13;2.6;0.085;6;24;0.9984;3.31;0.59;9.2;6
9.4;0.41;0.48;4.6;0.072;10;20;0.9973;3.34;0.79;12.2;7
8.8;0.48;0.41;3.3;0.092;26;52;0.9982;3.31;0.53;10.5;6
10.1;0.65;0.37;5.1;0.11;11;65;1.0026;3.32;0.64;10.4;6
6.3;0.36;0.19;3.2;0.075;15;39;0.9956;3.56;0.52;12.7;6
8.8;0.24;0.54;2.5;0.083;25;57;0.9983;3.39;0.54;9.2;5
13.2;0.38;0.55;2.7;0.081;5;16;1.0006;2.98;0.54;9.4;5
7.5;0.64;0;2.4;0.077;18;29;0.9965;3.32;0.6;10;6
8.2;0.39;0.38;1.5;0.058;10;29;0.9962;3.26;0.74;9.8;5
9.2;0.755;0.18;2.2;0.148;10;103;0.9969;2.87;1.36;10.2;6
9.6;0.6;0.5;2.3;0.079;28;71;0.9997;3.5;0.57;9.7;5
9.6;0.6;0.5;2.3;0.079;28;71;0.9997;3.5;0.57;9.7;5
11.5;0.31;0.51;2.2;0.079;14;28;0.9982;3.03;0.93;9.8;6
11.4;0.46;0.5;2.7;0.122;4;17;1.0006;3.13;0.7;10.2;5
11.3;0.37;0.41;2.3;0.088;6;16;0.9988;3.09;0.8;9.3;5
8.3;0.54;0.24;3.4;0.076;16;112;0.9976;3.27;0.61;9.4;5
8.2;0.56;0.23;3.4;0.078;14;104;0.9976;3.28;0.62;9.4;5
10;0.58;0.22;1.9;0.08;9;32;0.9974;3.13;0.55;9.5;5
7.9;0.51;0.25;2.9;0.077;21;45;0.9974;3.49;0.96;12.1;6
6.8;0.69;0;5.6;0.124;21;58;0.9997;3.46;0.72;10.2;5
6.8;0.69;0;5.6;0.124;21;58;0.9997;3.46;0.72;10.2;5
8.8;0.6;0.29;2.2;0.098;5;15;0.9988;3.36;0.49;9.1;5
8.8;0.6;0.29;2.2;0.098;5;15;0.9988;3.36;0.49;9.1;5
8.7;0.54;0.26;2.5;0.097;7;31;0.9976;3.27;0.6;9.3;6
7.6;0.685;0.23;2.3;0.111;20;84;0.9964;3.21;0.61;9.3;5
8.7;0.54;0.26;2.5;0.097;7;31;0.9976;3.27;0.6;9.3;6
10.4;0.28;0.54;2.7;0.105;5;19;0.9988;3.25;0.63;9.5;5
7.6;0.41;0.14;3;0.087;21;43;0.9964;3.32;0.57;10.5;6
10.1;0.935;0.22;3.4;0.105;11;86;1.001;3.43;0.64;11.3;4
7.9;0.35;0.21;1.9;0.073;46;102;0.9964;3.27;0.58;9.5;5
8.7;0.84;0;1.4;0.065;24;33;0.9954;3.27;0.55;9.7;5
9.6;0.88;0.28;2.4;0.086;30;147;0.9979;3.24;0.53;9.4;5
9.5;0.885;0.27;2.3;0.084;31;145;0.9978;3.24;0.53;9.4;5
7.7;0.915;0.12;2.2;0.143;7;23;0.9964;3.35;0.65;10.2;7
8.9;0.29;0.35;1.9;0.067;25;57;0.997;3.18;1.36;10.3;6
9.9;0.54;0.45;2.3;0.071;16;40;0.9991;3.39;0.62;9.4;5
9.5;0.59;0.44;2.3;0.071;21;68;0.9992;3.46;0.63;9.5;5
9.9;0.54;0.45;2.3;0.071;16;40;0.9991;3.39;0.62;9.4;5
9.5;0.59;0.44;2.3;0.071;21;68;0.9992;3.46;0.63;9.5;5
9.9;0.54;0.45;2.3;0.071;16;40;0.9991;3.39;0.62;9.4;5
7.8;0.64;0.1;6;0.115;5;11;0.9984;3.37;0.69;10.1;7
7.3;0.67;0.05;3.6;0.107;6;20;0.9972;3.4;0.63;10.1;5
8.3;0.845;0.01;2.2;0.07;5;14;0.9967;3.32;0.58;11;4
8.7;0.48;0.3;2.8;0.066;10;28;0.9964;3.33;0.67;11.2;7
6.7;0.42;0.27;8.6;0.068;24;148;0.9948;3.16;0.57;11.3;6
10.7;0.43;0.39;2.2;0.106;8;32;0.9986;2.89;0.5;9.6;5
9.8;0.88;0.25;2.5;0.104;35;155;1.001;3.41;0.67;11.2;5
15.9;0.36;0.65;7.5;0.096;22;71;0.9976;2.98;0.84;14.9;5
9.4;0.33;0.59;2.8;0.079;9;30;0.9976;3.12;0.54;12;6
8.6;0.47;0.47;2.4;0.074;7;29;0.9979;3.08;0.46;9.5;5
9.7;0.55;0.17;2.9;0.087;20;53;1.0004;3.14;0.61;9.4;5
10.7;0.43;0.39;2.2;0.106;8;32;0.9986;2.89;0.5;9.6;5
12;0.5;0.59;1.4;0.073;23;42;0.998;2.92;0.68;10.5;7
7.2;0.52;0.07;1.4;0.074;5;20;0.9973;3.32;0.81;9.6;6
7.1;0.84;0.02;4.4;0.096;5;13;0.997;3.41;0.57;11;4
7.2;0.52;0.07;1.4;0.074;5;20;0.9973;3.32;0.81;9.6;6
7.5;0.42;0.31;1.6;0.08;15;42;0.9978;3.31;0.64;9;5
7.2;0.57;0.06;1.6;0.076;9;27;0.9972;3.36;0.7;9.6;6
10.1;0.28;0.46;1.8;0.05;5;13;0.9974;3.04;0.79;10.2;6
12.1;0.4;0.52;2;0.092;15;54;1;3.03;0.66;10.2;5
9.4;0.59;0.14;2;0.084;25;48;0.9981;3.14;0.56;9.7;5
8.3;0.49;0.36;1.8;0.222;6;16;0.998;3.18;0.6;9.5;6
11.3;0.34;0.45;2;0.082;6;15;0.9988;2.94;0.66;9.2;6
10;0.73;0.43;2.3;0.059;15;31;0.9966;3.15;0.57;11;5
11.3;0.34;0.45;2;0.082;6;15;0.9988;2.94;0.66;9.2;6
6.9;0.4;0.24;2.5;0.083;30;45;0.9959;3.26;0.58;10;5
8.2;0.73;0.21;1.7;0.074;5;13;0.9968;3.2;0.52;9.5;5
9.8;1.24;0.34;2;0.079;32;151;0.998;3.15;0.53;9.5;5
8.2;0.73;0.21;1.7;0.074;5;13;0.9968;3.2;0.52;9.5;5
10.8;0.4;0.41;2.2;0.084;7;17;0.9984;3.08;0.67;9.3;6
9.3;0.41;0.39;2.2;0.064;12;31;0.9984;3.26;0.65;10.2;5
10.8;0.4;0.41;2.2;0.084;7;17;0.9984;3.08;0.67;9.3;6
8.6;0.8;0.11;2.3;0.084;12;31;0.9979;3.4;0.48;9.9;5
8.3;0.78;0.1;2.6;0.081;45;87;0.9983;3.48;0.53;10;5
10.8;0.26;0.45;3.3;0.06;20;49;0.9972;3.13;0.54;9.6;5
13.3;0.43;0.58;1.9;0.07;15;40;1.0004;3.06;0.49;9;5
8;0.45;0.23;2.2;0.094;16;29;0.9962;3.21;0.49;10.2;6
8.5;0.46;0.31;2.25;0.078;32;58;0.998;3.33;0.54;9.8;5
8.1;0.78;0.23;2.6;0.059;5;15;0.997;3.37;0.56;11.3;5
9.8;0.98;0.32;2.3;0.078;35;152;0.998;3.25;0.48;9.4;5
8.1;0.78;0.23;2.6;0.059;5;15;0.997;3.37;0.56;11.3;5
7.1;0.65;0.18;1.8;0.07;13;40;0.997;3.44;0.6;9.1;5
9.1;0.64;0.23;3.1;0.095;13;38;0.9998;3.28;0.59;9.7;5
7.7;0.66;0.04;1.6;0.039;4;9;0.9962;3.4;0.47;9.4;5
8.1;0.38;0.48;1.8;0.157;5;17;0.9976;3.3;1.05;9.4;5
7.4;1.185;0;4.25;0.097;5;14;0.9966;3.63;0.54;10.7;3
9.2;0.92;0.24;2.6;0.087;12;93;0.9998;3.48;0.54;9.8;5
8.6;0.49;0.51;2;0.422;16;62;0.9979;3.03;1.17;9;5
9;0.48;0.32;2.8;0.084;21;122;0.9984;3.32;0.62;9.4;5
9;0.47;0.31;2.7;0.084;24;125;0.9984;3.31;0.61;9.4;5
5.1;0.47;0.02;1.3;0.034;18;44;0.9921;3.9;0.62;12.8;6
7;0.65;0.02;2.1;0.066;8;25;0.9972;3.47;0.67;9.5;6
7;0.65;0.02;2.1;0.066;8;25;0.9972;3.47;0.67;9.5;6
9.4;0.615;0.28;3.2;0.087;18;72;1.0001;3.31;0.53;9.7;5
11.8;0.38;0.55;2.1;0.071;5;19;0.9986;3.11;0.62;10.8;6
10.6;1.02;0.43;2.9;0.076;26;88;0.9984;3.08;0.57;10.1;6
7;0.65;0.02;2.1;0.066;8;25;0.9972;3.47;0.67;9.5;6
7;0.64;0.02;2.1;0.067;9;23;0.997;3.47;0.67;9.4;6
7.5;0.38;0.48;2.6;0.073;22;84;0.9972;3.32;0.7;9.6;4
9.1;0.765;0.04;1.6;0.078;4;14;0.998;3.29;0.54;9.7;4
8.4;1.035;0.15;6;0.073;11;54;0.999;3.37;0.49;9.9;5
7;0.78;0.08;2;0.093;10;19;0.9956;3.4;0.47;10;5
7.4;0.49;0.19;3;0.077;16;37;0.9966;3.37;0.51;10.5;5
7.8;0.545;0.12;2.5;0.068;11;35;0.996;3.34;0.61;11.6;6
9.7;0.31;0.47;1.6;0.062;13;33;0.9983;3.27;0.66;10;6
10.6;1.025;0.43;2.8;0.08;21;84;0.9985;3.06;0.57;10.1;5
8.9;0.565;0.34;3;0.093;16;112;0.9998;3.38;0.61;9.5;5
8.7;0.69;0;3.2;0.084;13;33;0.9992;3.36;0.45;9.4;5
8;0.43;0.36;2.3;0.075;10;48;0.9976;3.34;0.46;9.4;5
9.9;0.74;0.28;2.6;0.078;21;77;0.998;3.28;0.51;9.8;5
7.2;0.49;0.18;2.7;0.069;13;34;0.9967;3.29;0.48;9.2;6
8;0.43;0.36;2.3;0.075;10;48;0.9976;3.34;0.46;9.4;5
7.6;0.46;0.11;2.6;0.079;12;49;0.9968;3.21;0.57;10;5
8.4;0.56;0.04;2;0.082;10;22;0.9976;3.22;0.44;9.6;5
7.1;0.66;0;3.9;0.086;17;45;0.9976;3.46;0.54;9.5;5
8.4;0.56;0.04;2;0.082;10;22;0.9976;3.22;0.44;9.6;5
8.9;0.48;0.24;2.85;0.094;35;106;0.9982;3.1;0.53;9.2;5
7.6;0.42;0.08;2.7;0.084;15;48;0.9968;3.21;0.59;10;5
7.1;0.31;0.3;2.2;0.053;36;127;0.9965;2.94;1.62;9.5;5
7.5;1.115;0.1;3.1;0.086;5;12;0.9958;3.54;0.6;11.2;4
9;0.66;0.17;3;0.077;5;13;0.9976;3.29;0.55;10.4;5
8.1;0.72;0.09;2.8;0.084;18;49;0.9994;3.43;0.72;11.1;6
6.4;0.57;0.02;1.8;0.067;4;11;0.997;3.46;0.68;9.5;5
6.4;0.57;0.02;1.8;0.067;4;11;0.997;3.46;0.68;9.5;5
6.4;0.865;0.03;3.2;0.071;27;58;0.995;3.61;0.49;12.7;6
9.5;0.55;0.66;2.3;0.387;12;37;0.9982;3.17;0.67;9.6;5
8.9;0.875;0.13;3.45;0.088;4;14;0.9994;3.44;0.52;11.5;5
7.3;0.835;0.03;2.1;0.092;10;19;0.9966;3.39;0.47;9.6;5
7;0.45;0.34;2.7;0.082;16;72;0.998;3.55;0.6;9.5;5
7.7;0.56;0.2;2;0.075;9;39;0.9987;3.48;0.62;9.3;5
7.7;0.965;0.1;2.1;0.112;11;22;0.9963;3.26;0.5;9.5;5
7.7;0.965;0.1;2.1;0.112;11;22;0.9963;3.26;0.5;9.5;5
8.2;0.59;0;2.5;0.093;19;58;1.0002;3.5;0.65;9.3;6
9;0.46;0.23;2.8;0.092;28;104;0.9983;3.1;0.56;9.2;5
9;0.69;0;2.4;0.088;19;38;0.999;3.35;0.6;9.3;5
8.3;0.76;0.29;4.2;0.075;12;16;0.9965;3.45;0.68;11.5;6
9.2;0.53;0.24;2.6;0.078;28;139;0.99788;3.21;0.57;9.5;5
6.5;0.615;0;1.9;0.065;9;18;0.9972;3.46;0.65;9.2;5
11.6;0.41;0.58;2.8;0.096;25;101;1.00024;3.13;0.53;10;5
11.1;0.39;0.54;2.7;0.095;21;101;1.0001;3.13;0.51;9.5;5
7.3;0.51;0.18;2.1;0.07;12;28;0.99768;3.52;0.73;9.5;6
8.2;0.34;0.38;2.5;0.08;12;57;0.9978;3.3;0.47;9;6
8.6;0.33;0.4;2.6;0.083;16;68;0.99782;3.3;0.48;9.4;5
7.2;0.5;0.18;2.1;0.071;12;31;0.99761;3.52;0.72;9.6;6
7.3;0.51;0.18;2.1;0.07;12;28;0.99768;3.52;0.73;9.5;6
8.3;0.65;0.1;2.9;0.089;17;40;0.99803;3.29;0.55;9.5;5
8.3;0.65;0.1;2.9;0.089;17;40;0.99803;3.29;0.55;9.5;5
7.6;0.54;0.13;2.5;0.097;24;66;0.99785;3.39;0.61;9.4;5
8.3;0.65;0.1;2.9;0.089;17;40;0.99803;3.29;0.55;9.5;5
7.8;0.48;0.68;1.7;0.415;14;32;0.99656;3.09;1.06;9.1;6
7.8;0.91;0.07;1.9;0.058;22;47;0.99525;3.51;0.43;10.7;6
6.3;0.98;0.01;2;0.057;15;33;0.99488;3.6;0.46;11.2;6
8.1;0.87;0;2.2;0.084;10;31;0.99656;3.25;0.5;9.8;5
8.1;0.87;0;2.2;0.084;10;31;0.99656;3.25;0.5;9.8;5
8.8;0.42;0.21;2.5;0.092;33;88;0.99823;3.19;0.52;9.2;5
9;0.58;0.25;2.8;0.075;9;104;0.99779;3.23;0.57;9.7;5
9.3;0.655;0.26;2;0.096;5;35;0.99738;3.25;0.42;9.6;5
8.8;0.7;0;1.7;0.069;8;19;0.99701;3.31;0.53;10;6
9.3;0.655;0.26;2;0.096;5;35;0.99738;3.25;0.42;9.6;5
9.1;0.68;0.11;2.8;0.093;11;44;0.99888;3.31;0.55;9.5;6
9.2;0.67;0.1;3;0.091;12;48;0.99888;3.31;0.54;9.5;6
8.8;0.59;0.18;2.9;0.089;12;74;0.99738;3.14;0.54;9.4;5
7.5;0.6;0.32;2.7;0.103;13;98;0.99938;3.45;0.62;9.5;5
7.1;0.59;0.02;2.3;0.082;24;94;0.99744;3.55;0.53;9.7;6
7.9;0.72;0.01;1.9;0.076;7;32;0.99668;3.39;0.54;9.6;5
7.1;0.59;0.02;2.3;0.082;24;94;0.99744;3.55;0.53;9.7;6
9.4;0.685;0.26;2.4;0.082;23;143;0.9978;3.28;0.55;9.4;5
9.5;0.57;0.27;2.3;0.082;23;144;0.99782;3.27;0.55;9.4;5
7.9;0.4;0.29;1.8;0.157;1;44;0.9973;3.3;0.92;9.5;6
7.9;0.4;0.3;1.8;0.157;2;45;0.99727;3.31;0.91;9.5;6
7.2;1;0;3;0.102;7;16;0.99586;3.43;0.46;10;5
6.9;0.765;0.18;2.4;0.243;5.5;48;0.99612;3.4;0.6;10.3;6
6.9;0.635;0.17;2.4;0.241;6;18;0.9961;3.4;0.59;10.3;6
8.3;0.43;0.3;3.4;0.079;7;34;0.99788;3.36;0.61;10.5;5
7.1;0.52;0.03;2.6;0.076;21;92;0.99745;3.5;0.6;9.8;5
7;0.57;0;2;0.19;12;45;0.99676;3.31;0.6;9.4;6
6.5;0.46;0.14;2.4;0.114;9;37;0.99732;3.66;0.65;9.8;5
9;0.82;0.05;2.4;0.081;26;96;0.99814;3.36;0.53;10;5
6.5;0.46;0.14;2.4;0.114;9;37;0.99732;3.66;0.65;9.8;5
7.1;0.59;0.01;2.5;0.077;20;85;0.99746;3.55;0.59;9.8;5
9.9;0.35;0.41;2.3;0.083;11;61;0.9982;3.21;0.5;9.5;5
9.9;0.35;0.41;2.3;0.083;11;61;0.9982;3.21;0.5;9.5;5
10;0.56;0.24;2.2;0.079;19;58;0.9991;3.18;0.56;10.1;6
10;0.56;0.24;2.2;0.079;19;58;0.9991;3.18;0.56;10.1;6
8.6;0.63;0.17;2.9;0.099;21;119;0.998;3.09;0.52;9.3;5
7.4;0.37;0.43;2.6;0.082;18;82;0.99708;3.33;0.68;9.7;6
8.8;0.64;0.17;2.9;0.084;25;130;0.99818;3.23;0.54;9.6;5
7.1;0.61;0.02;2.5;0.081;17;87;0.99745;3.48;0.6;9.7;6
7.7;0.6;0;2.6;0.055;7;13;0.99639;3.38;0.56;10.8;5
10.1;0.27;0.54;2.3;0.065;7;26;0.99531;3.17;0.53;12.5;6
10.8;0.89;0.3;2.6;0.132;7;60;0.99786;2.99;1.18;10.2;5
8.7;0.46;0.31;2.5;0.126;24;64;0.99746;3.1;0.74;9.6;5
9.3;0.37;0.44;1.6;0.038;21;42;0.99526;3.24;0.81;10.8;7
9.4;0.5;0.34;3.6;0.082;5;14;0.9987;3.29;0.52;10.7;6
9.4;0.5;0.34;3.6;0.082;5;14;0.9987;3.29;0.52;10.7;6
7.2;0.61;0.08;4;0.082;26;108;0.99641;3.25;0.51;9.4;5
8.6;0.55;0.09;3.3;0.068;8;17;0.99735;3.23;0.44;10;5
5.1;0.585;0;1.7;0.044;14;86;0.99264;3.56;0.94;12.9;7
7.7;0.56;0.08;2.5;0.114;14;46;0.9971;3.24;0.66;9.6;6
8.4;0.52;0.22;2.7;0.084;4;18;0.99682;3.26;0.57;9.9;6
8.2;0.28;0.4;2.4;0.052;4;10;0.99356;3.33;0.7;12.8;7
8.4;0.25;0.39;2;0.041;4;10;0.99386;3.27;0.71;12.5;7
8.2;0.28;0.4;2.4;0.052;4;10;0.99356;3.33;0.7;12.8;7
7.4;0.53;0.12;1.9;0.165;4;12;0.99702;3.26;0.86;9.2;5
7.6;0.48;0.31;2.8;0.07;4;15;0.99693;3.22;0.55;10.3;6
7.3;0.49;0.1;2.6;0.068;4;14;0.99562;3.3;0.47;10.5;5
12.9;0.5;0.55;2.8;0.072;7;24;1.00012;3.09;0.68;10.9;6
10.8;0.45;0.33;2.5;0.099;20;38;0.99818;3.24;0.71;10.8;5
6.9;0.39;0.24;2.1;0.102;4;7;0.99462;3.44;0.58;11.4;4
12.6;0.41;0.54;2.8;0.103;19;41;0.99939;3.21;0.76;11.3;6
10.8;0.45;0.33;2.5;0.099;20;38;0.99818;3.24;0.71;10.8;5
9.8;0.51;0.19;3.2;0.081;8;30;0.9984;3.23;0.58;10.5;6
10.8;0.29;0.42;1.6;0.084;19;27;0.99545;3.28;0.73;11.9;6
7.1;0.715;0;2.35;0.071;21;47;0.99632;3.29;0.45;9.4;5
9.1;0.66;0.15;3.2;0.097;9;59;0.99976;3.28;0.54;9.6;5
7;0.685;0;1.9;0.099;9;22;0.99606;3.34;0.6;9.7;5
4.9;0.42;0;2.1;0.048;16;42;0.99154;3.71;0.74;14;7
6.7;0.54;0.13;2;0.076;15;36;0.9973;3.61;0.64;9.8;5
6.7;0.54;0.13;2;0.076;15;36;0.9973;3.61;0.64;9.8;5
7.1;0.48;0.28;2.8;0.068;6;16;0.99682;3.24;0.53;10.3;5
7.1;0.46;0.14;2.8;0.076;15;37;0.99624;3.36;0.49;10.7;5
7.5;0.27;0.34;2.3;0.05;4;8;0.9951;3.4;0.64;11;7
7.1;0.46;0.14;2.8;0.076;15;37;0.99624;3.36;0.49;10.7;5
7.8;0.57;0.09;2.3;0.065;34;45;0.99417;3.46;0.74;12.7;8
5.9;0.61;0.08;2.1;0.071;16;24;0.99376;3.56;0.77;11.1;6
7.5;0.685;0.07;2.5;0.058;5;9;0.99632;3.38;0.55;10.9;4
5.9;0.61;0.08;2.1;0.071;16;24;0.99376;3.56;0.77;11.1;6
10.4;0.44;0.42;1.5;0.145;34;48;0.99832;3.38;0.86;9.9;3
11.6;0.47;0.44;1.6;0.147;36;51;0.99836;3.38;0.86;9.9;4
8.8;0.685;0.26;1.6;0.088;16;23;0.99694;3.32;0.47;9.4;5
7.6;0.665;0.1;1.5;0.066;27;55;0.99655;3.39;0.51;9.3;5
6.7;0.28;0.28;2.4;0.012;36;100;0.99064;3.26;0.39;11.7;7
6.7;0.28;0.28;2.4;0.012;36;100;0.99064;3.26;0.39;11.7;7
10.1;0.31;0.35;1.6;0.075;9;28;0.99672;3.24;0.83;11.2;7
6;0.5;0.04;2.2;0.092;13;26;0.99647;3.46;0.47;10;5
11.1;0.42;0.47;2.65;0.085;9;34;0.99736;3.24;0.77;12.1;7
6.6;0.66;0;3;0.115;21;31;0.99629;3.45;0.63;10.3;5
10.6;0.5;0.45;2.6;0.119;34;68;0.99708;3.23;0.72;10.9;6
7.1;0.685;0.35;2;0.088;9;92;0.9963;3.28;0.62;9.4;5
9.9;0.25;0.46;1.7;0.062;26;42;0.9959;3.18;0.83;10.6;6
6.4;0.64;0.21;1.8;0.081;14;31;0.99689;3.59;0.66;9.8;5
6.4;0.64;0.21;1.8;0.081;14;31;0.99689;3.59;0.66;9.8;5
7.4;0.68;0.16;1.8;0.078;12;39;0.9977;3.5;0.7;9.9;6
6.4;0.64;0.21;1.8;0.081;14;31;0.99689;3.59;0.66;9.8;5
6.4;0.63;0.21;1.6;0.08;12;32;0.99689;3.58;0.66;9.8;5
9.3;0.43;0.44;1.9;0.085;9;22;0.99708;3.28;0.55;9.5;5
9.3;0.43;0.44;1.9;0.085;9;22;0.99708;3.28;0.55;9.5;5
8;0.42;0.32;2.5;0.08;26;122;0.99801;3.22;1.07;9.7;5
9.3;0.36;0.39;1.5;0.08;41;55;0.99652;3.47;0.73;10.9;6
9.3;0.36;0.39;1.5;0.08;41;55;0.99652;3.47;0.73;10.9;6
7.6;0.735;0.02;2.5;0.071;10;14;0.99538;3.51;0.71;11.7;7
9.3;0.36;0.39;1.5;0.08;41;55;0.99652;3.47;0.73;10.9;6
8.2;0.26;0.34;2.5;0.073;16;47;0.99594;3.4;0.78;11.3;7
11.7;0.28;0.47;1.7;0.054;17;32;0.99686;3.15;0.67;10.6;7
6.8;0.56;0.22;1.8;0.074;15;24;0.99438;3.4;0.82;11.2;6
7.2;0.62;0.06;2.7;0.077;15;85;0.99746;3.51;0.54;9.5;5
5.8;1.01;0.66;2;0.039;15;88;0.99357;3.66;0.6;11.5;6
7.5;0.42;0.32;2.7;0.067;7;25;0.99628;3.24;0.44;10.4;5
7.2;0.62;0.06;2.5;0.078;17;84;0.99746;3.51;0.53;9.7;5
7.2;0.62;0.06;2.7;0.077;15;85;0.99746;3.51;0.54;9.5;5
7.2;0.635;0.07;2.6;0.077;16;86;0.99748;3.51;0.54;9.7;5
6.8;0.49;0.22;2.3;0.071;13;24;0.99438;3.41;0.83;11.3;6
6.9;0.51;0.23;2;0.072;13;22;0.99438;3.4;0.84;11.2;6
6.8;0.56;0.22;1.8;0.074;15;24;0.99438;3.4;0.82;11.2;6
7.6;0.63;0.03;2;0.08;27;43;0.99578;3.44;0.64;10.9;6
7.7;0.715;0.01;2.1;0.064;31;43;0.99371;3.41;0.57;11.8;6
6.9;0.56;0.03;1.5;0.086;36;46;0.99522;3.53;0.57;10.6;5
7.3;0.35;0.24;2;0.067;28;48;0.99576;3.43;0.54;10;4
9.1;0.21;0.37;1.6;0.067;6;10;0.99552;3.23;0.58;11.1;7
10.4;0.38;0.46;2.1;0.104;6;10;0.99664;3.12;0.65;11.8;7
8.8;0.31;0.4;2.8;0.109;7;16;0.99614;3.31;0.79;11.8;7
7.1;0.47;0;2.2;0.067;7;14;0.99517;3.4;0.58;10.9;4
7.7;0.715;0.01;2.1;0.064;31;43;0.99371;3.41;0.57;11.8;6
8.8;0.61;0.19;4;0.094;30;69;0.99787;3.22;0.5;10;6
7.2;0.6;0.04;2.5;0.076;18;88;0.99745;3.53;0.55;9.5;5
9.2;0.56;0.18;1.6;0.078;10;21;0.99576;3.15;0.49;9.9;5
7.6;0.715;0;2.1;0.068;30;35;0.99533;3.48;0.65;11.4;6
8.4;0.31;0.29;3.1;0.194;14;26;0.99536;3.22;0.78;12;6
7.2;0.6;0.04;2.5;0.076;18;88;0.99745;3.53;0.55;9.5;5
8.8;0.61;0.19;4;0.094;30;69;0.99787;3.22;0.5;10;6
8.9;0.75;0.14;2.5;0.086;9;30;0.99824;3.34;0.64;10.5;5
9;0.8;0.12;2.4;0.083;8;28;0.99836;3.33;0.65;10.4;6
10.7;0.52;0.38;2.6;0.066;29;56;0.99577;3.15;0.79;12.1;7
6.8;0.57;0;2.5;0.072;32;64;0.99491;3.43;0.56;11.2;6
10.7;0.9;0.34;6.6;0.112;23;99;1.00289;3.22;0.68;9.3;5
7.2;0.34;0.24;2;0.071;30;52;0.99576;3.44;0.58;10.1;5
7.2;0.66;0.03;2.3;0.078;16;86;0.99743;3.53;0.57;9.7;5
10.1;0.45;0.23;1.9;0.082;10;18;0.99774;3.22;0.65;9.3;6
7.2;0.66;0.03;2.3;0.078;16;86;0.99743;3.53;0.57;9.7;5
7.2;0.63;0.03;2.2;0.08;17;88;0.99745;3.53;0.58;9.8;6
7.1;0.59;0.01;2.3;0.08;27;43;0.9955;3.42;0.58;10.7;6
8.3;0.31;0.39;2.4;0.078;17;43;0.99444;3.31;0.77;12.5;7
7.1;0.59;0.01;2.3;0.08;27;43;0.9955;3.42;0.58;10.7;6
8.3;0.31;0.39;2.4;0.078;17;43;0.99444;3.31;0.77;12.5;7
8.3;1.02;0.02;3.4;0.084;6;11;0.99892;3.48;0.49;11;3
8.9;0.31;0.36;2.6;0.056;10;39;0.99562;3.4;0.69;11.8;5
7.4;0.635;0.1;2.4;0.08;16;33;0.99736;3.58;0.69;10.8;7
7.4;0.635;0.1;2.4;0.08;16;33;0.99736;3.58;0.69;10.8;7
6.8;0.59;0.06;6;0.06;11;18;0.9962;3.41;0.59;10.8;7
6.8;0.59;0.06;6;0.06;11;18;0.9962;3.41;0.59;10.8;7
9.2;0.58;0.2;3;0.081;15;115;0.998;3.23;0.59;9.5;5
7.2;0.54;0.27;2.6;0.084;12;78;0.9964;3.39;0.71;11;5
6.1;0.56;0;2.2;0.079;6;9;0.9948;3.59;0.54;11.5;6
7.4;0.52;0.13;2.4;0.078;34;61;0.99528;3.43;0.59;10.8;6
7.3;0.305;0.39;1.2;0.059;7;11;0.99331;3.29;0.52;11.5;6
9.3;0.38;0.48;3.8;0.132;3;11;0.99577;3.23;0.57;13.2;6
9.1;0.28;0.46;9;0.114;3;9;0.99901;3.18;0.6;10.9;6
10;0.46;0.44;2.9;0.065;4;8;0.99674;3.33;0.62;12.2;6
9.4;0.395;0.46;4.6;0.094;3;10;0.99639;3.27;0.64;12.2;7
7.3;0.305;0.39;1.2;0.059;7;11;0.99331;3.29;0.52;11.5;6
8.6;0.315;0.4;2.2;0.079;3;6;0.99512;3.27;0.67;11.9;6
5.3;0.715;0.19;1.5;0.161;7;62;0.99395;3.62;0.61;11;5
6.8;0.41;0.31;8.8;0.084;26;45;0.99824;3.38;0.64;10.1;6
8.4;0.36;0.32;2.2;0.081;32;79;0.9964;3.3;0.72;11;6
8.4;0.62;0.12;1.8;0.072;38;46;0.99504;3.38;0.89;11.8;6
9.6;0.41;0.37;2.3;0.091;10;23;0.99786;3.24;0.56;10.5;5
8.4;0.36;0.32;2.2;0.081;32;79;0.9964;3.3;0.72;11;6
8.4;0.62;0.12;1.8;0.072;38;46;0.99504;3.38;0.89;11.8;6
6.8;0.41;0.31;8.8;0.084;26;45;0.99824;3.38;0.64;10.1;6
8.6;0.47;0.27;2.3;0.055;14;28;0.99516;3.18;0.8;11.2;5
8.6;0.22;0.36;1.9;0.064;53;77;0.99604;3.47;0.87;11;7
9.4;0.24;0.33;2.3;0.061;52;73;0.99786;3.47;0.9;10.2;6
8.4;0.67;0.19;2.2;0.093;11;75;0.99736;3.2;0.59;9.2;4
8.6;0.47;0.27;2.3;0.055;14;28;0.99516;3.18;0.8;11.2;5
8.7;0.33;0.38;3.3;0.063;10;19;0.99468;3.3;0.73;12;7
6.6;0.61;0.01;1.9;0.08;8;25;0.99746;3.69;0.73;10.5;5
7.4;0.61;0.01;2;0.074;13;38;0.99748;3.48;0.65;9.8;5
7.6;0.4;0.29;1.9;0.078;29;66;0.9971;3.45;0.59;9.5;6
7.4;0.61;0.01;2;0.074;13;38;0.99748;3.48;0.65;9.8;5
6.6;0.61;0.01;1.9;0.08;8;25;0.99746;3.69;0.73;10.5;5
8.8;0.3;0.38;2.3;0.06;19;72;0.99543;3.39;0.72;11.8;6
8.8;0.3;0.38;2.3;0.06;19;72;0.99543;3.39;0.72;11.8;6
12;0.63;0.5;1.4;0.071;6;26;0.99791;3.07;0.6;10.4;4
7.2;0.38;0.38;2.8;0.068;23;42;0.99356;3.34;0.72;12.9;7
6.2;0.46;0.17;1.6;0.073;7;11;0.99425;3.61;0.54;11.4;5
9.6;0.33;0.52;2.2;0.074;13;25;0.99509;3.36;0.76;12.4;7
9.9;0.27;0.49;5;0.082;9;17;0.99484;3.19;0.52;12.5;7
10.1;0.43;0.4;2.6;0.092;13;52;0.99834;3.22;0.64;10;7
9.8;0.5;0.34;2.3;0.094;10;45;0.99864;3.24;0.6;9.7;7
8.3;0.3;0.49;3.8;0.09;11;24;0.99498;3.27;0.64;12.1;7
10.2;0.44;0.42;2;0.071;7;20;0.99566;3.14;0.79;11.1;7
10.2;0.44;0.58;4.1;0.092;11;24;0.99745;3.29;0.99;12;7
8.3;0.28;0.48;2.1;0.093;6;12;0.99408;3.26;0.62;12.4;7
8.9;0.12;0.45;1.8;0.075;10;21;0.99552;3.41;0.76;11.9;7
8.9;0.12;0.45;1.8;0.075;10;21;0.99552;3.41;0.76;11.9;7
8.9;0.12;0.45;1.8;0.075;10;21;0.99552;3.41;0.76;11.9;7
8.3;0.28;0.48;2.1;0.093;6;12;0.99408;3.26;0.62;12.4;7
8.2;0.31;0.4;2.2;0.058;6;10;0.99536;3.31;0.68;11.2;7
10.2;0.34;0.48;2.1;0.052;5;9;0.99458;3.2;0.69;12.1;7
7.6;0.43;0.4;2.7;0.082;6;11;0.99538;3.44;0.54;12.2;6
8.5;0.21;0.52;1.9;0.09;9;23;0.99648;3.36;0.67;10.4;5
9;0.36;0.52;2.1;0.111;5;10;0.99568;3.31;0.62;11.3;6
9.5;0.37;0.52;2;0.088;12;51;0.99613;3.29;0.58;11.1;6
6.4;0.57;0.12;2.3;0.12;25;36;0.99519;3.47;0.71;11.3;7
8;0.59;0.05;2;0.089;12;32;0.99735;3.36;0.61;10;5
8.5;0.47;0.27;1.9;0.058;18;38;0.99518;3.16;0.85;11.1;6
7.1;0.56;0.14;1.6;0.078;7;18;0.99592;3.27;0.62;9.3;5
6.6;0.57;0.02;2.1;0.115;6;16;0.99654;3.38;0.69;9.5;5
8.8;0.27;0.39;2;0.1;20;27;0.99546;3.15;0.69;11.2;6
8.5;0.47;0.27;1.9;0.058;18;38;0.99518;3.16;0.85;11.1;6
8.3;0.34;0.4;2.4;0.065;24;48;0.99554;3.34;0.86;11;6
9;0.38;0.41;2.4;0.103;6;10;0.99604;3.13;0.58;11.9;7
8.5;0.66;0.2;2.1;0.097;23;113;0.99733;3.13;0.48;9.2;5
9;0.4;0.43;2.4;0.068;29;46;0.9943;3.2;0.6;12.2;6
6.7;0.56;0.09;2.9;0.079;7;22;0.99669;3.46;0.61;10.2;5
10.4;0.26;0.48;1.9;0.066;6;10;0.99724;3.33;0.87;10.9;6
10.4;0.26;0.48;1.9;0.066;6;10;0.99724;3.33;0.87;10.9;6
10.1;0.38;0.5;2.4;0.104;6;13;0.99643;3.22;0.65;11.6;7
8.5;0.34;0.44;1.7;0.079;6;12;0.99605;3.52;0.63;10.7;5
8.8;0.33;0.41;5.9;0.073;7;13;0.99658;3.3;0.62;12.1;7
7.2;0.41;0.3;2.1;0.083;35;72;0.997;3.44;0.52;9.4;5
7.2;0.41;0.3;2.1;0.083;35;72;0.997;3.44;0.52;9.4;5
8.4;0.59;0.29;2.6;0.109;31;119;0.99801;3.15;0.5;9.1;5
7;0.4;0.32;3.6;0.061;9;29;0.99416;3.28;0.49;11.3;7
12.2;0.45;0.49;1.4;0.075;3;6;0.9969;3.13;0.63;10.4;5
9.1;0.5;0.3;1.9;0.065;8;17;0.99774;3.32;0.71;10.5;6
9.5;0.86;0.26;1.9;0.079;13;28;0.99712;3.25;0.62;10;5
7.3;0.52;0.32;2.1;0.07;51;70;0.99418;3.34;0.82;12.9;6
9.1;0.5;0.3;1.9;0.065;8;17;0.99774;3.32;0.71;10.5;6
12.2;0.45;0.49;1.4;0.075;3;6;0.9969;3.13;0.63;10.4;5
7.4;0.58;0;2;0.064;7;11;0.99562;3.45;0.58;11.3;6
9.8;0.34;0.39;1.4;0.066;3;7;0.9947;3.19;0.55;11.4;7
7.1;0.36;0.3;1.6;0.08;35;70;0.99693;3.44;0.5;9.4;5
7.7;0.39;0.12;1.7;0.097;19;27;0.99596;3.16;0.49;9.4;5
9.7;0.295;0.4;1.5;0.073;14;21;0.99556;3.14;0.51;10.9;6
7.7;0.39;0.12;1.7;0.097;19;27;0.99596;3.16;0.49;9.4;5
7.1;0.34;0.28;2;0.082;31;68;0.99694;3.45;0.48;9.4;5
6.5;0.4;0.1;2;0.076;30;47;0.99554;3.36;0.48;9.4;6
7.1;0.34;0.28;2;0.082;31;68;0.99694;3.45;0.48;9.4;5
10;0.35;0.45;2.5;0.092;20;88;0.99918;3.15;0.43;9.4;5
7.7;0.6;0.06;2;0.079;19;41;0.99697;3.39;0.62;10.1;6
5.6;0.66;0;2.2;0.087;3;11;0.99378;3.71;0.63;12.8;7
5.6;0.66;0;2.2;0.087;3;11;0.99378;3.71;0.63;12.8;7
8.9;0.84;0.34;1.4;0.05;4;10;0.99554;3.12;0.48;9.1;6
6.4;0.69;0;1.65;0.055;7;12;0.99162;3.47;0.53;12.9;6
7.5;0.43;0.3;2.2;0.062;6;12;0.99495;3.44;0.72;11.5;7
9.9;0.35;0.38;1.5;0.058;31;47;0.99676;3.26;0.82;10.6;7
9.1;0.29;0.33;2.05;0.063;13;27;0.99516;3.26;0.84;11.7;7
6.8;0.36;0.32;1.8;0.067;4;8;0.9928;3.36;0.55;12.8;7
8.2;0.43;0.29;1.6;0.081;27;45;0.99603;3.25;0.54;10.3;5
6.8;0.36;0.32;1.8;0.067;4;8;0.9928;3.36;0.55;12.8;7
9.1;0.29;0.33;2.05;0.063;13;27;0.99516;3.26;0.84;11.7;7
9.1;0.3;0.34;2;0.064;12;25;0.99516;3.26;0.84;11.7;7
8.9;0.35;0.4;3.6;0.11;12;24;0.99549;3.23;0.7;12;7
9.6;0.5;0.36;2.8;0.116;26;55;0.99722;3.18;0.68;10.9;5
8.9;0.28;0.45;1.7;0.067;7;12;0.99354;3.25;0.55;12.3;7
8.9;0.32;0.31;2;0.088;12;19;0.9957;3.17;0.55;10.4;6
7.7;1.005;0.15;2.1;0.102;11;32;0.99604;3.23;0.48;10;5
7.5;0.71;0;1.6;0.092;22;31;0.99635;3.38;0.58;10;6
8;0.58;0.16;2;0.12;3;7;0.99454;3.22;0.58;11.2;6
10.5;0.39;0.46;2.2;0.075;14;27;0.99598;3.06;0.84;11.4;6
8.9;0.38;0.4;2.2;0.068;12;28;0.99486;3.27;0.75;12.6;7
8;0.18;0.37;0.9;0.049;36;109;0.99007;2.89;0.44;12.7;6
8;0.18;0.37;0.9;0.049;36;109;0.99007;2.89;0.44;12.7;6
7;0.5;0.14;1.8;0.078;10;23;0.99636;3.53;0.61;10.4;5
11.3;0.36;0.66;2.4;0.123;3;8;0.99642;3.2;0.53;11.9;6
11.3;0.36;0.66;2.4;0.123;3;8;0.99642;3.2;0.53;11.9;6
7;0.51;0.09;2.1;0.062;4;9;0.99584;3.35;0.54;10.5;5
8.2;0.32;0.42;2.3;0.098;3;9;0.99506;3.27;0.55;12.3;6
7.7;0.58;0.01;1.8;0.088;12;18;0.99568;3.32;0.56;10.5;7
8.6;0.83;0;2.8;0.095;17;43;0.99822;3.33;0.6;10.4;6
7.9;0.31;0.32;1.9;0.066;14;36;0.99364;3.41;0.56;12.6;6
6.4;0.795;0;2.2;0.065;28;52;0.99378;3.49;0.52;11.6;5
7.2;0.34;0.21;2.5;0.075;41;68;0.99586;3.37;0.54;10.1;6
7.7;0.58;0.01;1.8;0.088;12;18;0.99568;3.32;0.56;10.5;7
7.1;0.59;0;2.1;0.091;9;14;0.99488;3.42;0.55;11.5;7
7.3;0.55;0.01;1.8;0.093;9;15;0.99514;3.35;0.58;11;7
8.1;0.82;0;4.1;0.095;5;14;0.99854;3.36;0.53;9.6;5
7.5;0.57;0.08;2.6;0.089;14;27;0.99592;3.3;0.59;10.4;6
8.9;0.745;0.18;2.5;0.077;15;48;0.99739;3.2;0.47;9.7;6
10.1;0.37;0.34;2.4;0.085;5;17;0.99683;3.17;0.65;10.6;7
7.6;0.31;0.34;2.5;0.082;26;35;0.99356;3.22;0.59;12.5;7
7.3;0.91;0.1;1.8;0.074;20;56;0.99672;3.35;0.56;9.2;5
8.7;0.41;0.41;6.2;0.078;25;42;0.9953;3.24;0.77;12.6;7
8.9;0.5;0.21;2.2;0.088;21;39;0.99692;3.33;0.83;11.1;6
7.4;0.965;0;2.2;0.088;16;32;0.99756;3.58;0.67;10.2;5
6.9;0.49;0.19;1.7;0.079;13;26;0.99547;3.38;0.64;9.8;6
8.9;0.5;0.21;2.2;0.088;21;39;0.99692;3.33;0.83;11.1;6
9.5;0.39;0.41;8.9;0.069;18;39;0.99859;3.29;0.81;10.9;7
6.4;0.39;0.33;3.3;0.046;12;53;0.99294;3.36;0.62;12.2;6
6.9;0.44;0;1.4;0.07;32;38;0.99438;3.32;0.58;11.4;6
7.6;0.78;0;1.7;0.076;33;45;0.99612;3.31;0.62;10.7;6
7.1;0.43;0.17;1.8;0.082;27;51;0.99634;3.49;0.64;10.4;5
9.3;0.49;0.36;1.7;0.081;3;14;0.99702;3.27;0.78;10.9;6
9.3;0.5;0.36;1.8;0.084;6;17;0.99704;3.27;0.77;10.8;6
7.1;0.43;0.17;1.8;0.082;27;51;0.99634;3.49;0.64;10.4;5
8.5;0.46;0.59;1.4;0.414;16;45;0.99702;3.03;1.34;9.2;5
5.6;0.605;0.05;2.4;0.073;19;25;0.99258;3.56;0.55;12.9;5
8.3;0.33;0.42;2.3;0.07;9;20;0.99426;3.38;0.77;12.7;7
8.2;0.64;0.27;2;0.095;5;77;0.99747;3.13;0.62;9.1;6
8.2;0.64;0.27;2;0.095;5;77;0.99747;3.13;0.62;9.1;6
8.9;0.48;0.53;4;0.101;3;10;0.99586;3.21;0.59;12.1;7
7.6;0.42;0.25;3.9;0.104;28;90;0.99784;3.15;0.57;9.1;5
9.9;0.53;0.57;2.4;0.093;30;52;0.9971;3.19;0.76;11.6;7
8.9;0.48;0.53;4;0.101;3;10;0.99586;3.21;0.59;12.1;7
11.6;0.23;0.57;1.8;0.074;3;8;0.9981;3.14;0.7;9.9;6
9.1;0.4;0.5;1.8;0.071;7;16;0.99462;3.21;0.69;12.5;8
8;0.38;0.44;1.9;0.098;6;15;0.9956;3.3;0.64;11.4;6
10.2;0.29;0.65;2.4;0.075;6;17;0.99565;3.22;0.63;11.8;6
8.2;0.74;0.09;2;0.067;5;10;0.99418;3.28;0.57;11.8;6
7.7;0.61;0.18;2.4;0.083;6;20;0.9963;3.29;0.6;10.2;6
6.6;0.52;0.08;2.4;0.07;13;26;0.99358;3.4;0.72;12.5;7
11.1;0.31;0.53;2.2;0.06;3;10;0.99572;3.02;0.83;10.9;7
11.1;0.31;0.53;2.2;0.06;3;10;0.99572;3.02;0.83;10.9;7
8;0.62;0.35;2.8;0.086;28;52;0.997;3.31;0.62;10.8;5
9.3;0.33;0.45;1.5;0.057;19;37;0.99498;3.18;0.89;11.1;7
7.5;0.77;0.2;8.1;0.098;30;92;0.99892;3.2;0.58;9.2;5
7.2;0.35;0.26;1.8;0.083;33;75;0.9968;3.4;0.58;9.5;6
8;0.62;0.33;2.7;0.088;16;37;0.9972;3.31;0.58;10.7;6
7.5;0.77;0.2;8.1;0.098;30;92;0.99892;3.2;0.58;9.2;5
9.1;0.25;0.34;2;0.071;45;67;0.99769;3.44;0.86;10.2;7
9.9;0.32;0.56;2;0.073;3;8;0.99534;3.15;0.73;11.4;6
8.6;0.37;0.65;6.4;0.08;3;8;0.99817;3.27;0.58;11;5
8.6;0.37;0.65;6.4;0.08;3;8;0.99817;3.27;0.58;11;5
7.9;0.3;0.68;8.3;0.05;37.5;278;0.99316;3.01;0.51;12.3;7
10.3;0.27;0.56;1.4;0.047;3;8;0.99471;3.16;0.51;11.8;6
7.9;0.3;0.68;8.3;0.05;37.5;289;0.99316;3.01;0.51;12.3;7
7.2;0.38;0.3;1.8;0.073;31;70;0.99685;3.42;0.59;9.5;6
8.7;0.42;0.45;2.4;0.072;32;59;0.99617;3.33;0.77;12;6
7.2;0.38;0.3;1.8;0.073;31;70;0.99685;3.42;0.59;9.5;6
6.8;0.48;0.08;1.8;0.074;40;64;0.99529;3.12;0.49;9.6;5
8.5;0.34;0.4;4.7;0.055;3;9;0.99738;3.38;0.66;11.6;7
7.9;0.19;0.42;1.6;0.057;18;30;0.994;3.29;0.69;11.2;6
11.6;0.41;0.54;1.5;0.095;22;41;0.99735;3.02;0.76;9.9;7
11.6;0.41;0.54;1.5;0.095;22;41;0.99735;3.02;0.76;9.9;7
10;0.26;0.54;1.9;0.083;42;74;0.99451;2.98;0.63;11.8;8
7.9;0.34;0.42;2;0.086;8;19;0.99546;3.35;0.6;11.4;6
7;0.54;0.09;2;0.081;10;16;0.99479;3.43;0.59;11.5;6
9.2;0.31;0.36;2.2;0.079;11;31;0.99615;3.33;0.86;12;7
6.6;0.725;0.09;5.5;0.117;9;17;0.99655;3.35;0.49;10.8;6
9.4;0.4;0.47;2.5;0.087;6;20;0.99772;3.15;0.5;10.5;5
6.6;0.725;0.09;5.5;0.117;9;17;0.99655;3.35;0.49;10.8;6
8.6;0.52;0.38;1.5;0.096;5;18;0.99666;3.2;0.52;9.4;5
8;0.31;0.45;2.1;0.216;5;16;0.99358;3.15;0.81;12.5;7
8.6;0.52;0.38;1.5;0.096;5;18;0.99666;3.2;0.52;9.4;5
8.4;0.34;0.42;2.1;0.072;23;36;0.99392;3.11;0.78;12.4;6
7.4;0.49;0.27;2.1;0.071;14;25;0.99388;3.35;0.63;12;6
6.1;0.48;0.09;1.7;0.078;18;30;0.99402;3.45;0.54;11.2;6
7.4;0.49;0.27;2.1;0.071;14;25;0.99388;3.35;0.63;12;6
8;0.48;0.34;2.2;0.073;16;25;0.9936;3.28;0.66;12.4;6
6.3;0.57;0.28;2.1;0.048;13;49;0.99374;3.41;0.6;12.8;5
8.2;0.23;0.42;1.9;0.069;9;17;0.99376;3.21;0.54;12.3;6
9.1;0.3;0.41;2;0.068;10;24;0.99523;3.27;0.85;11.7;7
8.1;0.78;0.1;3.3;0.09;4;13;0.99855;3.36;0.49;9.5;5
10.8;0.47;0.43;2.1;0.171;27;66;0.9982;3.17;0.76;10.8;6
8.3;0.53;0;1.4;0.07;6;14;0.99593;3.25;0.64;10;6
5.4;0.42;0.27;2;0.092;23;55;0.99471;3.78;0.64;12.3;7
7.9;0.33;0.41;1.5;0.056;6;35;0.99396;3.29;0.71;11;6
8.9;0.24;0.39;1.6;0.074;3;10;0.99698;3.12;0.59;9.5;6
5;0.4;0.5;4.3;0.046;29;80;0.9902;3.49;0.66;13.6;6
7;0.69;0.07;2.5;0.091;15;21;0.99572;3.38;0.6;11.3;6
7;0.69;0.07;2.5;0.091;15;21;0.99572;3.38;0.6;11.3;6
7;0.69;0.07;2.5;0.091;15;21;0.99572;3.38;0.6;11.3;6
7.1;0.39;0.12;2.1;0.065;14;24;0.99252;3.3;0.53;13.3;6
5.6;0.66;0;2.5;0.066;7;15;0.99256;3.52;0.58;12.9;5
7.9;0.54;0.34;2.5;0.076;8;17;0.99235;3.2;0.72;13.1;8
6.6;0.5;0;1.8;0.062;21;28;0.99352;3.44;0.55;12.3;6
6.3;0.47;0;1.4;0.055;27;33;0.9922;3.45;0.48;12.3;6
10.7;0.4;0.37;1.9;0.081;17;29;0.99674;3.12;0.65;11.2;6
6.5;0.58;0;2.2;0.096;3;13;0.99557;3.62;0.62;11.5;4
8.8;0.24;0.35;1.7;0.055;13;27;0.99394;3.14;0.59;11.3;7
5.8;0.29;0.26;1.7;0.063;3;11;0.9915;3.39;0.54;13.5;6
6.3;0.76;0;2.9;0.072;26;52;0.99379;3.51;0.6;11.5;6
10;0.43;0.33;2.7;0.095;28;89;0.9984;3.22;0.68;10;5
10.5;0.43;0.35;3.3;0.092;24;70;0.99798;3.21;0.69;10.5;6
9.1;0.6;0;1.9;0.058;5;10;0.9977;3.18;0.63;10.4;6
5.9;0.19;0.21;1.7;0.045;57;135;0.99341;3.32;0.44;9.5;5
7.4;0.36;0.34;1.8;0.075;18;38;0.9933;3.38;0.88;13.6;7
7.2;0.48;0.07;5.5;0.089;10;18;0.99684;3.37;0.68;11.2;7
8.5;0.28;0.35;1.7;0.061;6;15;0.99524;3.3;0.74;11.8;7
8;0.25;0.43;1.7;0.067;22;50;0.9946;3.38;0.6;11.9;6
10.4;0.52;0.45;2;0.08;6;13;0.99774;3.22;0.76;11.4;6
10.4;0.52;0.45;2;0.08;6;13;0.99774;3.22;0.76;11.4;6
7.5;0.41;0.15;3.7;0.104;29;94;0.99786;3.14;0.58;9.1;5
8.2;0.51;0.24;2;0.079;16;86;0.99764;3.34;0.64;9.5;6
7.3;0.4;0.3;1.7;0.08;33;79;0.9969;3.41;0.65;9.5;6
8.2;0.38;0.32;2.5;0.08;24;71;0.99624;3.27;0.85;11;6
6.9;0.45;0.11;2.4;0.043;6;12;0.99354;3.3;0.65;11.4;6
7;0.22;0.3;1.8;0.065;16;20;0.99672;3.61;0.82;10;6
7.3;0.32;0.23;2.3;0.066;35;70;0.99588;3.43;0.62;10.1;5
8.2;0.2;0.43;2.5;0.076;31;51;0.99672;3.53;0.81;10.4;6
7.8;0.5;0.12;1.8;0.178;6;21;0.996;3.28;0.87;9.8;6
10;0.41;0.45;6.2;0.071;6;14;0.99702;3.21;0.49;11.8;7
7.8;0.39;0.42;2;0.086;9;21;0.99526;3.39;0.66;11.6;6
10;0.35;0.47;2;0.061;6;11;0.99585;3.23;0.52;12;6
8.2;0.33;0.32;2.8;0.067;4;12;0.99473;3.3;0.76;12.8;7
6.1;0.58;0.23;2.5;0.044;16;70;0.99352;3.46;0.65;12.5;6
8.3;0.6;0.25;2.2;0.118;9;38;0.99616;3.15;0.53;9.8;5
9.6;0.42;0.35;2.1;0.083;17;38;0.99622;3.23;0.66;11.1;6
6.6;0.58;0;2.2;0.1;50;63;0.99544;3.59;0.68;11.4;6
8.3;0.6;0.25;2.2;0.118;9;38;0.99616;3.15;0.53;9.8;5
8.5;0.18;0.51;1.75;0.071;45;88;0.99524;3.33;0.76;11.8;7
5.1;0.51;0.18;2.1;0.042;16;101;0.9924;3.46;0.87;12.9;7
6.7;0.41;0.43;2.8;0.076;22;54;0.99572;3.42;1.16;10.6;6
10.2;0.41;0.43;2.2;0.11;11;37;0.99728;3.16;0.67;10.8;5
10.6;0.36;0.57;2.3;0.087;6;20;0.99676;3.14;0.72;11.1;7
8.8;0.45;0.43;1.4;0.076;12;21;0.99551;3.21;0.75;10.2;6
8.5;0.32;0.42;2.3;0.075;12;19;0.99434;3.14;0.71;11.8;7
9;0.785;0.24;1.7;0.078;10;21;0.99692;3.29;0.67;10;5
9;0.785;0.24;1.7;0.078;10;21;0.99692;3.29;0.67;10;5
8.5;0.44;0.5;1.9;0.369;15;38;0.99634;3.01;1.1;9.4;5
9.9;0.54;0.26;2;0.111;7;60;0.99709;2.94;0.98;10.2;5
8.2;0.33;0.39;2.5;0.074;29;48;0.99528;3.32;0.88;12.4;7
6.5;0.34;0.27;2.8;0.067;8;44;0.99384;3.21;0.56;12;6
7.6;0.5;0.29;2.3;0.086;5;14;0.99502;3.32;0.62;11.5;6
9.2;0.36;0.34;1.6;0.062;5;12;0.99667;3.2;0.67;10.5;6
7.1;0.59;0;2.2;0.078;26;44;0.99522;3.42;0.68;10.8;6
9.7;0.42;0.46;2.1;0.074;5;16;0.99649;3.27;0.74;12.3;6
7.6;0.36;0.31;1.7;0.079;26;65;0.99716;3.46;0.62;9.5;6
7.6;0.36;0.31;1.7;0.079;26;65;0.99716;3.46;0.62;9.5;6
6.5;0.61;0;2.2;0.095;48;59;0.99541;3.61;0.7;11.5;6
6.5;0.88;0.03;5.6;0.079;23;47;0.99572;3.58;0.5;11.2;4
7.1;0.66;0;2.4;0.052;6;11;0.99318;3.35;0.66;12.7;7
5.6;0.915;0;2.1;0.041;17;78;0.99346;3.68;0.73;11.4;5
8.2;0.35;0.33;2.4;0.076;11;47;0.99599;3.27;0.81;11;6
8.2;0.35;0.33;2.4;0.076;11;47;0.99599;3.27;0.81;11;6
9.8;0.39;0.43;1.65;0.068;5;11;0.99478;3.19;0.46;11.4;5
10.2;0.4;0.4;2.5;0.068;41;54;0.99754;3.38;0.86;10.5;6
6.8;0.66;0.07;1.6;0.07;16;61;0.99572;3.29;0.6;9.3;5
6.7;0.64;0.23;2.1;0.08;11;119;0.99538;3.36;0.7;10.9;5
7;0.43;0.3;2;0.085;6;39;0.99346;3.33;0.46;11.9;6
6.6;0.8;0.03;7.8;0.079;6;12;0.9963;3.52;0.5;12.2;5
7;0.43;0.3;2;0.085;6;39;0.99346;3.33;0.46;11.9;6
6.7;0.64;0.23;2.1;0.08;11;119;0.99538;3.36;0.7;10.9;5
8.8;0.955;0.05;1.8;0.075;5;19;0.99616;3.3;0.44;9.6;4
9.1;0.4;0.57;4.6;0.08;6;20;0.99652;3.28;0.57;12.5;6
6.5;0.885;0;2.3;0.166;6;12;0.99551;3.56;0.51;10.8;5
7.2;0.25;0.37;2.5;0.063;11;41;0.99439;3.52;0.8;12.4;7
6.4;0.885;0;2.3;0.166;6;12;0.99551;3.56;0.51;10.8;5
7;0.745;0.12;1.8;0.114;15;64;0.99588;3.22;0.59;9.5;6
6.2;0.43;0.22;1.8;0.078;21;56;0.99633;3.52;0.6;9.5;6
7.9;0.58;0.23;2.3;0.076;23;94;0.99686;3.21;0.58;9.5;6
7.7;0.57;0.21;1.5;0.069;4;9;0.99458;3.16;0.54;9.8;6
7.7;0.26;0.26;2;0.052;19;77;0.9951;3.15;0.79;10.9;6
7.9;0.58;0.23;2.3;0.076;23;94;0.99686;3.21;0.58;9.5;6
7.7;0.57;0.21;1.5;0.069;4;9;0.99458;3.16;0.54;9.8;6
7.9;0.34;0.36;1.9;0.065;5;10;0.99419;3.27;0.54;11.2;7
8.6;0.42;0.39;1.8;0.068;6;12;0.99516;3.35;0.69;11.7;8
9.9;0.74;0.19;5.8;0.111;33;76;0.99878;3.14;0.55;9.4;5
7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7
7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7
7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7
9.9;0.72;0.55;1.7;0.136;24;52;0.99752;3.35;0.94;10;5
7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7
6.2;0.39;0.43;2;0.071;14;24;0.99428;3.45;0.87;11.2;7
6.8;0.65;0.02;2.1;0.078;8;15;0.99498;3.35;0.62;10.4;6
6.6;0.44;0.15;2.1;0.076;22;53;0.9957;3.32;0.62;9.3;5
6.8;0.65;0.02;2.1;0.078;8;15;0.99498;3.35;0.62;10.4;6
9.6;0.38;0.42;1.9;0.071;5;13;0.99659;3.15;0.75;10.5;6
10.2;0.33;0.46;1.9;0.081;6;9;0.99628;3.1;0.48;10.4;6
8.8;0.27;0.46;2.1;0.095;20;29;0.99488;3.26;0.56;11.3;6
7.9;0.57;0.31;2;0.079;10;79;0.99677;3.29;0.69;9.5;6
8.2;0.34;0.37;1.9;0.057;43;74;0.99408;3.23;0.81;12;6
8.2;0.4;0.31;1.9;0.082;8;24;0.996;3.24;0.69;10.6;6
9;0.39;0.4;1.3;0.044;25;50;0.99478;3.2;0.83;10.9;6
10.9;0.32;0.52;1.8;0.132;17;44;0.99734;3.28;0.77;11.5;6
10.9;0.32;0.52;1.8;0.132;17;44;0.99734;3.28;0.77;11.5;6
8.1;0.53;0.22;2.2;0.078;33;89;0.99678;3.26;0.46;9.6;6
10.5;0.36;0.47;2.2;0.074;9;23;0.99638;3.23;0.76;12;6
12.6;0.39;0.49;2.5;0.08;8;20;0.9992;3.07;0.82;10.3;6
9.2;0.46;0.23;2.6;0.091;18;77;0.99922;3.15;0.51;9.4;5
7.5;0.58;0.03;4.1;0.08;27;46;0.99592;3.02;0.47;9.2;5
9;0.58;0.25;2;0.104;8;21;0.99769;3.27;0.72;9.6;5
5.1;0.42;0;1.8;0.044;18;88;0.99157;3.68;0.73;13.6;7
7.6;0.43;0.29;2.1;0.075;19;66;0.99718;3.4;0.64;9.5;5
7.7;0.18;0.34;2.7;0.066;15;58;0.9947;3.37;0.78;11.8;6
7.8;0.815;0.01;2.6;0.074;48;90;0.99621;3.38;0.62;10.8;5
7.6;0.43;0.29;2.1;0.075;19;66;0.99718;3.4;0.64;9.5;5
10.2;0.23;0.37;2.2;0.057;14;36;0.99614;3.23;0.49;9.3;4
7.1;0.75;0.01;2.2;0.059;11;18;0.99242;3.39;0.4;12.8;6
6;0.33;0.32;12.9;0.054;6;113;0.99572;3.3;0.56;11.5;4
7.8;0.55;0;1.7;0.07;7;17;0.99659;3.26;0.64;9.4;6
7.1;0.75;0.01;2.2;0.059;11;18;0.99242;3.39;0.4;12.8;6
8.1;0.73;0;2.5;0.081;12;24;0.99798;3.38;0.46;9.6;4
6.5;0.67;0;4.3;0.057;11;20;0.99488;3.45;0.56;11.8;4
7.5;0.61;0.2;1.7;0.076;36;60;0.99494;3.1;0.4;9.3;5
9.8;0.37;0.39;2.5;0.079;28;65;0.99729;3.16;0.59;9.8;5
9;0.4;0.41;2;0.058;15;40;0.99414;3.22;0.6;12.2;6
8.3;0.56;0.22;2.4;0.082;10;86;0.9983;3.37;0.62;9.5;5
5.9;0.29;0.25;13.4;0.067;72;160;0.99721;3.33;0.54;10.3;6
7.4;0.55;0.19;1.8;0.082;15;34;0.99655;3.49;0.68;10.5;5
7.4;0.74;0.07;1.7;0.086;15;48;0.99502;3.12;0.48;10;5
7.4;0.55;0.19;1.8;0.082;15;34;0.99655;3.49;0.68;10.5;5
6.9;0.41;0.33;2.2;0.081;22;36;0.9949;3.41;0.75;11.1;6
7.1;0.6;0.01;2.3;0.079;24;37;0.99514;3.4;0.61;10.9;6
7.1;0.6;0.01;2.3;0.079;24;37;0.99514;3.4;0.61;10.9;6
7.5;0.58;0.14;2.2;0.077;27;60;0.9963;3.28;0.59;9.8;5
7.1;0.72;0;1.8;0.123;6;14;0.99627;3.45;0.58;9.8;5
7.9;0.66;0;1.4;0.096;6;13;0.99569;3.43;0.58;9.5;5
7.8;0.7;0.06;1.9;0.079;20;35;0.99628;3.4;0.69;10.9;5
6.1;0.64;0.02;2.4;0.069;26;46;0.99358;3.47;0.45;11;5
7.5;0.59;0.22;1.8;0.082;43;60;0.99499;3.1;0.42;9.2;5
7;0.58;0.28;4.8;0.085;12;69;0.99633;3.32;0.7;11;6
6.8;0.64;0;2.7;0.123;15;33;0.99538;3.44;0.63;11.3;6
6.8;0.64;0;2.7;0.123;15;33;0.99538;3.44;0.63;11.3;6
8.6;0.635;0.68;1.8;0.403;19;56;0.99632;3.02;1.15;9.3;5
6.3;1.02;0;2;0.083;17;24;0.99437;3.59;0.55;11.2;4
9.8;0.45;0.38;2.5;0.081;34;66;0.99726;3.15;0.58;9.8;5
8.2;0.78;0;2.2;0.089;13;26;0.9978;3.37;0.46;9.6;4
8.5;0.37;0.32;1.8;0.066;26;51;0.99456;3.38;0.72;11.8;6
7.2;0.57;0.05;2.3;0.081;16;36;0.99564;3.38;0.6;10.3;6
7.2;0.57;0.05;2.3;0.081;16;36;0.99564;3.38;0.6;10.3;6
10.4;0.43;0.5;2.3;0.068;13;19;0.996;3.1;0.87;11.4;6
6.9;0.41;0.31;2;0.079;21;51;0.99668;3.47;0.55;9.5;6
5.5;0.49;0.03;1.8;0.044;28;87;0.9908;3.5;0.82;14;8
5;0.38;0.01;1.6;0.048;26;60;0.99084;3.7;0.75;14;6
7.3;0.44;0.2;1.6;0.049;24;64;0.9935;3.38;0.57;11.7;6
5.9;0.46;0;1.9;0.077;25;44;0.99385;3.5;0.53;11.2;5
7.5;0.58;0.2;2;0.073;34;44;0.99494;3.1;0.43;9.3;5
7.8;0.58;0.13;2.1;0.102;17;36;0.9944;3.24;0.53;11.2;6
8;0.715;0.22;2.3;0.075;13;81;0.99688;3.24;0.54;9.5;6
8.5;0.4;0.4;6.3;0.05;3;10;0.99566;3.28;0.56;12;4
7;0.69;0;1.9;0.114;3;10;0.99636;3.35;0.6;9.7;6
8;0.715;0.22;2.3;0.075;13;81;0.99688;3.24;0.54;9.5;6
9.8;0.3;0.39;1.7;0.062;3;9;0.9948;3.14;0.57;11.5;7
7.1;0.46;0.2;1.9;0.077;28;54;0.9956;3.37;0.64;10.4;6
7.1;0.46;0.2;1.9;0.077;28;54;0.9956;3.37;0.64;10.4;6
7.9;0.765;0;2;0.084;9;22;0.99619;3.33;0.68;10.9;6
8.7;0.63;0.28;2.7;0.096;17;69;0.99734;3.26;0.63;10.2;6
7;0.42;0.19;2.3;0.071;18;36;0.99476;3.39;0.56;10.9;5
11.3;0.37;0.5;1.8;0.09;20;47;0.99734;3.15;0.57;10.5;5
7.1;0.16;0.44;2.5;0.068;17;31;0.99328;3.35;0.54;12.4;6
8;0.6;0.08;2.6;0.056;3;7;0.99286;3.22;0.37;13;5
7;0.6;0.3;4.5;0.068;20;110;0.99914;3.3;1.17;10.2;5
7;0.6;0.3;4.5;0.068;20;110;0.99914;3.3;1.17;10.2;5
7.6;0.74;0;1.9;0.1;6;12;0.99521;3.36;0.59;11;5
8.2;0.635;0.1;2.1;0.073;25;60;0.99638;3.29;0.75;10.9;6
5.9;0.395;0.13;2.4;0.056;14;28;0.99362;3.62;0.67;12.4;6
7.5;0.755;0;1.9;0.084;6;12;0.99672;3.34;0.49;9.7;4
8.2;0.635;0.1;2.1;0.073;25;60;0.99638;3.29;0.75;10.9;6
6.6;0.63;0;4.3;0.093;51;77.5;0.99558;3.2;0.45;9.5;5
6.6;0.63;0;4.3;0.093;51;77.5;0.99558;3.2;0.45;9.5;5
7.2;0.53;0.14;2.1;0.064;15;29;0.99323;3.35;0.61;12.1;6
5.7;0.6;0;1.4;0.063;11;18;0.99191;3.45;0.56;12.2;6
7.6;1.58;0;2.1;0.137;5;9;0.99476;3.5;0.4;10.9;3
5.2;0.645;0;2.15;0.08;15;28;0.99444;3.78;0.61;12.5;6
6.7;0.86;0.07;2;0.1;20;57;0.99598;3.6;0.74;11.7;6
9.1;0.37;0.32;2.1;0.064;4;15;0.99576;3.3;0.8;11.2;6
8;0.28;0.44;1.8;0.081;28;68;0.99501;3.36;0.66;11.2;5
7.6;0.79;0.21;2.3;0.087;21;68;0.9955;3.12;0.44;9.2;5
7.5;0.61;0.26;1.9;0.073;24;88;0.99612;3.3;0.53;9.8;5
9.7;0.69;0.32;2.5;0.088;22;91;0.9979;3.29;0.62;10.1;5
6.8;0.68;0.09;3.9;0.068;15;29;0.99524;3.41;0.52;11.1;4
9.7;0.69;0.32;2.5;0.088;22;91;0.9979;3.29;0.62;10.1;5
7;0.62;0.1;1.4;0.071;27;63;0.996;3.28;0.61;9.2;5
7.5;0.61;0.26;1.9;0.073;24;88;0.99612;3.3;0.53;9.8;5
6.5;0.51;0.15;3;0.064;12;27;0.9929;3.33;0.59;12.8;6
8;1.18;0.21;1.9;0.083;14;41;0.99532;3.34;0.47;10.5;5
7;0.36;0.21;2.3;0.086;20;65;0.99558;3.4;0.54;10.1;6
7;0.36;0.21;2.4;0.086;24;69;0.99556;3.4;0.53;10.1;6
7.5;0.63;0.27;2;0.083;17;91;0.99616;3.26;0.58;9.8;6
5.4;0.74;0;1.2;0.041;16;46;0.99258;4.01;0.59;12.5;6
9.9;0.44;0.46;2.2;0.091;10;41;0.99638;3.18;0.69;11.9;6
7.5;0.63;0.27;2;0.083;17;91;0.99616;3.26;0.58;9.8;6
9.1;0.76;0.68;1.7;0.414;18;64;0.99652;2.9;1.33;9.1;6
9.7;0.66;0.34;2.6;0.094;12;88;0.99796;3.26;0.66;10.1;5
5;0.74;0;1.2;0.041;16;46;0.99258;4.01;0.59;12.5;6
9.1;0.34;0.42;1.8;0.058;9;18;0.99392;3.18;0.55;11.4;5
9.1;0.36;0.39;1.8;0.06;21;55;0.99495;3.18;0.82;11;7
6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6
6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6
6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6
6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6
6.5;0.52;0.11;1.8;0.073;13;38;0.9955;3.34;0.52;9.3;5
7.4;0.6;0.26;2.1;0.083;17;91;0.99616;3.29;0.56;9.8;6
7.4;0.6;0.26;2.1;0.083;17;91;0.99616;3.29;0.56;9.8;6
7.8;0.87;0.26;3.8;0.107;31;67;0.99668;3.26;0.46;9.2;5
8.4;0.39;0.1;1.7;0.075;6;25;0.99581;3.09;0.43;9.7;6
9.1;0.775;0.22;2.2;0.079;12;48;0.9976;3.18;0.51;9.6;5
7.2;0.835;0;2;0.166;4;11;0.99608;3.39;0.52;10;5
6.6;0.58;0.02;2.4;0.069;19;40;0.99387;3.38;0.66;12.6;6
6;0.5;0;1.4;0.057;15;26;0.99448;3.36;0.45;9.5;5
6;0.5;0;1.4;0.057;15;26;0.99448;3.36;0.45;9.5;5
6;0.5;0;1.4;0.057;15;26;0.99448;3.36;0.45;9.5;5
7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6
7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6
7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6
7.6;0.54;0.02;1.7;0.085;17;31;0.99589;3.37;0.51;10.4;6
7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6
11.5;0.42;0.48;2.6;0.077;8;20;0.99852;3.09;0.53;11;5
8.2;0.44;0.24;2.3;0.063;10;28;0.99613;3.25;0.53;10.2;6
6.1;0.59;0.01;2.1;0.056;5;13;0.99472;3.52;0.56;11.4;5
7.2;0.655;0.03;1.8;0.078;7;12;0.99587;3.34;0.39;9.5;5
7.2;0.655;0.03;1.8;0.078;7;12;0.99587;3.34;0.39;9.5;5
6.9;0.57;0;2.8;0.081;21;41;0.99518;3.41;0.52;10.8;5
9;0.6;0.29;2;0.069;32;73;0.99654;3.34;0.57;10;5
7.2;0.62;0.01;2.3;0.065;8;46;0.99332;3.32;0.51;11.8;6
7.6;0.645;0.03;1.9;0.086;14;57;0.9969;3.37;0.46;10.3;5
7.6;0.645;0.03;1.9;0.086;14;57;0.9969;3.37;0.46;10.3;5
7.2;0.58;0.03;2.3;0.077;7;28;0.99568;3.35;0.52;10;5
6.1;0.32;0.25;1.8;0.086;5;32;0.99464;3.36;0.44;10.1;5
6.1;0.34;0.25;1.8;0.084;4;28;0.99464;3.36;0.44;10.1;5
7.3;0.43;0.24;2.5;0.078;27;67;0.99648;3.6;0.59;11.1;6
7.4;0.64;0.17;5.4;0.168;52;98;0.99736;3.28;0.5;9.5;5
11.6;0.475;0.4;1.4;0.091;6;28;0.99704;3.07;0.65;10.0333333333333;6
9.2;0.54;0.31;2.3;0.112;11;38;0.99699;3.24;0.56;10.9;5
8.3;0.85;0.14;2.5;0.093;13;54;0.99724;3.36;0.54;10.1;5
11.6;0.475;0.4;1.4;0.091;6;28;0.99704;3.07;0.65;10.0333333333333;6
8;0.83;0.27;2;0.08;11;63;0.99652;3.29;0.48;9.8;4
7.2;0.605;0.02;1.9;0.096;10;31;0.995;3.46;0.53;11.8;6
7.8;0.5;0.09;2.2;0.115;10;42;0.9971;3.18;0.62;9.5;5
7.3;0.74;0.08;1.7;0.094;10;45;0.99576;3.24;0.5;9.8;5
6.9;0.54;0.3;2.2;0.088;9;105;0.99725;3.25;1.18;10.5;6
8;0.77;0.32;2.1;0.079;16;74;0.99656;3.27;0.5;9.8;6
6.6;0.61;0;1.6;0.069;4;8;0.99396;3.33;0.37;10.4;4
8.7;0.78;0.51;1.7;0.415;12;66;0.99623;3;1.17;9.2;5
7.5;0.58;0.56;3.1;0.153;5;14;0.99476;3.21;1.03;11.6;6
8.7;0.78;0.51;1.7;0.415;12;66;0.99623;3;1.17;9.2;5
7.7;0.75;0.27;3.8;0.11;34;89;0.99664;3.24;0.45;9.3;5
6.8;0.815;0;1.2;0.267;16;29;0.99471;3.32;0.51;9.8;3
7.2;0.56;0.26;2;0.083;13;100;0.99586;3.26;0.52;9.9;5
8.2;0.885;0.2;1.4;0.086;7;31;0.9946;3.11;0.46;10;5
5.2;0.49;0.26;2.3;0.09;23;74;0.9953;3.71;0.62;12.2;6
7.2;0.45;0.15;2;0.078;10;28;0.99609;3.29;0.51;9.9;6
7.5;0.57;0.02;2.6;0.077;11;35;0.99557;3.36;0.62;10.8;6
7.5;0.57;0.02;2.6;0.077;11;35;0.99557;3.36;0.62;10.8;6
6.8;0.83;0.09;1.8;0.074;4;25;0.99534;3.38;0.45;9.6;5
8;0.6;0.22;2.1;0.08;25;105;0.99613;3.3;0.49;9.9;5
8;0.6;0.22;2.1;0.08;25;105;0.99613;3.3;0.49;9.9;5
7.1;0.755;0.15;1.8;0.107;20;84;0.99593;3.19;0.5;9.5;5
8;0.81;0.25;3.4;0.076;34;85;0.99668;3.19;0.42;9.2;5
7.4;0.64;0.07;1.8;0.1;8;23;0.9961;3.3;0.58;9.6;5
7.4;0.64;0.07;1.8;0.1;8;23;0.9961;3.3;0.58;9.6;5
6.6;0.64;0.31;6.1;0.083;7;49;0.99718;3.35;0.68;10.3;5
6.7;0.48;0.02;2.2;0.08;36;111;0.99524;3.1;0.53;9.7;5
6;0.49;0;2.3;0.068;15;33;0.99292;3.58;0.59;12.5;6
8;0.64;0.22;2.4;0.094;5;33;0.99612;3.37;0.58;11;5
7.1;0.62;0.06;1.3;0.07;5;12;0.9942;3.17;0.48;9.8;5
8;0.52;0.25;2;0.078;19;59;0.99612;3.3;0.48;10.2;5
6.4;0.57;0.14;3.9;0.07;27;73;0.99669;3.32;0.48;9.2;5
8.6;0.685;0.1;1.6;0.092;3;12;0.99745;3.31;0.65;9.55;6
8.7;0.675;0.1;1.6;0.09;4;11;0.99745;3.31;0.65;9.55;5
7.3;0.59;0.26;2;0.08;17;104;0.99584;3.28;0.52;9.9;5
7;0.6;0.12;2.2;0.083;13;28;0.9966;3.52;0.62;10.2;7
7.2;0.67;0;2.2;0.068;10;24;0.9956;3.42;0.72;11.1;6
7.9;0.69;0.21;2.1;0.08;33;141;0.9962;3.25;0.51;9.9;5
7.9;0.69;0.21;2.1;0.08;33;141;0.9962;3.25;0.51;9.9;5
7.6;0.3;0.42;2;0.052;6;24;0.9963;3.44;0.82;11.9;6
7.2;0.33;0.33;1.7;0.061;3;13;0.996;3.23;1.1;10;8
8;0.5;0.39;2.6;0.082;12;46;0.9985;3.43;0.62;10.7;6
7.7;0.28;0.3;2;0.062;18;34;0.9952;3.28;0.9;11.3;7
8.2;0.24;0.34;5.1;0.062;8;22;0.9974;3.22;0.94;10.9;6
6;0.51;0;2.1;0.064;40;54;0.995;3.54;0.93;10.7;6
8.1;0.29;0.36;2.2;0.048;35;53;0.995;3.27;1.01;12.4;7
6;0.51;0;2.1;0.064;40;54;0.995;3.54;0.93;10.7;6
6.6;0.96;0;1.8;0.082;5;16;0.9936;3.5;0.44;11.9;6
6.4;0.47;0.4;2.4;0.071;8;19;0.9963;3.56;0.73;10.6;6
8.2;0.24;0.34;5.1;0.062;8;22;0.9974;3.22;0.94;10.9;6
9.9;0.57;0.25;2;0.104;12;89;0.9963;3.04;0.9;10.1;5
10;0.32;0.59;2.2;0.077;3;15;0.9994;3.2;0.78;9.6;5
6.2;0.58;0;1.6;0.065;8;18;0.9966;3.56;0.84;9.4;5
10;0.32;0.59;2.2;0.077;3;15;0.9994;3.2;0.78;9.6;5
7.3;0.34;0.33;2.5;0.064;21;37;0.9952;3.35;0.77;12.1;7
7.8;0.53;0.01;1.6;0.077;3;19;0.995;3.16;0.46;9.8;5
7.7;0.64;0.21;2.2;0.077;32;133;0.9956;3.27;0.45;9.9;5
7.8;0.53;0.01;1.6;0.077;3;19;0.995;3.16;0.46;9.8;5
7.5;0.4;0.18;1.6;0.079;24;58;0.9965;3.34;0.58;9.4;5
7;0.54;0;2.1;0.079;39;55;0.9956;3.39;0.84;11.4;6
6.4;0.53;0.09;3.9;0.123;14;31;0.9968;3.5;0.67;11;4
8.3;0.26;0.37;1.4;0.076;8;23;0.9974;3.26;0.7;9.6;6
8.3;0.26;0.37;1.4;0.076;8;23;0.9974;3.26;0.7;9.6;6
7.7;0.23;0.37;1.8;0.046;23;60;0.9971;3.41;0.71;12.1;6
7.6;0.41;0.33;2.5;0.078;6;23;0.9957;3.3;0.58;11.2;5
7.8;0.64;0;1.9;0.072;27;55;0.9962;3.31;0.63;11;5
7.9;0.18;0.4;2.2;0.049;38;67;0.996;3.33;0.93;11.3;5
7.4;0.41;0.24;1.8;0.066;18;47;0.9956;3.37;0.62;10.4;5
7.6;0.43;0.31;2.1;0.069;13;74;0.9958;3.26;0.54;9.9;6
5.9;0.44;0;1.6;0.042;3;11;0.9944;3.48;0.85;11.7;6
6.1;0.4;0.16;1.8;0.069;11;25;0.9955;3.42;0.74;10.1;7
10.2;0.54;0.37;15.4;0.214;55;95;1.00369;3.18;0.77;9;6
10.2;0.54;0.37;15.4;0.214;55;95;1.00369;3.18;0.77;9;6
10;0.38;0.38;1.6;0.169;27;90;0.99914;3.15;0.65;8.5;5
6.8;0.915;0.29;4.8;0.07;15;39;0.99577;3.53;0.54;11.1;5
7;0.59;0;1.7;0.052;3;8;0.996;3.41;0.47;10.3;5
7.3;0.67;0.02;2.2;0.072;31;92;0.99566;3.32;0.68;11.0666666666667;6
7.2;0.37;0.32;2;0.062;15;28;0.9947;3.23;0.73;11.3;7
7.4;0.785;0.19;5.2;0.094;19;98;0.99713;3.16;0.52;9.56666666666667;6
6.9;0.63;0.02;1.9;0.078;18;30;0.99712;3.4;0.75;9.8;5
6.9;0.58;0.2;1.75;0.058;8;22;0.99322;3.38;0.49;11.7;5
7.3;0.67;0.02;2.2;0.072;31;92;0.99566;3.32;0.68;11.1;6
7.4;0.785;0.19;5.2;0.094;19;98;0.99713;3.16;0.52;9.6;6
6.9;0.63;0.02;1.9;0.078;18;30;0.99712;3.4;0.75;9.8;5
6.8;0.67;0;1.9;0.08;22;39;0.99701;3.4;0.74;9.7;5
6.9;0.58;0.01;1.9;0.08;40;54;0.99683;3.4;0.73;9.7;5
7.2;0.38;0.31;2;0.056;15;29;0.99472;3.23;0.76;11.3;8
7.2;0.37;0.32;2;0.062;15;28;0.9947;3.23;0.73;11.3;7
7.8;0.32;0.44;2.7;0.104;8;17;0.99732;3.33;0.78;11;7
6.6;0.58;0.02;2;0.062;37;53;0.99374;3.35;0.76;11.6;7
7.6;0.49;0.33;1.9;0.074;27;85;0.99706;3.41;0.58;9;5
11.7;0.45;0.63;2.2;0.073;7;23;0.99974;3.21;0.69;10.9;6
6.5;0.9;0;1.6;0.052;9;17;0.99467;3.5;0.63;10.9;6
6;0.54;0.06;1.8;0.05;38;89;0.99236;3.3;0.5;10.55;6
7.6;0.49;0.33;1.9;0.074;27;85;0.99706;3.41;0.58;9;5
8.4;0.29;0.4;1.7;0.067;8;20;0.99603;3.39;0.6;10.5;5
7.9;0.2;0.35;1.7;0.054;7;15;0.99458;3.32;0.8;11.9;7
6.4;0.42;0.09;2.3;0.054;34;64;0.99724;3.41;0.68;10.4;6
6.2;0.785;0;2.1;0.06;6;13;0.99664;3.59;0.61;10;4
6.8;0.64;0.03;2.3;0.075;14;31;0.99545;3.36;0.58;10.4;6
6.9;0.63;0.01;2.4;0.076;14;39;0.99522;3.34;0.53;10.8;6
6.8;0.59;0.1;1.7;0.063;34;53;0.9958;3.41;0.67;9.7;5
6.8;0.59;0.1;1.7;0.063;34;53;0.9958;3.41;0.67;9.7;5
7.3;0.48;0.32;2.1;0.062;31;54;0.99728;3.3;0.65;10;7
6.7;1.04;0.08;2.3;0.067;19;32;0.99648;3.52;0.57;11;4
7.3;0.48;0.32;2.1;0.062;31;54;0.99728;3.3;0.65;10;7
7.3;0.98;0.05;2.1;0.061;20;49;0.99705;3.31;0.55;9.7;3
10;0.69;0.11;1.4;0.084;8;24;0.99578;2.88;0.47;9.7;5
6.7;0.7;0.08;3.75;0.067;8;16;0.99334;3.43;0.52;12.6;5
7.6;0.35;0.6;2.6;0.073;23;44;0.99656;3.38;0.79;11.1;6
6.1;0.6;0.08;1.8;0.071;14;45;0.99336;3.38;0.54;11;5
9.9;0.5;0.5;13.8;0.205;48;82;1.00242;3.16;0.75;8.8;5
5.3;0.47;0.11;2.2;0.048;16;89;0.99182;3.54;0.88;13.5666666666667;7
9.9;0.5;0.5;13.8;0.205;48;82;1.00242;3.16;0.75;8.8;5
5.3;0.47;0.11;2.2;0.048;16;89;0.99182;3.54;0.88;13.6;7
7.1;0.875;0.05;5.7;0.082;3;14;0.99808;3.4;0.52;10.2;3
8.2;0.28;0.6;3;0.104;10;22;0.99828;3.39;0.68;10.6;5
5.6;0.62;0.03;1.5;0.08;6;13;0.99498;3.66;0.62;10.1;4
8.2;0.28;0.6;3;0.104;10;22;0.99828;3.39;0.68;10.6;5
7.2;0.58;0.54;2.1;0.114;3;9;0.99719;3.33;0.57;10.3;4
8.1;0.33;0.44;1.5;0.042;6;12;0.99542;3.35;0.61;10.7;5
6.8;0.91;0.06;2;0.06;4;11;0.99592;3.53;0.64;10.9;4
7;0.655;0.16;2.1;0.074;8;25;0.99606;3.37;0.55;9.7;5
6.8;0.68;0.21;2.1;0.07;9;23;0.99546;3.38;0.6;10.3;5
6;0.64;0.05;1.9;0.066;9;17;0.99496;3.52;0.78;10.6;5
5.6;0.54;0.04;1.7;0.049;5;13;0.9942;3.72;0.58;11.4;5
6.2;0.57;0.1;2.1;0.048;4;11;0.99448;3.44;0.76;10.8;6
7.1;0.22;0.49;1.8;0.039;8;18;0.99344;3.39;0.56;12.4;6
5.6;0.54;0.04;1.7;0.049;5;13;0.9942;3.72;0.58;11.4;5
6.2;0.65;0.06;1.6;0.05;6;18;0.99348;3.57;0.54;11.95;5
7.7;0.54;0.26;1.9;0.089;23;147;0.99636;3.26;0.59;9.7;5
6.4;0.31;0.09;1.4;0.066;15;28;0.99459;3.42;0.7;10;7
7;0.43;0.02;1.9;0.08;15;28;0.99492;3.35;0.81;10.6;6
7.7;0.54;0.26;1.9;0.089;23;147;0.99636;3.26;0.59;9.7;5
6.9;0.74;0.03;2.3;0.054;7;16;0.99508;3.45;0.63;11.5;6
6.6;0.895;0.04;2.3;0.068;7;13;0.99582;3.53;0.58;10.8;6
6.9;0.74;0.03;2.3;0.054;7;16;0.99508;3.45;0.63;11.5;6
7.5;0.725;0.04;1.5;0.076;8;15;0.99508;3.26;0.53;9.6;5
7.8;0.82;0.29;4.3;0.083;21;64;0.99642;3.16;0.53;9.4;5
7.3;0.585;0.18;2.4;0.078;15;60;0.99638;3.31;0.54;9.8;5
6.2;0.44;0.39;2.5;0.077;6;14;0.99555;3.51;0.69;11;6
7.5;0.38;0.57;2.3;0.106;5;12;0.99605;3.36;0.55;11.4;6
6.7;0.76;0.02;1.8;0.078;6;12;0.996;3.55;0.63;9.95;3
6.8;0.81;0.05;2;0.07;6;14;0.99562;3.51;0.66;10.8;6
7.5;0.38;0.57;2.3;0.106;5;12;0.99605;3.36;0.55;11.4;6
7.1;0.27;0.6;2.1;0.074;17;25;0.99814;3.38;0.72;10.6;6
7.9;0.18;0.4;1.8;0.062;7;20;0.9941;3.28;0.7;11.1;5
6.4;0.36;0.21;2.2;0.047;26;48;0.99661;3.47;0.77;9.7;6
7.1;0.69;0.04;2.1;0.068;19;27;0.99712;3.44;0.67;9.8;5
6.4;0.79;0.04;2.2;0.061;11;17;0.99588;3.53;0.65;10.4;6
6.4;0.56;0.15;1.8;0.078;17;65;0.99294;3.33;0.6;10.5;6
6.9;0.84;0.21;4.1;0.074;16;65;0.99842;3.53;0.72;9.23333333333333;6
6.9;0.84;0.21;4.1;0.074;16;65;0.99842;3.53;0.72;9.25;6
6.1;0.32;0.25;2.3;0.071;23;58;0.99633;3.42;0.97;10.6;5
6.5;0.53;0.06;2;0.063;29;44;0.99489;3.38;0.83;10.3;6
7.4;0.47;0.46;2.2;0.114;7;20;0.99647;3.32;0.63;10.5;5
6.6;0.7;0.08;2.6;0.106;14;27;0.99665;3.44;0.58;10.2;5
6.5;0.53;0.06;2;0.063;29;44;0.99489;3.38;0.83;10.3;6
6.9;0.48;0.2;1.9;0.082;9;23;0.99585;3.39;0.43;9.05;4
6.1;0.32;0.25;2.3;0.071;23;58;0.99633;3.42;0.97;10.6;5
6.8;0.48;0.25;2;0.076;29;61;0.9953;3.34;0.6;10.4;5
6;0.42;0.19;2;0.075;22;47;0.99522;3.39;0.78;10;6
6.7;0.48;0.08;2.1;0.064;18;34;0.99552;3.33;0.64;9.7;5
6.8;0.47;0.08;2.2;0.064;18;38;0.99553;3.3;0.65;9.6;6
7.1;0.53;0.07;1.7;0.071;15;24;0.9951;3.29;0.66;10.8;6
7.9;0.29;0.49;2.2;0.096;21;59;0.99714;3.31;0.67;10.1;6
7.1;0.69;0.08;2.1;0.063;42;52;0.99608;3.42;0.6;10.2;6
6.6;0.44;0.09;2.2;0.063;9;18;0.99444;3.42;0.69;11.3;6
6.1;0.705;0.1;2.8;0.081;13;28;0.99631;3.6;0.66;10.2;5
7.2;0.53;0.13;2;0.058;18;22;0.99573;3.21;0.68;9.9;6
8;0.39;0.3;1.9;0.074;32;84;0.99717;3.39;0.61;9;5
6.6;0.56;0.14;2.4;0.064;13;29;0.99397;3.42;0.62;11.7;7
7;0.55;0.13;2.2;0.075;15;35;0.9959;3.36;0.59;9.7;6
6.1;0.53;0.08;1.9;0.077;24;45;0.99528;3.6;0.68;10.3;6
5.4;0.58;0.08;1.9;0.059;20;31;0.99484;3.5;0.64;10.2;6
6.2;0.64;0.09;2.5;0.081;15;26;0.99538;3.57;0.63;12;5
7.2;0.39;0.32;1.8;0.065;34;60;0.99714;3.46;0.78;9.9;5
6.2;0.52;0.08;4.4;0.071;11;32;0.99646;3.56;0.63;11.6;6
7.4;0.25;0.29;2.2;0.054;19;49;0.99666;3.4;0.76;10.9;7
6.7;0.855;0.02;1.9;0.064;29;38;0.99472;3.3;0.56;10.75;6
11.1;0.44;0.42;2.2;0.064;14;19;0.99758;3.25;0.57;10.4;6
8.4;0.37;0.43;2.3;0.063;12;19;0.9955;3.17;0.81;11.2;7
6.5;0.63;0.33;1.8;0.059;16;28;0.99531;3.36;0.64;10.1;6
7;0.57;0.02;2;0.072;17;26;0.99575;3.36;0.61;10.2;5
6.3;0.6;0.1;1.6;0.048;12;26;0.99306;3.55;0.51;12.1;5
11.2;0.4;0.5;2;0.099;19;50;0.99783;3.1;0.58;10.4;5
7.4;0.36;0.3;1.8;0.074;17;24;0.99419;3.24;0.7;11.4;8
7.1;0.68;0;2.3;0.087;17;26;0.99783;3.45;0.53;9.5;5
7.1;0.67;0;2.3;0.083;18;27;0.99768;3.44;0.54;9.4;5
6.3;0.68;0.01;3.7;0.103;32;54;0.99586;3.51;0.66;11.3;6
7.3;0.735;0;2.2;0.08;18;28;0.99765;3.41;0.6;9.4;5
6.6;0.855;0.02;2.4;0.062;15;23;0.99627;3.54;0.6;11;6
7;0.56;0.17;1.7;0.065;15;24;0.99514;3.44;0.68;10.55;7
6.6;0.88;0.04;2.2;0.066;12;20;0.99636;3.53;0.56;9.9;5
6.6;0.855;0.02;2.4;0.062;15;23;0.99627;3.54;0.6;11;6
6.9;0.63;0.33;6.7;0.235;66;115;0.99787;3.22;0.56;9.5;5
7.8;0.6;0.26;2;0.08;31;131;0.99622;3.21;0.52;9.9;5
7.8;0.6;0.26;2;0.08;31;131;0.99622;3.21;0.52;9.9;5
7.8;0.6;0.26;2;0.08;31;131;0.99622;3.21;0.52;9.9;5
7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5
7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5
7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5
6.7;0.67;0.02;1.9;0.061;26;42;0.99489;3.39;0.82;10.9;6
6.7;0.16;0.64;2.1;0.059;24;52;0.99494;3.34;0.71;11.2;6
7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5
7;0.56;0.13;1.6;0.077;25;42;0.99629;3.34;0.59;9.2;5
6.2;0.51;0.14;1.9;0.056;15;34;0.99396;3.48;0.57;11.5;6
6.4;0.36;0.53;2.2;0.23;19;35;0.9934;3.37;0.93;12.4;6
6.4;0.38;0.14;2.2;0.038;15;25;0.99514;3.44;0.65;11.1;6
7.3;0.69;0.32;2.2;0.069;35;104;0.99632;3.33;0.51;9.5;5
6;0.58;0.2;2.4;0.075;15;50;0.99467;3.58;0.67;12.5;6
5.6;0.31;0.78;13.9;0.074;23;92;0.99677;3.39;0.48;10.5;6
7.5;0.52;0.4;2.2;0.06;12;20;0.99474;3.26;0.64;11.8;6
8;0.3;0.63;1.6;0.081;16;29;0.99588;3.3;0.78;10.8;6
6.2;0.7;0.15;5.1;0.076;13;27;0.99622;3.54;0.6;11.9;6
6.8;0.67;0.15;1.8;0.118;13;20;0.9954;3.42;0.67;11.3;6
6.2;0.56;0.09;1.7;0.053;24;32;0.99402;3.54;0.6;11.3;5
7.4;0.35;0.33;2.4;0.068;9;26;0.9947;3.36;0.6;11.9;6
6.2;0.56;0.09;1.7;0.053;24;32;0.99402;3.54;0.6;11.3;5
6.1;0.715;0.1;2.6;0.053;13;27;0.99362;3.57;0.5;11.9;5
6.2;0.46;0.29;2.1;0.074;32;98;0.99578;3.33;0.62;9.8;5
6.7;0.32;0.44;2.4;0.061;24;34;0.99484;3.29;0.8;11.6;7
7.2;0.39;0.44;2.6;0.066;22;48;0.99494;3.3;0.84;11.5;6
7.5;0.31;0.41;2.4;0.065;34;60;0.99492;3.34;0.85;11.4;6
5.8;0.61;0.11;1.8;0.066;18;28;0.99483;3.55;0.66;10.9;6
7.2;0.66;0.33;2.5;0.068;34;102;0.99414;3.27;0.78;12.8;6
6.6;0.725;0.2;7.8;0.073;29;79;0.9977;3.29;0.54;9.2;5
6.3;0.55;0.15;1.8;0.077;26;35;0.99314;3.32;0.82;11.6;6
5.4;0.74;0.09;1.7;0.089;16;26;0.99402;3.67;0.56;11.6;6
6.3;0.51;0.13;2.3;0.076;29;40;0.99574;3.42;0.75;11;6
6.8;0.62;0.08;1.9;0.068;28;38;0.99651;3.42;0.82;9.5;6
6.2;0.6;0.08;2;0.09;32;44;0.9949;3.45;0.58;10.5;5
5.9;0.55;0.1;2.2;0.062;39;51;0.99512;3.52;0.76;11.2;6
6.3;0.51;0.13;2.3;0.076;29;40;0.99574;3.42;0.75;11;6
5.9;0.645;0.12;2;0.075;32;44;0.99547;3.57;0.71;10.2;5
6;0.31;0.47;3.6;0.067;18;42;0.99549;3.39;0.66;11;6
================================================
FILE: data/winequality-white.csv
================================================
"fixed acidity";"volatile acidity";"citric acid";"residual sugar";"chlorides";"free sulfur dioxide";"total sulfur dioxide";"density";"pH";"sulphates";"alcohol";"quality"
7;0.27;0.36;20.7;0.045;45;170;1.001;3;0.45;8.8;6
6.3;0.3;0.34;1.6;0.049;14;132;0.994;3.3;0.49;9.5;6
8.1;0.28;0.4;6.9;0.05;30;97;0.9951;3.26;0.44;10.1;6
7.2;0.23;0.32;8.5;0.058;47;186;0.9956;3.19;0.4;9.9;6
7.2;0.23;0.32;8.5;0.058;47;186;0.9956;3.19;0.4;9.9;6
8.1;0.28;0.4;6.9;0.05;30;97;0.9951;3.26;0.44;10.1;6
6.2;0.32;0.16;7;0.045;30;136;0.9949;3.18;0.47;9.6;6
7;0.27;0.36;20.7;0.045;45;170;1.001;3;0.45;8.8;6
6.3;0.3;0.34;1.6;0.049;14;132;0.994;3.3;0.49;9.5;6
8.1;0.22;0.43;1.5;0.044;28;129;0.9938;3.22;0.45;11;6
8.1;0.27;0.41;1.45;0.033;11;63;0.9908;2.99;0.56;12;5
8.6;0.23;0.4;4.2;0.035;17;109;0.9947;3.14;0.53;9.7;5
7.9;0.18;0.37;1.2;0.04;16;75;0.992;3.18;0.63;10.8;5
6.6;0.16;0.4;1.5;0.044;48;143;0.9912;3.54;0.52;12.4;7
8.3;0.42;0.62;19.25;0.04;41;172;1.0002;2.98;0.67;9.7;5
6.6;0.17;0.38;1.5;0.032;28;112;0.9914;3.25;0.55;11.4;7
6.3;0.48;0.04;1.1;0.046;30;99;0.9928;3.24;0.36;9.6;6
6.2;0.66;0.48;1.2;0.029;29;75;0.9892;3.33;0.39;12.8;8
7.4;0.34;0.42;1.1;0.033;17;171;0.9917;3.12;0.53;11.3;6
6.5;0.31;0.14;7.5;0.044;34;133;0.9955;3.22;0.5;9.5;5
6.2;0.66;0.48;1.2;0.029;29;75;0.9892;3.33;0.39;12.8;8
6.4;0.31;0.38;2.9;0.038;19;102;0.9912;3.17;0.35;11;7
6.8;0.26;0.42;1.7;0.049;41;122;0.993;3.47;0.48;10.5;8
7.6;0.67;0.14;1.5;0.074;25;168;0.9937;3.05;0.51;9.3;5
6.6;0.27;0.41;1.3;0.052;16;142;0.9951;3.42;0.47;10;6
7;0.25;0.32;9;0.046;56;245;0.9955;3.25;0.5;10.4;6
6.9;0.24;0.35;1;0.052;35;146;0.993;3.45;0.44;10;6
7;0.28;0.39;8.7;0.051;32;141;0.9961;3.38;0.53;10.5;6
7.4;0.27;0.48;1.1;0.047;17;132;0.9914;3.19;0.49;11.6;6
7.2;0.32;0.36;2;0.033;37;114;0.9906;3.1;0.71;12.3;7
8.5;0.24;0.39;10.4;0.044;20;142;0.9974;3.2;0.53;10;6
8.3;0.14;0.34;1.1;0.042;7;47;0.9934;3.47;0.4;10.2;6
7.4;0.25;0.36;2.05;0.05;31;100;0.992;3.19;0.44;10.8;6
6.2;0.12;0.34;1.5;0.045;43;117;0.9939;3.42;0.51;9;6
5.8;0.27;0.2;14.95;0.044;22;179;0.9962;3.37;0.37;10.2;5
7.3;0.28;0.43;1.7;0.08;21;123;0.9905;3.19;0.42;12.8;5
6.5;0.39;0.23;5.4;0.051;25;149;0.9934;3.24;0.35;10;5
7;0.33;0.32;1.2;0.053;38;138;0.9906;3.13;0.28;11.2;6
7.3;0.24;0.39;17.95;0.057;45;149;0.9999;3.21;0.36;8.6;5
7.3;0.24;0.39;17.95;0.057;45;149;0.9999;3.21;0.36;8.6;5
6.7;0.23;0.39;2.5;0.172;63;158;0.9937;3.11;0.36;9.4;6
6.7;0.24;0.39;2.9;0.173;63;157;0.9937;3.1;0.34;9.4;6
7;0.31;0.26;7.4;0.069;28;160;0.9954;3.13;0.46;9.8;6
6.6;0.24;0.27;1.4;0.057;33;152;0.9934;3.22;0.56;9.5;6
6.7;0.23;0.26;1.4;0.06;33;154;0.9934;3.24;0.56;9.5;6
7.4;0.18;0.31;1.4;0.058;38;167;0.9931;3.16;0.53;10;7
6.2;0.45;0.26;4.4;0.063;63;206;0.994;3.27;0.52;9.8;4
6.2;0.46;0.25;4.4;0.066;62;207;0.9939;3.25;0.52;9.8;5
7;0.31;0.26;7.4;0.069;28;160;0.9954;3.13;0.46;9.8;6
6.9;0.19;0.35;5;0.067;32;150;0.995;3.36;0.48;9.8;5
7.2;0.19;0.31;1.6;0.062;31;173;0.9917;3.35;0.44;11.7;6
6.6;0.25;0.29;1.1;0.068;39;124;0.9914;3.34;0.58;11;7
6.2;0.16;0.33;1.1;0.057;21;82;0.991;3.32;0.46;10.9;7
6.4;0.18;0.35;1;0.045;39;108;0.9911;3.31;0.35;10.9;6
6.8;0.2;0.59;0.9;0.147;38;132;0.993;3.05;0.38;9.1;6
6.9;0.25;0.35;1.3;0.039;29;191;0.9908;3.13;0.52;11;6
7.2;0.21;0.34;11.9;0.043;37;213;0.9962;3.09;0.5;9.6;6
6;0.19;0.26;12.4;0.048;50;147;0.9972;3.3;0.36;8.9;6
6.6;0.38;0.15;4.6;0.044;25;78;0.9931;3.11;0.38;10.2;6
7.4;0.2;0.36;1.2;0.038;44;111;0.9926;3.36;0.34;9.9;6
6.8;0.22;0.24;4.9;0.092;30;123;0.9951;3.03;0.46;8.6;6
6;0.19;0.26;12.4;0.048;50;147;0.9972;3.3;0.36;8.9;6
7;0.47;0.07;1.1;0.035;17;151;0.991;3.02;0.34;10.5;5
6.6;0.38;0.15;4.6;0.044;25;78;0.9931;3.11;0.38;10.2;6
7.2;0.24;0.27;1.4;0.038;31;122;0.9927;3.15;0.46;10.3;6
6.2;0.35;0.03;1.2;0.064;29;120;0.9934;3.22;0.54;9.1;5
6.4;0.26;0.24;6.4;0.04;27;124;0.9903;3.22;0.49;12.6;7
6.7;0.25;0.13;1.2;0.041;81;174;0.992;3.14;0.42;9.8;5
6.7;0.23;0.31;2.1;0.046;30;96;0.9926;3.33;0.64;10.7;8
7.4;0.24;0.29;10.1;0.05;21;105;0.9962;3.13;0.35;9.5;5
6.2;0.27;0.43;7.8;0.056;48;244;0.9956;3.1;0.51;9;6
6.8;0.3;0.23;4.6;0.061;50.5;238.5;0.9958;3.32;0.6;9.5;5
6;0.27;0.28;4.8;0.063;31;201;0.9964;3.69;0.71;10;5
8.6;0.23;0.46;1;0.054;9;72;0.9941;2.95;0.49;9.1;6
6.7;0.23;0.31;2.1;0.046;30;96;0.9926;3.33;0.64;10.7;8
7.4;0.24;0.29;10.1;0.05;21;105;0.9962;3.13;0.35;9.5;5
7.1;0.18;0.36;1.4;0.043;31;87;0.9898;3.26;0.37;12.7;7
7;0.32;0.34;1.3;0.042;20;69;0.9912;3.31;0.65;12;7
7.4;0.18;0.3;8.8;0.064;26;103;0.9961;2.94;0.56;9.3;5
6.7;0.54;0.28;5.4;0.06;21;105;0.9949;3.27;0.37;9;5
6.8;0.22;0.31;1.4;0.053;34;114;0.9929;3.39;0.77;10.6;6
7.1;0.2;0.34;16;0.05;51;166;0.9985;3.21;0.6;9.2;6
7.1;0.34;0.2;6.1;0.063;47;164;0.9946;3.17;0.42;10;5
7.3;0.22;0.3;8.2;0.047;42;207;0.9966;3.33;0.46;9.5;6
7.1;0.43;0.61;11.8;0.045;54;155;0.9974;3.11;0.45;8.7;5
7.1;0.44;0.62;11.8;0.044;52;152;0.9975;3.12;0.46;8.7;6
7.2;0.39;0.63;11;0.044;55;156;0.9974;3.09;0.44;8.7;6
6.8;0.25;0.31;13.3;0.05;69;202;0.9972;3.22;0.48;9.7;6
7.1;0.43;0.61;11.8;0.045;54;155;0.9974;3.11;0.45;8.7;5
7.1;0.44;0.62;11.8;0.044;52;152;0.9975;3.12;0.46;8.7;6
7.2;0.39;0.63;11;0.044;55;156;0.9974;3.09;0.44;8.7;6
6.1;0.27;0.43;7.5;0.049;65;243;0.9957;3.12;0.47;9;5
6.9;0.24;0.33;1.7;0.035;47;136;0.99;3.26;0.4;12.6;7
6.9;0.21;0.33;1.8;0.034;48;136;0.9899;3.25;0.41;12.6;7
7.5;0.17;0.32;1.7;0.04;51;148;0.9916;3.21;0.44;11.5;7
7.1;0.26;0.29;12.4;0.044;62;240;0.9969;3.04;0.42;9.2;6
6;0.34;0.66;15.9;0.046;26;164;0.9979;3.14;0.5;8.8;6
8.6;0.265;0.36;1.2;0.034;15;80;0.9913;2.95;0.36;11.4;7
9.8;0.36;0.46;10.5;0.038;4;83;0.9956;2.89;0.3;10.1;4
6;0.34;0.66;15.9;0.046;26;164;0.9979;3.14;0.5;8.8;6
7.4;0.25;0.37;13.5;0.06;52;192;0.9975;3;0.44;9.1;5
7.1;0.12;0.32;9.6;0.054;64;162;0.9962;3.4;0.41;9.4;5
6;0.21;0.24;12.1;0.05;55;164;0.997;3.34;0.39;9.4;5
7.5;0.305;0.4;18.9;0.059;44;170;1;2.99;0.46;9;5
7.4;0.25;0.37;13.5;0.06;52;192;0.9975;3;0.44;9.1;5
7.3;0.13;0.32;14.4;0.051;34;109;0.9974;3.2;0.35;9.2;6
7.1;0.12;0.32;9.6;0.054;64;162;0.9962;3.4;0.41;9.4;5
7.1;0.23;0.35;16.5;0.04;60;171;0.999;3.16;0.59;9.1;6
7.1;0.23;0.35;16.5;0.04;60;171;0.999;3.16;0.59;9.1;6
6.9;0.33;0.28;1.3;0.051;37;187;0.9927;3.27;0.6;10.3;5
6.5;0.17;0.54;8.5;0.082;64;163;0.9959;2.89;0.39;8.8;6
7.2;0.27;0.46;18.75;0.052;45;255;1;3.04;0.52;8.9;5
7.2;0.31;0.5;13.3;0.056;68;195;0.9982;3.01;0.47;9.2;5
6.7;0.41;0.34;9.2;0.049;29;150;0.9968;3.22;0.51;9.1;5
6.7;0.41;0.34;9.2;0.049;29;150;0.9968;3.22;0.51;9.1;5
5.5;0.485;0;1.5;0.065;8;103;0.994;3.63;0.4;9.7;4
6;0.31;0.24;3.3;0.041;25;143;0.9914;3.31;0.44;11.3;6
7;0.14;0.4;1.7;0.035;16;85;0.9911;3.19;0.42;11.8;6
7.2;0.31;0.5;13.3;0.056;68;195;0.9982;3.01;0.47;9.2;5
7.3;0.32;0.48;13.3;0.06;57;196;0.9982;3.04;0.5;9.2;5
5.9;0.36;0.04;5.7;0.046;21;87;0.9934;3.22;0.51;10.2;5
7.8;0.24;0.32;12.2;0.054;42;138;0.9984;3.01;0.54;8.8;5
7.4;0.16;0.31;6.85;0.059;31;131;0.9952;3.29;0.34;9.7;5
6.9;0.19;0.28;5;0.058;14;146;0.9952;3.29;0.36;9.1;6
6.4;0.13;0.47;1.6;0.092;40;158;0.9928;3.21;0.36;9.8;6
6.7;0.19;0.36;1.1;0.026;63;143;0.9912;3.27;0.48;11;6
7.4;0.39;0.23;7;0.033;29;126;0.994;3.14;0.42;10.5;5
6.5;0.24;0.32;7.6;0.038;48;203;0.9958;3.45;0.54;9.7;7
6.1;0.3;0.56;2.8;0.044;47;179;0.9924;3.3;0.57;10.9;7
6.1;0.3;0.56;2.7;0.046;46;184;0.9924;3.31;0.57;10.9;6
5.7;0.26;0.25;10.4;0.02;7;57;0.994;3.39;0.37;10.6;5
6.5;0.24;0.32;7.6;0.038;48;203;0.9958;3.45;0.54;9.7;7
6.5;0.425;0.4;13.1;0.038;59;241;0.9979;3.23;0.57;9;5
6.6;0.24;0.27;15.8;0.035;46;188;0.9982;3.24;0.51;9.2;5
6.8;0.27;0.22;8.1;0.034;55;203;0.9961;3.19;0.52;8.9;5
6.7;0.27;0.31;15.7;0.036;44;179;0.9979;3.26;0.56;9.6;5
8.2;0.23;0.4;1.2;0.027;36;121;0.992;3.12;0.38;10.7;6
7.1;0.37;0.67;10.5;0.045;49;155;0.9975;3.16;0.44;8.7;5
6.8;0.19;0.36;1.9;0.035;30;96;0.9917;3.15;0.54;10.8;7
8.1;0.28;0.39;1.9;0.029;18;79;0.9923;3.23;0.52;11.8;6
6.3;0.31;0.34;2.2;0.045;20;77;0.9927;3.3;0.43;10.2;5
7.1;0.37;0.67;10.5;0.045;49;155;0.9975;3.16;0.44;8.7;5
7.9;0.21;0.4;1.2;0.039;38;107;0.992;3.21;0.54;10.8;6
8.5;0.21;0.41;4.3;0.036;24;99;0.9947;3.18;0.53;9.7;6
8.1;0.2;0.4;2;0.037;19;87;0.9921;3.12;0.54;11.2;6
6.3;0.255;0.37;1.1;0.04;37;114;0.9905;3;0.39;10.9;6
5.6;0.16;0.27;1.4;0.044;53;168;0.9918;3.28;0.37;10.1;6
6.4;0.595;0.14;5.2;0.058;15;97;0.9951;3.38;0.36;9;4
6.3;0.34;0.33;4.6;0.034;19;80;0.9917;3.38;0.58;12;7
6.9;0.25;0.3;4.1;0.054;23;116;0.994;2.99;0.38;9.4;6
7.9;0.22;0.38;8;0.043;46;152;0.9934;3.12;0.32;11.5;7
7.6;0.18;0.46;10.2;0.055;58;135;0.9968;3.14;0.43;9.9;6
6.9;0.25;0.3;4.1;0.054;23;116;0.994;2.99;0.38;9.4;6
7.2;0.18;0.41;1.2;0.048;41;97;0.9919;3.14;0.45;10.4;5
8.2;0.23;0.4;7.5;0.049;12;76;0.9966;3.06;0.84;9.7;6
7.4;0.24;0.42;14;0.066;48;198;0.9979;2.89;0.42;8.9;6
7.4;0.24;0.42;14;0.066;48;198;0.9979;2.89;0.42;8.9;6
6.1;0.32;0.24;1.5;0.036;38;124;0.9898;3.29;0.42;12.4;7
5.2;0.44;0.04;1.4;0.036;43;119;0.9894;3.36;0.33;12.1;8
5.2;0.44;0.04;1.4;0.036;43;119;0.9894;3.36;0.33;12.1;8
6.1;0.32;0.24;1.5;0.036;38;124;0.9898;3.29;0.42;12.4;7
6.4;0.22;0.56;14.5;0.055;27;159;0.998;2.98;0.4;9.1;5
6.3;0.36;0.3;4.8;0.049;14;85;0.9932;3.28;0.39;10.6;5
7.4;0.24;0.42;14;0.066;48;198;0.9979;2.89;0.42;8.9;6
6.7;0.24;0.35;13.1;0.05;64;205;0.997;3.15;0.5;9.5;5
7;0.23;0.36;13;0.051;72;177;0.9972;3.16;0.49;9.8;5
8.4;0.27;0.46;8.7;0.048;39;197;0.9974;3.14;0.59;9.6;6
6.7;0.46;0.18;2.4;0.034;25;98;0.9896;3.08;0.44;12.6;7
7.5;0.29;0.31;8.95;0.055;20;151;0.9968;3.08;0.54;9.3;5
9.8;0.42;0.48;9.85;0.034;5;110;0.9958;2.87;0.29;10;5
7.1;0.3;0.46;1.5;0.066;29;133;0.9906;3.12;0.54;12.7;6
7.9;0.19;0.45;1.5;0.045;17;96;0.9917;3.13;0.39;11;6
7.6;0.48;0.37;0.8;0.037;4;100;0.9902;3.03;0.39;11.4;4
6.3;0.22;0.43;4.55;0.038;31;130;0.9918;3.35;0.33;11.5;7
7.5;0.27;0.31;17.7;0.051;33;173;0.999;3.09;0.64;10.2;5
6.9;0.23;0.4;7.5;0.04;50;151;0.9927;3.11;0.27;11.4;6
7.2;0.32;0.47;5.1;0.044;19;65;0.991;3.03;0.41;12.6;4
5.9;0.23;0.3;12.9;0.054;57;170;0.9972;3.28;0.39;9.4;5
6;0.67;0.07;1.2;0.06;9;108;0.9931;3.11;0.35;8.7;4
6.4;0.25;0.32;5.5;0.049;41;176;0.995;3.19;0.68;9.2;6
6.4;0.33;0.31;5.5;0.048;42;173;0.9951;3.19;0.66;9.3;6
7.1;0.34;0.15;1.2;0.053;61;183;0.9936;3.09;0.43;9.2;5
6.8;0.28;0.4;22;0.048;48;167;1.001;2.93;0.5;8.7;5
6.9;0.27;0.4;14;0.05;64;227;0.9979;3.18;0.58;9.6;6
6.8;0.26;0.56;11.9;0.043;64;226;0.997;3.02;0.63;9.3;5
6.8;0.29;0.56;11.9;0.043;66;230;0.9972;3.02;0.63;9.3;5
6.7;0.24;0.41;9.4;0.04;49;166;0.9954;3.12;0.61;9.9;6
5.9;0.3;0.23;4.2;0.038;42;119;0.9924;3.15;0.5;11;5
6.8;0.53;0.35;3.8;0.034;26;109;0.9906;3.26;0.57;12.7;8
6.5;0.28;0.28;8.5;0.047;54;210;0.9962;3.09;0.54;8.9;4
6.6;0.28;0.28;8.5;0.052;55;211;0.9962;3.09;0.55;8.9;6
6.8;0.28;0.4;22;0.048;48;167;1.001;2.93;0.5;8.7;5
6.8;0.28;0.36;8;0.045;28;123;0.9928;3.02;0.37;11.4;6
6.6;0.15;0.34;5.1;0.055;34;125;0.9942;3.36;0.42;9.6;5
6.4;0.29;0.44;3.6;0.2;75;181;0.9942;3.02;0.41;9.1;5
6.4;0.3;0.45;3.5;0.197;76;180;0.9942;3.02;0.39;9.1;6
6.4;0.29;0.44;3.6;0.197;75;183;0.9942;3.01;0.38;9.1;5
6.8;0.26;0.24;7.8;0.052;54;214;0.9961;3.13;0.47;8.9;5
7.1;0.32;0.24;13.1;0.05;52;204;0.998;3.1;0.49;8.8;5
6.8;0.26;0.24;7.8;0.052;54;214;0.9961;3.13;0.47;8.9;5
6.8;0.27;0.26;16.1;0.049;55;196;0.9984;3.15;0.5;9.3;5
7.1;0.32;0.24;13.1;0.05;52;204;0.998;3.1;0.49;8.8;5
6.9;0.54;0.32;13.2;0.05;53;236;0.9973;3.2;0.5;9.6;5
6.8;0.26;0.34;13.9;0.034;39;134;0.9949;3.33;0.53;12;6
5.8;0.28;0.35;2.3;0.053;36;114;0.9924;3.28;0.5;10.2;4
6.4;0.21;0.5;11.6;0.042;45;153;0.9972;3.15;0.43;8.8;5
7;0.16;0.32;8.3;0.045;38;126;0.9958;3.21;0.34;9.2;5
10.2;0.44;0.88;6.2;0.049;20;124;0.9968;2.99;0.51;9.9;4
6.8;0.57;0.29;2.2;0.04;15;77;0.9938;3.32;0.74;10.2;5
6.1;0.4;0.31;0.9;0.048;23;170;0.993;3.22;0.77;9.5;6
5.6;0.245;0.25;9.7;0.032;12;68;0.994;3.31;0.34;10.5;5
6.8;0.18;0.38;1.4;0.038;35;111;0.9918;3.32;0.59;11.2;7
7;0.16;0.32;8.3;0.045;38;126;0.9958;3.21;0.34;9.2;5
6.7;0.13;0.29;5.3;0.051;31;122;0.9944;3.44;0.37;9.7;6
6.2;0.25;0.25;1.4;0.03;35;105;0.9912;3.3;0.44;11.1;7
5.8;0.26;0.24;9.2;0.044;55;152;0.9961;3.31;0.38;9.4;5
7.5;0.27;0.36;7;0.036;45;164;0.9939;3.03;0.33;11;5
5.8;0.26;0.24;9.2;0.044;55;152;0.9961;3.31;0.38;9.4;5
5.7;0.28;0.24;17.5;0.044;60;167;0.9989;3.31;0.44;9.4;5
7.5;0.23;0.36;7;0.036;43;161;0.9938;3.04;0.32;11;5
7.5;0.27;0.36;7;0.036;45;164;0.9939;3.03;0.33;11;5
7.2;0.685;0.21;9.5;0.07;33;172;0.9971;3;0.55;9.1;6
6.2;0.25;0.25;1.4;0.03;35;105;0.9912;3.3;0.44;11.1;7
6.5;0.19;0.3;0.8;0.043;33;144;0.9936;3.42;0.39;9.1;6
6.3;0.495;0.22;1.8;0.046;31;140;0.9929;3.39;0.54;10.4;6
7.1;0.24;0.41;17.8;0.046;39;145;0.9998;3.32;0.39;8.7;5
6.4;0.17;0.32;2.4;0.048;41;200;0.9938;3.5;0.5;9.7;6
7.1;0.25;0.32;10.3;0.041;66;272;0.9969;3.17;0.52;9.1;6
6.4;0.17;0.32;2.4;0.048;41;200;0.9938;3.5;0.5;9.7;6
7.1;0.24;0.41;17.8;0.046;39;145;0.9998;3.32;0.39;8.7;5
6.8;0.64;0.08;9.7;0.062;26;142;0.9972;3.37;0.46;8.9;4
8.3;0.28;0.4;7.8;0.041;38;194;0.9976;3.34;0.51;9.6;6
8.2;0.27;0.39;7.8;0.039;49;208;0.9976;3.31;0.51;9.5;6
7.2;0.23;0.38;14.3;0.058;55;194;0.9979;3.09;0.44;9;6
7.2;0.23;0.38;14.3;0.058;55;194;0.9979;3.09;0.44;9;6
7.2;0.23;0.38;14.3;0.058;55;194;0.9979;3.09;0.44;9;6
7.2;0.23;0.38;14.3;0.058;55;194;0.9979;3.09;0.44;9;6
6.8;0.52;0.32;13.2;0.044;54;221;0.9972;3.27;0.5;9.6;6
7;0.26;0.59;1.4;0.037;40;120;0.9918;3.34;0.41;11.1;7
6.2;0.25;0.21;15.55;0.039;28;159;0.9982;3.48;0.64;9.6;6
7.3;0.32;0.23;13.7;0.05;49;197;0.9985;3.2;0.46;8.7;5
7.7;0.31;0.26;7.8;0.031;23;90;0.9944;3.13;0.5;10.4;5
7.1;0.21;0.37;2.4;0.026;23;100;0.9903;3.15;0.38;11.4;7
6.8;0.24;0.34;2.7;0.047;64.5;218.5;0.9934;3.3;0.58;9.7;6
6.9;0.4;0.56;11.2;0.043;40;142;0.9975;3.14;0.46;8.7;5
6.1;0.18;0.36;2;0.038;20;249.5;0.9923;3.37;0.79;11.3;6
6.8;0.21;0.27;2.1;0.03;26;139;0.99;3.16;0.61;12.6;7
5.8;0.2;0.27;1.4;0.031;12;77;0.9905;3.25;0.36;10.9;7
5.6;0.19;0.26;1.4;0.03;12;76;0.9905;3.25;0.37;10.9;7
6.1;0.41;0.14;10.4;0.037;18;119;0.996;3.38;0.45;10;5
5.9;0.21;0.28;4.6;0.053;40;199;0.9964;3.72;0.7;10;4
8.5;0.26;0.21;16.2;0.074;41;197;0.998;3.02;0.5;9.8;3
6.9;0.4;0.56;11.2;0.043;40;142;0.9975;3.14;0.46;8.7;5
5.8;0.24;0.44;3.5;0.029;5;109;0.9913;3.53;0.43;11.7;3
5.8;0.24;0.39;1.5;0.054;37;158;0.9932;3.21;0.52;9.3;6
6.7;0.26;0.39;1.1;0.04;45;147;0.9935;3.32;0.58;9.6;8
6.3;0.35;0.3;5.7;0.035;8;97;0.9927;3.27;0.41;11;7
6.3;0.35;0.3;5.7;0.035;8;97;0.9927;3.27;0.41;11;7
6.4;0.23;0.39;1.8;0.032;23;118;0.9912;3.32;0.5;11.8;6
5.8;0.36;0.38;0.9;0.037;3;75;0.9904;3.28;0.34;11.4;4
6.9;0.115;0.35;5.4;0.048;36;108;0.9939;3.32;0.42;10.2;6
6.9;0.29;0.4;19.45;0.043;36;156;0.9996;2.93;0.47;8.9;5
6.9;0.28;0.4;8.2;0.036;15;95;0.9944;3.17;0.33;10.2;5
7.2;0.29;0.4;13.6;0.045;66;231;0.9977;3.08;0.59;9.6;6
6.2;0.24;0.35;1.2;0.038;22;167;0.9912;3.1;0.48;10.6;6
6.9;0.29;0.4;19.45;0.043;36;156;0.9996;2.93;0.47;8.9;5
6.9;0.32;0.26;8.3;0.053;32;180;0.9965;3.25;0.51;9.2;6
5.3;0.58;0.07;6.9;0.043;34;149;0.9944;3.34;0.57;9.7;5
5.3;0.585;0.07;7.1;0.044;34;145;0.9945;3.34;0.57;9.7;6
5.4;0.59;0.07;7;0.045;36;147;0.9944;3.34;0.57;9.7;6
6.9;0.32;0.26;8.3;0.053;32;180;0.9965;3.25;0.51;9.2;6
5.2;0.6;0.07;7;0.044;33;147;0.9944;3.33;0.58;9.7;5
5.8;0.25;0.26;13.1;0.051;44;148;0.9972;3.29;0.38;9.3;5
6.6;0.58;0.3;5.1;0.057;30;123;0.9949;3.24;0.38;9;5
7;0.29;0.54;10.7;0.046;59;234;0.9966;3.05;0.61;9.5;5
6.6;0.19;0.41;8.9;0.046;51;169;0.9954;3.14;0.57;9.8;6
6.7;0.2;0.41;9.1;0.044;50;166;0.9954;3.14;0.58;9.8;6
7.7;0.26;0.4;1.1;0.042;9;60;0.9915;2.89;0.5;10.6;5
6.8;0.32;0.34;1.2;0.044;14;67;0.9919;3.05;0.47;10.6;4
7;0.3;0.49;4.7;0.036;17;105;0.9916;3.26;0.68;12.4;7
7;0.24;0.36;2.8;0.034;22;112;0.99;3.19;0.38;12.6;8
6.1;0.31;0.58;5;0.039;36;114;0.9909;3.3;0.6;12.3;8
6.8;0.44;0.37;5.1;0.047;46;201;0.9938;3.08;0.65;10.5;4
6.7;0.34;0.3;15.6;0.054;51;196;0.9982;3.19;0.49;9.3;5
7.1;0.35;0.24;15.4;0.055;46;198;0.9988;3.12;0.49;8.8;5
7.3;0.32;0.25;7.2;0.056;47;180;0.9961;3.08;0.47;8.8;5
6.5;0.28;0.33;15.7;0.053;51;190;0.9978;3.22;0.51;9.7;6
7.2;0.23;0.39;14.2;0.058;49;192;0.9979;2.98;0.48;9;7
7.2;0.23;0.39;14.2;0.058;49;192;0.9979;2.98;0.48;9;7
7.2;0.23;0.39;14.2;0.058;49;192;0.9979;2.98;0.48;9;7
7.2;0.23;0.39;14.2;0.058;49;192;0.9979;2.98;0.48;9;7
5.9;0.15;0.31;5.8;0.041;53;155;0.9945;3.52;0.46;10.5;6
7.4;0.28;0.42;19.8;0.066;53;195;1;2.96;0.44;9.1;5
6.2;0.28;0.22;7.3;0.041;26;157;0.9957;3.44;0.64;9.8;7
9.1;0.59;0.38;1.6;0.066;34;182;0.9968;3.23;0.38;8.5;3
6.3;0.33;0.27;1.2;0.046;34;175;0.9934;3.37;0.54;9.4;6
8.3;0.39;0.7;10.6;0.045;33;169;0.9976;3.09;0.57;9.4;5
7.2;0.19;0.46;3.8;0.041;82;187;0.9932;3.19;0.6;11.2;7
7.5;0.17;0.44;11.3;0.046;65;146;0.997;3.17;0.45;10;6
6.7;0.17;0.5;2.1;0.043;27;122;0.9923;3.15;0.45;10.3;6
6.1;0.41;0;1.6;0.063;36;87;0.9914;3.27;0.67;10.8;6
8.3;0.2;0.35;0.9;0.05;12;74;0.992;3.13;0.38;10.5;6
6.1;0.41;0;1.6;0.063;36;87;0.9914;3.27;0.67;10.8;6
6;0.29;0.21;1.3;0.055;42;168;0.9914;3.32;0.43;11.1;6
7.3;0.41;0.24;6.8;0.057;41;163;0.9949;3.2;0.41;9.9;6
7.3;0.41;0.24;6.8;0.057;41;163;0.9949;3.2;0.41;9.9;6
7.2;0.43;0.24;6.7;0.058;40;163;0.995;3.2;0.41;9.9;5
7.3;0.4;0.24;6.7;0.058;41;166;0.995;3.2;0.41;9.9;6
6.2;0.33;0.27;4.9;0.036;30;134;0.9927;3.2;0.42;10.4;7
6.2;0.31;0.26;4.8;0.037;36;148;0.9928;3.21;0.41;10.4;6
6.1;0.36;0.27;2.1;0.035;16;100;0.9917;3.4;0.71;11.5;7
5;0.55;0.14;8.3;0.032;35;164;0.9918;3.53;0.51;12.5;8
7.8;0.25;0.41;3.7;0.042;37;149;0.9954;3.36;0.45;10;6
5.7;0.36;0.21;6.7;0.038;51;166;0.9941;3.29;0.63;10;6
5.8;0.34;0.21;6.6;0.04;50;167;0.9941;3.29;0.62;10;5
6.8;0.28;0.6;1.1;0.132;42;127;0.9934;3.09;0.44;9.1;6
6.8;0.25;0.34;4.7;0.031;34;134;0.9927;3.21;0.38;10.6;6
6.6;0.24;0.35;7.7;0.031;36;135;0.9938;3.19;0.37;10.5;5
5.9;0.3;0.47;7.85;0.03;19;133;0.9933;3.52;0.43;11.5;7
6.1;0.125;0.25;3.3;0.04;10;69;0.9934;3.54;0.59;10.1;6
6;0.1;0.24;1.1;0.041;15;65;0.9927;3.61;0.61;10.3;7
6.6;0.24;0.35;7.7;0.031;36;135;0.9938;3.19;0.37;10.5;5
6.8;0.25;0.34;4.7;0.031;34;134;0.9927;3.21;0.38;10.6;6
6.8;0.28;0.44;9.3;0.031;35;137;0.9946;3.16;0.36;10.4;6
8.3;0.41;0.51;2;0.046;11;207;0.993;3.02;0.55;11.4;5
7.5;0.27;0.31;5.8;0.057;131;313;0.9946;3.18;0.59;10.5;5
7.9;0.26;0.41;15.15;0.04;38;216;0.9976;2.96;0.6;10;6
6.4;0.34;0.23;6.3;0.039;37;143;0.9944;3.19;0.65;10;6
6.5;0.28;0.35;15.4;0.042;55;195;0.9978;3.23;0.5;9.6;6
7.2;0.21;0.41;1.3;0.036;33;85;0.992;3.17;0.51;10.4;5
6.4;0.32;0.35;4.8;0.03;34;101;0.9912;3.36;0.6;12.5;8
6.8;0.24;0.34;4.6;0.032;37;135;0.9927;3.2;0.39;10.6;5
6.3;0.23;0.3;1.8;0.033;16;91;0.9906;3.28;0.4;11.8;6
6.5;0.28;0.34;9.9;0.038;30;133;0.9954;3.11;0.44;9.8;5
5.6;0.26;0.26;5.7;0.031;12;80;0.9923;3.25;0.38;10.8;5
6.3;0.23;0.3;1.8;0.033;16;91;0.9906;3.28;0.4;11.8;6
6.3;0.23;0.33;1.5;0.036;15;105;0.991;3.32;0.42;11.2;6
5.8;0.27;0.27;12.3;0.045;55;170;0.9972;3.28;0.42;9.3;6
5.9;0.26;0.4;1.3;0.047;12;139;0.9945;3.45;0.53;10.4;5
6.6;0.18;0.35;1.5;0.049;49;141;0.9934;3.43;0.85;10.2;7
7.4;0.2;0.43;7.8;0.045;27;153;0.9964;3.19;0.55;9;7
8;0.24;0.36;1.5;0.047;17;129;0.9948;3.2;0.54;10;6
6.4;0.26;0.42;9.7;0.044;30;140;0.9962;3.18;0.47;9.1;6
5.4;0.31;0.47;3;0.053;46;144;0.9931;3.29;0.76;10;5
5.4;0.29;0.47;3;0.052;47;145;0.993;3.29;0.75;10;6
7.1;0.145;0.33;4.6;0.05;33;131;0.9942;3.28;0.4;9.6;6
5.6;0.34;0.1;1.3;0.031;20;68;0.9906;3.36;0.51;11.2;7
6.7;0.19;0.41;15.6;0.056;75;155;0.9995;3.2;0.44;8.8;6
7.8;0.18;0.46;13.6;0.052;38;118;0.998;3.15;0.5;10;6
7.6;0.17;0.45;11.2;0.054;56;137;0.997;3.15;0.47;10;5
6.3;0.12;0.36;2.1;0.044;47;146;0.9914;3.27;0.74;11.4;7
7.3;0.33;0.4;6.85;0.038;32;138;0.992;3.03;0.3;11.9;7
5.5;0.335;0.3;2.5;0.071;27;128;0.9924;3.14;0.51;9.6;6
7.3;0.33;0.4;6.85;0.038;32;138;0.992;3.03;0.3;11.9;7
5.8;0.4;0.42;4.4;0.047;38.5;245;0.9937;3.25;0.57;9.6;6
7.3;0.22;0.37;14.3;0.063;48;191;0.9978;2.89;0.38;9;6
7.3;0.22;0.37;14.3;0.063;48;191;0.9978;2.89;0.38;9;6
6.1;0.36;0.33;1.1;0.05;24;169;0.9927;3.15;0.78;9.5;6
10;0.2;0.39;1.4;0.05;19;152;0.994;3;0.42;10.4;6
6.9;0.24;0.34;4.7;0.04;43;161;0.9935;3.2;0.59;10.6;6
6.4;0.24;0.32;14.9;0.047;54;162;0.9968;3.28;0.5;10.2;6
7.1;0.365;0.14;1.2;0.055;24;84;0.9941;3.15;0.43;8.9;5
6.8;0.15;0.3;5.3;0.05;40;127;0.9942;3.4;0.39;9.7;6
7.3;0.22;0.37;14.3;0.063;48;191;0.9978;2.89;0.38;9;6
6.8;0.16;0.4;2.3;0.037;18;102;0.9923;3.49;0.42;11.4;7
6;0.26;0.32;3.5;0.028;29;113;0.9912;3.4;0.71;12.3;7
6;0.18;0.27;1.5;0.089;40;143;0.9923;3.49;0.62;10.8;6
6.9;0.33;0.21;1;0.053;39;148;0.9927;3.12;0.45;9.4;6
7.7;0.29;0.48;2.3;0.049;36;178;0.9931;3.17;0.64;10.6;6
7.1;0.39;0.35;12.5;0.044;26;72;0.9941;3.17;0.29;11.6;5
6.9;0.33;0.21;1;0.053;39;148;0.9927;3.12;0.45;9.4;6
7.7;0.29;0.48;2.3;0.049;36;178;0.9931;3.17;0.64;10.6;6
6.6;0.905;0.19;0.8;0.048;17;204;0.9934;3.34;0.56;10;5
7.2;0.27;0.27;2.4;0.048;30;149;0.9936;3.1;0.51;9.2;6
5.1;0.33;0.22;1.6;0.027;18;89;0.9893;3.51;0.38;12.5;7
5.1;0.33;0.22;1.6;0.027;18;89;0.9893;3.51;0.38;12.5;7
6.4;0.31;0.28;1.5;0.037;12;119;0.9919;3.32;0.51;10.4;7
7.3;0.2;0.44;1.4;0.045;21;98;0.9924;3.15;0.46;10;7
5.7;0.32;0.5;2.6;0.049;17;155;0.9927;3.22;0.64;10;6
6.4;0.31;0.28;1.5;0.037;12;119;0.9919;3.32;0.51;10.4;7
7.3;0.2;0.44;1.4;0.045;21;98;0.9924;3.15;0.46;10;7
7.2;0.28;0.26;12.5;0.046;48;179;0.9975;3.1;0.52;9;6
7.5;0.35;0.28;9.6;0.051;26;157;0.9969;3.12;0.53;9.2;6
7.2;0.27;0.27;2.4;0.048;30;149;0.9936;3.1;0.51;9.2;6
6;0.36;0.39;3.2;0.027;20;125;0.991;3.38;0.39;11.3;7
5.1;0.33;0.22;1.6;0.027;18;89;0.9893;3.51;0.38;12.5;7
5;0.17;0.56;1.5;0.026;24;115;0.9906;3.48;0.39;10.8;7
6.3;0.39;0.35;5.9;0.04;82.5;260;0.9941;3.12;0.66;10.1;5
6.7;0.21;0.32;5.4;0.047;29;140;0.995;3.39;0.46;9.7;6
7;0.3;0.38;14.9;0.032;60;181;0.9983;3.18;0.61;9.3;7
7;0.3;0.38;14.9;0.032;60;181;0.9983;3.18;0.61;9.3;7
6.5;0.36;0.32;1.1;0.031;13;66;0.9916;3.1;0.46;10.6;5
6.1;0.55;0.15;9.8;0.031;19;125;0.9957;3.36;0.47;10.2;6
7.3;0.24;0.43;2;0.021;20;69;0.99;3.08;0.56;12.2;6
6.8;0.37;0.51;11.8;0.044;62;163;0.9976;3.19;0.44;8.8;5
6.8;0.27;0.12;1.3;0.04;87;168;0.992;3.18;0.41;10;5
8.2;0.28;0.42;1.8;0.031;30;93;0.9917;3.09;0.39;11.4;5
6.3;0.2;0.4;1.5;0.037;35;107;0.9917;3.46;0.5;11.4;6
5.9;0.26;0.27;18.2;0.048;52;168;0.9993;3.35;0.44;9.4;5
6.4;0.19;0.42;2.9;0.032;32;83;0.9908;3.3;0.41;11.7;6
6.3;0.2;0.4;1.5;0.037;35;107;0.9917;3.46;0.5;11.4;6
6.8;0.37;0.51;11.8;0.044;62;163;0.9976;3.19;0.44;8.8;5
6.1;0.35;0.07;1.4;0.069;22;108;0.9934;3.23;0.52;9.2;5
7.1;0.27;0.31;18.2;0.046;55;252;1;3.07;0.56;8.7;5
6.8;0.22;0.31;6.3;0.035;33;170;0.9918;3.24;0.66;12.6;6
6.8;0.27;0.12;1.3;0.04;87;168;0.992;3.18;0.41;10;5
5.8;0.28;0.34;4;0.031;40;99;0.9896;3.39;0.39;12.8;7
6.9;0.49;0.24;1.2;0.049;13;125;0.9932;3.17;0.51;9.4;5
6.3;0.14;0.39;1.2;0.044;26;116;0.992;3.26;0.53;10.3;6
8.2;0.28;0.42;1.8;0.031;30;93;0.9917;3.09;0.39;11.4;5
7.2;0.25;0.39;18.95;0.038;42;155;0.9999;2.97;0.47;9;6
7.3;0.28;0.36;12.7;0.04;38;140;0.998;3.3;0.79;9.6;6
7.2;0.19;0.39;1.2;0.036;32;85;0.9918;3.16;0.5;10.5;5
7.2;0.19;0.39;1.2;0.036;32;85;0.9918;3.16;0.5;10.5;5
7.2;0.25;0.39;18.95;0.038;42;155;0.9999;2.97;0.47;9;6
7.3;0.28;0.36;12.7;0.04;38;140;0.998;3.3;0.79;9.6;6
7.4;0.21;0.27;1.2;0.041;27;99;0.9927;3.19;0.33;9.8;6
6.8;0.26;0.22;7.7;0.047;57;210;0.9959;3.1;0.47;9;5
7.4;0.21;0.27;1.2;0.041;27;99;0.9927;3.19;0.33;9.8;6
7.4;0.31;0.28;1.6;0.05;33;137;0.9929;3.31;0.56;10.5;6
7;0.22;0.31;2.7;0.03;41;136;0.9898;3.16;0.37;12.7;7
7;0.21;0.28;8.7;0.045;37;222;0.9954;3.25;0.54;10.4;6
7;0.21;0.28;8.6;0.045;37;221;0.9954;3.25;0.54;10.4;6
7;0.21;0.28;8.6;0.045;37;221;0.9954;3.25;0.54;10.4;6
6.9;0.23;0.38;8.3;0.047;47;162;0.9954;3.34;0.52;10.5;7
7;0.21;0.28;8.7;0.045;37;222;0.9954;3.25;0.54;10.4;6
7;0.21;0.28;8.6;0.045;37;221;0.9954;3.25;0.54;10.4;6
6.8;0.29;0.5;13.3;0.053;48;194;0.9974;3.09;0.45;9.4;5
7.8;0.21;0.27;1.2;0.051;20;89;0.9936;3.06;0.46;9.1;5
7.1;0.31;0.47;13.6;0.056;54;197;0.9978;3.1;0.49;9.3;5
6.8;0.29;0.5;13.3;0.053;48;194;0.9974;3.09;0.45;9.4;5
6.4;0.34;0.1;1.1;0.048;19;84;0.9927;3.21;0.38;9.8;5
7.4;0.155;0.34;2.3;0.045;73.5;214;0.9934;3.18;0.61;9.9;7
7.2;0.55;0.09;1.5;0.108;16;151;0.9938;3.07;0.57;9.2;4
7;0.23;0.36;7.1;0.028;31;104;0.9922;3.35;0.47;12.1;8
6.9;0.2;0.37;6.2;0.027;24;97;0.992;3.38;0.49;12.2;7
6.1;0.28;0.32;2.5;0.042;23;218.5;0.9935;3.27;0.6;9.8;5
6.6;0.16;0.32;1.4;0.035;49;186;0.9906;3.35;0.64;12.4;8
7.4;0.155;0.34;2.3;0.045;73.5;214;0.9934;3.18;0.61;9.9;7
6.2;0.35;0.04;1.2;0.06;23;108;0.9934;3.26;0.54;9.2;5
6.7;0.22;0.37;1.6;0.028;24;102;0.9913;3.29;0.59;11.6;7
6.1;0.38;0.2;6.6;0.033;25;137;0.9938;3.3;0.69;10.4;6
6;0.25;0.28;2.2;0.026;54;126;0.9898;3.43;0.65;12.9;8
6.6;0.52;0.44;12.2;0.048;54;245;0.9975;3.26;0.54;9.3;6
6.9;0.24;0.36;20.8;0.031;40;139;0.9975;3.2;0.33;11;6
7.1;0.32;0.32;11;0.038;16;66;0.9937;3.24;0.4;11.5;3
5.8;0.28;0.27;2.6;0.054;30;156;0.9914;3.53;0.42;12.4;5
6.5;0.41;0.24;14;0.048;24;113;0.9982;3.44;0.53;9.8;6
6.5;0.41;0.24;14;0.048;24;113;0.9982;3.44;0.53;9.8;6
6.4;0.28;0.29;1.6;0.052;34;127;0.9929;3.48;0.56;10.5;7
7.2;0.6;0.2;9.9;0.07;21;174;0.9971;3.03;0.54;9.1;5
6.1;0.2;0.25;1.2;0.038;34;128;0.9921;3.24;0.44;10.1;5
5.9;0.46;0.14;2.7;0.042;27;160;0.9931;3.46;0.51;10.6;7
6;0.27;0.27;1.6;0.046;32;113;0.9924;3.41;0.51;10.5;7
6.4;0.28;0.29;1.6;0.052;34;127;0.9929;3.48;0.56;10.5;7
6.4;0.41;0.24;14;0.048;24;113;0.9982;3.44;0.53;9.8;6
6.3;0.23;0.31;1.5;0.022;11;82;0.9892;3.3;0.4;12.9;7
7.1;0.21;0.27;8.6;0.056;26;111;0.9956;2.95;0.52;9.5;5
6;0.37;0.32;1;0.053;31;218.5;0.9924;3.29;0.72;9.8;6
6.1;0.43;0.35;9.1;0.059;83;249;0.9971;3.37;0.5;8.5;5
7.1;0.21;0.27;8.6;0.056;26;111;0.9956;2.95;0.52;9.5;5
7;0.25;0.29;15.2;0.047;40;171;0.9982;3.22;0.45;9.3;5
5.9;0.25;0.19;12.4;0.047;50;162;0.9973;3.35;0.38;9.5;5
6.8;0.32;0.21;2.2;0.044;15;68;0.9932;3.17;0.39;9.4;6
7.2;0.39;0.62;11;0.047;66;178;0.9976;3.16;0.5;8.7;5
6.3;0.21;0.58;10;0.081;34;126;0.9962;2.95;0.46;8.9;5
7;0.14;0.32;9;0.039;54;141;0.9956;3.22;0.43;9.4;6
6.8;0.32;0.21;2.2;0.044;15;68;0.9932;3.17;0.39;9.4;6
7.2;0.39;0.62;11;0.047;66;178;0.9976;3.16;0.5;8.7;5
7.2;0.29;0.53;18.15;0.047;59;182;0.9992;3.09;0.52;9.6;5
8.6;0.37;0.7;12.15;0.039;21;158;0.9983;3;0.73;9.3;6
6.5;0.38;0.34;3.4;0.036;34;200;0.9937;3.14;0.76;10;5
6.6;0.24;0.29;2;0.023;19;86;0.99;3.25;0.45;12.5;6
7;0.17;0.31;4.8;0.034;34;132;0.9944;3.36;0.48;9.6;7
5.5;0.16;0.22;4.5;0.03;30;102;0.9938;3.24;0.36;9.4;6
7;0.24;0.51;11;0.029;55;227;0.9965;3.03;0.61;9.5;5
7.4;0.28;0.36;1.1;0.028;42;105;0.9893;2.99;0.39;12.4;7
7;0.22;0.28;1.5;0.037;29;115;0.9927;3.11;0.55;10.5;6
7.1;0.55;0.13;1.7;0.073;21;165;0.994;2.97;0.58;9.2;6
6.3;0.22;0.33;1.7;0.041;67;164;0.9928;3.32;0.56;10.4;6
6.7;0.47;0.34;8.9;0.043;31;172;0.9964;3.22;0.6;9.2;5
5.9;0.36;0.41;1.3;0.047;45;104;0.9917;3.33;0.51;10.6;6
5.8;0.25;0.24;13.3;0.044;41;137;0.9972;3.34;0.42;9.5;5
6.7;0.47;0.34;8.9;0.043;31;172;0.9964;3.22;0.6;9.2;5
6.2;0.37;0.3;6.6;0.346;79;200;0.9954;3.29;0.58;9.6;5
6.2;0.18;0.38;1.5;0.028;36;117;0.993;3.47;0.54;9.7;6
6;0.16;0.37;1.5;0.025;43;117;0.9928;3.46;0.51;9.7;6
6.6;0.34;0.28;1.3;0.035;32;90;0.9916;3.1;0.42;10.7;6
7.4;0.29;0.29;1.6;0.045;53;180;0.9936;3.34;0.68;10.5;6
7.4;0.26;0.31;7.6;0.047;52;177;0.9962;3.13;0.45;8.9;6
7;0.28;0.36;1;0.035;8;70;0.9899;3.09;0.46;12.1;6
7.1;0.23;0.39;1.6;0.032;12;65;0.9898;3.25;0.4;12.7;7
7.8;0.19;0.26;8.9;0.039;42;182;0.996;3.18;0.46;9.9;6
6.3;0.19;0.28;1.8;0.022;28;158;0.9907;3.2;0.64;11.4;6
6.8;0.2;0.38;4.7;0.04;27;103;0.994;3.37;0.58;10.7;6
5.7;0.44;0.13;7;0.025;28;173;0.9913;3.33;0.48;12.5;6
7.2;0.4;0.62;10.8;0.041;70;189;0.9976;3.08;0.49;8.6;4
6.8;0.23;0.32;1.6;0.026;43;147;0.9904;3.29;0.54;12.5;6
5.7;0.335;0.34;1;0.04;13;174;0.992;3.27;0.66;10;5
7.2;0.4;0.62;10.8;0.041;70;189;0.9976;3.08;0.49;8.6;4
7.2;0.28;0.54;16.7;0.045;54;200;0.999;3.08;0.49;9.5;6
6.8;0.19;0.58;14.2;0.038;51;164;0.9975;3.12;0.48;9.6;6
6.4;0.3;0.3;2.25;0.038;8;210;0.9937;3.2;0.62;9.9;6
6.5;0.3;0.29;2.25;0.037;8;210;0.9937;3.19;0.62;9.9;5
7.8;0.18;0.31;12.2;0.053;46;140;0.998;3.06;0.53;8.9;6
7.8;0.18;0.31;12.2;0.053;46;140;0.998;3.06;0.53;8.9;6
7.3;0.51;0.26;3.3;0.09;7;135;0.9944;3.01;0.52;8.8;5
6;0.24;0.27;1.9;0.048;40;170;0.9938;3.64;0.54;10;7
5.9;0.62;0.28;3.5;0.039;55;152;0.9907;3.44;0.44;12;6
6;0.24;0.27;1.9;0.048;40;170;0.9938;3.64;0.54;10;7
6.7;0.27;0.12;1.3;0.041;62;138;0.9921;3.21;0.42;10;6
7.8;0.34;0.35;1.8;0.042;8;167;0.9908;3.11;0.41;12.1;6
7.3;0.26;0.36;5.2;0.04;31;141;0.9931;3.16;0.59;11;6
7.4;0.36;0.33;1.4;0.025;27;55;0.9915;3.21;0.33;11.2;6
7.8;0.28;0.32;9;0.036;34;115;0.9952;3.17;0.39;10.3;7
6.1;0.31;0.26;2.2;0.051;28;167;0.9926;3.37;0.47;10.4;6
6.8;0.18;0.37;1.6;0.055;47;154;0.9934;3.08;0.45;9.1;5
7.4;0.15;0.42;1.7;0.045;49;154;0.992;3;0.6;10.4;6
5.9;0.13;0.28;1.9;0.05;20;78;0.9918;3.43;0.64;10.8;6
7.2;0.34;0.34;12.6;0.048;7;41;0.9942;3.19;0.4;11.7;5
7.9;0.19;0.26;2.1;0.039;8;143;0.9942;3.05;0.74;9.8;5
7.9;0.19;0.26;2.1;0.039;8;143;0.9942;3.05;0.74;9.8;5
6.9;0.25;0.4;1.3;0.038;22;101;0.9901;3.03;0.39;11.4;6
5.8;0.36;0.32;1.7;0.033;22;96;0.9898;3.03;0.38;11.2;6
5.6;0.35;0.37;1;0.038;6;72;0.9902;3.37;0.34;11.4;5
5.9;0.32;0.39;3.3;0.114;24;140;0.9934;3.09;0.45;9.2;6
7.2;0.31;0.46;5;0.04;3;29;0.9906;3.04;0.53;12.5;4
6.1;0.28;0.22;1.8;0.034;32;116;0.9898;3.36;0.44;12.6;6
5.2;0.36;0.02;1.6;0.031;24;104;0.9896;3.44;0.35;12.2;6
5.6;0.19;0.47;4.5;0.03;19;112;0.9922;3.56;0.45;11.2;6
6.4;0.1;0.35;4.9;0.048;31;103;0.9947;3.43;0.79;9.7;6
6.4;0.18;0.48;4;0.186;64;150;0.9945;3.06;0.4;9.3;5
7.4;0.25;0.36;13.2;0.067;53;178;0.9976;3.01;0.48;9;6
7.4;0.25;0.36;13.2;0.067;53;178;0.9976;3.01;0.48;9;6
7.4;0.25;0.36;13.2;0.067;53;178;0.9976;3.01;0.48;9;6
7.9;0.345;0.51;15.3;0.047;54;171;0.9987;3.09;0.51;9.1;5
7.9;0.345;0.51;15.3;0.047;54;171;0.9987;3.09;0.51;9.1;5
7.4;0.25;0.36;13.2;0.067;53;178;0.9976;3.01;0.48;9;6
6.1;0.24;0.3;1.5;0.045;22;61;0.992;3.31;0.54;10.4;5
6.8;0.25;0.24;4.55;0.053;41;211;0.9955;3.37;0.67;9.5;6
6.7;0.31;0.31;9.9;0.04;10;175;0.9953;3.46;0.55;11.4;4
7.2;0.46;0.65;10.4;0.05;76;192;0.9976;3.16;0.42;8.7;5
5.5;0.35;0.35;1.1;0.045;14;167;0.992;3.34;0.68;9.9;6
6.7;0.24;0.41;8.7;0.036;29;148;0.9952;3.22;0.62;9.9;6
6.8;0.28;0.17;13.9;0.047;49;162;0.9983;3.21;0.51;9;6
6.4;0.16;0.22;1.4;0.04;41;149;0.9933;3.49;0.58;10;6
6.3;0.26;0.24;7.2;0.039;38;172;0.9958;3.49;0.64;9.7;6
7.7;0.22;0.42;1.9;0.052;10;87;0.9922;3.3;0.49;11.8;6
6.5;0.18;0.31;1.7;0.044;30;127;0.9928;3.49;0.5;10.2;7
7.2;0.46;0.65;10.4;0.05;76;192;0.9976;3.16;0.42;8.7;5
7;0.3;0.51;13.6;0.05;40;168;0.9976;3.07;0.52;9.6;7
9.2;0.25;0.34;1.2;0.026;31;93;0.9916;2.93;0.37;11.3;7
7.8;0.28;0.34;1.6;0.028;32;118;0.9901;3;0.38;12.1;7
7;0.3;0.51;13.6;0.05;40;168;0.9976;3.07;0.52;9.6;7
7.8;0.28;0.34;1.6;0.028;32;118;0.9901;3;0.38;12.1;7
9.2;0.25;0.34;1.2;0.026;31;93;0.9916;2.93;0.37;11.3;7
8.4;0.35;0.71;12.2;0.046;22;160;0.9982;2.98;0.65;9.4;5
6.1;0.41;0.24;1.6;0.049;16;137;0.993;3.32;0.5;10.4;6
5.9;0.21;0.24;12.1;0.044;53;165;0.9969;3.25;0.39;9.5;5
7.2;0.34;0.44;4.2;0.047;51;144;0.991;3.01;0.76;12.3;6
6.7;0.21;0.42;9.1;0.049;31;150;0.9953;3.12;0.74;9.9;7
5.9;0.37;0.1;1.6;0.057;39;128;0.9924;3.24;0.48;10.1;5
7.7;0.34;0.27;8.8;0.063;39;184;0.9969;3.09;0.63;9.2;6
7.4;0.3;0.22;1.4;0.046;16;135;0.9928;3.08;0.77;10.4;7
6.8;0.51;0.3;4.2;0.066;38;165;0.9945;3.2;0.42;9.1;5
7.8;0.22;0.38;10.3;0.059;28;99;0.9967;3.12;0.47;10;6
7.2;0.35;0.34;12.4;0.051;6;37;0.9944;3.13;0.39;11.5;6
6;0.26;0.5;2.2;0.048;59;153;0.9928;3.08;0.61;9.8;5
6.1;0.26;0.51;2.2;0.05;61;154;0.9929;3.08;0.6;9.8;6
6.5;0.28;0.27;5.2;0.04;44;179;0.9948;3.19;0.69;9.4;6
7.4;0.41;0.66;10.8;0.051;77;194;0.9976;3.05;0.46;8.7;5
6.5;0.28;0.29;2.7;0.038;26;107;0.9912;3.32;0.41;11.6;7
6.7;0.34;0.54;16.3;0.047;44;181;0.9987;3.04;0.56;8.8;5
7.2;0.2;0.34;2.7;0.032;49;151;0.99;3.16;0.39;12.7;7
7.4;0.2;0.33;1.9;0.035;39;138;0.991;3.17;0.44;11.7;7
8.2;0.22;0.3;1.8;0.047;47;185;0.9933;3.13;0.5;10.2;6
8.2;0.23;0.29;1.8;0.047;47;187;0.9933;3.13;0.5;10.2;6
7.1;0.22;0.33;2.8;0.033;48;153;0.9899;3.15;0.38;12.7;7
6.5;0.28;0.29;2.7;0.038;26;107;0.9912;3.32;0.41;11.6;7
6;0.38;0.26;6;0.034;42;134;0.9912;3.38;0.38;12.3;7
7.4;0.41;0.66;10.8;0.051;77;194;0.9976;3.05;0.46;8.7;5
5.7;0.18;0.22;4.2;0.042;25;111;0.994;3.35;0.39;9.4;5
7.3;0.3;0.22;6.4;0.056;44;168;0.9947;3.13;0.35;10.1;6
7.4;0.24;0.22;10.7;0.042;26;81;0.9954;2.86;0.36;9.7;6
6.6;0.25;0.3;1.6;0.046;32;134;0.993;3.42;0.51;10.1;7
7.4;0.24;0.22;10.7;0.042;26;81;0.9954;2.86;0.36;9.7;6
7.4;0.26;0.3;7.9;0.049;38;157;0.9963;3.13;0.48;8.9;6
6.1;0.32;0.25;1.7;0.034;37;136;0.992;3.47;0.5;10.8;7
6.9;0.28;0.27;2.1;0.036;42;121;0.9926;3.42;0.49;10.8;7
7;0.23;0.33;5.8;0.04;25;136;0.995;3.19;0.58;9.5;6
7.1;0.31;0.5;14.5;0.059;6;148;0.9983;2.94;0.44;9.1;5
7.3;0.2;0.37;1.2;0.037;48;119;0.992;3.32;0.49;10.9;6
6.9;0.41;0.33;10.1;0.043;28;152;0.9968;3.2;0.52;9.4;5
6.4;0.45;0.07;1.1;0.03;10;131;0.9905;2.97;0.28;10.8;5
6.4;0.475;0.06;1;0.03;9;131;0.9904;2.97;0.29;10.8;5
6.3;0.27;0.38;0.9;0.051;7;140;0.9926;3.45;0.5;10.5;7
6.9;0.41;0.33;10.1;0.043;28;152;0.9968;3.2;0.52;9.4;5
7;0.29;0.37;4.9;0.034;26;127;0.9928;3.17;0.44;10.8;6
5.9;0.27;0.29;11.4;0.036;31;115;0.9949;3.35;0.48;10.5;8
6.9;0.19;0.4;1.4;0.036;14;55;0.9909;3.08;0.68;11.5;7
6.7;0.3;0.35;1.4;0.18;36;160;0.9937;3.11;0.54;9.4;6
7.2;0.24;0.4;1.4;0.045;31;106;0.9914;2.88;0.38;10.8;6
6.4;0.45;0.07;1.1;0.03;10;131;0.9905;2.97;0.28;10.8;5
6.4;0.475;0.06;1;0.03;9;131;0.9904;2.97;0.29;10.8;5
6.3;0.26;0.49;1.5;0.052;34;134;0.9924;2.99;0.61;9.8;6
6.3;0.26;0.49;1.5;0.052;34;134;0.9924;2.99;0.61;9.8;6
7.3;0.25;0.29;7.5;0.049;38;158;0.9965;3.43;0.38;9.6;5
7.3;0.25;0.29;7.5;0.049;38;158;0.9965;3.43;0.38;9.6;5
6.1;0.28;0.25;17.75;0.044;48;161;0.9993;3.34;0.48;9.5;5
7.4;0.37;0.35;5.7;0.061;12;94;0.9965;3.48;0.69;10.7;6
6.5;0.36;0.28;3.2;0.037;29;119;0.9908;3.25;0.65;12.4;8
7.4;0.24;0.4;4.3;0.032;9;95;0.992;3.09;0.39;11.1;6
7.5;0.23;0.68;11;0.047;37;133;0.9978;2.99;0.38;8.8;5
7.5;0.21;0.68;10.9;0.045;38;133;0.9978;3;0.36;8.7;5
7.5;0.21;0.68;10.9;0.045;38;133;0.9978;3;0.36;8.7;5
7.5;0.23;0.68;11;0.047;37;133;0.9978;2.99;0.38;8.8;5
7.8;0.32;0.33;2.4;0.037;18;101;0.9912;3.21;0.65;11.7;7
7.8;0.26;0.27;1.9;0.051;52;195;0.9928;3.23;0.5;10.9;6
7.7;0.24;0.27;1.8;0.051;52;190;0.9928;3.23;0.5;10.8;6
7.4;0.19;0.3;1.4;0.057;33;135;0.993;3.12;0.5;9.6;6
6.5;0.46;0.41;16.8;0.084;59;222;0.9993;3.18;0.58;9;5
6.5;0.26;0.43;8.9;0.083;50;171;0.9965;2.85;0.5;9;5
5.3;0.32;0.12;6.6;0.043;22;141;0.9937;3.36;0.6;10.4;6
7.2;0.24;0.34;1.1;0.045;3;64;0.9913;3.23;0.51;11.4;5
6;0.36;0.06;1.4;0.066;27;128;0.9934;3.26;0.55;9.3;5
6.2;0.24;0.29;13.3;0.039;49;130;0.9952;3.33;0.46;11;8
7.6;0.56;0.12;10.4;0.096;22;177;0.9983;3.32;0.45;9.1;4
7;0.32;0.24;6.2;0.048;31;228;0.9957;3.23;0.62;9.4;6
7;0.32;0.24;6.2;0.048;31;228;0.9957;3.23;0.62;9.4;6
5.8;0.31;0.33;1.2;0.036;23;99;0.9916;3.18;0.6;10.5;6
7;0.23;0.42;18.05;0.05;35;144;0.9999;3.22;0.42;8.8;5
7;0.23;0.42;18.05;0.05;35;144;0.9999;3.22;0.42;8.8;5
6.9;0.24;0.33;4.8;0.04;16;131;0.9936;3.26;0.64;10.7;6
6;0.29;0.2;12.6;0.045;45;187;0.9972;3.33;0.42;9.5;5
6.1;0.17;0.28;4.5;0.033;46;150;0.9933;3.43;0.49;10.9;6
5.9;0.14;0.25;4.5;0.027;34;140;0.9934;3.49;0.51;10.8;6
6.2;0.17;0.28;4.7;0.037;39;133;0.9931;3.41;0.46;10.8;7
7.4;0.28;0.25;11.9;0.053;25;148;0.9976;3.1;0.62;9.2;5
5.6;0.35;0.14;5;0.046;48;198;0.9937;3.3;0.71;10.3;5
5.8;0.335;0.14;5.8;0.046;49;197;0.9937;3.3;0.71;10.3;5
5.6;0.235;0.29;1.2;0.047;33;127;0.991;3.34;0.5;11;7
6.1;0.28;0.25;12.9;0.054;34;189;0.9979;3.25;0.43;9;4
6.3;0.21;0.33;13.9;0.046;68;179;0.9971;3.36;0.5;10.4;6
6.4;0.24;0.28;11.5;0.05;34;163;0.9969;3.31;0.45;9.5;5
6.4;0.24;0.29;11.4;0.051;32;166;0.9968;3.31;0.45;9.5;5
6.3;0.26;0.25;7.8;0.058;44;166;0.9961;3.24;0.41;9;5
6.5;0.33;0.72;1.1;0.061;7;151;0.993;3.09;0.57;9.5;4
7.4;0.105;0.34;12.2;0.05;57;146;0.9973;3.16;0.37;9;6
6;0.32;0.12;5.9;0.041;34;190;0.9944;3.16;0.72;10;5
7.1;0.26;0.34;14.4;0.067;35;189;0.9986;3.07;0.53;9.1;7
7.1;0.26;0.34;14.4;0.067;35;189;0.9986;3.07;0.53;9.1;7
7.1;0.26;0.34;14.4;0.067;35;189;0.9986;3.07;0.53;9.1;7
7.1;0.26;0.34;14.4;0.067;35;189;0.9986;3.07;0.53;9.1;7
5.9;0.24;0.26;12.3;0.053;34;134;0.9972;3.34;0.45;9.5;6
6.5;0.21;0.37;2.5;0.048;70;138;0.9917;3.33;0.75;11.4;7
7.7;0.27;0.35;5.3;0.03;30;117;0.992;3.11;0.42;12.2;6
9;0.27;0.35;4.9;0.028;27;95;0.9932;3.04;0.4;11.3;6
7.3;0.34;0.21;3.2;0.05;14;136;0.9936;3.25;0.44;10.2;5
6.6;0.27;0.25;3.1;0.052;41;188;0.9915;3.24;0.4;11.3;5
6.8;0.29;0.16;1.4;0.038;122.5;234.5;0.9922;3.15;0.47;10;4
7.1;0.28;0.26;1.9;0.049;12;86;0.9934;3.15;0.38;9.4;5
6.8;0.25;0.34;14;0.032;47;133;0.9952;3.37;0.5;12.2;7
7;0.57;0.1;8.3;0.094;23;188;0.9972;3.4;0.47;9.2;4
7.1;0.28;0.26;1.9;0.049;12;86;0.9934;3.15;0.38;9.4;5
7.1;0.17;0.38;7.4;0.052;49;182;0.9958;3.35;0.52;9.6;6
7.8;0.28;0.22;1.4;0.056;24;130;0.9944;3.28;0.48;9.5;5
6.8;0.22;0.37;1.7;0.036;38;195;0.9908;3.35;0.72;12.5;6
7.1;0.17;0.38;7.4;0.052;49;182;0.9958;3.35;0.52;9.6;6
6.1;0.14;0.25;1.3;0.047;37;173;0.9925;3.35;0.46;10;6
6.4;0.24;0.5;11.6;0.047;60;211;0.9966;3.18;0.57;9.3;5
7.8;0.42;0.26;9.2;0.058;34;199;0.9972;3.14;0.55;9.3;6
6.6;0.28;0.36;1.7;0.038;22;101;0.9912;3.29;0.57;11.6;6
7.1;0.32;0.34;14.5;0.039;46;150;0.995;3.38;0.5;12.5;8
6.7;0.31;0.3;2.1;0.038;18;130;0.9928;3.36;0.63;10.6;6
6.4;0.32;0.5;10.7;0.047;57;206;0.9968;3.08;0.6;9.4;5
6.1;0.28;0.25;6.9;0.056;44;201;0.9955;3.19;0.4;9.1;6
5.9;0.29;0.25;12;0.057;48;224;0.9981;3.23;0.41;9;6
5.8;0.32;0.38;4.75;0.033;23;94;0.991;3.42;0.42;11.8;7
5.8;0.32;0.38;4.75;0.033;23;94;0.991;3.42;0.42;11.8;7
5.7;0.32;0.38;4.75;0.033;23;94;0.991;3.42;0.42;11.8;7
6.7;0.28;0.14;1.4;0.043;64;159;0.992;3.17;0.39;10;5
6.8;0.34;0.69;1.3;0.058;12;171;0.9931;3.06;0.47;9.7;5
5.9;0.25;0.25;11.3;0.052;30;165;0.997;3.24;0.44;9.5;6
6.4;0.27;0.32;4.5;0.24;61;174;0.9948;3.12;0.48;9.4;5
8.1;0.46;0.31;1.7;0.052;50;183;0.9923;3.03;0.42;11.2;5
6.2;0.36;0.26;13.2;0.051;54;201;0.9976;3.25;0.46;9;5
6.8;0.22;0.35;5.5;0.043;21;114;0.9938;3.3;0.53;10.7;7
6.8;0.67;0.3;13;0.29;22;193;0.9984;3.08;0.67;9;4
7.2;0.28;0.3;10.7;0.044;61;222;0.9972;3.14;0.5;9.1;6
6.7;0.17;0.37;2;0.039;34;125;0.9922;3.26;0.6;10.8;7
6.9;0.2;0.34;1.9;0.043;25;136;0.9935;3.31;0.6;10.1;4
6.1;0.36;0.16;6.4;0.037;36;198;0.9944;3.17;0.62;9.9;6
6;0.36;0.16;6.3;0.036;36;191;0.9942;3.17;0.62;9.8;5
5.9;0.37;0.14;6.3;0.036;34;185;0.9944;3.17;0.63;9.8;5
7.6;0.29;0.58;17.5;0.041;51;225;0.9997;3.16;0.66;9.5;6
6.3;0.34;0.28;14.7;0.047;49;198;0.9977;3.23;0.46;9.5;5
6.7;0.19;0.34;1;0.022;22;94;0.9912;3.23;0.57;11.1;6
7.5;0.31;0.51;14.8;0.039;62;204;0.9982;3.06;0.6;9.5;5
7.5;0.31;0.51;14.8;0.039;62;204;0.9982;3.06;0.6;9.5;5
7.4;0.31;0.48;14.2;0.042;62;204;0.9983;3.06;0.59;9.4;5
8.4;0.4;0.7;13.1;0.042;29;197;0.998;3.06;0.64;9.7;5
5.9;0.34;0.22;2.4;0.03;19;135;0.9894;3.41;0.78;13.9;7
6.6;0.38;0.18;1.2;0.042;20;84;0.9927;3.22;0.45;10.1;4
6.4;0.33;0.28;1.1;0.038;30;110;0.9917;3.12;0.42;10.5;6
5.6;0.25;0.26;3.6;0.037;18;115;0.9904;3.42;0.5;12.6;6
8.6;0.27;0.46;6.1;0.032;13;41;0.993;2.89;0.34;10.9;5
6.2;0.31;0.21;6.3;0.041;50;218;0.9941;3.15;0.6;10;5
7.2;0.18;0.45;4.4;0.046;57;166;0.9943;3.13;0.62;11.2;6
7.7;0.2;0.44;13.9;0.05;44;130;0.99855;3.11;0.48;10;6
6.2;0.47;0.21;1;0.044;13;98;0.99345;3.14;0.46;9.2;5
6.1;0.25;0.24;12.1;0.046;51;172;0.998;3.35;0.45;9.5;5
8.2;0.27;0.43;1.6;0.035;31;128;0.9916;3.1;0.5;12.3;6
8.2;0.27;0.43;1.6;0.035;31;128;0.9916;3.1;0.5;12.3;6
6.4;0.31;0.39;7.5;0.04;57;213;0.99475;3.32;0.43;10;5
6;0.39;0.26;2.7;0.038;39;187;0.99325;3.41;0.5;10.8;6
6.2;0.21;0.27;1.7;0.038;41;150;0.9933;3.49;0.71;10.5;7
7.7;0.42;0.31;9.2;0.048;22;221;0.9969;3.06;0.61;9.2;6
7;0.27;0.41;18.75;0.042;34;157;1.0002;2.96;0.5;9.1;5
6.2;0.21;0.27;1.7;0.038;41;150;0.9933;3.49;0.71;10.5;7
7.4;0.29;0.5;1.8;0.042;35;127;0.9937;3.45;0.5;10.2;7
6.6;0.29;0.44;9;0.053;62;178;0.99685;3.02;0.45;8.9;5
6;0.3;0.44;1.5;0.046;15;182;0.99455;3.5;0.52;10.4;5
6.9;0.31;0.34;1.6;0.032;23;128;0.9917;3.37;0.47;11.7;6
6.6;0.33;0.31;1.3;0.02;29;89;0.99035;3.26;0.44;12.4;8
7.8;0.3;0.4;1.8;0.028;23;122;0.9914;3.14;0.39;10.9;7
6.4;0.39;0.21;1.2;0.041;35;136;0.99225;3.15;0.46;10.2;5
6.4;0.24;0.31;2.8;0.038;41;114;0.99155;3.37;0.66;11.7;7
7;0.21;0.34;8;0.057;19;101;0.9954;2.99;0.59;9.4;5
6.4;0.16;0.31;5.3;0.043;42;157;0.99455;3.35;0.47;10.5;5
6;0.33;0.27;0.8;0.185;12;188;0.9924;3.12;0.62;9.4;5
6.5;0.23;0.33;13.8;0.042;25;139;0.99695;3.35;0.56;10.4;6
6.2;0.25;0.48;10;0.044;78;240;0.99655;3.25;0.47;9.5;6
8.8;0.28;0.45;6;0.022;14;49;0.9934;3.01;0.33;11.1;7
6.6;0.25;0.3;14.4;0.052;40;183;0.998;3.02;0.5;9.1;6
6.9;0.38;0.25;9.8;0.04;28;191;0.9971;3.28;0.61;9.2;5
6.4;0.25;0.3;5.5;0.038;15;129;0.9948;3.14;0.49;9.6;6
6.6;0.25;0.3;14.4;0.052;40;183;0.998;3.02;0.5;9.1;6
6.9;0.38;0.25;9.8;0.04;28;191;0.9971;3.28;0.61;9.2;5
7.1;0.21;0.31;3.8;0.021;40;142;0.99215;3.17;0.39;10.8;7
6.4;0.25;0.3;5.5;0.038;15;129;0.9948;3.14;0.49;9.6;6
6.9;0.39;0.4;4.6;0.022;5;19;0.9915;3.31;0.37;12.6;3
5.8;0.2;0.3;1.5;0.031;21;57;0.99115;3.44;0.55;11;6
7;0.2;0.37;2;0.03;26;136;0.9932;3.28;0.61;10.2;6
5.9;0.26;0.25;12.5;0.034;38;152;0.9977;3.33;0.43;9.4;5
7.4;0.38;0.27;7.5;0.041;24;160;0.99535;3.17;0.43;10;5
7.4;0.2;1.66;2.1;0.022;34;113;0.99165;3.26;0.55;12.2;6
7;0.21;0.34;8.5;0.033;31;253;0.9953;3.22;0.56;10.5;6
7.2;0.29;0.4;7.6;0.024;56;177;0.9928;3.04;0.32;11.5;6
6.9;0.18;0.38;8.1;0.049;44;176;0.9958;3.3;0.54;9.8;6
7.3;0.3;0.42;7.35;0.025;51;175;0.9928;3.04;0.32;11.4;6
7.2;0.29;0.4;7.6;0.024;56;177;0.9928;3.04;0.32;11.5;6
6.9;0.2;0.5;10;0.036;78;167;0.9964;3.15;0.55;10.2;6
6.7;0.2;0.42;14;0.038;83;160;0.9987;3.16;0.5;9.4;6
7;0.21;0.34;8.5;0.033;31;253;0.9953;3.22;0.56;10.5;6
5.9;0.35;0.47;2.2;0.11;14;138;0.9932;3.09;0.5;9.1;5
7.1;0.28;0.44;1.8;0.032;32;107;0.9907;3.25;0.48;12.2;7
5.8;0.25;0.28;11.1;0.056;45;175;0.99755;3.42;0.43;9.5;5
6.8;0.22;0.37;15.2;0.051;68;178;0.99935;3.4;0.85;9.3;6
7.1;0.14;0.4;1.2;0.051;55;136;0.9932;3.3;0.96;9.8;7
7.1;0.13;0.4;1.2;0.047;54;134;0.9932;3.3;0.97;9.8;7
6.9;0.18;0.38;8.1;0.049;44;176;0.9958;3.3;0.54;9.8;6
7;0.2;0.38;8.1;0.05;42;173;0.99585;3.3;0.54;9.8;6
6.8;0.24;0.49;19.3;0.057;55;247;1.00055;3;0.56;8.7;5
5;0.44;0.04;18.6;0.039;38;128;0.9985;3.37;0.57;10.2;6
6.3;0.3;0.28;5;0.042;36;168;0.99505;3.22;0.69;9.5;6
7.2;0.27;0.42;1.6;0.05;35;135;0.992;2.94;0.46;11;6
6.7;0.5;0.63;13.4;0.078;81;238;0.9988;3.08;0.44;9.2;5
6.8;0.2;0.36;1.6;0.028;7;46;0.99175;3.21;0.6;10.9;6
6.7;0.11;0.34;8.8;0.043;41;113;0.9962;3.42;0.4;9.3;7
6.7;0.11;0.34;8.8;0.043;41;113;0.9962;3.42;0.4;9.3;7
6.8;0.12;0.31;5.2;0.045;29;120;0.9942;3.41;0.46;9.8;7
6.6;0.16;0.57;1.1;0.13;58;140;0.9927;3.12;0.39;9.3;7
6.6;0.21;0.6;1.1;0.135;61;144;0.9927;3.12;0.39;9.3;7
6.1;0.27;0.3;16.7;0.039;49;172;0.99985;3.4;0.45;9.4;5
9.1;0.27;0.45;10.6;0.035;28;124;0.997;3.2;0.46;10.4;9
6.4;0.225;0.48;2.2;0.115;29;104;0.9918;3.24;0.58;12.1;6
8.3;0.14;0.45;1.5;0.039;18;98;0.99215;3.02;0.56;11;6
7.2;0.23;0.19;13.7;0.052;47;197;0.99865;3.12;0.53;9;5
6.9;0.22;0.37;15;0.053;59;178;0.9992;3.37;0.82;9.5;7
8.1;0.17;0.44;14.1;0.053;43;145;1.0006;3.28;0.75;8.8;8
6;0.395;0;1.4;0.042;7;55;0.99135;3.37;0.38;11.2;4
7.8;0.29;0.22;9.5;0.056;44;213;0.99715;3.08;0.61;9.3;6
6.9;0.22;0.37;15;0.053;59;178;0.9992;3.37;0.82;9.5;7
8.1;0.17;0.44;14.1;0.053;43;145;1.0006;3.28;0.75;8.8;8
7.2;0.23;0.19;13.7;0.052;47;197;0.99865;3.12;0.53;9;5
7.6;0.3;0.27;10.6;0.039;31;119;0.99815;3.27;0.3;9.3;6
7.7;0.34;0.28;11;0.04;31;117;0.99815;3.27;0.29;9.2;6
7.7;0.34;0.28;11;0.04;31;117;0.99815;3.27;0.29;9.2;6
5.8;0.34;0.16;7;0.037;26;116;0.9949;3.46;0.45;10;7
7.6;0.3;0.27;10.6;0.039;31;119;0.99815;3.27;0.3;9.3;6
7.7;0.34;0.28;11;0.04;31;117;0.99815;3.27;0.29;9.2;6
5.9;0.24;0.3;2;0.033;28;92;0.99225;3.39;0.69;10.9;7
6.4;0.46;0.08;4.9;0.046;34;144;0.99445;3.1;0.56;10;5
5.9;0.24;0.3;2;0.033;28;92;0.99225;3.39;0.69;10.9;7
7.4;0.32;0.27;1.4;0.049;38;173;0.99335;3.03;0.52;9.3;5
7.2;0.31;0.26;7.3;0.05;37;157;0.99625;3.09;0.43;9;5
7.8;0.42;0.23;8.8;0.054;42;215;0.9971;3.02;0.58;9.2;6
6.9;0.24;0.33;12.5;0.046;47;153;0.9983;3.28;0.77;9.6;6
5.4;0.18;0.24;4.8;0.041;30;113;0.99445;3.42;0.4;9.4;6
6;0.18;0.31;1.4;0.036;14;75;0.99085;3.34;0.58;11.1;8
7.8;0.27;0.58;11.2;0.036;44;161;0.9977;3.06;0.41;8.9;6
6;0.28;0.49;6.8;0.048;61;222;0.9953;3.19;0.47;9.3;5
6.8;0.39;0.35;11.6;0.044;57;220;0.99775;3.07;0.53;9.3;5
6.6;0.21;0.31;11.4;0.039;46;165;0.99795;3.41;0.44;9.8;7
7.3;0.32;0.34;6.6;0.032;24;112;0.99505;3.22;0.46;9.8;6
7.8;0.27;0.58;11.2;0.036;44;161;0.9977;3.06;0.41;8.9;6
6.4;0.31;0.26;13.2;0.046;57;205;0.9975;3.17;0.41;9.6;5
6.2;0.29;0.26;13.1;0.046;55;204;0.99745;3.16;0.41;9.6;6
6;0.39;0.17;12;0.046;65;246;0.9976;3.15;0.38;9;6
6.2;0.3;0.26;13.4;0.046;57;206;0.99775;3.17;0.43;9.5;6
6;0.28;0.49;6.8;0.048;61;222;0.9953;3.19;0.47;9.3;5
6;0.41;0.05;1.5;0.063;17;120;0.9932;3.21;0.56;9.2;6
6.4;0.35;0.28;1.1;0.055;9;160;0.99405;3.42;0.5;9.1;7
6.5;0.26;0.32;16.5;0.045;44;166;1;3.38;0.46;9.5;6
7.9;0.35;0.24;15.6;0.072;44;229;0.99785;3.03;0.59;10.5;6
6.2;0.3;0.17;2.8;0.04;24;125;0.9939;3.01;0.46;9;5
8.4;0.18;0.42;5.1;0.036;7;77;0.9939;3.16;0.52;11.7;5
6.6;0.56;0.22;8.9;0.034;27;133;0.99675;3.2;0.51;9.1;5
6.2;0.3;0.17;2.8;0.04;24;125;0.9939;3.01;0.46;9;5
6.6;0.56;0.22;8.9;0.034;27;133;0.99675;3.2;0.51;9.1;5
6.6;0.36;0.29;1.6;0.021;24;85;0.98965;3.41;0.61;12.4;9
7.3;0.655;0.2;10.2;0.071;28;212;0.9971;2.96;0.58;9.2;6
6.8;0.18;0.21;5.4;0.053;34;104;0.99445;3.3;0.43;9.4;5
6.7;0.19;0.23;6.2;0.047;36;117;0.9945;3.34;0.43;9.6;6
8.4;0.18;0.42;5.1;0.036;7;77;0.9939;3.16;0.52;11.7;5
7;0.21;0.37;7.2;0.042;36;167;0.9958;3.26;0.56;9.8;6
6.8;0.25;0.38;8.1;0.046;24;155;0.9956;3.33;0.59;10.2;6
7.4;0.24;0.36;2;0.031;27;139;0.99055;3.28;0.48;12.5;9
7.1;0.16;0.36;10.7;0.044;20;90;0.9959;3.16;0.44;10.9;7
7.1;0.16;0.36;1.2;0.043;21;90;0.9925;3.16;0.42;11;7
7.3;0.205;0.31;1.7;0.06;34;110;0.9963;3.72;0.69;10.5;6
7.4;0.17;0.4;5.5;0.037;34;161;0.9935;3.05;0.62;11.5;4
7.3;0.3;0.34;2.7;0.044;34;108;0.99105;3.36;0.53;12.8;8
6.9;0.25;0.34;1.3;0.035;27;82;0.99045;3.18;0.44;12.2;6
7.3;0.205;0.31;1.7;0.06;34;110;0.9963;3.72;0.69;10.5;6
7.5;0.42;0.34;4.3;0.04;34;108;0.99155;3.14;0.45;12.8;8
7.3;0.25;0.36;2.1;0.034;30;177;0.99085;3.25;0.4;11.9;8
7.3;0.25;0.36;2.1;0.034;30;177;0.99085;3.25;0.4;11.9;8
7.3;0.25;0.36;2.1;0.034;30;177;0.99085;3.25;0.4;11.9;8
7.5;0.34;0.35;6;0.034;12;126;0.9924;3.16;0.39;12;7
7.6;0.33;0.35;6.3;0.036;12;126;0.9924;3.16;0.39;12;7
8.7;0.23;0.32;13.4;0.044;35;169;0.99975;3.12;0.47;8.8;7
8.7;0.23;0.32;13.4;0.044;35;169;0.99975;3.12;0.47;8.8;7
6.9;0.19;0.35;1.7;0.036;33;101;0.99315;3.21;0.54;10.8;7
7.3;0.21;0.29;1.6;0.034;29;118;0.9917;3.3;0.5;11;8
7.3;0.21;0.29;1.6;0.034;29;118;0.9917;3.3;0.5;11;8
6.6;0.22;0.37;15.4;0.035;62;153;0.99845;3.02;0.4;9.3;5
9.2;0.34;0.27;1.2;0.026;17;73;0.9921;3.08;0.39;10.8;5
8.7;0.23;0.32;13.4;0.044;35;169;0.99975;3.12;0.47;8.8;7
6;0.2;0.24;1.8;0.03;30;105;0.9909;3.31;0.47;11.5;6
6.9;0.19;0.35;1.7;0.036;33;101;0.99315;3.21;0.54;10.8;7
8.2;0.38;0.49;13.6;0.042;58;166;0.99855;3.1;0.54;9.4;5
6.9;0.18;0.36;1.3;0.036;40;117;0.9934;3.27;0.95;9.5;7
7.7;0.34;0.58;11.1;0.039;41;151;0.9978;3.06;0.49;8.6;5
6.9;0.18;0.36;1.3;0.036;40;117;0.9934;3.27;0.95;9.5;7
7.4;0.2;0.35;2.1;0.038;30;116;0.9949;3.49;0.77;10.3;7
8.2;0.38;0.49;13.6;0.042;58;166;0.99855;3.1;0.54;9.4;5
8.2;0.4;0.48;13.7;0.042;59;169;0.9986;3.1;0.52;9.4;5
6.7;0.22;0.39;10.2;0.038;60;149;0.99725;3.17;0.54;10;7
6.6;0.3;0.3;4.8;0.17;60;166;0.9946;3.18;0.47;9.4;5
8.1;0.27;0.35;1.7;0.03;38;103;0.99255;3.22;0.63;10.4;8
7.3;0.25;0.42;14.2;0.041;57;182;0.9996;3.29;0.75;9.1;7
4.8;0.34;0;6.5;0.028;33;163;0.9939;3.36;0.61;9.9;6
6.2;0.28;0.33;1.7;0.029;24;111;0.99;3.24;0.5;12.1;6
4.8;0.33;0;6.5;0.028;34;163;0.9937;3.35;0.61;9.9;5
6.1;0.27;0.33;2.2;0.021;26;117;0.9886;3.12;0.3;12.5;6
6.9;0.18;0.36;1.3;0.036;40;117;0.9934;3.27;0.95;9.5;7
7.8;0.18;0.46;12.6;0.042;41;143;1;3.24;0.76;8.5;8
7.3;0.28;0.42;14.4;0.04;49;173;0.9994;3.28;0.82;9;7
7.3;0.24;0.29;1.2;0.037;37;97;0.9926;3.19;0.7;10.1;6
6;0.45;0.65;9.7;0.08;11;159;0.9956;3.04;0.48;9.4;5
7.7;0.34;0.58;11.1;0.039;41;151;0.9978;3.06;0.49;8.6;5
6.3;0.26;0.21;4;0.03;24;125;0.9915;3.06;0.34;10.7;6
10.3;0.17;0.47;1.4;0.037;5;33;0.9939;2.89;0.28;9.6;3
7.7;0.15;0.29;1.3;0.029;10;64;0.9932;3.35;0.39;10.1;5
7.1;0.21;0.32;2.2;0.037;28;141;0.993;3.2;0.57;10;7
6.9;0.36;0.34;4.2;0.018;57;119;0.9898;3.28;0.36;12.7;9
6;0.28;0.34;1.6;0.119;33;104;0.9921;3.19;0.38;10.2;6
6.2;0.16;0.54;1.4;0.126;37;110;0.9932;3.23;0.37;8.9;6
6.9;0.12;0.36;2.2;0.037;18;111;0.9919;3.41;0.82;11.9;8
7.1;0.21;0.32;2.2;0.037;28;141;0.993;3.2;0.57;10;7
8.8;0.36;0.44;1.9;0.04;9;121;0.9953;3.19;0.48;9.9;6
7.4;0.26;0.43;6;0.022;22;125;0.9928;3.13;0.55;11.5;6
7.4;0.26;0.43;6;0.022;22;125;0.9928;3.13;0.55;11.5;6
6.8;0.23;0.29;12.2;0.035;38;236;0.9976;3.35;0.52;9.8;6
6.1;0.34;0.27;2.6;0.024;20;105;0.9906;3.4;0.67;12.2;7
7.3;0.26;0.31;1.6;0.04;39;173;0.9918;3.19;0.51;11.4;6
6.5;0.3;0.32;2;0.044;34;90;0.99185;3.37;0.68;11;7
7.3;0.26;0.31;1.6;0.04;39;173;0.9918;3.19;0.51;11.4;6
6.5;0.3;0.32;2;0.044;34;90;0.99185;3.37;0.68;11;7
5;0.31;0;6.4;0.046;43;166;0.994;3.3;0.63;9.9;6
5.8;0.26;0.18;1.2;0.031;40;114;0.9908;3.42;0.4;11;7
5.9;0.26;0.3;1;0.036;38;114;0.9928;3.58;0.48;9.4;5
7;0.31;0.29;1.4;0.037;33;128;0.9896;3.12;0.36;12.2;7
5.8;0.26;0.18;1.2;0.031;40;114;0.9908;3.42;0.4;11;7
5.6;0.19;0.39;1.1;0.043;17;67;0.9918;3.23;0.53;10.3;6
6.8;0.18;0.28;8.7;0.047;52;242;0.9952;3.22;0.53;10.5;6
7;0.29;0.26;1.6;0.044;12;87;0.9923;3.08;0.46;10.5;6
6.6;0.26;0.29;1.4;0.039;13;67;0.9915;3.05;0.49;10.9;6
6.8;0.18;0.28;8.5;0.047;52;242;0.9952;3.22;0.53;10.5;6
6.6;0.2;0.38;7.9;0.052;30;145;0.9947;3.32;0.56;11;7
8;0.29;0.29;13.2;0.046;26;113;0.9983;3.25;0.37;9.7;6
6.1;0.28;0.35;12.8;0.048;63;229;0.9975;3.08;0.4;8.9;5
5.9;0.31;0.3;7.7;0.047;60;206;0.995;3.2;0.39;9.6;6
6.9;0.21;0.28;2.4;0.056;49;159;0.9944;3.02;0.47;8.8;8
8.4;0.19;0.42;1.6;0.047;9;101;0.994;3.06;0.65;11.1;4
8.3;0.27;0.45;1.3;0.048;8;72;0.9944;3.08;0.61;10.3;4
7.1;0.25;0.39;2.1;0.036;30;124;0.9908;3.28;0.43;12.2;8
8;0.23;0.37;9.6;0.054;23;159;0.99795;3.32;0.47;9.8;4
7.5;0.24;0.31;13;0.049;46;217;0.9985;3.08;0.53;8.8;5
6.3;0.33;0.2;5.8;0.04;24;144;0.99425;3.15;0.63;9.9;5
6.2;0.33;0.19;5.6;0.042;22;143;0.99425;3.15;0.63;9.9;5
6.3;0.34;0.19;5.8;0.041;22;145;0.9943;3.15;0.63;9.9;5
5.8;0.29;0.05;0.8;0.038;11;30;0.9924;3.36;0.35;9.2;5
8;0.32;0.26;1.2;0.05;11.5;88;0.9946;3.24;0.37;9.5;4
5.6;0.29;0.05;0.8;0.038;11;30;0.9924;3.36;0.35;9.2;5
7.4;0.13;0.39;4.7;0.042;36;137;0.995;3.36;0.56;10.3;7
7.7;0.3;0.32;1.6;0.037;23;124;0.9919;2.93;0.33;11;6
7;0.24;0.34;1.4;0.031;27;107;0.99;3.06;0.39;11.9;6
8.6;0.18;0.4;1.1;0.04;20;107;0.9923;2.94;0.32;10.2;7
7;0.11;0.32;4.6;0.057;59;144;0.9956;3.55;0.44;9.4;7
7.7;0.32;0.62;10.6;0.036;56;153;0.9978;3.13;0.44;8.9;6
7.7;0.32;0.62;10.6;0.036;56;153;0.9978;3.13;0.44;8.9;6
6.5;0.26;0.27;12.9;0.044;69;215;0.9967;3.17;0.43;10;6
7.9;0.28;0.41;2;0.044;50;152;0.9934;3.45;0.49;10.7;8
6.3;0.27;0.23;2.9;0.047;13;100;0.9936;3.28;0.43;9.8;5
5.4;0.595;0.1;2.8;0.042;26;80;0.9932;3.36;0.38;9.3;5
6.7;0.25;0.33;2.9;0.057;52;173;0.9934;3.02;0.48;9.5;7
6.5;0.25;0.35;12;0.055;47;179;0.998;3.58;0.47;10;5
6.1;0.36;0.58;15;0.044;42;115;0.9978;3.15;0.51;9;5
7.7;0.17;0.52;5.9;0.017;21;84;0.9929;3.14;0.4;11.9;7
6.4;0.26;0.43;12.6;0.033;64;230;0.9974;3.08;0.38;8.9;5
6.5;0.26;0.28;12.5;0.046;80;225;0.99685;3.18;0.41;10;6
5.9;0.29;0.33;7.4;0.037;58;205;0.99495;3.26;0.41;9.6;5
6.2;0.28;0.43;13;0.039;64;233;0.99745;3.08;0.38;8.9;5
6.1;0.27;0.44;6.7;0.041;61;230;0.99505;3.12;0.4;8.9;5
6.4;0.43;0.32;1.4;0.048;10;67;0.992;3.08;0.41;11.4;5
6.1;0.36;0.58;15;0.044;42;115;0.9978;3.15;0.51;9;5
6.2;0.35;0.29;7.3;0.044;56;244;0.9956;3.36;0.55;10;6
7.7;0.24;0.29;15.3;0.044;39;194;0.9982;3.06;0.47;9.6;7
6.2;0.34;0.28;7.5;0.034;40;197;0.99485;3.14;0.6;9.7;5
6.3;0.27;0.46;11.75;0.037;61;212;0.9971;3.25;0.53;9.5;6
5.4;0.415;0.19;1.6;0.039;27;88;0.99265;3.54;0.41;10;7
6.9;0.48;0.36;3.5;0.03;31;135;0.9904;3.14;0.38;12.2;7
6.5;0.18;0.33;8;0.051;16;131;0.9965;3.28;0.44;8.7;7
6.7;0.15;0.29;5;0.058;28;105;0.9946;3.52;0.44;10.2;7
8.2;0.345;1;18.2;0.047;55;205;0.99965;2.96;0.43;9.6;5
8.5;0.16;0.35;1.6;0.039;24;147;0.9935;2.96;0.36;10;5
6.8;0.705;0.25;3.2;0.048;10;57;0.996;3.36;0.52;9.5;4
7.3;0.25;0.39;6.4;0.034;8;84;0.9942;3.18;0.46;11.5;5
7.6;0.345;0.26;1.9;0.043;15;134;0.9936;3.08;0.38;9.5;5
7.6;0.22;0.34;9.7;0.035;26;143;0.9965;3.08;0.49;9.8;6
6.5;0.17;0.33;1.4;0.028;14;99;0.9928;3.23;0.55;10.1;6
8.2;0.23;0.37;1.3;0.042;39;117;0.9928;2.99;0.36;10;5
7.6;0.22;0.34;9.7;0.035;26;143;0.9965;3.08;0.49;9.8;6
7.6;0.345;0.26;1.9;0.043;15;134;0.9936;3.08;0.38;9.5;5
7.5;0.32;0.26;1.8;0.042;13;133;0.9938;3.07;0.38;9.5;5
6.6;0.23;0.32;0.9;0.041;25;79;0.9926;3.39;0.54;10.2;7
6.6;0.2;0.32;1.1;0.039;25;78;0.9926;3.39;0.54;10.2;7
7.3;0.24;0.34;15.4;0.05;38;174;0.9983;3.03;0.42;9;6
7.3;0.24;0.34;15.4;0.05;38;174;0.9983;3.03;0.42;9;6
8;0.42;0.36;5;0.037;34;101;0.992;3.13;0.57;12.3;7
7.3;0.24;0.34;15.4;0.05;38;174;0.9983;3.03;0.42;9;6
6.1;0.19;0.25;4;0.023;23;112;0.9923;3.37;0.51;11.6;6
5.9;0.26;0.21;12.5;0.034;36;152;0.9972;3.28;0.43;9.5;6
8.3;0.23;0.43;3.2;0.035;14;101;0.9928;3.15;0.36;11.5;5
6.5;0.34;0.28;1.8;0.041;43;188;0.9928;3.13;0.37;9.6;6
6.8;0.22;0.35;17.5;0.039;38;153;0.9994;3.24;0.42;9;6
6.5;0.08;0.33;1.9;0.028;23;93;0.991;3.34;0.7;12;7
5.5;0.42;0.09;1.6;0.019;18;68;0.9906;3.33;0.51;11.4;7
5.1;0.42;0.01;1.5;0.017;25;102;0.9894;3.38;0.36;12.3;7
6;0.27;0.19;1.7;0.02;24;110;0.9898;3.32;0.47;12.6;7
6.8;0.22;0.35;17.5;0.039;38;153;0.9994;3.24;0.42;9;6
6.5;0.08;0.33;1.9;0.028;23;93;0.991;3.34;0.7;12;7
7.1;0.13;0.38;1.8;0.046;14;114;0.9925;3.32;0.9;11.7;6
7.6;0.3;0.25;4.3;0.054;22;111;0.9956;3.12;0.49;9.2;5
6.6;0.13;0.3;4.9;0.058;47;131;0.9946;3.51;0.45;10.3;6
6.5;0.14;0.33;7.6;0.05;53;189;0.9966;3.25;0.49;8.6;5
7.7;0.28;0.33;6.7;0.037;32;155;0.9951;3.39;0.62;10.7;7
6;0.2;0.71;1.6;0.15;10;54;0.9927;3.12;0.47;9.8;5
6;0.19;0.71;1.5;0.152;9;55;0.9927;3.12;0.46;9.8;6
7.7;0.28;0.33;6.7;0.037;32;155;0.9951;3.39;0.62;10.7;7
5.1;0.39;0.21;1.7;0.027;15;72;0.9894;3.5;0.45;12.5;6
5.7;0.36;0.34;4.2;0.026;21;77;0.9907;3.41;0.45;11.9;6
6.9;0.19;0.33;1.6;0.043;63;149;0.9925;3.44;0.52;10.8;5
6;0.41;0.21;1.9;0.05;29;122;0.9928;3.42;0.52;10.5;6
7.4;0.28;0.3;5.3;0.054;44;161;0.9941;3.12;0.48;10.3;6
7.4;0.3;0.3;5.2;0.053;45;163;0.9941;3.12;0.45;10.3;6
6.9;0.19;0.33;1.6;0.043;63;149;0.9925;3.44;0.52;10.8;5
7.7;0.28;0.39;8.9;0.036;8;117;0.9935;3.06;0.38;12;7
8.6;0.16;0.38;3.4;0.04;41;143;0.9932;2.95;0.39;10.2;6
8.2;0.26;0.44;1.3;0.046;7;69;0.9944;3.14;0.62;10.2;4
6.5;0.25;0.27;15.2;0.049;75;217;0.9972;3.19;0.39;9.9;5
7;0.24;0.18;1.3;0.046;9;62;0.994;3.38;0.47;10.1;4
8.6;0.18;0.36;1.8;0.04;24;187;0.9956;3.25;0.55;9.5;6
7.8;0.27;0.34;1.6;0.046;27;154;0.9927;3.05;0.45;10.5;6
6;0.26;0.34;1.3;0.046;6;29;0.9924;3.29;0.63;10.4;5
6.1;0.24;0.27;9.8;0.062;33;152;0.9966;3.31;0.47;9.5;6
8;0.24;0.3;17.45;0.056;43;184;0.9997;3.05;0.5;9.2;6
7.6;0.21;0.6;2.1;0.046;47;165;0.9936;3.05;0.54;10.1;7
8;0.19;0.36;1.8;0.05;16;84;0.9936;3.15;0.45;9.8;7
6.4;0.28;0.41;6.8;0.045;61;216;0.9952;3.09;0.46;9.4;5
6.4;0.28;0.43;7.1;0.045;60;221;0.9952;3.09;0.45;9.4;6
6.9;0.24;0.39;1.3;0.063;18;136;0.9928;3.31;0.48;10.4;7
5.8;0.36;0.26;3.3;0.038;40;153;0.9911;3.34;0.55;11.3;6
6.6;0.18;0.28;3.3;0.044;18;91;0.993;3.42;0.64;10.8;6
5.8;0.36;0.26;3.3;0.038;40;153;0.9911;3.34;0.55;11.3;6
5.1;0.52;0.06;2.7;0.052;30;79;0.9932;3.32;0.43;9.3;5
6.6;0.22;0.37;1.2;0.059;45;199;0.993;3.37;0.55;10.3;7
8.3;0.15;0.39;1.3;0.055;32;146;0.993;3.08;0.39;10.5;6
7.6;0.16;0.44;1.4;0.043;25;109;0.9932;3.11;0.75;10.3;6
7.7;0.16;0.41;1.7;0.048;60;173;0.9932;3.24;0.66;11.2;7
8.3;0.16;0.48;1.7;0.057;31;98;0.9943;3.15;0.41;10.3;6
6.2;0.25;0.47;11.6;0.048;62;210;0.9968;3.19;0.5;9.5;5
6.1;0.16;0.27;12.6;0.064;63;162;0.9994;3.66;0.43;8.9;5
7.6;0.39;0.22;2.8;0.036;19;113;0.9926;3.03;0.29;10.2;5
6.8;0.37;0.47;11.2;0.071;44;136;0.9968;2.98;0.88;9.2;5
7.6;0.16;0.44;1.4;0.043;25;109;0.9932;3.11;0.75;10.3;6
7.1;0.18;0.42;1.4;0.045;47;157;0.9916;2.95;0.31;10.5;6
8.3;0.14;0.26;1.5;0.049;56;189;0.9946;3.21;0.62;9.5;6
8.6;0.2;0.42;1.5;0.041;35;125;0.9925;3.11;0.49;11.4;7
8.6;0.2;0.42;1.5;0.041;35;125;0.9925;3.11;0.49;11.4;7
6.8;0.19;0.32;7.05;0.019;54;188;0.9935;3.25;0.37;11.1;8
7.6;0.19;0.38;10.6;0.06;48;174;0.9962;3.13;0.38;10.5;6
6.8;0.34;0.74;2.8;0.088;23;185;0.9928;3.51;0.7;12;6
6.2;0.15;0.46;1.6;0.039;38;123;0.993;3.38;0.51;9.7;6
6.6;0.14;0.44;1.6;0.042;47;140;0.993;3.32;0.51;10.2;6
8;0.55;0.17;8.2;0.04;13;60;0.9956;3.09;0.3;9.5;4
7;0.24;0.35;1.5;0.052;51;128;0.9941;3.41;0.59;10.4;7
6.3;0.6;0.44;11;0.05;50;245;0.9972;3.19;0.57;9.3;4
7.1;0.2;0.41;2.1;0.054;24;166;0.9948;3.48;0.62;10.5;6
6.2;0.34;0.29;7.6;0.047;45;232;0.9955;3.35;0.62;10;6
7.1;0.3;0.36;6.8;0.055;44.5;234;0.9972;3.49;0.64;10.2;6
7.1;0.3;0.36;6.8;0.055;44.5;234;0.9972;3.49;0.64;10.2;6
7.9;0.64;0.46;10.6;0.244;33;227;0.9983;2.87;0.74;9.1;3
8.8;0.17;0.38;1.8;0.04;39;148;0.9942;3.16;0.67;10.2;6
7.5;0.17;0.37;1.5;0.06;18;75;0.9936;3.54;0.88;10.7;5
7.1;0.47;0.24;6;0.044;11;77;0.9956;3.21;0.56;9.7;5
7.1;0.15;0.34;5.3;0.034;33;104;0.9953;3.37;0.52;9.3;7
7.5;0.17;0.34;1.4;0.035;13;102;0.9918;3.05;0.74;11;5
8.2;0.68;0.3;2.1;0.047;17;138;0.995;3.22;0.71;10.8;4
7.7;0.275;0.3;1;0.039;19;75;0.992;3.01;0.56;10.7;5
7.3;0.49;0.32;5.2;0.043;18;104;0.9952;3.24;0.45;10.7;4
7.5;0.33;0.48;19.45;0.048;55;243;1.001;2.95;0.4;8.8;5
7.2;0.21;0.37;1.6;0.049;23;94;0.9924;3.16;0.48;10.9;7
7.3;0.15;0.4;2;0.05;24;92;0.9932;3.14;0.45;10.5;5
6.5;0.19;0.1;1.3;0.046;23;107;0.9937;3.29;0.45;10;5
7;0.31;0.52;1.7;0.029;5;61;0.9918;3.07;0.43;10.4;5
8.3;0.4;0.38;1.1;0.038;15;75;0.9934;3.03;0.43;9.2;5
6.1;0.37;0.36;4.7;0.035;36;116;0.991;3.31;0.62;12.6;6
7.3;0.24;0.34;7.5;0.048;29;152;0.9962;3.1;0.54;9;5
6.9;0.21;0.81;1.1;0.137;52;123;0.9932;3.03;0.39;9.2;6
7.6;0.29;0.42;1.3;0.035;18;86;0.9908;2.99;0.39;11.3;5
9.4;0.29;0.55;2.2;0.05;17;119;0.9962;3.12;0.69;10.3;4
7;0.31;0.52;1.7;0.029;5;61;0.9918;3.07;0.43;10.4;5
8.6;0.26;0.41;2.2;0.049;29;111;0.9941;2.96;0.44;10;5
7.5;0.21;0.34;1.2;0.06;26;111;0.9931;3.51;0.47;10.7;6
7.2;0.51;0.24;10;0.093;35;197;0.9981;3.41;0.47;9;5
7.5;0.21;0.34;1.2;0.06;26;111;0.9931;3.51;0.47;10.7;6
5.3;0.3;0.2;1.1;0.077;48;166;0.9944;3.3;0.54;8.7;4
8;0.26;0.36;2;0.054;30;121;0.992;3.09;0.72;11.6;7
7;0.21;0.28;7.5;0.07;45;185;0.9966;3.34;0.55;9.4;5
6.7;0.26;0.26;4;0.079;35.5;216;0.9956;3.31;0.68;9.5;5
6.7;0.26;0.26;4.1;0.073;36;202;0.9956;3.3;0.67;9.5;5
8.1;0.26;0.37;1.9;0.072;48;159;0.9949;3.37;0.7;10.9;6
8.3;0.22;0.38;14.8;0.054;32;126;1.0002;3.22;0.5;9.7;5
6.4;0.3;0.51;5.5;0.048;62;172;0.9942;3.08;0.45;9.1;6
7.5;0.19;0.34;2.6;0.037;33;125;0.9923;3.1;0.49;11.1;7
8.8;0.33;0.44;6.35;0.024;9;87;0.9917;2.96;0.4;12.6;7
6.9;0.2;0.36;1.5;0.031;38;147;0.9931;3.35;0.56;11;6
8;0.37;0.32;1.6;0.04;32;166;0.992;3;0.55;11.3;7
8.3;0.22;0.38;14.8;0.054;32;126;1.0002;3.22;0.5;9.7;5
8.2;0.29;0.33;9.1;0.036;28;118;0.9953;2.96;0.4;10.9;7
7.7;0.34;0.3;8;0.048;25;192;0.9951;2.97;0.47;10.9;5
6.2;0.55;0.45;12;0.049;27;186;0.9974;3.17;0.5;9.3;6
6.4;0.4;0.19;3.2;0.033;28;124;0.9904;3.22;0.54;12.7;7
7.5;0.28;0.33;7.7;0.048;42;180;0.9974;3.37;0.59;10.1;6
7.8;0.26;0.44;1.3;0.037;43;132;0.9944;3.18;0.65;10;5
6.5;0.26;0.34;16.3;0.051;56;197;1.0004;3.49;0.42;9.8;5
6.3;0.34;0.29;6.2;0.046;29;227;0.9952;3.29;0.53;10.1;6
6.8;0.15;0.33;4.7;0.059;31;118;0.9956;3.43;0.39;9;7
6.3;0.27;0.25;5.8;0.038;52;155;0.995;3.28;0.38;9.4;6
6.3;0.27;0.25;5.8;0.038;52;155;0.995;3.28;0.38;9.4;6
7.4;0.2;0.37;16.95;0.048;43;190;0.9995;3.03;0.42;9.2;6
6.3;0.23;0.21;5.1;0.035;29;142;0.9942;3.36;0.33;10.1;7
7.3;0.31;0.69;10.2;0.041;58;160;0.9977;3.06;0.45;8.6;5
5.2;0.24;0.45;3.8;0.027;21;128;0.992;3.55;0.49;11.2;8
7;0.24;0.32;1.3;0.037;39;123;0.992;3.17;0.42;11.2;8
7.4;0.2;0.37;16.95;0.048;43;190;0.9995;3.03;0.42;9.2;6
7;0.17;0.33;4;0.034;17;127;0.9934;3.19;0.39;10.6;7
8.3;0.21;0.58;17.1;0.049;62;213;1.0006;3.01;0.51;9.3;6
7.2;0.21;0.35;14.5;0.048;35;178;0.9982;3.05;0.47;8.9;6
7.1;0.21;0.4;1.2;0.069;24;156;0.9928;3.42;0.43;10.6;6
8.4;0.17;0.31;6.7;0.038;29;132;0.9945;3.1;0.32;10.6;7
7.4;0.24;0.31;8.4;0.045;52;183;0.9963;3.09;0.32;8.8;5
5.3;0.24;0.33;1.3;0.033;25;97;0.9906;3.59;0.38;11;8
6.5;0.28;0.26;8.8;0.04;44;139;0.9956;3.32;0.37;10.2;6
6.3;0.23;0.21;5.1;0.035;29;142;0.9942;3.36;0.33;10.1;7
6.5;0.29;0.25;10.6;0.039;32;120;0.9962;3.31;0.34;10.1;6
5.8;0.29;0.21;2.6;0.025;12;120;0.9894;3.39;0.79;14;7
6.3;0.27;0.25;5.8;0.038;52;155;0.995;3.28;0.38;9.4;6
6.3;0.17;0.42;2.8;0.028;45;107;0.9908;3.27;0.43;11.8;6
6.3;0.16;0.4;1.6;0.033;59;148;0.9914;3.44;0.53;11.4;5
7.9;0.29;0.39;6.7;0.036;6;117;0.9938;3.12;0.42;10.7;5
7.3;0.31;0.69;10.2;0.041;58;160;0.9977;3.06;0.45;8.6;5
5.5;0.32;0.45;4.9;0.028;25;191;0.9922;3.51;0.49;11.5;7
5.2;0.24;0.45;3.8;0.027;21;128;0.992;3.55;0.49;11.2;8
7.2;0.37;0.15;2;0.029;27;87;0.9903;3.3;0.59;12.6;7
6.1;0.29;0.27;1.7;0.024;13;76;0.9893;3.21;0.51;12.6;7
9.2;0.22;0.4;2.4;0.054;18;151;0.9952;3.04;0.46;9.3;4
7.2;0.37;0.15;2;0.029;27;87;0.9903;3.3;0.59;12.6;7
8;0.18;0.37;1.3;0.04;15;96;0.9912;3.06;0.61;12.1;6
6.5;0.22;0.34;12;0.053;55;177;0.9983;3.52;0.44;9.9;6
7.4;0.18;0.4;1.6;0.047;22;102;0.9937;3.28;0.44;10.7;5
6.5;0.52;0.17;1.4;0.047;5;26;0.9932;3.26;0.32;10;4
7;0.15;0.38;2.2;0.047;33;96;0.9928;3.13;0.39;10.4;8
5.9;0.415;0.13;1.4;0.04;11;64;0.9922;3.29;0.52;10.5;5
8.1;0.45;0.34;8.3;0.037;33;216;0.9976;3.31;0.64;9.7;5
5.8;0.415;0.13;1.4;0.04;11;64;0.9922;3.29;0.52;10.5;5
6.4;0.5;0.16;12.9;0.042;26;138;0.9974;3.28;0.33;9;5
6.7;0.105;0.32;12.4;0.051;34;106;0.998;3.54;0.45;9.2;6
6;0.4;0.3;1.6;0.047;30;117;0.9931;3.17;0.48;10.1;6
6.6;0.25;0.39;1.45;0.04;40;89;0.9911;3.35;0.4;11.4;7
9.8;0.36;0.45;1.6;0.042;11;124;0.9944;2.93;0.46;10.8;5
9.6;0.23;0.4;1.5;0.044;19;135;0.9937;2.96;0.49;10.9;5
6.3;0.55;0.45;13;0.047;33;182;0.9974;3.2;0.46;9.2;6
6.5;0.115;0.29;1.95;0.038;73;166;0.989;3.12;0.25;12.9;7
6.4;0.125;0.29;5.85;0.042;24;99;0.992;3.23;0.32;12;7
5.7;0.1;0.27;1.3;0.047;21;100;0.9928;3.27;0.46;9.5;5
7.9;0.25;0.29;5.3;0.031;33;117;0.9918;3.06;0.32;11.8;7
6.9;0.2;0.28;1.2;0.048;36;159;0.9936;3.19;0.43;9.1;6
6.9;0.23;0.34;4;0.047;24;128;0.9944;3.2;0.52;9.7;6
6.8;0.39;0.31;14.35;0.043;28;162;0.9988;3.17;0.54;9.1;5
8.7;0.22;0.42;2.3;0.053;27;114;0.994;2.99;0.43;10;5
7.4;0.41;0.34;4.7;0.042;19;127;0.9953;3.25;0.42;10.4;5
6.7;0.25;0.34;12.85;0.048;30;161;0.9986;3.44;0.47;9.5;6
6;0.26;0.42;5.2;0.027;70;178;0.9914;3.4;0.4;12.3;8
6.1;0.31;0.37;8.4;0.031;70;170;0.9934;3.42;0.4;11.7;8
9.2;0.28;0.46;3.2;0.058;39;133;0.996;3.14;0.58;9.5;5
9;0.31;0.49;6.9;0.034;26;91;0.9937;2.99;0.34;11.5;5
8.5;0.16;0.33;1;0.076;17;57;0.9921;3.14;0.46;10.6;6
9.3;0.34;0.49;7.3;0.052;30;146;0.998;3.17;0.61;10.2;5
9.2;0.28;0.46;3.2;0.058;39;133;0.996;3.14;0.58;9.5;5
7.2;0.24;0.3;1.6;0.048;27;131;0.9933;3.25;0.45;10.5;5
7.2;0.25;0.32;1.5;0.047;27;132;0.9933;3.26;0.44;10.5;5
6.8;0.32;0.18;7.5;0.041;71;223;0.9959;3.14;0.41;8.9;5
9.1;0.27;0.32;1.1;0.031;15;151;0.9936;3.03;0.41;10.6;5
8.9;0.34;0.32;1.3;0.041;12;188;0.9953;3.17;0.49;9.5;5
7;0.17;0.37;5.7;0.025;29;111;0.9938;3.2;0.49;10.8;6
6.7;0.25;0.23;7.2;0.038;61;220;0.9952;3.14;0.35;9.5;5
6.9;0.32;0.17;7.6;0.042;69;219;0.9959;3.13;0.4;8.9;5
6.8;0.32;0.18;7.5;0.041;71;223;0.9959;3.14;0.41;8.9;5
6.1;0.6;0;1.3;0.042;24;79;0.9937;3.31;0.38;9.4;4
5.3;0.395;0.07;1.3;0.035;26;102;0.992;3.5;0.35;10.6;6
7.9;0.16;0.3;4.8;0.037;37;171;0.9967;3.47;0.44;9;4
7.6;0.33;0.36;2.1;0.034;26;172;0.9944;3.42;0.48;10.5;4
7.8;0.3;0.29;16.85;0.054;23;135;0.9998;3.16;0.38;9;6
7.8;0.3;0.29;16.85;0.054;23;135;0.9998;3.16;0.38;9;6
5.7;0.26;0.27;4.1;0.201;73.5;189.5;0.9942;3.27;0.38;9.4;6
7.8;0.3;0.29;16.85;0.054;23;135;0.9998;3.16;0.38;9;6
7.5;0.14;0.34;1.3;0.055;50;153;0.9945;3.29;0.8;9.6;6
7.8;0.3;0.29;16.85;0.054;23;135;0.9998;3.16;0.38;9;6
6.6;0.25;0.41;7.4;0.043;29;151;0.9946;3.15;0.6;10.2;7
5.7;0.26;0.27;4.1;0.201;73.5;189.5;0.9942;3.27;0.38;9.4;6
8.2;0.23;0.49;0.9;0.057;15;73;0.9928;3.07;0.38;10.4;6
6;0.24;0.32;6.3;0.03;34;129;0.9946;3.52;0.41;10.4;5
6.1;0.45;0.27;0.8;0.039;13;82;0.9927;3.23;0.32;9.5;5
7.4;0.23;0.43;1.4;0.044;22;113;0.9938;3.22;0.62;10.6;6
7.2;0.2;0.38;1;0.037;21;74;0.9918;3.21;0.37;11;5
7.5;0.14;0.34;1.3;0.055;50;153;0.9945;3.29;0.8;9.6;6
7.7;0.25;0.43;4.5;0.062;20;115;0.9966;3.38;0.5;9.9;6
8.2;0.61;0.45;5.4;0.03;15;118;0.9954;3.14;0.34;9.6;5
7.6;0.21;0.44;1.9;0.036;10;119;0.9913;3.01;0.7;12.8;6
7.4;0.22;0.33;2;0.045;31;101;0.9931;3.42;0.55;11.4;5
7.2;0.26;0.26;12.7;0.036;49;214;0.9986;3.41;0.5;10;6
6.4;0.25;0.41;8.6;0.042;57;173;0.9965;3;0.44;9.1;5
6.3;0.32;0.35;11.1;0.039;29;198;0.9984;3.36;0.5;9.4;7
6.8;0.25;0.29;2;0.042;19;189;0.9952;3.46;0.54;10.2;6
9.8;0.44;0.4;2.8;0.036;35;167;0.9956;2.97;0.39;9.2;5
7.2;0.2;0.25;4.5;0.044;31;109;0.9949;3.23;0.36;9.4;5
8.2;0.61;0.45;5.4;0.03;15;118;0.9954;3.14;0.34;9.6;5
7.5;0.42;0.45;9.1;0.029;20;125;0.996;3.12;0.36;10.1;6
7.4;0.22;0.33;2;0.045;31;101;0.9931;3.42;0.55;11.4;5
6.4;0.26;0.3;2.2;0.025;33;134;0.992;3.21;0.47;10.6;6
7.9;0.46;0.32;4.1;0.033;40;138;0.9912;3.18;0.44;12.8;7
6.5;0.41;0.64;11.8;0.065;65;225;0.9978;3.12;0.51;8.9;5
7.5;0.32;0.37;1.2;0.048;22;184;0.9938;3.09;0.43;9.3;5
6.6;0.21;0.38;2.2;0.026;40;104;0.9914;3.25;0.4;11.1;8
7.1;0.21;0.3;1.4;0.037;45;143;0.9932;3.13;0.33;9.9;6
7.6;0.26;0.47;1.6;0.068;5;55;0.9944;3.1;0.45;9.6;5
7.6;0.21;0.44;1.9;0.036;10;119;0.9913;3.01;0.7;12.8;6
6.9;0.25;0.26;5.2;0.024;36;135;0.9948;3.16;0.72;10.7;7
7.1;0.26;0.32;14.45;0.074;29;107;0.998;2.96;0.42;9.2;6
7.3;0.22;0.4;14.75;0.042;44.5;129.5;0.9998;3.36;0.41;9.1;7
6.2;0.37;0.22;8.3;0.025;36;216;0.9964;3.33;0.6;9.6;6
7.9;0.22;0.45;14.2;0.038;53;141;0.9992;3.03;0.46;9.2;6
6.9;0.25;0.26;5.2;0.024;36;135;0.9948;3.16;0.72;10.7;7
7.3;0.22;0.4;14.75;0.042;44.5;129.5;0.9998;3.36;0.41;9.1;7
7.1;0.26;0.32;14.45;0.074;29;107;0.998;2.96;0.42;9.2;6
7.4;0.25;0.37;6.9;0.02;14;93;0.9939;3;0.48;10.7;7
6.8;0.18;0.37;1.5;0.027;37;93;0.992;3.3;0.45;10.8;6
7;0.17;0.37;1.5;0.028;26;75;0.9922;3.3;0.46;10.8;7
6.4;0.3;0.38;7.8;0.046;35;192;0.9955;3.1;0.37;9;5
5;0.33;0.16;1.5;0.049;10;97;0.9917;3.48;0.44;10.7;6
5;0.33;0.16;1.5;0.049;10;97;0.9917;3.48;0.44;10.7;6
8.9;0.33;0.32;1.5;0.047;11;200;0.9954;3.19;0.46;9.4;5
7;0.26;0.46;15.55;0.037;61;171;0.9986;2.94;0.35;8.8;6
6.4;0.3;0.38;7.8;0.046;35;192;0.9955;3.1;0.37;9;5
6.3;0.21;0.4;1.7;0.031;48;134;0.9917;3.42;0.49;11.5;6
8;0.23;0.46;1.5;0.03;30;125;0.9907;3.23;0.47;12.5;6
9.2;0.28;0.41;1;0.042;14;59;0.9922;2.96;0.25;10.5;6
7.3;0.27;0.39;6.7;0.064;28;188;0.9958;3.29;0.3;9.7;5
7.6;0.32;0.36;1.6;0.04;32;155;0.993;3.23;0.52;11.3;6
5;0.33;0.16;1.5;0.049;10;97;0.9917;3.48;0.44;10.7;6
9.7;0.24;0.45;1.2;0.033;11;59;0.9926;2.74;0.47;10.8;6
8;0.28;0.42;7.1;0.045;41;169;0.9959;3.17;0.43;10.6;5
8.2;0.37;0.36;1;0.034;17;93;0.9906;3.04;0.32;11.7;8
8;0.61;0.38;12.1;0.301;24;220;0.9993;2.94;0.48;9.2;5
7.2;0.26;0.44;7.1;0.027;25;126;0.993;3.02;0.34;11.1;8
8.2;0.37;0.36;1;0.034;17;93;0.9906;3.04;0.32;11.7;8
6.4;0.23;0.33;1.15;0.044;15.5;217.5;0.992;3.33;0.44;11;6
5.9;0.4;0.32;6;0.034;50;127;0.992;3.51;0.58;12.5;7
7.6;0.28;0.39;1.2;0.038;21;115;0.994;3.16;0.67;10;6
8;0.28;0.42;7.1;0.045;41;169;0.9959;3.17;0.43;10.6;5
7.2;0.23;0.39;2.3;0.033;29;102;0.9908;3.26;0.54;12.3;7
6.8;0.32;0.37;3.4;0.023;19;87;0.9902;3.14;0.53;12.7;6
7.2;0.23;0.39;2.3;0.033;29;102;0.9908;3.26;0.54;12.3;7
6.9;0.18;0.38;6.5;0.039;20;110;0.9943;3.1;0.42;10.5;5
9.4;0.26;0.53;1.2;0.047;25;109;0.9921;3.23;0.28;12.5;6
8.3;0.33;0.42;1.15;0.033;18;96;0.9911;3.2;0.32;12.4;3
7.3;0.29;0.3;13;0.043;46;238;0.9986;3.06;0.41;8.7;6
7.9;0.41;0.37;4.5;0.03;40;114;0.992;3.17;0.54;12.4;7
7.9;0.44;0.37;5.85;0.033;27;93;0.992;3.16;0.54;12.6;7
7.7;0.39;0.3;5.2;0.037;29;131;0.9943;3.38;0.44;11;6
7.7;0.26;0.31;1.3;0.043;47;155;0.9937;3.42;0.5;10.1;6
7.8;0.32;0.31;1.7;0.036;46;195;0.993;3.03;0.48;10.5;5
6.8;0.32;0.37;3.4;0.023;19;87;0.9902;3.14;0.53;12.7;6
7.3;0.24;0.39;3.6;0.024;35;116;0.9928;3.17;0.51;10.9;5
7.1;0.44;0.37;2.7;0.041;35;128;0.9896;3.07;0.43;13.5;7
10.3;0.25;0.48;2.2;0.042;28;164;0.998;3.19;0.59;9.7;5
7.9;0.14;0.28;1.8;0.041;44;178;0.9954;3.45;0.43;9.2;6
7.4;0.18;0.42;2.1;0.036;33;187;0.9938;3.4;0.41;10.6;7
8.1;0.43;0.42;6.6;0.033;36;141;0.9918;2.98;0.39;13.3;7
7.1;0.44;0.37;2.7;0.041;35;128;0.9896;3.07;0.43;13.5;7
6.4;0.26;0.22;5.1;0.037;23;131;0.9944;3.29;0.32;10.1;5
8;0.66;0.72;17.55;0.042;62;233;0.9999;2.92;0.68;9.4;4
8;0.2;0.4;5.2;0.055;41;167;0.9953;3.18;0.4;10.6;7
7.2;0.21;0.34;1.1;0.046;25;80;0.992;3.25;0.4;11.3;6
7.2;0.18;0.31;1.1;0.045;20;73;0.9925;3.32;0.4;10.8;7
8.4;0.57;0.44;10.7;0.051;46;195;0.9981;3.15;0.51;10.4;5
5.3;0.26;0.23;5.15;0.034;48;160;0.9952;3.82;0.51;10.5;7
5.7;0.245;0.33;1.1;0.049;28;150;0.9927;3.13;0.42;9.3;5
5.6;0.245;0.32;1.1;0.047;24;152;0.9927;3.12;0.42;9.3;6
7.3;0.25;0.41;1.8;0.037;52;165;0.9911;3.29;0.39;12.2;7
7;0.16;0.73;1;0.138;58;150;0.9936;3.08;0.3;9.2;5
6.4;0.22;0.34;1.8;0.057;29;104;0.9959;3.81;0.57;10.3;6
7.3;0.18;0.65;1.4;0.046;28;157;0.9946;3.33;0.62;9.4;6
6.4;0.17;0.27;6.7;0.036;88;223;0.9948;3.28;0.35;10.2;6
6.9;0.29;0.16;6.8;0.034;65;212;0.9955;3.08;0.39;9;6
6.2;0.21;0.38;6.8;0.036;64;245;0.9951;3.06;0.36;9.3;6
6.4;0.23;0.3;7.1;0.037;63;236;0.9952;3.06;0.34;9.2;6
7.3;0.19;0.68;1.5;0.05;31;156;0.9946;3.32;0.64;9.4;6
7.3;0.18;0.65;1.4;0.046;28;157;0.9946;3.33;0.62;9.4;6
9.6;0.29;0.46;1.45;0.039;77.5;223;0.9944;2.92;0.46;9.5;6
7.2;0.14;0.35;1.2;0.036;15;73;0.9938;3.46;0.39;9.9;5
6.9;0.31;0.34;7.4;0.059;36;174;0.9963;3.46;0.62;11.1;7
7.5;0.28;0.34;4.2;0.028;36;116;0.991;2.99;0.41;12.3;8
8;0.22;0.42;14.6;0.044;45;163;1.0003;3.21;0.69;8.6;7
7.6;0.31;0.29;10.5;0.04;21;145;0.9966;3.04;0.35;9.4;5
8.4;0.35;0.56;13.8;0.048;55;190;0.9993;3.07;0.58;9.4;6
8;0.22;0.42;14.6;0.044;45;163;1.0003;3.21;0.69;8.6;7
8.1;0.5;0.47;1.1;0.037;23;126;0.9938;3.21;0.42;10.9;5
7;0.39;0.31;5.3;0.169;32;162;0.9965;3.2;0.48;9.4;5
8.1;0.5;0.47;1.1;0.037;23;126;0.9938;3.21;0.42;10.9;5
8.4;0.35;0.56;13.8;0.048;55;190;0.9993;3.07;0.58;9.4;6
6.2;0.22;0.27;1.5;0.064;20;132;0.9938;3.22;0.46;9.2;6
8;0.22;0.42;14.6;0.044;45;163;1.0003;3.21;0.69;8.6;7
7.6;0.31;0.29;10.5;0.04;21;145;0.9966;3.04;0.35;9.4;5
7;0.24;0.36;4.9;0.083;10;133;0.9942;3.33;0.37;10.8;6
6.6;0.27;0.3;1.9;0.025;14;153;0.9928;3.29;0.62;10.5;6
7.8;0.16;0.41;1.7;0.026;29;140;0.991;3.02;0.78;12.5;6
7.7;0.27;0.34;1.8;0.028;26;168;0.9911;2.99;0.48;12.1;7
7.4;0.31;0.74;10.7;0.039;51;147;0.9977;3.02;0.43;8.7;5
8;0.45;0.36;8.8;0.026;50;151;0.9927;3.07;0.25;12.7;8
7.7;0.27;0.34;1.8;0.028;26;168;0.9911;2.99;0.48;12.1;7
7.8;0.16;0.41;1.7;0.026;29;140;0.991;3.02;0.78;12.5;6
6.6;0.16;0.29;1.8;0.05;40;147;0.9912;3.06;0.44;11.4;7
8.3;0.21;0.4;1.6;0.032;35;110;0.9907;3.02;0.6;12.9;7
7.2;0.32;0.33;1.4;0.029;29;109;0.9902;3.15;0.51;12.8;7
6.6;0.16;0.3;1.6;0.034;15;78;0.992;3.38;0.44;11.2;6
8.4;0.16;0.33;1.5;0.033;16;98;0.994;3.14;0.42;9.7;6
7.5;0.23;0.32;9.2;0.038;54;191;0.9966;3.04;0.56;9.7;6
6.2;0.17;0.3;1.1;0.037;14;79;0.993;3.5;0.54;10.3;6
6.9;0.39;0.22;4.3;0.03;10;102;0.993;3;0.87;11.6;4
6.9;0.41;0.22;4.2;0.031;10;102;0.993;3;0.86;11.6;4
7.5;0.23;0.32;9.2;0.038;54;191;0.9966;3.04;0.56;9.7;6
7.5;0.38;0.33;5;0.045;30;131;0.9942;3.32;0.44;10.9;6
7.3;0.42;0.38;6.8;0.045;29;122;0.9925;3.19;0.37;12.6;7
7.3;0.34;0.39;5.2;0.04;45;163;0.9925;3.3;0.47;12.4;6
7.8;0.23;0.28;4.75;0.042;45;166;0.9928;2.96;0.4;11.5;5
9;0.245;0.38;5.9;0.045;52;159;0.995;2.93;0.35;10.2;6
6.9;0.2;0.4;7.7;0.032;51;176;0.9939;3.22;0.27;11.4;5
7.4;0.19;0.42;6.4;0.067;39;212;0.9958;3.3;0.33;9.6;6
8.2;0.2;0.36;8.1;0.035;60;163;0.9952;3.05;0.3;10.3;6
8;0.59;0.71;17.35;0.038;61;228;1;2.95;0.75;9.3;5
7.9;0.14;0.45;1.8;0.05;17;114;0.9948;3.33;0.49;10.7;7
6.8;0.24;0.4;1.8;0.047;34;105;0.99;3.13;0.49;12.8;8
9.7;0.14;0.59;1.5;0.049;23;142;0.9958;2.98;0.62;9.5;5
9.2;0.15;0.68;1.6;0.046;22;130;0.9948;3.02;0.45;10.4;6
9.4;0.17;0.55;1.6;0.049;14;94;0.9949;3.02;0.61;10.3;6
5.2;0.365;0.08;13.5;0.041;37;142;0.997;3.46;0.39;9.9;6
6.3;0.23;0.22;3.75;0.039;37;116;0.9927;3.23;0.5;10.7;6
9.6;0.25;0.54;1.3;0.04;16;160;0.9938;2.94;0.43;10.5;5
9.2;0.32;0.42;1.3;0.046;14;186;0.9949;3.08;0.48;9.6;5
6.4;0.31;0.4;6.2;0.04;46;169;0.9953;3.15;0.46;9.3;6
8.1;0.2;0.36;9.7;0.044;63;162;0.997;3.1;0.46;10;6
7.9;0.255;0.26;2;0.026;40;190;0.9932;3.04;0.39;11.2;6
7;0.15;0.34;1.4;0.039;21;177;0.9927;3.32;0.62;10.8;5
6.4;0.15;0.31;1.1;0.044;25;96;0.9932;3.54;0.51;10.3;6
6.4;0.25;0.53;6.6;0.038;59;234;0.9955;3.03;0.42;8.8;5
7.6;0.19;0.42;1.5;0.044;6;114;0.9914;3.04;0.74;12.8;6
7.3;0.43;0.37;4.6;0.028;17;114;0.991;3.23;0.43;13.2;6
5.1;0.31;0.3;0.9;0.037;28;152;0.992;3.54;0.56;10.1;6
6.2;0.2;0.26;1.7;0.093;40;161;0.9924;3.44;0.66;11;5
6.9;0.16;0.35;1.3;0.043;21;182;0.9927;3.25;0.62;10.8;6
7.7;0.32;0.48;2.3;0.04;28;114;0.9911;3.2;0.52;12.8;7
6.5;0.22;0.72;6.8;0.042;33;168;0.9958;3.12;0.36;9.2;6
6.8;0.26;0.33;1.5;0.047;44;167;0.9928;3.12;0.44;10.5;6
5.2;0.37;0.33;1.2;0.028;13;81;0.9902;3.37;0.38;11.7;6
8.4;0.19;0.43;2.1;0.052;20;104;0.994;2.85;0.46;9.5;5
8.3;0.21;0.41;2.2;0.05;24;108;0.994;2.85;0.45;9.5;5
6.8;0.15;0.32;8.8;0.058;24;110;0.9972;3.4;0.4;8.8;6
7.9;0.16;0.64;17;0.05;69;210;1.0004;3.15;0.51;9.3;7
7.8;0.21;0.39;1.8;0.034;62;180;0.991;3.09;0.75;12.6;8
9;0.24;0.5;1.2;0.048;26;107;0.9918;3.21;0.34;12.4;6
5.7;0.21;0.24;2.3;0.047;60;189;0.995;3.65;0.72;10.1;6
7.8;0.29;0.36;7;0.042;38;161;0.9941;3.26;0.37;11.2;8
6.7;0.18;0.3;6.4;0.048;40;251;0.9956;3.29;0.52;10;5
6.7;0.18;0.3;6.4;0.048;40;251;0.9956;3.29;0.52;10;5
8.4;0.58;0.27;12.15;0.033;37;116;0.9959;2.99;0.39;10.8;6
7.2;0.16;0.32;0.8;0.04;50;121;0.9922;3.27;0.33;10;6
7.6;0.54;0.23;2;0.029;13;151;0.9931;3.04;0.33;10.4;5
8.4;0.58;0.27;12.15;0.033;37;116;0.9959;2.99;0.39;10.8;6
6.6;0.25;0.31;12.4;0.059;52;181;0.9984;3.51;0.47;9.8;6
7.3;0.23;0.37;1.9;0.041;51;165;0.9908;3.26;0.4;12.2;8
7.3;0.39;0.37;1.1;0.043;36;113;0.991;3.39;0.48;12.7;8
7;0.46;0.39;6.2;0.039;46;163;0.9928;3.21;0.35;12.2;7
8.2;0.35;0.4;6.3;0.039;35;162;0.9936;3.15;0.34;11.9;7
7.8;0.29;0.36;7;0.042;38;161;0.9941;3.26;0.37;11.2;8
9.2;0.35;0.39;0.9;0.042;15;61;0.9924;2.96;0.28;10.4;4
8;0.57;0.39;3.9;0.034;22;122;0.9917;3.29;0.67;12.8;7
6.5;0.37;0.33;3.9;0.027;40;130;0.9906;3.28;0.39;12.7;7
5.7;0.21;0.24;2.3;0.047;60;189;0.995;3.65;0.72;10.1;6
6.7;0.18;0.3;6.4;0.048;40;251;0.9956;3.29;0.52;10;5
7.8;0.13;0.3;1.8;0.04;43;179;0.9955;3.43;0.41;9;5
7.6;0.19;0.41;1.1;0.04;38;143;0.9907;2.92;0.42;11.4;5
7.3;0.22;0.41;15.4;0.05;55;191;1;3.32;0.59;8.9;6
6.3;0.29;0.4;6.5;0.039;43;167;0.9953;3.15;0.44;9.3;6
6.8;0.35;0.32;2.4;0.048;35;103;0.9911;3.28;0.46;12;8
6.5;0.19;0.32;1.4;0.04;31;132;0.9922;3.36;0.54;10.8;7
6.2;0.12;0.26;5.7;0.044;56;158;0.9951;3.52;0.37;10.5;6
6;0.13;0.28;5.7;0.038;56;189.5;0.9948;3.59;0.43;10.6;7
6.4;0.25;0.33;1.4;0.04;42;115;0.9906;3.19;0.48;11.3;7
6.9;0.32;0.16;1.4;0.051;15;96;0.994;3.22;0.38;9.5;4
7.6;0.19;0.41;1.1;0.04;38;143;0.9907;2.92;0.42;11.4;5
6.7;0.13;0.28;1.2;0.046;35;140;0.9927;3.33;0.33;10.1;7
7;0.14;0.41;0.9;0.037;22;95;0.9914;3.25;0.43;10.9;6
7.6;0.27;0.24;3.8;0.058;19;115;0.9958;3.15;0.45;8.9;5
7.3;0.22;0.41;15.4;0.05;55;191;1;3.32;0.59;8.9;6
7.4;0.64;0.47;14.15;0.168;42;185;0.9984;2.9;0.49;9.3;5
7.6;0.28;0.39;1.9;0.052;23;116;0.9941;3.25;0.4;10.4;6
8.3;0.26;0.41;9.2;0.042;41;162;0.9944;3.1;0.38;12;7
10.7;0.22;0.56;8.2;0.044;37;181;0.998;2.87;0.68;9.5;6
10.7;0.22;0.56;8.2;0.044;37;181;0.998;2.87;0.68;9.5;6
6.9;0.23;0.34;2.7;0.032;24;121;0.9902;3.14;0.38;12.4;7
6.2;0.3;0.32;1.7;0.032;30;130;0.9911;3.28;0.41;11.2;7
6.9;0.27;0.41;1.7;0.047;6;134;0.9929;3.15;0.69;11.4;6
6.9;0.28;0.41;1.7;0.05;10;136;0.993;3.16;0.71;11.4;6
6.9;0.28;0.3;1.6;0.047;46;132;0.9918;3.35;0.38;11.1;7
6.9;0.46;0.2;0.9;0.054;5;126;0.992;3.1;0.42;10.4;6
6.9;0.38;0.32;8.5;0.044;36;152;0.9932;3.38;0.35;12;7
5.7;0.43;0.3;5.7;0.039;24;98;0.992;3.54;0.61;12.3;7
6.6;0.56;0.16;3.1;0.045;28;92;0.994;3.12;0.35;9.1;6
7.1;0.36;0.56;1.3;0.046;25;102;0.9923;3.24;0.33;10.5;6
6.8;0.23;0.4;1.6;0.047;5;133;0.993;3.23;0.7;11.4;6
6.2;0.33;0.29;1.3;0.042;26;138;0.9956;3.77;0.64;9.5;5
5.6;0.49;0.13;4.5;0.039;17;116;0.9907;3.42;0.9;13.7;7
6.6;0.42;0.33;2.8;0.034;15;85;0.99;3.28;0.51;13.4;6
7.3;0.18;0.29;1.2;0.044;12;143;0.9918;3.2;0.48;11.3;7
8.1;0.19;0.4;0.9;0.037;73;180;0.9926;3.06;0.34;10;6
5.9;0.19;0.26;7.4;0.034;33;123;0.995;3.49;0.42;10.1;6
6.2;0.16;0.47;1.4;0.029;23;81;0.99;3.26;0.42;12.2;6
6.6;0.42;0.33;2.8;0.034;15;85;0.99;3.28;0.51;13.4;6
5.7;0.135;0.3;4.6;0.042;19;101;0.9946;3.31;0.42;9.3;6
5.6;0.49;0.13;4.5;0.039;17;116;0.9907;3.42;0.9;13.7;7
6.9;0.19;0.33;1.6;0.039;27;98;0.9898;3.09;0.46;12.3;7
7.3;0.18;0.29;1.2;0.044;12;143;0.9918;3.2;0.48;11.3;7
7.3;0.25;0.36;13.1;0.05;35;200;0.9986;3.04;0.46;8.9;7
7.3;0.25;0.36;13.1;0.05;35;200;0.9986;3.04;0.46;8.9;7
7;0.2;0.34;5.7;0.035;32;83;0.9928;3.19;0.46;11.5;6
7.3;0.25;0.36;13.1;0.05;35;200;0.9986;3.04;0.46;8.9;7
6.3;0.67;0.48;12.6;0.052;57;222;0.9979;3.17;0.52;9.3;6
7.4;0.4;0.29;5.4;0.044;31;122;0.994;3.3;0.5;11.1;8
7.1;0.26;0.31;2.2;0.044;29;128;0.9937;3.34;0.64;10.9;8
9;0.31;0.48;6.6;0.043;11;73;0.9938;2.9;0.38;11.6;5
6.3;0.39;0.24;6.9;0.069;9;117;0.9942;3.15;0.35;10.2;4
8.2;0.22;0.36;6.8;0.034;12;90;0.9944;3.01;0.38;10.5;8
7.1;0.19;0.28;3.6;0.033;16;78;0.993;2.91;0.78;11.4;6
7.3;0.25;0.36;13.1;0.05;35;200;0.9986;3.04;0.46;8.9;7
7.9;0.2;0.34;1.2;0.04;29;118;0.9932;3.14;0.41;10.6;6
7.1;0.26;0.32;5.9;0.037;39;97;0.9934;3.31;0.4;11.6;6
7;0.2;0.34;5.7;0.035;32;83;0.9928;3.19;0.46;11.5;6
6.9;0.3;0.33;4.1;0.035;26;155;0.9925;3.25;0.79;12.3;8
8.1;0.29;0.49;7.1;0.042;22;124;0.9944;3.14;0.41;10.8;6
5.8;0.17;0.3;1.4;0.037;55;130;0.9909;3.29;0.38;11.3;6
5.9;0.415;0.02;0.8;0.038;22;63;0.9932;3.36;0.36;9.3;5
6.6;0.23;0.26;1.3;0.045;16;128;0.9934;3.36;0.6;10;6
8.6;0.55;0.35;15.55;0.057;35.5;366.5;1.0001;3.04;0.63;11;3
6.9;0.35;0.74;1;0.044;18;132;0.992;3.13;0.55;10.2;5
7.6;0.14;0.74;1.6;0.04;27;103;0.9916;3.07;0.4;10.8;7
9.2;0.28;0.49;11.8;0.042;29;137;0.998;3.1;0.34;10.1;4
6.2;0.18;0.49;4.5;0.047;17;90;0.9919;3.27;0.37;11.6;6
5.3;0.165;0.24;1.1;0.051;25;105;0.9925;3.32;0.47;9.1;5
9.8;0.25;0.74;10;0.056;36;225;0.9977;3.06;0.43;10;4
8.1;0.29;0.49;7.1;0.042;22;124;0.9944;3.14;0.41;10.8;6
6.8;0.22;0.49;0.9;0.052;26;128;0.991;3.25;0.35;11.4;6
7.2;0.22;0.49;1;0.045;34;140;0.99;3.05;0.34;12.7;6
7.4;0.25;0.49;1.1;0.042;35;156;0.9917;3.13;0.55;11.3;5
8.2;0.18;0.49;1.1;0.033;28;81;0.9923;3;0.68;10.4;7
6.1;0.22;0.49;1.5;0.051;18;87;0.9928;3.3;0.46;9.6;5
7;0.39;0.24;1;0.048;8;119;0.9923;3;0.31;10.1;4
6.1;0.22;0.49;1.5;0.051;18;87;0.9928;3.3;0.46;9.6;5
6.5;0.36;0.49;2.9;0.03;16;94;0.9902;3.1;0.49;12.1;7
7.1;0.29;0.49;1.2;0.031;32;99;0.9893;3.07;0.33;12.2;6
7.4;0.25;0.49;1.1;0.042;35;156;0.9917;3.13;0.55;11.3;5
6.9;0.23;0.24;14.2;0.053;19;94;0.9982;3.17;0.5;9.6;5
8.5;0.56;0.74;17.85;0.051;51;243;1.0005;2.99;0.7;9.2;5
8.2;0.18;0.49;1.1;0.033;28;81;0.9923;3;0.68;10.4;7
6.3;0.23;0.49;7.1;0.05;67;210;0.9951;3.23;0.34;9.5;5
6.1;0.25;0.49;7.6;0.052;67;226;0.9956;3.16;0.47;8.9;5
7.2;0.26;0.74;13.6;0.05;56;162;0.998;3.03;0.44;8.8;5
7.2;0.31;0.24;1.4;0.057;17;117;0.9928;3.16;0.35;10.5;5
8;0.25;0.49;1.2;0.061;27;117;0.9938;3.08;0.34;9.4;5
7;0.18;0.49;5.3;0.04;34;125;0.9914;3.24;0.4;12.2;6
7.8;0.43;0.49;13;0.033;37;158;0.9955;3.14;0.35;11.3;6
8.3;0.2;0.74;4.45;0.044;33;130;0.9924;3.25;0.42;12.2;6
6.3;0.27;0.49;1.2;0.063;35;92;0.9911;3.38;0.42;12.2;6
7.4;0.16;0.49;1.2;0.055;18;150;0.9917;3.23;0.47;11.2;6
7.4;0.16;0.49;1.2;0.055;18;150;0.9917;3.23;0.47;11.2;6
6.9;0.19;0.49;6.6;0.036;49;172;0.9932;3.2;0.27;11.5;6
7.8;0.43;0.49;13;0.033;37;158;0.9955;3.14;0.35;11.3;6
7.2;0.4;0.49;1.1;0.048;11;138;0.9929;3.01;0.42;9.3;5
7.8;0.43;0.49;13;0.033;37;158;0.9955;3.14;0.35;11.3;6
7.6;0.52;0.49;14;0.034;37;156;0.9958;3.14;0.38;11.8;7
8.3;0.21;0.49;19.8;0.054;50;231;1.0012;2.99;0.54;9.2;5
6.9;0.34;0.74;11.2;0.069;44;150;0.9968;3;0.81;9.2;5
6.3;0.27;0.49;1.2;0.063;35;92;0.9911;3.38;0.42;12.2;6
8.3;0.2;0.74;4.45;0.044;33;130;0.9924;3.25;0.42;12.2;6
7.1;0.22;0.74;2.7;0.044;42;144;0.991;3.31;0.41;12.2;6
7.9;0.11;0.49;4.5;0.048;27;133;0.9946;3.24;0.42;10.6;6
8.5;0.17;0.74;3.6;0.05;29;128;0.9928;3.28;0.4;12.4;6
6.4;0.145;0.49;5.4;0.048;54;164;0.9946;3.56;0.44;10.8;6
7.4;0.16;0.49;1.2;0.055;18;150;0.9917;3.23;0.47;11.2;6
8.3;0.19;0.49;1.2;0.051;11;137;0.9918;3.06;0.46;11;6
8;0.44;0.49;9.1;0.031;46;151;0.9926;3.16;0.27;12.7;8
7;0.2;0.74;0.8;0.044;19;163;0.9931;3.46;0.53;10.2;5
6.9;0.19;0.49;6.6;0.036;49;172;0.9932;3.2;0.27;11.5;6
7.1;0.25;0.49;3;0.03;30;96;0.9903;3.13;0.39;12.3;7
6.5;0.24;0.24;1.6;0.046;15;60;0.9928;3.19;0.39;9.8;5
7.2;0.4;0.49;1.1;0.048;11;138;0.9929;3.01;0.42;9.3;5
7.6;0.52;0.49;14;0.034;37;156;0.9958;3.14;0.38;11.8;7
7.8;0.43;0.49;13;0.033;37;158;0.9955;3.14;0.35;11.3;6
7.8;0.21;0.49;1.35;0.052;6;48;0.9911;3.15;0.28;11.4;5
7;0.2;0.49;5.9;0.038;39;128;0.9938;3.21;0.48;10.8;6
6.9;0.25;0.24;3.6;0.057;13;85;0.9942;2.99;0.48;9.5;4
7.2;0.08;0.49;1.3;0.05;18;148;0.9945;3.46;0.44;10.2;6
7.1;0.85;0.49;8.7;0.028;40;184;0.9962;3.22;0.36;10.7;5
7.6;0.51;0.24;1.2;0.04;10;104;0.992;3.05;0.29;10.8;6
7.9;0.22;0.24;4.6;0.044;39;159;0.9927;2.99;0.28;11.5;6
7.7;0.16;0.49;2;0.056;20;124;0.9948;3.32;0.49;10.7;6
7.2;0.08;0.49;1.3;0.05;18;148;0.9945;3.46;0.44;10.2;6
6.6;0.25;0.24;1.7;0.048;26;124;0.9942;3.37;0.6;10.1;6
6.7;0.16;0.49;2.4;0.046;57;187;0.9952;3.62;0.81;10.4;6
6.9;0.25;0.24;3.6;0.057;13;85;0.9942;2.99;0.48;9.5;4
7.5;0.32;0.24;4.6;0.053;8;134;0.9958;3.14;0.5;9.1;3
7.4;0.28;0.49;1.5;0.034;20;126;0.9918;2.98;0.39;10.6;6
6.2;0.15;0.49;0.9;0.033;17;51;0.9932;3.3;0.7;9.4;6
6.7;0.25;0.74;19.4;0.054;44;169;1.0004;3.51;0.45;9.8;6
6.5;0.26;0.74;13.3;0.044;68;224;0.9972;3.18;0.54;9.5;6
7.9;0.16;0.74;17.85;0.037;52;187;0.9998;2.99;0.41;9.3;5
5.6;0.185;0.49;1.1;0.03;28;117;0.9918;3.55;0.45;10.3;6
7.5;0.2;0.49;1.3;0.031;8;97;0.9918;3.06;0.62;11.1;5
8;0.3;0.49;9.4;0.046;47;188;0.9964;3.14;0.48;10;5
8;0.34;0.49;9;0.033;39;180;0.9936;3.13;0.38;12.3;8
7.7;0.35;0.49;8.65;0.033;42;186;0.9931;3.14;0.38;12.4;8
7.6;0.29;0.49;9.6;0.03;45;197;0.9938;3.13;0.38;12.3;7
6.7;0.62;0.24;1.1;0.039;6;62;0.9934;3.41;0.32;10.4;5
6.8;0.27;0.49;1.2;0.044;35;126;0.99;3.13;0.48;12.1;7
7.7;0.27;0.49;1.8;0.041;23;86;0.9914;3.16;0.42;12.5;6
6.7;0.51;0.24;2.1;0.043;14;155;0.9904;3.22;0.6;13;6
7.4;0.19;0.49;9.3;0.03;26;132;0.994;2.99;0.32;11;7
8.3;0.2;0.49;1.7;0.04;34;169;0.9938;3.05;0.37;10.1;5
6.6;0.3;0.24;1.2;0.034;17;121;0.9933;3.13;0.36;9.2;5
6.8;0.36;0.24;4.6;0.039;24;124;0.9909;3.27;0.34;12.6;7
7;0.17;0.74;12.8;0.045;24;126;0.9942;3.26;0.38;12.2;8
9.2;0.18;0.49;1.5;0.041;39;130;0.9945;3.04;0.49;9.8;7
8.1;0.2;0.49;8.1;0.051;51;205;0.9954;3.1;0.52;11;6
7.8;0.26;0.74;7.5;0.044;59;160;0.996;3.22;0.64;10;6
6.8;0.21;0.49;14.5;0.06;50;170;0.9991;3.55;0.44;9.8;6
7.9;0.2;0.49;1.6;0.053;15;144;0.993;3.16;0.47;10.5;5
8;0.18;0.49;1.8;0.061;10;145;0.9942;3.23;0.48;10;5
8.8;0.23;0.74;3.2;0.042;15;126;0.9934;3.02;0.51;11.2;6
7.3;0.22;0.49;9.4;0.034;29;134;0.9939;2.99;0.32;11;7
7.3;0.22;0.49;9.9;0.031;48;161;0.9937;3.01;0.28;11.2;6
7.4;0.19;0.49;9.3;0.03;26;132;0.994;2.99;0.32;11;7
7.3;0.155;0.49;1.3;0.039;34;136;0.9926;3.14;0.77;10.5;6
8.2;0.22;0.49;9.6;0.037;53;154;0.9951;3.02;0.33;10.6;6
8.2;0.24;0.49;9.3;0.038;52;163;0.9952;3.02;0.33;10.6;6
8.4;0.23;0.49;7.8;0.035;22;95;0.9935;3.04;0.34;12;6
8.3;0.2;0.49;1.7;0.04;34;169;0.9938;3.05;0.37;10.1;5
8.3;0.2;0.49;1.7;0.038;38;167;0.9939;3.05;0.37;10.1;6
6.6;0.3;0.24;1.2;0.034;17;121;0.9933;3.13;0.36;9.2;5
6.9;0.21;0.49;1.4;0.041;15;164;0.9927;3.25;0.63;11;5
8;0.25;0.49;9;0.044;31;185;0.998;3.34;0.49;10;6
6.6;0.21;0.49;18.15;0.042;41;158;0.9997;3.28;0.39;8.7;6
7.2;0.27;0.74;12.5;0.037;47;156;0.9981;3.04;0.44;8.7;5
14.2;0.27;0.49;1.1;0.037;33;156;0.992;3.15;0.54;11.1;6
7.9;0.28;0.49;7.7;0.045;48;195;0.9954;3.04;0.55;11;6
7.4;0.27;0.49;1.1;0.037;33;156;0.992;3.15;0.54;11.1;6
6.6;0.21;0.49;18.15;0.042;41;158;0.9997;3.28;0.39;8.7;6
7.2;0.27;0.74;12.5;0.037;47;156;0.9981;3.04;0.44;8.7;5
8.1;0.3;0.49;8.1;0.037;26;174;0.9943;3.1;0.3;11.2;7
7.5;0.23;0.49;7.7;0.049;61;209;0.9941;3.14;0.3;11.1;7
7.3;0.26;0.49;5;0.028;32;107;0.9936;3.24;0.54;10.8;6
7.1;0.18;0.74;15.6;0.044;44;176;0.9996;3.38;0.67;9;6
8.5;0.15;0.49;1.5;0.031;17;122;0.9932;3.03;0.4;10.3;6
8.9;0.13;0.49;1;0.028;6;24;0.9926;2.91;0.32;9.9;5
8.1;0.28;0.49;1;0.04;32;148;0.9936;3.13;0.41;10;6
6;0.17;0.49;1;0.034;26;106;0.992;3.21;0.42;9.8;6
7.3;0.26;0.49;5;0.028;32;107;0.9936;3.24;0.54;10.8;6
7.1;0.18;0.74;15.6;0.044;44;176;0.9996;3.38;0.67;9;6
7.1;0.53;0.24;0.8;0.029;29;86;0.993;3.16;0.32;9.1;4
7.2;0.16;0.49;1.3;0.037;27;104;0.9924;3.23;0.57;10.6;6
7.3;0.14;0.49;1.1;0.038;28;99;0.9928;3.2;0.72;10.6;6
8.9;0.13;0.49;1;0.028;6;24;0.9926;2.91;0.32;9.9;5
7.9;0.12;0.49;5.2;0.049;33;152;0.9952;3.18;0.47;10.6;6
6.7;0.29;0.49;4.7;0.034;35;156;0.9945;3.13;0.45;9.9;6
6.7;0.3;0.49;4.8;0.034;36;158;0.9945;3.12;0.45;9.9;6
7.1;0.36;0.24;1.8;0.025;32;102;0.9903;3.34;0.59;12.8;6
8.5;0.15;0.49;1.5;0.031;17;122;0.9932;3.03;0.4;10.3;6
7.9;0.18;0.49;5.2;0.051;36;157;0.9953;3.18;0.48;10.6;6
6.6;0.19;0.99;1.2;0.122;45;129;0.9936;3.09;0.31;8.7;6
7.3;0.21;0.49;1.8;0.038;44;152;0.9912;3.32;0.44;12.6;7
6.9;0.3;0.49;7.6;0.057;25;156;0.9962;3.43;0.63;11;7
7.9;0.42;0.49;8.2;0.056;32;164;0.9965;3.29;0.6;11.2;7
6.9;0.24;0.49;1.3;0.032;35;148;0.9932;3.45;0.57;10.7;7
7.6;0.23;0.49;10;0.036;45;182;0.9967;3.08;0.58;9.6;6
7.9;0.18;0.49;5.2;0.051;36;157;0.9953;3.18;0.48;10.6;6
6.2;0.43;0.49;6.4;0.045;12;115;0.9963;3.27;0.57;9;4
8.8;0.35;0.49;1;0.036;14;56;0.992;2.96;0.33;10.5;4
7.8;0.3;0.74;1.8;0.033;33;156;0.991;3.29;0.52;12.8;6
9.1;0.28;0.49;2;0.059;10;112;0.9958;3.15;0.46;10.1;5
7.1;0.34;0.49;1.5;0.027;26;126;0.99;3.3;0.33;12.2;7
7.8;0.3;0.74;1.8;0.033;33;156;0.991;3.29;0.52;12.8;6
9.1;0.28;0.49;2;0.059;10;112;0.9958;3.15;0.46;10.1;5
8.5;0.19;0.49;3.5;0.044;29;117;0.9938;3.14;0.51;10.1;6
7.6;0.18;0.49;18.05;0.046;36;158;0.9996;3.06;0.41;9.2;5
7.5;0.19;0.49;1.8;0.055;19;110;0.9946;3.33;0.44;9.9;5
7.4;0.3;0.49;8.2;0.055;49;188;0.9974;3.52;0.58;9.7;6
6.7;0.3;0.74;5;0.038;35;157;0.9945;3.21;0.46;9.9;5
6.6;0.3;0.74;4.6;0.041;36;159;0.9946;3.21;0.45;9.9;5
7.4;0.3;0.49;8.2;0.055;49;188;0.9974;3.52;0.58;9.7;6
6.9;0.22;0.49;7;0.063;50;168;0.9957;3.54;0.5;10.3;6
7.8;0.26;0.49;3.1;0.045;21;116;0.9931;3.16;0.35;10.3;5
8.5;0.17;0.49;8.8;0.048;23;108;0.9947;2.88;0.34;10.5;4
6.8;0.17;0.74;2.4;0.053;61;182;0.9953;3.63;0.76;10.5;6
6.2;0.27;0.49;1.4;0.05;20;74;0.9931;3.32;0.44;9.8;6
7.1;0.64;0.49;1.8;0.05;17;128;0.9946;3.31;0.58;10.6;4
6.4;0.18;0.74;11.9;0.046;54;168;0.9978;3.58;0.68;10.1;5
7.6;0.31;0.49;13.4;0.062;50;191;0.9989;3.22;0.53;9;4
9.8;0.31;0.49;15.4;0.046;13;119;1.0004;3.18;0.45;9.5;5
9;0.3;0.49;7.2;0.039;32;84;0.9938;2.94;0.32;11.5;6
8.4;0.24;0.49;7.4;0.039;46;108;0.9934;3.03;0.33;11.9;7
6.4;0.18;0.74;11.9;0.046;54;168;0.9978;3.58;0.68;10.1;5
6.4;0.25;0.74;7.8;0.045;52;209;0.9956;3.21;0.42;9.2;6
7.3;0.3;0.74;13.5;0.039;46;165;0.9982;3.02;0.4;8.7;5
9.3;0.31;0.49;1.3;0.042;34;147;0.9948;3.11;0.46;9.8;5
6.4;0.25;0.74;7.8;0.045;52;209;0.9956;3.21;0.42;9.2;6
7.3;0.3;0.74;13.5;0.039;46;165;0.9982;3.02;0.4;8.7;5
7;0.27;0.74;1.5;0.036;27;122;0.9926;3.35;0.48;11.2;6
7.9;0.14;0.74;1.2;0.028;30;165;0.991;3.08;0.82;12.3;6
6.4;0.12;0.49;6.4;0.042;49;161;0.9945;3.34;0.44;10.4;6
6.8;0.21;0.74;1.2;0.047;25;111;0.9916;3.13;0.41;10.7;6
8.6;0.16;0.49;7.3;0.043;9;63;0.9953;3.13;0.59;10.5;6
7;0.29;0.49;3.8;0.047;37;136;0.9938;2.95;0.4;9.4;6
6.4;0.27;0.49;7.3;0.046;53;206;0.9956;3.24;0.43;9.2;6
6.6;0.55;0.01;2.7;0.034;56;122;0.9906;3.15;0.3;11.9;5
6.4;0.27;0.49;7.3;0.046;53;206;0.9956;3.24;0.43;9.2;6
6.3;0.24;0.74;1.4;0.172;24;108;0.9932;3.27;0.39;9.9;6
6.7;0.33;0.49;1.6;0.167;20;94;0.9914;3.11;0.5;11.4;6
7;0.29;0.49;3.8;0.047;37;136;0.9938;2.95;0.4;9.4;6
8.2;0.34;0.49;8;0.046;55;223;0.996;3.08;0.52;10.7;6
5.6;0.39;0.24;4.7;0.034;27;77;0.9906;3.28;0.36;12.7;5
5.6;0.41;0.24;1.9;0.034;10;53;0.98815;3.32;0.5;13.5;7
6.7;0.41;0.01;2.8;0.048;39;137;0.9942;3.24;0.35;9.5;5
7.1;0.26;0.49;2.2;0.032;31;113;0.9903;3.37;0.42;12.9;9
7.5;0.32;0.49;1.7;0.031;44;109;0.9906;3.07;0.46;12.5;6
5.8;0.19;0.49;4.9;0.04;44;118;0.9935;3.34;0.38;9.5;7
6.9;0.27;0.49;23.5;0.057;59;235;1.0024;2.98;0.47;8.6;5
8.1;0.2;0.49;11.8;0.048;46;212;0.9968;3.09;0.46;10;7
7.5;0.32;0.49;1.7;0.031;44;109;0.9906;3.07;0.46;12.5;6
8.2;0.26;0.49;5.2;0.04;19;100;0.9941;3.12;0.34;10.1;6
7.8;0.26;0.49;3.2;0.027;28;87;0.9919;3.03;0.32;11.3;7
8;0.14;0.49;1.5;0.035;42;120;0.9928;3.26;0.4;10.6;7
8;0.29;0.49;11.7;0.035;40;131;0.9958;3.14;0.34;10.8;5
7.5;0.19;0.49;1.6;0.047;42;140;0.9932;3.4;0.47;10.7;6
6.9;0.34;0.49;7.3;0.045;61;206;0.9957;3.09;0.4;9;6
6.2;0.2;0.49;1.6;0.065;17;143;0.9937;3.22;0.52;9.2;6
6.4;0.37;0.49;13.3;0.045;53;243;0.9982;3.14;0.48;8.5;6
6.2;0.22;0.49;6;0.029;31;128;0.9928;3.41;0.36;11.3;8
7.8;0.26;0.49;3.2;0.027;28;87;0.9919;3.03;0.32;11.3;7
8.9;0.32;0.49;1.6;0.05;17;131;0.9956;3.13;0.34;9.4;5
6.5;0.44;0.49;7.7;0.045;16;169;0.9957;3.11;0.37;8.7;6
7;0.14;0.49;5.9;0.053;22;118;0.9954;3.36;0.36;9.4;6
9;0.17;0.49;1;0.039;46;131;0.993;3.09;0.51;10.5;7
6.4;0.26;0.49;6.4;0.037;37;161;0.9954;3.38;0.53;9.7;6
9;0.22;0.49;10.4;0.048;52;195;0.9987;3.31;0.44;10.2;6
8.9;0.32;0.49;1.6;0.05;17;131;0.9956;3.13;0.34;9.4;5
8.2;0.2;0.49;3.5;0.057;14;108;0.9928;3.19;0.35;11.5;6
7.8;0.15;0.24;7.7;0.047;21;98;0.9951;2.94;0.31;9.6;6
6.9;0.25;0.24;1.8;0.053;6;121;0.993;3.23;0.7;11.4;5
8.2;0.2;0.49;3.5;0.057;14;108;0.9928;3.19;0.35;11.5;6
7.1;0.28;0.49;6.5;0.041;28;111;0.9926;3.41;0.58;12.2;8
7.4;0.19;0.49;6.7;0.037;15;110;0.9938;3.2;0.38;11;7
8.3;0.25;0.49;16.8;0.048;50;228;1.0001;3.03;0.52;9.2;6
7.5;0.14;0.74;1.6;0.035;21;126;0.9933;3.26;0.45;10.2;6
7.8;0.49;0.49;7;0.043;29;149;0.9952;3.21;0.33;10;5
8.1;0.12;0.49;1.2;0.042;43;160;0.9934;3.13;0.48;9.7;6
7.6;0.47;0.49;13;0.239;42;220;0.9988;2.96;0.51;9.2;5
7.9;0.22;0.49;3.8;0.042;26;105;0.993;3.1;0.39;10.5;5
7.8;0.49;0.49;7;0.043;29;149;0.9952;3.21;0.33;10;5
6.4;0.22;0.49;7.5;0.054;42;151;0.9948;3.27;0.52;10.1;6
7.3;0.19;0.49;15.55;0.058;50;134;0.9998;3.42;0.36;9.1;7
8.1;0.3;0.49;12.3;0.049;50;144;0.9971;3.09;0.57;10.2;7
7.3;0.19;0.49;15.55;0.058;50;134;0.9998;3.42;0.36;9.1;7
7.5;0.24;0.49;9.4;0.048;50;149;0.9962;3.17;0.59;10.5;7
6.4;0.22;0.49;7.5;0.054;42;151;0.9948;3.27;0.52;10.1;6
7.8;0.21;0.49;1.2;0.036;20;99;0.99;3.05;0.28;12.1;7
7.1;0.3;0.49;1.6;0.045;31;100;0.9942;3.4;0.59;10.2;5
6.9;0.26;0.49;1.6;0.058;39;166;0.9965;3.65;0.52;9.4;4
7.6;0.31;0.49;3.95;0.044;27;131;0.9912;3.08;0.67;12.8;7
6.4;0.42;0.74;12.8;0.076;48;209;0.9978;3.12;0.58;9;6
8.2;0.29;0.49;1;0.044;29;118;0.9928;3.24;0.36;10.9;4
7.9;0.33;0.28;31.6;0.053;35;176;1.0103;3.15;0.38;8.8;6
6.6;0.46;0.49;7.4;0.052;19;184;0.9956;3.11;0.38;9;5
7.8;0.28;0.49;1.3;0.046;27;142;0.9936;3.09;0.59;10.2;5
5.8;0.15;0.49;1.1;0.048;21;98;0.9929;3.19;0.48;9.2;5
7.8;0.4;0.49;7.8;0.06;34;162;0.9966;3.26;0.58;11.3;6
6.6;0.31;0.49;7.7;0.05;52;220;0.9964;3.12;0.45;8.8;5
6.6;0.325;0.49;7.7;0.049;53;217;0.996;3.16;0.4;9.3;5
6.6;0.27;0.49;7.8;0.049;62;217;0.9959;3.17;0.45;9.4;6
6.7;0.26;0.49;8.3;0.047;54;191;0.9954;3.23;0.4;10.3;6
6.7;0.21;0.49;1.4;0.047;30;114;0.9914;2.92;0.42;10.8;7
7.9;0.33;0.28;31.6;0.053;35;176;1.0103;3.15;0.38;8.8;6
8.1;0.28;0.46;15
gitextract_d6bmv_gd/
├── .gitignore
├── README.md
├── collect_env.py
├── communication.ipynb
├── data/
│ ├── winequality-red.csv
│ ├── winequality-white.csv
│ └── winequality.names
├── torch_distributed_supp.ipynb
└── tutorials/
├── 01_multi_gpus_data_parallelism.ipynb
├── 02_ddp_basics.ipynb
├── 03_ddp_toy_example.ipynb
├── 04_model_parallel_resnet50.ipynb
├── 3D-parallel/
│ ├── SP-序列并行.ipynb
│ ├── fsdp_fsdp2.ipynb
│ ├── mesh.py
│ └── ring-allreduce.ipynb
├── CUDA_RPC.ipynb
├── FSDP.ipynb
├── amp_autocast_mixed_precision_training.ipynb
├── backends.ipynb
├── bitsandbytes/
│ └── bnd_basics.ipynb
├── cpu_memory/
│ └── cpu_memory.ipynb
├── cpu_multi_cores_machine_learning.ipynb
├── cpu_parallel_openmp.ipynb
├── ddp_gpus.py
├── ddp_gpus_torchrun.py
├── deepspeed_accelerate/
│ ├── 3D并行.ipynb
│ ├── accelerate_basics_scripts.py
│ ├── accelerate_config.ipynb
│ ├── accelerate_inference.ipynb
│ ├── bert_ds.py
│ ├── bitsandbytes_accelerate.ipynb
│ ├── deepspeed_basics.ipynb
│ ├── deepspeed_实践.ipynb
│ ├── ds_examples.ipynb
│ ├── ds_offload.ipynb
│ ├── megtron_lm.ipynb
│ ├── torchrun_deepspeed_accelerate.ipynb
│ └── utils/
│ ├── helloworld.py
│ └── multi_gpus_inference.py
├── infra/
│ ├── PPO_workflow.ipynb
│ ├── mfu_flops.ipynb
│ ├── misc/
│ │ └── flash_attn.ipynb
│ ├── openrlhf/
│ │ ├── openrlhf_basics.ipynb
│ │ └── openrlhf_分布式训练流程.ipynb
│ ├── ray/
│ │ ├── ray_basics.ipynb
│ │ ├── ray_debugger.ipynb
│ │ ├── ray_python.ipynb
│ │ └── ray_资源管理与调度.ipynb
│ └── verl/
│ ├── parquet_data_process.ipynb
│ ├── verl.ipynb
│ └── verl_in_action.ipynb
├── kv-cache.ipynb
├── mpi.ipynb
├── nvcc_cuda/
│ ├── cuda_mm.ipynb
│ ├── pinned_memory_non_blocking.ipynb
│ ├── tensor-core.ipynb
│ ├── tensorrt-docker.ipynb
│ └── untitled.txt
├── overall.ipynb
├── pipeline_parallel.ipynb
├── quant/
│ ├── clustering.ipynb
│ ├── fp32_fp16_bf16_tf32.ipynb
│ └── 基本概念.ipynb
├── snapshot.pt
├── tensor_cores.ipynb
├── tensor_parallel.ipynb
├── torch_dist.py
├── torch_distributed_basics.ipynb
├── torch_nccl_collective_communication.ipynb
├── torch_nccl_test.py
├── 一些补充(ddp、多机多卡).ipynb
└── 分布式训练细节.ipynb
SYMBOL INDEX (65 symbols across 6 files)
FILE: collect_env.py
function run (line 71) | def run(command):
function run_and_read_all (line 87) | def run_and_read_all(run_lambda, command):
function run_and_parse_first_match (line 95) | def run_and_parse_first_match(run_lambda, command, regex):
function run_and_return_first_line (line 105) | def run_and_return_first_line(run_lambda, command):
function get_conda_packages (line 113) | def get_conda_packages(run_lambda, patterns=None):
function get_gcc_version (line 128) | def get_gcc_version(run_lambda):
function get_clang_version (line 131) | def get_clang_version(run_lambda):
function get_cmake_version (line 135) | def get_cmake_version(run_lambda):
function get_nvidia_driver_version (line 139) | def get_nvidia_driver_version(run_lambda):
function get_gpu_info (line 148) | def get_gpu_info(run_lambda):
function get_running_cuda_version (line 170) | def get_running_cuda_version(run_lambda):
function get_cudnn_version (line 174) | def get_cudnn_version(run_lambda):
function get_nvidia_smi (line 211) | def get_nvidia_smi():
function get_cpu_info (line 302) | def get_cpu_info(run_lambda):
function get_platform (line 319) | def get_platform():
function get_mac_version (line 332) | def get_mac_version(run_lambda):
function get_windows_version (line 336) | def get_windows_version(run_lambda):
function get_lsb_version (line 343) | def get_lsb_version(run_lambda):
function check_release_file (line 347) | def check_release_file(run_lambda):
function get_os (line 352) | def get_os(run_lambda):
function get_python_platform (line 382) | def get_python_platform():
function get_libc_version (line 387) | def get_libc_version():
function get_pip_packages (line 394) | def get_pip_packages(run_lambda, patterns=None):
function get_cachingallocator_config (line 415) | def get_cachingallocator_config():
function get_cuda_module_loading_config (line 420) | def get_cuda_module_loading_config():
function is_xnnpack_available (line 429) | def is_xnnpack_available():
function get_env_info (line 436) | def get_env_info():
function pretty_str (line 526) | def pretty_str(envinfo):
function get_pretty_env_info (line 601) | def get_pretty_env_info():
function main (line 605) | def main():
FILE: tutorials/ddp_gpus.py
function ddp_setup (line 11) | def ddp_setup(rank, world_size):
class Trainer (line 25) | class Trainer:
method __init__ (line 26) | def __init__(self,
method _run_batch (line 37) | def _run_batch(self, xs, ys):
method _run_epoch (line 44) | def _run_epoch(self, epoch):
method train (line 53) | def train(self, max_epoch: int):
class MyTrainDataset (line 57) | class MyTrainDataset(Dataset):
method __init__ (line 58) | def __init__(self, size):
method __len__ (line 62) | def __len__(self):
method __getitem__ (line 65) | def __getitem__(self, index):
function main (line 68) | def main(rank: int, world_size: int, max_epochs: int, batch_size: int):
FILE: tutorials/ddp_gpus_torchrun.py
function ddp_setup (line 11) | def ddp_setup():
class Trainer (line 25) | class Trainer:
method __init__ (line 26) | def __init__(self,
method _run_batch (line 39) | def _run_batch(self, xs, ys):
method _run_epoch (line 46) | def _run_epoch(self, epoch):
method train (line 55) | def train(self, max_epoch: int):
class MyTrainDataset (line 59) | class MyTrainDataset(Dataset):
method __init__ (line 60) | def __init__(self, size):
method __len__ (line 64) | def __len__(self):
method __getitem__ (line 67) | def __getitem__(self, index):
function main (line 70) | def main(max_epochs: int, batch_size: int):
FILE: tutorials/deepspeed_accelerate/accelerate_basics_scripts.py
function train (line 46) | def train(epoch):
function test (line 59) | def test():
FILE: tutorials/torch_dist.py
function init_process (line 8) | def init_process(rank, size, fn, backend='nccl'):
function run (line 49) | def run(rank, size):
FILE: tutorials/torch_nccl_test.py
function print_rank_0 (line 9) | def print_rank_0(msg, *args, **kwargs):
function dist_allgather (line 15) | def dist_allgather():
function dist_allreduce (line 29) | def dist_allreduce():
function dist_reducescatter (line 47) | def dist_reducescatter():
function dist_broadcast (line 62) | def dist_broadcast():
function dist_scatter (line 77) | def dist_scatter():
function dist_gather (line 99) | def dist_gather():
function dist_reduce (line 117) | def dist_reduce():
function main (line 133) | def main():
Copy disabled (too large)
Download .json
Condensed preview — 73 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (20,255K chars).
[
{
"path": ".gitignore",
"chars": 3115,
"preview": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packagi"
},
{
"path": "README.md",
"chars": 60,
"preview": "# pytorch_distribute_tutorials\npytorch distribute tutorials\n"
},
{
"path": "collect_env.py",
"chars": 22068,
"preview": "\n# Unlike the rest of the PyTorch this file must be python2 compliant.\n# This script outputs relevant system environment"
},
{
"path": "communication.ipynb",
"chars": 848,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"ff4af96f-da0b-40f5-9f85-a7f9b69b2df8\",\n \"metadata\": {},\n \"so"
},
{
"path": "data/winequality-red.csv",
"chars": 84199,
"preview": "\"fixed acidity\";\"volatile acidity\";\"citric acid\";\"residual sugar\";\"chlorides\";\"free sulfur dioxide\";\"total sulfur dioxid"
},
{
"path": "data/winequality-white.csv",
"chars": 264426,
"preview": "\"fixed acidity\";\"volatile acidity\";\"citric acid\";\"residual sugar\";\"chlorides\";\"free sulfur dioxide\";\"total sulfur dioxid"
},
{
"path": "data/winequality.names",
"chars": 3233,
"preview": "Citation Request:\n This dataset is public available for research. The details are described in [Cortez et al., 2009]. \n"
},
{
"path": "torch_distributed_supp.ipynb",
"chars": 1771,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"43898c5d-60ee-4b18-b625-36d93d81f60c\",\n \""
},
{
"path": "tutorials/01_multi_gpus_data_parallelism.ipynb",
"chars": 11631,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"daccfde4\",\n \"metadata\": {},\n \"source\": [\n \"## summary\"\n "
},
{
"path": "tutorials/02_ddp_basics.ipynb",
"chars": 3243754,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 6,\n \"id\": \"8245192b\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/03_ddp_toy_example.ipynb",
"chars": 15480,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"210ec12d\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/04_model_parallel_resnet50.ipynb",
"chars": 68009,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"95b4e641\",\n \"metadata\": {},\n \"source\": [\n \"- 参考\\n\",\n \""
},
{
"path": "tutorials/3D-parallel/SP-序列并行.ipynb",
"chars": 20004,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"36b4a157-3b79-4712-bfdc-86357e4ec936\",\n \""
},
{
"path": "tutorials/3D-parallel/fsdp_fsdp2.ipynb",
"chars": 4924,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"a4d1e21c-9b63-4fa8-918c-163aa3cbaa60\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/3D-parallel/mesh.py",
"chars": 299,
"preview": "\nfrom torch.distributed import init_device_mesh\n\ndevice_mesh = init_device_mesh(device_type='cuda', mesh_shape=(1, 2), m"
},
{
"path": "tutorials/3D-parallel/ring-allreduce.ipynb",
"chars": 9808,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 9,\n \"id\": \"0c70d2c4-5cb7-4b9b-849f-230afaa8692e\",\n \""
},
{
"path": "tutorials/CUDA_RPC.ipynb",
"chars": 1253396,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"80a49f98\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/FSDP.ipynb",
"chars": 26645,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 2,\n \"id\": \"4214b0ff-6480-4c50-8636-0b197470dd2e\",\n \""
},
{
"path": "tutorials/amp_autocast_mixed_precision_training.ipynb",
"chars": 19666,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"16f19aa3\",\n \"metadata\": {},\n \"source\": [\n \"- https://arxi"
},
{
"path": "tutorials/backends.ipynb",
"chars": 2391,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"c2d64808\",\n \"metadata\": {},\n \"source\": [\n \"- references\\n"
},
{
"path": "tutorials/bitsandbytes/bnd_basics.ipynb",
"chars": 3412,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"b5f1a7ca\",\n \"metadata\": {},\n \"source\": [\n \"- references\\n"
},
{
"path": "tutorials/cpu_memory/cpu_memory.ipynb",
"chars": 3602,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"e3b4964a-7003-4115-815a-a7c05d22cadb\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/cpu_multi_cores_machine_learning.ipynb",
"chars": 31941,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 3,\n \"id\": \"300ccee2\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/cpu_parallel_openmp.ipynb",
"chars": 3137,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"a811af62\",\n \"metadata\": {},\n \"source\": [\n \"## openmp\"\n "
},
{
"path": "tutorials/ddp_gpus.py",
"chars": 3550,
"preview": "import os, sys\nimport torch\nimport torch.nn.functional as F\nfrom torch.utils.data import Dataset, DataLoader\n\nimport tor"
},
{
"path": "tutorials/ddp_gpus_torchrun.py",
"chars": 3457,
"preview": "import os, sys\nimport torch\nimport torch.nn.functional as F\nfrom torch.utils.data import Dataset, DataLoader\n\nimport tor"
},
{
"path": "tutorials/deepspeed_accelerate/3D并行.ipynb",
"chars": 9748,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"50fcd4ce-b005-4011-bce3-21fb87e4e9cf\",\n \""
},
{
"path": "tutorials/deepspeed_accelerate/accelerate_basics_scripts.py",
"chars": 3001,
"preview": "from accelerate import Accelerator\nimport torch\nimport torch.nn as nn\nimport torch.optim as optim\nfrom torch.utils.data "
},
{
"path": "tutorials/deepspeed_accelerate/accelerate_config.ipynb",
"chars": 3139,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"4686a416-89b7-4f45-bbf6-08ff9f3a7665\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/deepspeed_accelerate/accelerate_inference.ipynb",
"chars": 3917,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"6d7b0ca1-14e3-4c91-b872-04b2689bb784\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/deepspeed_accelerate/bert_ds.py",
"chars": 1700,
"preview": "import torch\nfrom transformers import AutoTokenizer, AutoModelForTokenClassification,pipeline\nfrom transformers import p"
},
{
"path": "tutorials/deepspeed_accelerate/bitsandbytes_accelerate.ipynb",
"chars": 424578,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"479c6611-337e-4686-9dd9-df7f6dc810d6\",\n \""
},
{
"path": "tutorials/deepspeed_accelerate/deepspeed_basics.ipynb",
"chars": 8490217,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"cd4f024b\",\n \"metadata\": {},\n \"source\": [\n \"- references\\n"
},
{
"path": "tutorials/deepspeed_accelerate/deepspeed_实践.ipynb",
"chars": 8893,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 2,\n \"id\": \"5ffccf24\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/deepspeed_accelerate/ds_examples.ipynb",
"chars": 18465,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"fdddbc01\",\n \"metadata\": {},\n \"source\": [\n \"https://www.ph"
},
{
"path": "tutorials/deepspeed_accelerate/ds_offload.ipynb",
"chars": 394245,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 2,\n \"id\": \"62729df6-354a-4ba5-9ffa-59b1384f3406\",\n \""
},
{
"path": "tutorials/deepspeed_accelerate/megtron_lm.ipynb",
"chars": 22109,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 29,\n \"id\": \"4aeaa693-5dce-4cec-b670-ebe7957be0eb\",\n "
},
{
"path": "tutorials/deepspeed_accelerate/torchrun_deepspeed_accelerate.ipynb",
"chars": 5637,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"06bb0ab6\",\n \"metadata\": {},\n \"source\": [\n \"```\\n\",\n \"d"
},
{
"path": "tutorials/deepspeed_accelerate/utils/helloworld.py",
"chars": 373,
"preview": "from accelerate import Accelerator\nfrom accelerate.utils import gather_object\n\naccelerator = Accelerator()\n\n# each GPU c"
},
{
"path": "tutorials/deepspeed_accelerate/utils/multi_gpus_inference.py",
"chars": 2669,
"preview": "from accelerate import Accelerator\nfrom accelerate.utils import gather_object\nfrom transformers import AutoModelForCausa"
},
{
"path": "tutorials/infra/PPO_workflow.ipynb",
"chars": 5596,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"62e120e0-03f6-4526-886e-e766f515ca82\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/infra/mfu_flops.ipynb",
"chars": 3805,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"b5940ee0-e20d-4b00-a15f-a4933fb9c7c9\",\n \""
},
{
"path": "tutorials/infra/misc/flash_attn.ipynb",
"chars": 1027,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"eddac2c9-cbb5-49f4-8409-2dfeafcc72b0\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/infra/openrlhf/openrlhf_basics.ipynb",
"chars": 6499,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"e3366160-86a9-4886-a63a-02bf9cc55fac\",\n \""
},
{
"path": "tutorials/infra/openrlhf/openrlhf_分布式训练流程.ipynb",
"chars": 4886,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"fd92f5c0-59af-4d30-8ed5-127092e76cf7\",\n \""
},
{
"path": "tutorials/infra/ray/ray_basics.ipynb",
"chars": 6529,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 2,\n \"id\": \"44b82127-b91e-4ff0-8785-680b027f8075\",\n \""
},
{
"path": "tutorials/infra/ray/ray_debugger.ipynb",
"chars": 1540,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"823f1c39-6009-4186-a8ae-4542c1f5d75f\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/infra/ray/ray_python.ipynb",
"chars": 10513,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"9ed1279a-1d69-4536-969d-933a3b0f87f6\",\n \""
},
{
"path": "tutorials/infra/ray/ray_资源管理与调度.ipynb",
"chars": 690,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"36173685-2c13-4c33-86d9-ef537cc9dd73\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/infra/verl/parquet_data_process.ipynb",
"chars": 1900,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"aa98385e-63e2-4bb4-93d8-9b28c7446f6d\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/infra/verl/verl.ipynb",
"chars": 511479,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"17d4d698-8acb-4b2e-b4af-dff1e9d860cc\",\n \""
},
{
"path": "tutorials/infra/verl/verl_in_action.ipynb",
"chars": 6530,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"73dab725-4381-43a5-9932-defd8678d5d8\",\n \""
},
{
"path": "tutorials/kv-cache.ipynb",
"chars": 19854,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 13,\n \"id\": \"c43875ce-045f-4d01-9ea6-b60d4c46c601\",\n "
},
{
"path": "tutorials/mpi.ipynb",
"chars": 1685,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"048138c2\",\n \"metadata\": {},\n \"source\": [\n \"## basics\"\n "
},
{
"path": "tutorials/nvcc_cuda/cuda_mm.ipynb",
"chars": 3873,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"07149066-bf47-4e3a-9096-7b2c44829a2d\",\n \""
},
{
"path": "tutorials/nvcc_cuda/pinned_memory_non_blocking.ipynb",
"chars": 8329,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"d44f881a-b276-41cd-8859-847ffb01f6c5\",\n \""
},
{
"path": "tutorials/nvcc_cuda/tensor-core.ipynb",
"chars": 8493,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"cf29a2d4-a9e5-46dd-8532-432e6b4ce76d\",\n \""
},
{
"path": "tutorials/nvcc_cuda/tensorrt-docker.ipynb",
"chars": 1323,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"3e91090b-4201-4b3d-a585-8015ddf7b785\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/nvcc_cuda/untitled.txt",
"chars": 0,
"preview": ""
},
{
"path": "tutorials/overall.ipynb",
"chars": 3452,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"a576c25d-3333-4a29-ae40-10d21c47d7cb\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/pipeline_parallel.ipynb",
"chars": 73248,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"cc064c2c\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/quant/clustering.ipynb",
"chars": 3396,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"b0a97a05-9889-4b5a-8b71-68b964ceee97\",\n \""
},
{
"path": "tutorials/quant/fp32_fp16_bf16_tf32.ipynb",
"chars": 3885,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"87db10f3-0b7d-44c2-ad9c-cd6b79927dbc\",\n \""
},
{
"path": "tutorials/quant/基本概念.ipynb",
"chars": 1152,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"3177e01b-67c8-4b89-b02d-91af215c3e01\",\n \"metadata\": {},\n \"so"
},
{
"path": "tutorials/tensor_cores.ipynb",
"chars": 927,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"dc9ae700\",\n \"metadata\": {},\n \"source\": [\n \"- https://www."
},
{
"path": "tutorials/tensor_parallel.ipynb",
"chars": 1437511,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 2,\n \"id\": \"037dc90e\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/torch_dist.py",
"chars": 2047,
"preview": "import os\nimport torch\nimport torch.distributed as dist\nimport torch.multiprocessing as mp\nimport time\n\n\ndef init_proces"
},
{
"path": "tutorials/torch_distributed_basics.ipynb",
"chars": 8531,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"e4f16c44\",\n \"metadata\": {},\n \"source\": [\n \"- references\\n"
},
{
"path": "tutorials/torch_nccl_collective_communication.ipynb",
"chars": 14037,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"9468bb10\",\n \"metadata\": {},\n \"source\": [\n \"- https://docs"
},
{
"path": "tutorials/torch_nccl_test.py",
"chars": 4310,
"preview": "# encoding: utf8\n\nimport logging\nimport torch\nimport torch.distributed as dist\nfrom torch.distributed import ReduceOp\n\n\n"
},
{
"path": "tutorials/一些补充(ddp、多机多卡).ipynb",
"chars": 3514470,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"d23284e9\",\n \"metadata\": {\n \"ExecuteTim"
},
{
"path": "tutorials/分布式训练细节.ipynb",
"chars": 1600,
"preview": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"id\": \"36a05037\",\n \"metadata\": {},\n \"source\": [\n \"## 梯度更新\"\n ]\n"
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the chunhuizhang/pytorch_distribute_tutorials GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 73 files (19.2 MB), approximately 5.0M tokens, and a symbol index with 65 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.