初始化项目,由ModelHub XC社区提供模型

Model: laion/a3-rl-DCAgent_mix_h2_language_proportional-65-8B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-30 07:19:18 +08:00
commit e3072d237e
35 changed files with 243083 additions and 0 deletions

41
.gitattributes vendored Normal file
View File

@@ -0,0 +1,41 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
tokenizer.json filter=lfs diff=lfs merge=lfs -text
training_logs/a3-rl-DCAgent_mix_h2_language_proportional_570909.out filter=lfs diff=lfs merge=lfs -text
training_logs/a3-rl-DCAgent_mix_h2_language_proportional_570910.out filter=lfs diff=lfs merge=lfs -text
training_logs/a3-rl-DCAgent_mix_h2_language_proportional_570911.out filter=lfs diff=lfs merge=lfs -text
training_logs/a3-rl-DCAgent_mix_h2_language_proportional_570912.out filter=lfs diff=lfs merge=lfs -text
training_logs/reward_plot.png filter=lfs diff=lfs merge=lfs -text

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
---
license: apache-2.0
base_model: laion/GLM-4_7-swesmith-sandboxes-with_tests-oracle_verified_120s-maxeps-131k-fixthink
tags:
- rl
- skyrl
- agent
---
# a3-rl-DCAgent_mix_h2_language_proportional (global_step 65, 8B)
RL (SkyRL/GRPO) fine-tune of the a3 GLM-SFT Qwen3-8B base
(`laion/GLM-4_7-swesmith-sandboxes-with_tests-oracle_verified_120s-maxeps-131k-fixthink`)
on the **DCAgent/mix_h2_language_proportional** task mixture.
The run reached `max_steps=80` (winner). This checkpoint is the
**EMA-best** selection (α=1/3, 5-period EMA over `reward/avg_raw_reward`),
constrained to `global_step ≤ 80` (the intended run; the post-80 save is a
resume-past-max-step artifact and was excluded).
- **Selected checkpoint:** `global_step_65`
- **EMA(reward):** 0.4924
- **Reward at step 65:** 0.6816
- **pass@8 at step 65:** 0.7344
## Training Traces
Training-time Daytona/Harbor rollouts for this run are uploaded as
a companion dataset:
**[penfever/a3-rl-DCAgent_mix_h2_language_proportional](https://huggingface.co/datasets/penfever/a3-rl-DCAgent_mix_h2_language_proportional)**
The dataset contains the `last` episode of each trial (per
`make_and_upload_trace_dataset --episodes last`) — the same rollouts
the policy was trained on after rollback / truncation.

28
added_tokens.json Normal file
View File

@@ -0,0 +1,28 @@
{
"</think>": 151668,
"</tool_call>": 151658,
"</tool_response>": 151666,
"<think>": 151667,
"<tool_call>": 151657,
"<tool_response>": 151665,
"<|box_end|>": 151649,
"<|box_start|>": 151648,
"<|endoftext|>": 151643,
"<|file_sep|>": 151664,
"<|fim_middle|>": 151660,
"<|fim_pad|>": 151662,
"<|fim_prefix|>": 151659,
"<|fim_suffix|>": 151661,
"<|im_end|>": 151645,
"<|im_start|>": 151644,
"<|image_pad|>": 151655,
"<|object_ref_end|>": 151647,
"<|object_ref_start|>": 151646,
"<|quad_end|>": 151651,
"<|quad_start|>": 151650,
"<|repo_name|>": 151663,
"<|video_pad|>": 151656,
"<|vision_end|>": 151653,
"<|vision_pad|>": 151654,
"<|vision_start|>": 151652
}

89
chat_template.jinja Normal file
View File

@@ -0,0 +1,89 @@
{%- if tools %}
{{- '<|im_start|>system\n' }}
{%- if messages[0].role == 'system' %}
{{- messages[0].content + '\n\n' }}
{%- endif %}
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
{%- for tool in tools %}
{{- "\n" }}
{{- tool | tojson }}
{%- endfor %}
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
{%- else %}
{%- if messages[0].role == 'system' %}
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
{%- for message in messages[::-1] %}
{%- set index = (messages|length - 1) - loop.index0 %}
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
{%- set ns.multi_step_tool = false %}
{%- set ns.last_query_index = index %}
{%- endif %}
{%- endfor %}
{%- for message in messages %}
{%- if message.content is string %}
{%- set content = message.content %}
{%- else %}
{%- set content = '' %}
{%- endif %}
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
{%- elif message.role == "assistant" %}
{%- set reasoning_content = '' %}
{%- if message.reasoning_content is string %}
{%- set reasoning_content = message.reasoning_content %}
{%- else %}
{%- if '</think>' in content %}
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
{%- endif %}
{%- endif %}
{%- if loop.index0 > ns.last_query_index %}
{%- if loop.last or (not loop.last and reasoning_content) %}
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
{%- else %}
{{- '<|im_start|>' + message.role + '\n' + content }}
{%- endif %}
{%- else %}
{{- '<|im_start|>' + message.role + '\n' + content }}
{%- endif %}
{%- if message.tool_calls %}
{%- for tool_call in message.tool_calls %}
{%- if (loop.first and content) or (not loop.first) %}
{{- '\n' }}
{%- endif %}
{%- if tool_call.function %}
{%- set tool_call = tool_call.function %}
{%- endif %}
{{- '<tool_call>\n{"name": "' }}
{{- tool_call.name }}
{{- '", "arguments": ' }}
{%- if tool_call.arguments is string %}
{{- tool_call.arguments }}
{%- else %}
{{- tool_call.arguments | tojson }}
{%- endif %}
{{- '}\n</tool_call>' }}
{%- endfor %}
{%- endif %}
{{- '<|im_end|>\n' }}
{%- elif message.role == "tool" %}
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
{{- '<|im_start|>user' }}
{%- endif %}
{{- '\n<tool_response>\n' }}
{{- content }}
{{- '\n</tool_response>' }}
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
{{- '<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- if add_generation_prompt %}
{{- '<|im_start|>assistant\n' }}
{%- if enable_thinking is defined and enable_thinking is false %}
{{- '<think>\n\n</think>\n\n' }}
{%- endif %}
{%- endif %}

68
config.json Normal file
View File

@@ -0,0 +1,68 @@
{
"architectures": [
"Qwen3ForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"dtype": "bfloat16",
"eos_token_id": 151645,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 12288,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"max_position_embeddings": 40960,
"max_window_layers": 36,
"model_type": "qwen3",
"num_attention_heads": 32,
"num_hidden_layers": 36,
"num_key_value_heads": 8,
"pad_token_id": 151643,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 1000000,
"sliding_window": null,
"tie_word_embeddings": false,
"transformers_version": "4.57.6",
"use_cache": false,
"use_sliding_window": false,
"vocab_size": 151936
}

12
generation_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "4.57.6"
}

151388
merges.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3daf27a15e541c4f0fcd213f163215e91858ee85dc7e88b465812ac380244087
size 4902257696

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fe20dd3de8fec7b813cedbc47a04e4eaf0fa0e98ae4079f5f0890e9a7f7795c
size 4915960368

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1878cd12bb9eca7df92efef1c107668d01b3bd5025cbee1e18d4cc9248f69760
size 4983068496

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:430fa55297d0f821e37b3dbd34067fbe75684cbc93922f30deae5ea8d97f5dae
size 1580230264

View File

@@ -0,0 +1,407 @@
{
"metadata": {
"total_parameters": 8190735360,
"total_size": 16381470720
},
"weight_map": {
"lm_head.weight": "model-00004-of-00004.safetensors",
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.13.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.14.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.15.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.16.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.17.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.18.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.19.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.20.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.20.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.21.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.22.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.22.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.23.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.23.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.24.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.25.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.26.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.27.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.28.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.29.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.30.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.30.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.31.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.32.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.32.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.33.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.input_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
"model.layers.34.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.35.input_layernorm.weight": "model-00004-of-00004.safetensors",
"model.layers.35.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
"model.layers.35.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
"model.layers.35.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
"model.layers.35.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
"model.layers.35.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.35.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
"model.layers.35.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.6.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.7.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
"model.layers.8.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
"model.layers.9.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.9.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
"model.norm.weight": "model-00004-of-00004.safetensors"
}
}

154
rl_config.json Normal file
View File

@@ -0,0 +1,154 @@
{
"job_name": "a3-rl-DCAgent_mix_h2_language_proportional",
"experiments_dir": "/e/data1/datasets/playground/ot-baf/a3-rl-DCAgent_mix_h2_language_proportional",
"cluster_name": "jupiter",
"skyrl_entrypoint": "examples.terminal_bench.entrypoints.main_tbench",
"skyrl_hydra_args": [
"+terminal_bench_config=terminal_bench",
"trainer.strategy=fsdp2",
"trainer.algorithm.advantage_estimator=rloo_n",
"trainer.algorithm.use_kl_loss=false",
"trainer.algorithm.kl_loss_coef=0.0",
"trainer.algorithm.eps_clip_low=0.2",
"trainer.algorithm.eps_clip_high=0.05",
"trainer.algorithm.loss_reduction=token_mean",
"trainer.epochs=2",
"trainer.max_steps=80",
"trainer.update_epochs_per_batch=1",
"trainer.train_batch_size=64",
"trainer.policy_mini_batch_size=64",
"trainer.eval_batch_size=64",
"trainer.micro_forward_batch_size_per_gpu=4",
"trainer.micro_train_batch_size_per_gpu=1",
"trainer.max_prompt_length=999999",
"trainer.eval_interval=999999",
"trainer.eval_before_train=false",
"trainer.ckpt_interval=2",
"trainer.resume_mode=latest",
"trainer.hf_save_interval=5",
"++trainer.hf_hub_repo_id=laion/a3-rl-DCAgent_mix_h2_language_proportional",
"++trainer.hf_hub_private=false",
"++trainer.hf_hub_revision=main",
"++trainer.enable_db_registration=false",
"trainer.project_name=OpenThoughts-Agent",
"trainer.log_level=INFO",
"trainer.tracker_commit_each_step=true",
"trainer.logger=console",
"trainer.run_name=a3-rl-DCAgent_mix_h2_language_proportional",
"trainer.ckpt_path=/e/data1/datasets/playground/ot-baf/a3-rl-DCAgent_mix_h2_language_proportional/a3-rl-DCAgent_mix_h2_language_proportional/checkpoints",
"trainer.export_path=/e/data1/datasets/playground/ot-baf/a3-rl-DCAgent_mix_h2_language_proportional/a3-rl-DCAgent_mix_h2_language_proportional/exports",
"trainer.policy.optimizer_config.lr=8e-6",
"trainer.policy.optimizer_config.weight_decay=0.0",
"trainer.policy.optimizer_config.adam_betas=[0.9,0.999]",
"trainer.policy.optimizer_config.max_grad_norm=0.9",
"trainer.policy.fsdp_config.cpu_offload=false",
"trainer.policy.fsdp_config.reshard_after_forward=true",
"trainer.policy.fsdp_config.fsdp_size=4",
"trainer.policy.model.path=/e/home/jusers/feuer1/jupiter/.cache/huggingface/hub/models--laion--GLM-4_7-swesmith-sandboxes-with_tests-oracle_verified_120s-maxeps-131k-fixthink/snapshots/0e3bff0c4e51f6b9ec0713b98b9eec36efb91cc6",
"trainer.ref.fsdp_config.cpu_offload=false",
"trainer.ref.fsdp_config.reshard_after_forward=true",
"trainer.ref.fsdp_config.fsdp_size=4",
"trainer.placement.colocate_all=false",
"trainer.placement.policy_num_nodes=2",
"trainer.placement.ref_num_nodes=2",
"trainer.placement.policy_num_gpus_per_node=4",
"trainer.placement.ref_num_gpus_per_node=4",
"trainer.fully_async.max_staleness_steps=16",
"trainer.fully_async.num_parallel_generation_workers=338",
"generator.backend=vllm",
"generator.timeout_multiplier=1.0",
"generator.model_dtype=bfloat16",
"generator.inference_engine_tensor_parallel_size=1",
"generator.num_inference_engines=48",
"generator.n_samples_per_prompt=8",
"generator.eval_n_samples_per_prompt=8",
"generator.gpu_memory_utilization=0.75",
"generator.max_num_seqs=24",
"generator.max_num_batched_tokens=65536",
"generator.enable_prefix_caching=true",
"generator.enable_chunked_prefill=true",
"generator.run_engines_locally=true",
"generator.weight_sync_backend=nccl",
"generator.async_engine=true",
"generator.batched=false",
"generator.enable_http_endpoint=true",
"generator.enable_ray_prometheus_stats=false",
"generator.vllm_stats_interval=1",
"generator.append_eos_token_after_stop_str_in_multi_turn=true",
"generator.max_turns=999999",
"generator.sampling_params.max_generate_length=4096",
"generator.sampling_params.temperature=0.7",
"generator.sampling_params.top_p=0.95",
"generator.sampling_params.top_k=20",
"++generator.engine_init_kwargs.max_model_len=32768",
"++generator.engine_init_kwargs.custom_chat_template_chat_completion_path=chat_templates/qwen3_thinking_acc.jinja2",
"++generator.engine_init_kwargs.served_model_name=0e3bff0c4e51f6b9ec0713b98b9eec36efb91cc6",
"data.train_data=[\"/e/scratch/jureap59/feuer1/tasks/mix_h2_language_proportional\"]",
"data.val_data=[]",
"+terminal_bench_config.trials_dir=/e/data1/datasets/playground/ot-baf/a3-rl-DCAgent_mix_h2_language_proportional/a3-rl-DCAgent_mix_h2_language_proportional/trace_jobs",
"+terminal_bench_config.harbor.name=terminus-2",
"+terminal_bench_config.harbor.max_episodes=999999",
"+terminal_bench_config.harbor.enable_summarize=false",
"+terminal_bench_config.harbor.store_all_messages=true",
"+terminal_bench_config.harbor.trajectory_config.raw_content=true",
"+terminal_bench_config.harbor.enable_episode_logging=false",
"+terminal_bench_config.harbor.record_terminal_session=false",
"+terminal_bench_config.harbor.enable_pane_logging=false",
"+terminal_bench_config.harbor.strict_json_parser=true",
"+terminal_bench_config.harbor.interleaved_thinking=true",
"+terminal_bench_config.harbor.extra_body.chat_template_kwargs.enable_thinking=true",
"+terminal_bench_config.harbor.override_timeout_sec=900",
"+terminal_bench_config.harbor.override_cpus=1",
"+terminal_bench_config.harbor.override_memory_mb=2048",
"+terminal_bench_config.harbor.override_storage_mb=2048",
"+terminal_bench_config.harbor.auto_snapshot=true",
"+terminal_bench_config.harbor.verifier_override_timeout_sec=120",
"+terminal_bench_config.harbor.max_retries=3",
"+terminal_bench_config.harbor.min_wait_sec=60.0",
"+terminal_bench_config.harbor.max_wait_sec=600.0",
"+terminal_bench_config.harbor.wait_multiplier=2.0",
"+terminal_bench_config.harbor.exclude_exceptions=[\"VerifierTimeoutError\",\"VerifierRuntimeError\",\"RewardFileNotFoundError\",\"RewardFileEmptyError\",\"VerifierOutputParseError\"]",
"+terminal_bench_config.harbor.n_concurrent_trials=675",
"+terminal_bench_config.harbor.log_level=INFO",
"+terminal_bench_config.harbor.enable_reward_shaping=false",
"+terminal_bench_config.harbor.enable_error_classification=true",
"+terminal_bench_config.harbor.mask_exceptions=[\"DaytonaError\",\"EnvironmentStartTimeoutError\",\"NetworkError\",\"ConnectionError\",\"RewardFileNotFoundError\",\"RewardFileEmptyError\",\"AgentEnvironmentTimeoutError\",\"ContextLengthExceededError\"]",
"+terminal_bench_config.harbor.default_error_treatment=zero",
"+terminal_bench_config.harbor.passthrough_exceptions=[\"AgentTimeoutError\"]",
"+terminal_bench_config.harbor.zero_exceptions=[]",
"+terminal_bench_config.model_info.max_input_tokens=32000",
"+terminal_bench_config.model_info.max_output_tokens=4096",
"+terminal_bench_config.archiving.enabled=false",
"+terminal_bench_config.trace_upload.enabled=true",
"+terminal_bench_config.trace_upload.repo_org=DCAgent",
"+terminal_bench_config.trace_upload.episodes=last",
"+terminal_bench_config.trace_upload.dataset_type=SFT",
"+terminal_bench_config.trace_upload.cleanup=true"
],
"model_path": "/e/home/jusers/feuer1/jupiter/.cache/huggingface/hub/models--laion--GLM-4_7-swesmith-sandboxes-with_tests-oracle_verified_120s-maxeps-131k-fixthink/snapshots/0e3bff0c4e51f6b9ec0713b98b9eec36efb91cc6",
"train_data": [
"/e/scratch/jureap59/feuer1/tasks/mix_h2_language_proportional"
],
"val_data": [],
"num_nodes": 14,
"gpus_per_node": 4,
"cpus_per_node": 288,
"tensor_parallel_size": 1,
"ray_port": 6379,
"master_port": 12345,
"checkpoints_dir": null,
"export_path": "/e/data1/datasets/playground/ot-baf/a3-rl-DCAgent_mix_h2_language_proportional/a3-rl-DCAgent_mix_h2_language_proportional/exports",
"needs_ssh_tunnel": true,
"needs_cuda_detection": false,
"pinggy_persistent_url": null,
"pinggy_token": null,
"agent_name": "terminus-2",
"harbor_env": "daytona",
"proxychains_binary": null,
"ray_object_store_gb": 40.0,
"trace_upload_enabled": true,
"trace_upload_repo_org": "DCAgent",
"trace_upload_episodes": "last",
"trace_upload_dataset_type": "SFT",
"trace_upload_cleanup": true
}

31
special_tokens_map.json Normal file
View File

@@ -0,0 +1,31 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|quad_start|>",
"<|quad_end|>",
"<|vision_start|>",
"<|vision_end|>",
"<|vision_pad|>",
"<|image_pad|>",
"<|video_pad|>"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}

BIN
tokenizer.json (Stored with Git LFS) Normal file

Binary file not shown.

240
tokenizer_config.json Normal file
View File

@@ -0,0 +1,240 @@
{
"add_bos_token": false,
"add_prefix_space": false,
"added_tokens_decoder": {
"151643": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151644": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151645": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151646": {
"content": "<|object_ref_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151647": {
"content": "<|object_ref_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151648": {
"content": "<|box_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151649": {
"content": "<|box_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151650": {
"content": "<|quad_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151651": {
"content": "<|quad_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151652": {
"content": "<|vision_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151653": {
"content": "<|vision_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151654": {
"content": "<|vision_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151655": {
"content": "<|image_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151656": {
"content": "<|video_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151657": {
"content": "<tool_call>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151658": {
"content": "</tool_call>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151659": {
"content": "<|fim_prefix|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151660": {
"content": "<|fim_middle|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151661": {
"content": "<|fim_suffix|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151662": {
"content": "<|fim_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151663": {
"content": "<|repo_name|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151664": {
"content": "<|file_sep|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151665": {
"content": "<tool_response>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151666": {
"content": "</tool_response>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151667": {
"content": "<think>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151668": {
"content": "</think>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
}
},
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|quad_start|>",
"<|quad_end|>",
"<|vision_start|>",
"<|vision_end|>",
"<|vision_pad|>",
"<|image_pad|>",
"<|video_pad|>"
],
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": {},
"model_max_length": 32768,
"pad_token": "<|endoftext|>",
"padding_side": "left",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}

View File

@@ -0,0 +1,16 @@
async/discard_rate,async/discarded_count,async/effective_batch_groups,async/effective_batch_samples,async/staleness_max,async/staleness_mean,async/staleness_min,async/staleness_ratio,generate/avg_num_tokens,generate/avg_tokens_non_zero_rewards,generate/avg_tokens_zero_rewards,generate/max_num_tokens,generate/min_num_tokens,generate/std_num_tokens,loss/avg_final_rewards,loss/avg_raw_advantages,loss/avg_raw_advantages_abs,policy/final_loss,policy/log_ratio_abs_max,policy/log_ratio_abs_mean,policy/log_ratio_abs_p99,policy/log_ratio_abs_pos00,policy/log_ratio_abs_pos10,policy/log_ratio_abs_pos20,policy/log_ratio_abs_pos30,policy/log_ratio_abs_pos40,policy/log_ratio_abs_pos50,policy/log_ratio_abs_pos60,policy/log_ratio_abs_pos70,policy/log_ratio_abs_pos80,policy/log_ratio_abs_pos90,policy/n_tokens_dp_gt_10pct,policy/n_tokens_dp_gt_1pct,policy/n_tokens_dp_gt_50pct,policy/policy_entropy,policy/policy_loss,policy/policy_lr,policy/policy_update_steps,policy/ppo_clip_ratio,policy/raw_grad_norm,reward/avg_pass_at_8,reward/avg_raw_reward,system/process_rss_gb,system/process_vms_gb,system/ram_available_gb,system/ram_percent,system/ram_total_gb,system/ram_used_gb,timing/compute_advantages_and_returns,timing/convert_to_training_input,timing/fwd_logprobs_values_reward,timing/policy_train,timing/run_training,timing/step,timing/sync_weights,timing/train_critic_and_policy,timing/wait_for_generation_buffer,trainer/epoch,trainer/global_step,batch_errors/total_batches,batch_errors/total_instances,batch_errors/total_successful,batch_errors/total_failed,batch_errors/total_masked,batch_errors/avg_VerifierTimeoutError,batch_errors/total_VerifierTimeoutError,batch_errors/avg_RewardFileNotFoundError,batch_errors/total_RewardFileNotFoundError,batch_errors/avg_ContextLengthExceededError,batch_errors/total_ContextLengthExceededError,batch_errors/avg_DaytonaError,batch_errors/total_DaytonaError,batch_errors/avg_AgentTimeoutError,batch_errors/total_AgentTimeoutError,timing/cleanup_old_checkpoints,timing/save_checkpoints,batch_errors/avg_AgentSetupTimeoutError,batch_errors/total_AgentSetupTimeoutError,batch_errors/avg_RuntimeError,batch_errors/total_RuntimeError,batch_errors/avg_DaytonaValidationError,batch_errors/total_DaytonaValidationError,timing/save_hf_model,batch_errors/avg_OSError,batch_errors/total_OSError,batch_errors/avg_InvalidChatHistory,batch_errors/total_InvalidChatHistory
0.0,0,64,512,0,0.0,0,0.0,7625.0625,7224.375,7737.255,30738,1,4761.9131,0.2188,0.0075,0.073,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1389,-0.0006,0.0,1.0,0.0,0.0119,0.3438,0.2188,13.0466,50.5942,619.6773,27.8,857.9676,238.2903,0.174,5.7105,52.1727,276.715,329.3376,3243.0859,18.785,276.9904,2889.2525,0,1,122,976,861,25,105,0.08196721311475409,10,0.1557377049180328,19,0.7213114754098361,88,0.1557377049180328,19.0,0.00819672131147541,1.0,,,,,,,,,,,,,
0.0,0,64,512,1,0.8594,0,0.8594,7177.1777,12205.0132,6300.7661,30121,1,6965.3117,0.1484,0.0008,0.0573,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1061,0.0,0.0,1.0,0.0,0.0126,0.2969,0.1484,13.243,50.8937,615.3109,28.3,857.9676,242.6567,0.0837,4.8108,58.2744,339.0771,397.7541,1411.7557,18.8332,339.3956,990.3545,0,2,59,472,296,35,175,0.01694915254237288,1,0.559322033898305,33,2.5254237288135593,149,0.13559322033898305,8.0,0.05084745762711865,3.0,11.7344,24.1088,,,,,,,,,,,
0.0,0,64,512,2,1.7812,1,1.0,7265.7207,12081.0973,5901.9674,29939,1,8199.2276,0.2207,0.0069,0.0702,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08,-0.0003,0.0,1.0,0.0,0.0124,0.4375,0.2207,13.5014,51.1487,635.6704,25.9,857.9676,222.2972,0.0629,4.9026,60.7343,357.7506,418.799,1018.8959,19.2948,358.0014,575.8965,0,3,62,496,333,31,158,0.08064516129032258,5,0.46774193548387094,29,2.1129032258064515,131,0.14516129032258066,9.0,0.06451612903225806,4.0,,,,,,,,,,,,,
0.0,0,64,512,3,1.9688,1,1.0,7590.9688,11570.6327,6648.9227,30516,1,7962.9942,0.1914,0.0099,0.0575,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0873,-0.0,0.0,1.0,0.0,0.0094,0.3281,0.1914,13.8736,51.5602,629.9651,26.6,857.9676,228.0024,0.0675,4.8477,64.746,371.3923,436.5098,1747.2973,18.7621,371.6959,1287.1747,0,4,60,480,365,30,78,0.38333333333333336,23,0.3333333333333333,20,1.0,60,0.11666666666666667,7.0,0.13333333333333333,8.0,0.009,14.9388,0.2,12.0,0.016666666666666666,1.0,0.016666666666666666,1.0,,,,,
0.0,0,64,512,4,2.0312,0,0.9688,8771.291,10771.0216,8026.0831,30080,1,7853.3448,0.2715,0.0274,0.1454,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1,-0.0118,0.0,1.0,0.0,0.0161,0.4688,0.2715,14.1341,51.7956,626.9705,26.9,857.9676,230.9971,0.0695,5.2329,68.1798,390.2188,458.7438,1098.8385,19.5078,390.4937,615.3497,0,5,60,480,313,33,160,0.11666666666666667,7,0.4,24,2.183333333333333,131,0.06666666666666667,4.0,0.016666666666666666,1.0,,,0.016666666666666666,1.0,,,,,7.4534,,,,
0.0,0,64,512,4,2.2812,1,1.0,7900.2266,11606.0148,6573.2202,31068,1,7930.2657,0.2637,0.0099,0.1305,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0883,-0.0014,0.0,1.0,0.0,0.013,0.4531,0.2637,15.412,51.7556,632.2452,26.3,857.9676,225.7224,0.0692,5.1154,75.0537,390.2941,465.7046,1022.7624,17.8311,390.5812,534.1069,0,6,54,432,299,30,105,0.25925925925925924,14,0.5925925925925926,32,1.1111111111111112,60,0.05555555555555555,3.0,0.9629629629629629,52.0,0.0093,380.1291,0.3333333333333333,18.0,,,,,,,,,
0.0,0,64,512,5,2.0625,0,0.9062,7949.4258,11722.3093,7067.5711,31276,1,8054.53,0.1895,0.015,0.1512,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0879,-0.0082,0.0,1.0,0.0,0.0136,0.375,0.1895,15.8696,52.032,629.155,26.7,857.9676,228.8126,0.0684,5.1544,60.2546,381.8308,442.4312,2477.6801,19.2041,382.1079,2010.8858,0,7,62,496,357,29,123,0.04838709677419355,3,0.5161290322580645,32,1.2258064516129032,76,0.06451612903225806,4.0,0.1774193548387097,11.0,,,0.1935483870967742,12.0,,,,,,0.016129032258064516,1.0,,
0.0,0,64,512,4,2.3281,0,0.9531,8908.293,12078.8656,7099.316,31296,1,8191.8566,0.3633,0.0258,0.1614,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0957,-0.0064,0.0,1.0,0.0,0.0137,0.6094,0.3633,15.993,52.1296,625.3193,27.1,857.9676,232.6483,0.0792,5.3606,69.5205,400.225,470.1551,1138.492,19.2829,400.5548,643.6897,0,8,62,496,384,21,109,0.03225806451612903,2,0.3064516129032258,19,1.5161290322580645,94,0.03225806451612903,2.0,0.016129032258064516,1.0,0.0091,15.1919,0.016129032258064516,1.0,,,,,,,,,
0.0,0,64,512,4,2.0469,0,0.9844,9910.3848,12086.2275,8857.1507,31181,1,7957.1519,0.3262,0.0139,0.1466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.099,0.0,0.0,1.0,0.0,0.0133,0.5156,0.3262,15.9547,52.0868,622.0262,27.5,857.9676,235.9414,0.0903,5.5966,76.5212,393.6694,470.5749,978.971,19.4868,393.963,483.3085,0,9,63,504,370,28,129,0.06349206349206349,4,0.2857142857142857,18,1.6666666666666667,105,0.1111111111111111,7.0,0.07936507936507936,5.0,,,,,0.015873015873015872,1.0,,,,,,0.015873015873015872,1.0
0.0,0,64,512,5,2.2344,1,1.0,8843.7188,10832.1392,7956.2316,30839,1,7853.7819,0.3086,0.0055,0.1532,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.102,-0.0047,0.0,1.0,0.0,0.0124,0.4688,0.3086,15.9543,52.2064,614.1585,28.4,857.9676,243.8091,0.0893,5.2872,71.2299,391.5737,463.1804,1174.4984,19.2133,391.8605,686.8148,0,10,61,488,331,37,154,0.03278688524590164,2,0.8688524590163934,53,1.6557377049180328,101,0.04918032786885246,3.0,0.06557377049180328,4.0,0.0076,14.4778,0.01639344262295082,1.0,,,,,7.5612,,,,
0.0,0,64,512,4,2.3906,1,1.0,10252.3184,14721.0764,8275.9944,30935,1,9271.5503,0.3066,0.0152,0.1371,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0867,-0.002,0.0,1.0,0.0,0.0111,0.5156,0.3066,16.5099,52.7488,611.0344,28.8,857.9676,246.9332,0.0704,5.6829,79.3026,436.8547,516.5422,1753.6025,19.447,437.1685,1211.9272,0,11,62,496,318,36,174,0.016129032258064516,1,0.7096774193548387,44,1.903225806451613,118,,,0.27419354838709675,17.0,,,0.016129032258064516,1.0,0.03225806451612903,2.0,,,,,,0.03225806451612903,2.0
0.0,0,64,512,4,2.0469,0,0.9375,8288.5215,11438.4843,6869.6997,30098,1,8460.0528,0.3105,0.0009,0.1174,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0823,0.0,0.0,1.0,0.0,0.0098,0.5156,0.3105,16.4812,52.8363,626.6665,27.0,857.9676,231.3011,0.0681,5.0632,63.8404,378.6142,442.7932,1506.3171,20.1143,378.8842,1038.3433,0,12,61,488,336,34,148,0.08196721311475409,5,0.4262295081967213,26,2.0,122,,,,,0.0082,14.2883,,,,,,,,,,,
0.0,0,64,512,4,1.8594,1,1.0,9424.3887,11515.9448,8280.6677,31489,1,8503.4449,0.3535,0.0115,0.1432,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0949,-0.0056,0.0,1.0,0.0,0.0141,0.4844,0.3535,16.4678,52.8132,621.8625,27.5,857.9676,236.105,0.0692,5.3542,67.5569,403.5167,471.4412,1052.6072,20.0156,403.8146,555.7923,0,13,62,496,355,29,138,0.03225806451612903,2,0.3387096774193548,21,1.903225806451613,118,0.016129032258064516,1.0,0.06451612903225806,4.0,,,,,,,0.016129032258064516,1.0,,,,,
0.0,0,64,512,3,1.875,0,0.9531,9385.0332,12458.9409,6735.8836,31011,1,8192.4947,0.4629,0.0013,0.1105,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0993,-0.0039,0.0,1.0,0.0,0.0099,0.6094,0.4629,16.5378,52.9189,616.3051,28.2,857.9676,241.6625,0.0693,5.2101,68.9072,380.4787,449.7502,1450.7884,19.1419,380.7733,976.682,0,14,63,504,292,52,179,0.5079365079365079,32,0.49206349206349204,31,2.253968253968254,142,,,0.1746031746031746,11.0,0.0083,13.8408,,,0.015873015873015872,1.0,,,,,,,
0.0,0,64,512,4,1.9531,1,1.0,8297.8984,13617.4579,4477.8121,31722,1,8835.3645,0.418,0.0413,0.1845,-0.0006,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0805,-0.0396,0.0,1.0,0.0,0.0122,0.6094,0.418,16.6534,53.0029,614.3604,28.4,857.9676,243.6072,0.0905,5.4622,70.0459,399.3377,469.7748,1098.5712,18.8556,399.6379,604.4742,0,15,29,232,139,23,73,0.6896551724137931,20,0.3793103448275862,11,2.103448275862069,61,,,0.034482758620689655,1.0,,,,,,,,,7.0447,,,,
1 async/discard_rate async/discarded_count async/effective_batch_groups async/effective_batch_samples async/staleness_max async/staleness_mean async/staleness_min async/staleness_ratio generate/avg_num_tokens generate/avg_tokens_non_zero_rewards generate/avg_tokens_zero_rewards generate/max_num_tokens generate/min_num_tokens generate/std_num_tokens loss/avg_final_rewards loss/avg_raw_advantages loss/avg_raw_advantages_abs policy/final_loss policy/log_ratio_abs_max policy/log_ratio_abs_mean policy/log_ratio_abs_p99 policy/log_ratio_abs_pos00 policy/log_ratio_abs_pos10 policy/log_ratio_abs_pos20 policy/log_ratio_abs_pos30 policy/log_ratio_abs_pos40 policy/log_ratio_abs_pos50 policy/log_ratio_abs_pos60 policy/log_ratio_abs_pos70 policy/log_ratio_abs_pos80 policy/log_ratio_abs_pos90 policy/n_tokens_dp_gt_10pct policy/n_tokens_dp_gt_1pct policy/n_tokens_dp_gt_50pct policy/policy_entropy policy/policy_loss policy/policy_lr policy/policy_update_steps policy/ppo_clip_ratio policy/raw_grad_norm reward/avg_pass_at_8 reward/avg_raw_reward system/process_rss_gb system/process_vms_gb system/ram_available_gb system/ram_percent system/ram_total_gb system/ram_used_gb timing/compute_advantages_and_returns timing/convert_to_training_input timing/fwd_logprobs_values_reward timing/policy_train timing/run_training timing/step timing/sync_weights timing/train_critic_and_policy timing/wait_for_generation_buffer trainer/epoch trainer/global_step batch_errors/total_batches batch_errors/total_instances batch_errors/total_successful batch_errors/total_failed batch_errors/total_masked batch_errors/avg_VerifierTimeoutError batch_errors/total_VerifierTimeoutError batch_errors/avg_RewardFileNotFoundError batch_errors/total_RewardFileNotFoundError batch_errors/avg_ContextLengthExceededError batch_errors/total_ContextLengthExceededError batch_errors/avg_DaytonaError batch_errors/total_DaytonaError batch_errors/avg_AgentTimeoutError batch_errors/total_AgentTimeoutError timing/cleanup_old_checkpoints timing/save_checkpoints batch_errors/avg_AgentSetupTimeoutError batch_errors/total_AgentSetupTimeoutError batch_errors/avg_RuntimeError batch_errors/total_RuntimeError batch_errors/avg_DaytonaValidationError batch_errors/total_DaytonaValidationError timing/save_hf_model batch_errors/avg_OSError batch_errors/total_OSError batch_errors/avg_InvalidChatHistory batch_errors/total_InvalidChatHistory
2 0.0 0 64 512 0 0.0 0 0.0 7625.0625 7224.375 7737.255 30738 1 4761.9131 0.2188 0.0075 0.073 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1389 -0.0006 0.0 1.0 0.0 0.0119 0.3438 0.2188 13.0466 50.5942 619.6773 27.8 857.9676 238.2903 0.174 5.7105 52.1727 276.715 329.3376 3243.0859 18.785 276.9904 2889.2525 0 1 122 976 861 25 105 0.08196721311475409 10 0.1557377049180328 19 0.7213114754098361 88 0.1557377049180328 19.0 0.00819672131147541 1.0
3 0.0 0 64 512 1 0.8594 0 0.8594 7177.1777 12205.0132 6300.7661 30121 1 6965.3117 0.1484 0.0008 0.0573 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1061 0.0 0.0 1.0 0.0 0.0126 0.2969 0.1484 13.243 50.8937 615.3109 28.3 857.9676 242.6567 0.0837 4.8108 58.2744 339.0771 397.7541 1411.7557 18.8332 339.3956 990.3545 0 2 59 472 296 35 175 0.01694915254237288 1 0.559322033898305 33 2.5254237288135593 149 0.13559322033898305 8.0 0.05084745762711865 3.0 11.7344 24.1088
4 0.0 0 64 512 2 1.7812 1 1.0 7265.7207 12081.0973 5901.9674 29939 1 8199.2276 0.2207 0.0069 0.0702 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.08 -0.0003 0.0 1.0 0.0 0.0124 0.4375 0.2207 13.5014 51.1487 635.6704 25.9 857.9676 222.2972 0.0629 4.9026 60.7343 357.7506 418.799 1018.8959 19.2948 358.0014 575.8965 0 3 62 496 333 31 158 0.08064516129032258 5 0.46774193548387094 29 2.1129032258064515 131 0.14516129032258066 9.0 0.06451612903225806 4.0
5 0.0 0 64 512 3 1.9688 1 1.0 7590.9688 11570.6327 6648.9227 30516 1 7962.9942 0.1914 0.0099 0.0575 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0873 -0.0 0.0 1.0 0.0 0.0094 0.3281 0.1914 13.8736 51.5602 629.9651 26.6 857.9676 228.0024 0.0675 4.8477 64.746 371.3923 436.5098 1747.2973 18.7621 371.6959 1287.1747 0 4 60 480 365 30 78 0.38333333333333336 23 0.3333333333333333 20 1.0 60 0.11666666666666667 7.0 0.13333333333333333 8.0 0.009 14.9388 0.2 12.0 0.016666666666666666 1.0 0.016666666666666666 1.0
6 0.0 0 64 512 4 2.0312 0 0.9688 8771.291 10771.0216 8026.0831 30080 1 7853.3448 0.2715 0.0274 0.1454 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1 -0.0118 0.0 1.0 0.0 0.0161 0.4688 0.2715 14.1341 51.7956 626.9705 26.9 857.9676 230.9971 0.0695 5.2329 68.1798 390.2188 458.7438 1098.8385 19.5078 390.4937 615.3497 0 5 60 480 313 33 160 0.11666666666666667 7 0.4 24 2.183333333333333 131 0.06666666666666667 4.0 0.016666666666666666 1.0 0.016666666666666666 1.0 7.4534
7 0.0 0 64 512 4 2.2812 1 1.0 7900.2266 11606.0148 6573.2202 31068 1 7930.2657 0.2637 0.0099 0.1305 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0883 -0.0014 0.0 1.0 0.0 0.013 0.4531 0.2637 15.412 51.7556 632.2452 26.3 857.9676 225.7224 0.0692 5.1154 75.0537 390.2941 465.7046 1022.7624 17.8311 390.5812 534.1069 0 6 54 432 299 30 105 0.25925925925925924 14 0.5925925925925926 32 1.1111111111111112 60 0.05555555555555555 3.0 0.9629629629629629 52.0 0.0093 380.1291 0.3333333333333333 18.0
8 0.0 0 64 512 5 2.0625 0 0.9062 7949.4258 11722.3093 7067.5711 31276 1 8054.53 0.1895 0.015 0.1512 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0879 -0.0082 0.0 1.0 0.0 0.0136 0.375 0.1895 15.8696 52.032 629.155 26.7 857.9676 228.8126 0.0684 5.1544 60.2546 381.8308 442.4312 2477.6801 19.2041 382.1079 2010.8858 0 7 62 496 357 29 123 0.04838709677419355 3 0.5161290322580645 32 1.2258064516129032 76 0.06451612903225806 4.0 0.1774193548387097 11.0 0.1935483870967742 12.0 0.016129032258064516 1.0
9 0.0 0 64 512 4 2.3281 0 0.9531 8908.293 12078.8656 7099.316 31296 1 8191.8566 0.3633 0.0258 0.1614 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0957 -0.0064 0.0 1.0 0.0 0.0137 0.6094 0.3633 15.993 52.1296 625.3193 27.1 857.9676 232.6483 0.0792 5.3606 69.5205 400.225 470.1551 1138.492 19.2829 400.5548 643.6897 0 8 62 496 384 21 109 0.03225806451612903 2 0.3064516129032258 19 1.5161290322580645 94 0.03225806451612903 2.0 0.016129032258064516 1.0 0.0091 15.1919 0.016129032258064516 1.0
10 0.0 0 64 512 4 2.0469 0 0.9844 9910.3848 12086.2275 8857.1507 31181 1 7957.1519 0.3262 0.0139 0.1466 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.099 0.0 0.0 1.0 0.0 0.0133 0.5156 0.3262 15.9547 52.0868 622.0262 27.5 857.9676 235.9414 0.0903 5.5966 76.5212 393.6694 470.5749 978.971 19.4868 393.963 483.3085 0 9 63 504 370 28 129 0.06349206349206349 4 0.2857142857142857 18 1.6666666666666667 105 0.1111111111111111 7.0 0.07936507936507936 5.0 0.015873015873015872 1.0 0.015873015873015872 1.0
11 0.0 0 64 512 5 2.2344 1 1.0 8843.7188 10832.1392 7956.2316 30839 1 7853.7819 0.3086 0.0055 0.1532 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.102 -0.0047 0.0 1.0 0.0 0.0124 0.4688 0.3086 15.9543 52.2064 614.1585 28.4 857.9676 243.8091 0.0893 5.2872 71.2299 391.5737 463.1804 1174.4984 19.2133 391.8605 686.8148 0 10 61 488 331 37 154 0.03278688524590164 2 0.8688524590163934 53 1.6557377049180328 101 0.04918032786885246 3.0 0.06557377049180328 4.0 0.0076 14.4778 0.01639344262295082 1.0 7.5612
12 0.0 0 64 512 4 2.3906 1 1.0 10252.3184 14721.0764 8275.9944 30935 1 9271.5503 0.3066 0.0152 0.1371 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0867 -0.002 0.0 1.0 0.0 0.0111 0.5156 0.3066 16.5099 52.7488 611.0344 28.8 857.9676 246.9332 0.0704 5.6829 79.3026 436.8547 516.5422 1753.6025 19.447 437.1685 1211.9272 0 11 62 496 318 36 174 0.016129032258064516 1 0.7096774193548387 44 1.903225806451613 118 0.27419354838709675 17.0 0.016129032258064516 1.0 0.03225806451612903 2.0 0.03225806451612903 2.0
13 0.0 0 64 512 4 2.0469 0 0.9375 8288.5215 11438.4843 6869.6997 30098 1 8460.0528 0.3105 0.0009 0.1174 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0823 0.0 0.0 1.0 0.0 0.0098 0.5156 0.3105 16.4812 52.8363 626.6665 27.0 857.9676 231.3011 0.0681 5.0632 63.8404 378.6142 442.7932 1506.3171 20.1143 378.8842 1038.3433 0 12 61 488 336 34 148 0.08196721311475409 5 0.4262295081967213 26 2.0 122 0.0082 14.2883
14 0.0 0 64 512 4 1.8594 1 1.0 9424.3887 11515.9448 8280.6677 31489 1 8503.4449 0.3535 0.0115 0.1432 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0949 -0.0056 0.0 1.0 0.0 0.0141 0.4844 0.3535 16.4678 52.8132 621.8625 27.5 857.9676 236.105 0.0692 5.3542 67.5569 403.5167 471.4412 1052.6072 20.0156 403.8146 555.7923 0 13 62 496 355 29 138 0.03225806451612903 2 0.3387096774193548 21 1.903225806451613 118 0.016129032258064516 1.0 0.06451612903225806 4.0 0.016129032258064516 1.0
15 0.0 0 64 512 3 1.875 0 0.9531 9385.0332 12458.9409 6735.8836 31011 1 8192.4947 0.4629 0.0013 0.1105 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0993 -0.0039 0.0 1.0 0.0 0.0099 0.6094 0.4629 16.5378 52.9189 616.3051 28.2 857.9676 241.6625 0.0693 5.2101 68.9072 380.4787 449.7502 1450.7884 19.1419 380.7733 976.682 0 14 63 504 292 52 179 0.5079365079365079 32 0.49206349206349204 31 2.253968253968254 142 0.1746031746031746 11.0 0.0083 13.8408 0.015873015873015872 1.0
16 0.0 0 64 512 4 1.9531 1 1.0 8297.8984 13617.4579 4477.8121 31722 1 8835.3645 0.418 0.0413 0.1845 -0.0006 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0805 -0.0396 0.0 1.0 0.0 0.0122 0.6094 0.418 16.6534 53.0029 614.3604 28.4 857.9676 243.6072 0.0905 5.4622 70.0459 399.3377 469.7748 1098.5712 18.8556 399.6379 604.4742 0 15 29 232 139 23 73 0.6896551724137931 20 0.3793103448275862 11 2.103448275862069 61 0.034482758620689655 1.0 7.0447

View File

@@ -0,0 +1,34 @@
async/discard_rate,async/discarded_count,async/effective_batch_groups,async/effective_batch_samples,async/staleness_max,async/staleness_mean,async/staleness_min,async/staleness_ratio,generate/avg_num_tokens,generate/avg_tokens_non_zero_rewards,generate/avg_tokens_zero_rewards,generate/max_num_tokens,generate/min_num_tokens,generate/std_num_tokens,loss/avg_final_rewards,loss/avg_raw_advantages,loss/avg_raw_advantages_abs,policy/final_loss,policy/log_ratio_abs_max,policy/log_ratio_abs_mean,policy/log_ratio_abs_p99,policy/log_ratio_abs_pos00,policy/log_ratio_abs_pos10,policy/log_ratio_abs_pos20,policy/log_ratio_abs_pos30,policy/log_ratio_abs_pos40,policy/log_ratio_abs_pos50,policy/log_ratio_abs_pos60,policy/log_ratio_abs_pos70,policy/log_ratio_abs_pos80,policy/log_ratio_abs_pos90,policy/n_tokens_dp_gt_10pct,policy/n_tokens_dp_gt_1pct,policy/n_tokens_dp_gt_50pct,policy/policy_entropy,policy/policy_loss,policy/policy_lr,policy/policy_update_steps,policy/ppo_clip_ratio,policy/raw_grad_norm,reward/avg_pass_at_8,reward/avg_raw_reward,system/process_rss_gb,system/process_vms_gb,system/ram_available_gb,system/ram_percent,system/ram_total_gb,system/ram_used_gb,timing/compute_advantages_and_returns,timing/convert_to_training_input,timing/fwd_logprobs_values_reward,timing/policy_train,timing/run_training,timing/save_hf_model,timing/step,timing/sync_weights,timing/train_critic_and_policy,timing/wait_for_generation_buffer,trainer/epoch,trainer/global_step,batch_errors/total_batches,batch_errors/total_instances,batch_errors/total_successful,batch_errors/total_failed,batch_errors/total_masked,batch_errors/avg_ContextLengthExceededError,batch_errors/total_ContextLengthExceededError,batch_errors/avg_VerifierTimeoutError,batch_errors/total_VerifierTimeoutError,batch_errors/avg_RewardFileNotFoundError,batch_errors/total_RewardFileNotFoundError,batch_errors/avg_AgentTimeoutError,batch_errors/total_AgentTimeoutError,timing/cleanup_old_checkpoints,timing/save_checkpoints,batch_errors/avg_RuntimeError,batch_errors/total_RuntimeError,batch_errors/avg_DaytonaError,batch_errors/total_DaytonaError,batch_errors/avg_InvalidChatHistory,batch_errors/total_InvalidChatHistory,batch_errors/avg_AddTestsDirError,batch_errors/total_AddTestsDirError,batch_errors/avg_DaytonaValidationError,batch_errors/total_DaytonaValidationError,batch_errors/avg_DaytonaNotFoundError,batch_errors/total_DaytonaNotFoundError,batch_errors/avg_DaytonaAuthenticationError,batch_errors/total_DaytonaAuthenticationError,batch_errors/avg_BadRequestError,batch_errors/total_BadRequestError
0.0,0,64,512,4,0.8125,0,0.3438,10043.9688,14390.037,6117.9665,30599,1,8786.9836,0.4746,0.0116,0.1916,-0.0003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0915,-0.0162,0.0,1.0,0.0,0.012,0.6316,0.4746,13.2856,50.8235,636.991,25.8,857.9676,220.9766,0.1614,5.4867,81.9567,440.1081,522.4771,6.4462,3983.3663,17.8533,440.3584,3437.5488,0,15,57,456,242,40,209,4.12280701754386,235,0.08771929824561403,5.0,0.03508771929824561,2,0.05263157894736842,3.0,,,,,,,,,,,,,,,,,,
0.0,0,64,512,1,1.0,1,1.0,7498.4824,13812.0622,3678.6677,31130,1,9204.9133,0.377,0.0033,0.1525,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0677,-0.0031,0.0,1.0,0.0,0.0079,0.5938,0.377,13.4282,50.9644,635.3312,25.9,857.9676,222.6364,0.0652,5.6522,64.7632,395.4832,460.6106,,499.1993,18.6285,395.7815,14.2953,0,16,63,504,302,38,181,2.380952380952381,150,0.2698412698412698,17.0,0.30158730158730157,19,0.20634920634920634,13.0,51.129,59.3271,0.06349206349206349,4.0,0.015873015873015872,1.0,,,,,,,,,,,,
0.0,0,64,512,2,1.8594,0,0.9688,7701.8828,12047.2903,5222.6012,30467,1,8349.8611,0.3633,0.0104,0.0646,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0762,-0.007,0.0,1.0,0.0,0.0072,0.5156,0.3633,13.6183,51.2876,631.3316,26.4,857.9676,226.636,0.0682,5.0927,65.9242,375.6956,441.9899,,1117.181,21.8449,375.9969,648.249,0,17,62,496,293,39,198,2.5161290322580645,156,0.06451612903225806,4.0,0.5483870967741935,34,0.12903225806451613,8.0,,,0.016129032258064516,1.0,,,0.016129032258064516,1.0,,,,,,,,,,
0.0,0,64,512,3,2.1562,1,1.0,8240.4648,13241.5728,4873.7059,30387,1,8631.7732,0.4023,0.0127,0.0925,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0794,-0.0056,0.0,1.0,0.0,0.0071,0.5625,0.4023,14.0402,51.7045,638.1868,25.6,857.9676,219.7808,0.0666,5.1977,64.2028,403.7568,468.2926,,1270.1843,18.1796,404.0228,778.5088,0,18,64,512,260,44,250,3.015625,193,0.015625,1.0,0.921875,59,0.0625,4.0,0.0085,8.0188,0.015625,1.0,0.03125,2.0,,,,,,,,,,,,
0.0,0,64,512,4,2.1562,0,0.9531,6990.9492,12020.7235,4490.769,31051,1,8875.3705,0.332,-0.0089,0.1279,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0675,-0.0017,0.0,1.0,0.0,0.0078,0.5312,0.332,14.8202,51.9241,632.3823,26.3,857.9676,225.5853,0.0671,5.1962,64.7246,381.4328,446.4977,,1148.4227,18.1269,381.7057,678.5977,0,19,60,480,293,33,187,2.6166666666666667,157,,,0.45,27,0.06666666666666667,4.0,,,,,,,,,,,,,,,,,,
0.0,0,64,512,4,1.9531,0,0.9688,9259.5508,14031.0932,5179.5362,31001,1,9007.3134,0.4609,-0.0003,0.1066,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.082,0.0,0.0,1.0,0.0,0.0085,0.6094,0.4609,14.9999,52.0775,628.0569,26.8,857.9676,229.9107,0.0703,5.457,75.4662,416.4031,492.1865,5.8464,1091.1905,18.2448,416.6497,575.2975,0,20,63,504,246,43,255,3.7301587301587302,235,0.047619047619047616,3.0,0.31746031746031744,20,,,0.0087,8.1729,,,,,,,,,,,,,,,,
0.0,0,64,512,4,2.0469,1,1.0,7294.0215,14012.896,3865.2153,31152,1,8948.9166,0.3379,0.0206,0.1521,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0663,-0.0047,0.0,1.0,0.0,0.0107,0.5156,0.3379,14.9392,52.0136,625.1726,27.1,857.9676,232.795,0.0669,4.8869,67.2412,405.1375,472.7686,,1247.3964,18.7072,405.46,751.0291,0,21,60,480,309,31,170,2.533333333333333,152,,,0.5,30,0.13333333333333333,8.0,,,0.03333333333333333,2.0,0.016666666666666666,1.0,,,,,,,,,,,,
0.0,0,64,512,4,2.0938,1,1.0,9318.7285,14136.8252,6075.1732,30412,1,9042.3751,0.4023,-0.001,0.0945,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0755,0.0,0.0,1.0,0.0,0.007,0.5156,0.4023,15.2088,52.2768,621.5501,27.6,857.9676,236.4175,0.0738,5.2947,77.6549,410.8159,488.7934,,1086.9983,20.5473,411.0638,572.3576,0,22,62,496,325,30,169,2.3548387096774195,146,0.03225806451612903,2.0,0.46774193548387094,29,,,0.0085,8.2832,,,,,,,,,,,,,,,,
0.0,0,64,512,4,2.0156,0,0.9688,9044.4941,13604.1423,5052.7143,30212,1,8533.9495,0.4668,0.0065,0.0629,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0819,-0.0039,0.0,1.0,0.0,0.0058,0.5625,0.4668,15.5017,52.5878,619.3405,27.8,857.9676,238.6271,0.0947,5.2107,68.7381,394.8644,463.9526,,1083.1751,19.3543,395.1193,594.6529,0,23,63,504,299,38,203,2.634920634920635,166,,,0.47619047619047616,30,0.09523809523809523,6.0,,,0.031746031746031744,2.0,0.015873015873015872,1.0,,,,,,,,,,,,
0.0,0,64,512,4,2.2812,1,1.0,8863.2207,14237.0049,5303.961,30358,1,9083.6983,0.3984,0.0006,0.0876,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0697,-0.0036,0.0,1.0,0.0,0.0081,0.5156,0.3984,15.7371,52.415,616.6314,28.1,857.9676,241.3362,0.0947,5.3511,74.4152,423.1345,497.915,,1095.5636,18.6962,423.4046,573.5961,0,24,62,496,272,36,157,2.1129032258064515,131,,,0.3387096774193548,21,0.06451612903225806,4.0,0.0075,8.3733,1.064516129032258,66.0,0.016129032258064516,1.0,,,0.016129032258064516,1.0,,,,,,,,
0.0,0,64,512,4,2.0,1,1.0,7082.9258,11817.6169,2159.6016,30261,1,7915.5552,0.5098,0.0381,0.0837,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0748,-0.0131,0.0,1.0,0.0,0.0081,0.6562,0.5098,15.8351,52.5445,614.8807,28.3,857.9676,243.0869,0.0928,5.1028,62.1565,367.598,430.0741,5.8472,1038.0898,18.8322,367.8244,584.0742,0,25,61,488,287,37,186,2.4754098360655736,151,0.01639344262295082,1.0,0.5245901639344263,32,0.01639344262295082,1.0,,,0.22950819672131148,14.0,0.03278688524590164,2.0,,,,,,,,,,,,
0.0,0,64,512,4,2.2656,0,0.9688,8405.4805,13689.377,3284.1654,31582,1,8997.5458,0.4922,0.0076,0.1676,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0763,-0.0039,0.0,1.0,0.0,0.0118,0.6719,0.4922,15.8118,52.5092,612.9187,28.6,857.9676,245.0489,0.106,5.3066,73.3437,432.3665,506.068,,1117.9745,19.1959,432.6178,587.3985,0,26,64,512,303,38,207,2.921875,187,,,0.171875,11,0.125,8.0,0.0083,8.1417,0.015625,1.0,,,,,,,0.015625,1.0,,,,,,
0.0,0,64,512,4,2.1406,0,0.9531,8104.0,12720.8773,4625.5308,30760,1,8737.4737,0.4297,0.0044,0.1064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0744,0.0,0.0,1.0,0.0,0.0058,0.5625,0.4297,15.8749,52.535,611.0115,28.8,857.9676,246.9561,0.0961,5.1634,69.4805,406.7062,476.5321,,1137.6313,17.9071,406.955,638.022,0,27,64,512,317,33,194,2.546875,163,,,0.328125,21,0.125,8.0,,,0.015625,1.0,0.03125,2.0,,,,,,,,,,,,
0.0,0,64,512,4,2.0469,0,0.9844,8965.1543,14208.3413,5377.7105,30175,1,8649.5026,0.4062,-0.0058,0.0742,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0786,0.0,0.0,1.0,0.0,0.0064,0.5,0.4062,15.8368,52.4594,609.0618,29.0,857.9676,248.9058,0.0967,5.2865,73.5918,399.8476,473.7755,,1213.5682,17.8058,400.0864,716.6938,0,28,64,512,203,44,307,3.375,216,0.015625,1.0,1.296875,83,0.09375,6.0,0.0083,8.1534,,,0.03125,2.0,,,,,,,0.015625,1.0,,,,
0.0,0,64,512,4,1.8438,0,0.9688,4807.4199,11605.3145,1745.4788,29540,1,7378.1992,0.3105,0.0066,0.0739,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.0,0.0,1.0,0.0,0.0054,0.4375,0.3105,15.6897,52.3523,636.7104,25.8,857.9676,221.2572,0.0669,4.4476,52.4671,309.0876,361.8426,,1177.2905,18.3216,309.308,792.672,0,29,64,512,335,30,168,2.3125,148,0.109375,7.0,0.1875,12,0.03125,2.0,,,0.03125,2.0,0.09375,6.0,,,,,,,,,,,,
0.0,0,64,512,4,1.9688,1,1.0,9308.584,12899.4187,5987.7368,30883,1,8406.5121,0.4805,-0.0002,0.095,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0859,0.0,0.0,1.0,0.0,0.0076,0.5781,0.4805,15.8548,52.4507,635.118,26.0,857.9676,222.8495,0.0981,5.2503,68.551,390.8444,459.7499,5.9118,1281.928,18.1842,391.1004,798.741,0,30,61,488,310,34,176,2.6885245901639343,164,0.01639344262295082,1.0,0.4262295081967213,26,0.09836065573770492,6.0,0.0082,8.2077,0.01639344262295082,1.0,0.01639344262295082,1.0,,,,,,,,,,,,
0.0,0,64,512,4,2.1094,0,0.9844,9028.293,13840.5327,5968.754,30842,1,9046.3677,0.3887,-0.0098,0.1065,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0795,0.0,0.0,1.0,0.0,0.0078,0.5469,0.3887,16.2642,52.8574,632.7353,26.3,857.9676,225.2323,0.0924,5.4716,75.0613,418.1977,493.617,,1057.0878,18.0932,418.4628,539.9012,0,31,63,504,289,36,213,3.0317460317460316,191,0.015873015873015872,1.0,0.31746031746031744,20,0.031746031746031744,2.0,,,0.015873015873015872,1.0,,,,,,,,,,,,,,
0.0,0,64,512,4,1.9062,0,0.9688,8406.084,13153.014,4969.7542,30839,1,8861.8785,0.4199,0.0045,0.1198,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0729,-0.002,0.0,1.0,0.0,0.0066,0.5312,0.4199,16.0708,52.7663,627.8627,26.8,857.9676,230.1049,0.0681,5.1245,74.3943,424.3503,499.0507,,1324.3609,17.6367,424.5879,802.5409,0,32,63,504,304,38,198,2.7936507936507935,176,0.015873015873015872,1.0,0.2698412698412698,17,0.06349206349206349,4.0,0.0081,8.095,,,0.015873015873015872,1.0,,,,,,,0.015873015873015872,1.0,,,,
0.0,0,64,512,4,1.9688,0,0.9688,9093.9473,14048.8726,5592.4667,31701,1,9193.8323,0.4141,0.01,0.0891,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0754,-0.002,0.0,1.0,0.0,0.0089,0.5469,0.4141,16.23,52.9794,624.6863,27.2,857.9676,233.2813,0.0928,5.3538,73.567,421.9198,495.8184,,1180.9791,18.4705,422.1583,661.3323,0,33,63,504,303,36,191,2.5714285714285716,162,0.15873015873015872,10.0,0.47619047619047616,30,0.06349206349206349,4.0,,,,,0.047619047619047616,3.0,,,,,,,,,,,,
0.0,0,64,512,4,1.9844,0,0.9375,8638.7949,13852.2409,4710.8562,30714,1,9092.826,0.4297,0.0014,0.0845,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0728,-0.0053,0.0,1.0,0.0,0.0103,0.5781,0.4297,16.2123,53.0018,621.1206,27.6,857.9676,236.847,0.0656,5.3728,72.0529,426.8815,499.2622,,1198.8932,17.8326,427.1434,676.4201,0,34,63,504,308,37,195,2.7936507936507935,176,,,0.25396825396825395,16,0.031746031746031744,2.0,0.0075,8.1614,,,0.015873015873015872,1.0,,,,,,,0.015873015873015872,1.0,,,,
0.0,0,64,512,4,2.1562,0,0.9844,9082.5645,14672.2166,4970.8542,30865,1,8898.1757,0.4238,0.0025,0.0649,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.074,-0.0,0.0,1.0,0.0,0.0051,0.5469,0.4238,16.3578,53.2004,617.6662,28.0,857.9676,240.3014,0.0707,5.3404,74.8819,418.933,494.1665,5.7189,1358.3402,18.4646,419.2135,840.3649,0,35,64,512,332,34,178,2.59375,166,,,0.125,8,0.03125,2.0,,,0.015625,1.0,0.03125,2.0,,,,,,,,,0.015625,1.0,,
0.0,0,64,512,4,1.8125,0,0.9844,8153.8496,11974.0177,5135.1154,30509,1,8198.9232,0.4414,0.01,0.1531,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0814,0.0,0.0,1.0,0.0,0.0137,0.625,0.4414,16.7331,53.5125,614.5441,28.4,857.9676,243.4235,0.0658,5.3159,69.99,390.8327,461.169,,1024.9228,17.6536,391.1128,540.7808,0,36,63,504,286,35,201,2.3968253968253967,151,0.2222222222222222,14.0,0.7619047619047619,48,0.09523809523809523,6.0,0.0086,8.4792,0.031746031746031744,2.0,0.06349206349206349,4.0,,,,,0.015873015873015872,1.0,,,,,,
0.0,0,64,512,4,2.0781,0,0.9688,7926.7285,13114.0734,5185.9522,30792,1,8656.5416,0.3457,0.0097,0.1201,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0683,-0.0,0.0,1.0,0.0,0.0092,0.5156,0.3457,17.0637,53.8715,631.0707,26.4,857.9676,226.8969,0.07,4.98,74.665,394.279,469.3102,,1137.8333,19.406,394.5748,644.134,0,37,63,504,249,42,253,3.2857142857142856,207,,,0.5873015873015873,37,0.15873015873015872,10.0,,,0.031746031746031744,2.0,0.1111111111111111,7.0,,,,,,,,,,,,
0.0,0,64,512,4,2.1094,1,1.0,6492.9453,13018.8578,1918.3023,29882,1,8138.6083,0.4121,0.0018,0.078,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0607,-0.0,0.0,1.0,0.0,0.0059,0.5312,0.4121,17.2033,54.1644,626.0621,27.0,857.9676,231.9055,0.0637,4.6815,60.473,358.2714,419.0629,,1203.8947,18.4229,358.5259,761.7229,0,38,63,504,331,35,171,2.111111111111111,133,0.015873015873015872,1.0,0.6190476190476191,39,,,0.0079,8.185,,,0.031746031746031744,2.0,,,,,0.015873015873015872,1.0,,,,,,
0.0,0,64,512,4,1.9531,0,0.9531,9348.0195,12903.2201,5708.5059,30661,1,8575.6132,0.5059,0.0026,0.1159,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0803,-0.002,0.0,1.0,0.0,0.0081,0.6094,0.5059,17.1404,54.0807,622.4419,27.5,857.9676,235.5257,0.0895,5.5337,78.8123,410.0876,489.2268,,1377.3474,18.261,410.3246,864.322,0,39,62,496,228,41,262,3.2903225806451615,204,0.04838709677419355,3.0,0.7580645161290323,47,0.2903225806451613,18.0,,,0.03225806451612903,2.0,0.03225806451612903,2.0,,,,,0.016129032258064516,1.0,,,,,,
0.0,0,64,512,4,2.1094,0,0.9844,6954.4766,13375.3373,3790.8455,31028,1,8885.5744,0.3301,-0.0049,0.0367,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0577,-0.0,0.0,1.0,0.0,0.0042,0.4219,0.3301,16.9337,53.936,619.6316,27.8,857.9676,238.336,0.0667,5.1322,69.1517,375.3557,444.8056,5.8205,1022.3215,18.7286,375.5868,553.6495,0,40,62,496,286,35,207,2.9516129032258065,183,0.04838709677419355,3.0,0.4838709677419355,30,0.03225806451612903,2.0,0.0083,8.1896,,,,,,,,,,,,,,,,
0.0,0,64,512,4,1.8906,0,0.9844,7305.373,12743.5708,3462.38,30677,1,8158.1034,0.4141,-0.0003,0.117,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0723,-0.0056,0.0,1.0,0.0,0.0074,0.5625,0.4141,17.101,54.0413,616.3723,28.2,857.9676,241.5953,0.0664,4.8896,61.965,389.4121,451.7006,,1246.7236,18.6415,389.6689,771.4886,0,41,64,512,285,42,215,2.59375,166,0.140625,9.0,0.671875,43,0.03125,2.0,,,0.03125,2.0,0.0625,4.0,,,,,,,,,,,0.015625,1.0
0.0,0,64,512,4,2.0156,0,0.9844,8266.0332,13999.6471,4967.0,30697,1,9030.0364,0.3652,0.002,0.078,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0701,-0.002,0.0,1.0,0.0,0.0057,0.5,0.3652,17.1598,54.1635,613.483,28.5,857.9676,244.4846,0.0678,5.0532,70.314,409.7554,480.4161,,1279.2251,18.222,410.0338,775.5305,0,42,63,504,246,44,248,3.0952380952380953,195,0.12698412698412698,8.0,0.7777777777777778,49,0.047619047619047616,3.0,0.0085,8.0067,0.015873015873015872,1.0,0.015873015873015872,1.0,,,,,,,,,,,0.015873015873015872,1.0
0.0,0,64,512,4,1.9844,0,0.9688,6704.2305,11044.7266,5086.7265,30831,1,8809.9567,0.2715,0.0067,0.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0578,0.0,0.0,1.0,0.0,0.0036,0.3906,0.2715,17.1136,54.1172,611.2435,28.8,857.9676,246.7241,0.0782,5.1087,66.0223,392.3629,458.7325,,1167.3483,17.8794,392.6315,685.624,0,43,63,504,310,36,194,2.746031746031746,173,,,0.36507936507936506,23,0.06349206349206349,4.0,,,,,0.031746031746031744,2.0,,,,,,,,,,,,
0.0,0,64,512,3,1.875,1,1.0,8919.4238,14119.042,4402.9672,29770,1,9088.3303,0.4648,0.0024,0.0197,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.072,-0.0,0.0,1.0,0.0,0.0055,0.625,0.4648,17.515,54.5351,608.3314,29.1,857.9676,249.6362,0.0668,5.1821,70.1461,403.6143,474.0762,,1315.3079,17.8501,403.8629,818.1959,0,44,63,504,257,42,241,3.3492063492063493,211,0.07936507936507936,5.0,0.31746031746031744,20,0.09523809523809523,6.0,0.0083,8.0581,0.015873015873015872,1.0,0.06349206349206349,4.0,,,,,,,,,,,,
0.0,0,64,512,4,1.9062,0,0.9844,7924.8887,14803.8923,3693.3249,31207,1,9490.6321,0.3809,-0.0037,0.1189,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0607,-0.002,0.0,1.0,0.0,0.0064,0.5625,0.3809,17.7297,54.6122,606.0663,29.4,857.9676,251.9012,0.0688,5.0476,70.1283,427.7604,498.2189,5.9343,1410.9037,17.8636,428.0213,889.77,0,45,63,504,270,41,228,2.873015873015873,181,0.15873015873015872,10.0,0.5873015873015873,37,0.09523809523809523,6.0,,,0.031746031746031744,2.0,0.09523809523809523,6.0,,,,,,,,,,,,
0.0,0,64,512,4,2.0781,0,0.9688,7638.4043,13247.8671,4775.7581,30873,1,8884.3509,0.3379,0.0052,0.0931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0647,0.0,0.0,1.0,0.0,0.0061,0.4844,0.3379,17.7921,54.6055,604.6766,29.5,857.9676,253.291,0.0654,4.9363,73.546,407.2533,481.0895,,1104.8726,18.5025,407.4777,600.3402,0,46,62,496,264,39,230,3.161290322580645,196,,,0.4032258064516129,25,0.16129032258064516,10.0,0.0081,8.2011,0.016129032258064516,1.0,0.08064516129032258,5.0,,,,,0.016129032258064516,1.0,,,,,,
0.0,0,64,512,4,1.7969,0,0.9844,6851.4199,12225.5888,2992.1174,30755,1,7931.0855,0.418,-0.0021,0.047,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0685,0.0,0.0,1.0,0.0,0.0052,0.5469,0.418,18.1033,54.9814,602.0737,29.8,857.9676,255.8939,0.066,4.9299,57.8628,357.5458,415.7126,,1369.9292,18.0687,357.7835,931.214,0,47,62,496,276,37,219,2.935483870967742,182,,,0.6290322580645161,39,0.016129032258064516,1.0,,,0.016129032258064516,1.0,0.06451612903225806,4.0,0.016129032258064516,1.0,,,,,,,,,,
1 async/discard_rate async/discarded_count async/effective_batch_groups async/effective_batch_samples async/staleness_max async/staleness_mean async/staleness_min async/staleness_ratio generate/avg_num_tokens generate/avg_tokens_non_zero_rewards generate/avg_tokens_zero_rewards generate/max_num_tokens generate/min_num_tokens generate/std_num_tokens loss/avg_final_rewards loss/avg_raw_advantages loss/avg_raw_advantages_abs policy/final_loss policy/log_ratio_abs_max policy/log_ratio_abs_mean policy/log_ratio_abs_p99 policy/log_ratio_abs_pos00 policy/log_ratio_abs_pos10 policy/log_ratio_abs_pos20 policy/log_ratio_abs_pos30 policy/log_ratio_abs_pos40 policy/log_ratio_abs_pos50 policy/log_ratio_abs_pos60 policy/log_ratio_abs_pos70 policy/log_ratio_abs_pos80 policy/log_ratio_abs_pos90 policy/n_tokens_dp_gt_10pct policy/n_tokens_dp_gt_1pct policy/n_tokens_dp_gt_50pct policy/policy_entropy policy/policy_loss policy/policy_lr policy/policy_update_steps policy/ppo_clip_ratio policy/raw_grad_norm reward/avg_pass_at_8 reward/avg_raw_reward system/process_rss_gb system/process_vms_gb system/ram_available_gb system/ram_percent system/ram_total_gb system/ram_used_gb timing/compute_advantages_and_returns timing/convert_to_training_input timing/fwd_logprobs_values_reward timing/policy_train timing/run_training timing/save_hf_model timing/step timing/sync_weights timing/train_critic_and_policy timing/wait_for_generation_buffer trainer/epoch trainer/global_step batch_errors/total_batches batch_errors/total_instances batch_errors/total_successful batch_errors/total_failed batch_errors/total_masked batch_errors/avg_ContextLengthExceededError batch_errors/total_ContextLengthExceededError batch_errors/avg_VerifierTimeoutError batch_errors/total_VerifierTimeoutError batch_errors/avg_RewardFileNotFoundError batch_errors/total_RewardFileNotFoundError batch_errors/avg_AgentTimeoutError batch_errors/total_AgentTimeoutError timing/cleanup_old_checkpoints timing/save_checkpoints batch_errors/avg_RuntimeError batch_errors/total_RuntimeError batch_errors/avg_DaytonaError batch_errors/total_DaytonaError batch_errors/avg_InvalidChatHistory batch_errors/total_InvalidChatHistory batch_errors/avg_AddTestsDirError batch_errors/total_AddTestsDirError batch_errors/avg_DaytonaValidationError batch_errors/total_DaytonaValidationError batch_errors/avg_DaytonaNotFoundError batch_errors/total_DaytonaNotFoundError batch_errors/avg_DaytonaAuthenticationError batch_errors/total_DaytonaAuthenticationError batch_errors/avg_BadRequestError batch_errors/total_BadRequestError
2 0.0 0 64 512 4 0.8125 0 0.3438 10043.9688 14390.037 6117.9665 30599 1 8786.9836 0.4746 0.0116 0.1916 -0.0003 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0915 -0.0162 0.0 1.0 0.0 0.012 0.6316 0.4746 13.2856 50.8235 636.991 25.8 857.9676 220.9766 0.1614 5.4867 81.9567 440.1081 522.4771 6.4462 3983.3663 17.8533 440.3584 3437.5488 0 15 57 456 242 40 209 4.12280701754386 235 0.08771929824561403 5.0 0.03508771929824561 2 0.05263157894736842 3.0
3 0.0 0 64 512 1 1.0 1 1.0 7498.4824 13812.0622 3678.6677 31130 1 9204.9133 0.377 0.0033 0.1525 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0677 -0.0031 0.0 1.0 0.0 0.0079 0.5938 0.377 13.4282 50.9644 635.3312 25.9 857.9676 222.6364 0.0652 5.6522 64.7632 395.4832 460.6106 499.1993 18.6285 395.7815 14.2953 0 16 63 504 302 38 181 2.380952380952381 150 0.2698412698412698 17.0 0.30158730158730157 19 0.20634920634920634 13.0 51.129 59.3271 0.06349206349206349 4.0 0.015873015873015872 1.0
4 0.0 0 64 512 2 1.8594 0 0.9688 7701.8828 12047.2903 5222.6012 30467 1 8349.8611 0.3633 0.0104 0.0646 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0762 -0.007 0.0 1.0 0.0 0.0072 0.5156 0.3633 13.6183 51.2876 631.3316 26.4 857.9676 226.636 0.0682 5.0927 65.9242 375.6956 441.9899 1117.181 21.8449 375.9969 648.249 0 17 62 496 293 39 198 2.5161290322580645 156 0.06451612903225806 4.0 0.5483870967741935 34 0.12903225806451613 8.0 0.016129032258064516 1.0 0.016129032258064516 1.0
5 0.0 0 64 512 3 2.1562 1 1.0 8240.4648 13241.5728 4873.7059 30387 1 8631.7732 0.4023 0.0127 0.0925 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0794 -0.0056 0.0 1.0 0.0 0.0071 0.5625 0.4023 14.0402 51.7045 638.1868 25.6 857.9676 219.7808 0.0666 5.1977 64.2028 403.7568 468.2926 1270.1843 18.1796 404.0228 778.5088 0 18 64 512 260 44 250 3.015625 193 0.015625 1.0 0.921875 59 0.0625 4.0 0.0085 8.0188 0.015625 1.0 0.03125 2.0
6 0.0 0 64 512 4 2.1562 0 0.9531 6990.9492 12020.7235 4490.769 31051 1 8875.3705 0.332 -0.0089 0.1279 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0675 -0.0017 0.0 1.0 0.0 0.0078 0.5312 0.332 14.8202 51.9241 632.3823 26.3 857.9676 225.5853 0.0671 5.1962 64.7246 381.4328 446.4977 1148.4227 18.1269 381.7057 678.5977 0 19 60 480 293 33 187 2.6166666666666667 157 0.45 27 0.06666666666666667 4.0
7 0.0 0 64 512 4 1.9531 0 0.9688 9259.5508 14031.0932 5179.5362 31001 1 9007.3134 0.4609 -0.0003 0.1066 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.082 0.0 0.0 1.0 0.0 0.0085 0.6094 0.4609 14.9999 52.0775 628.0569 26.8 857.9676 229.9107 0.0703 5.457 75.4662 416.4031 492.1865 5.8464 1091.1905 18.2448 416.6497 575.2975 0 20 63 504 246 43 255 3.7301587301587302 235 0.047619047619047616 3.0 0.31746031746031744 20 0.0087 8.1729
8 0.0 0 64 512 4 2.0469 1 1.0 7294.0215 14012.896 3865.2153 31152 1 8948.9166 0.3379 0.0206 0.1521 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0663 -0.0047 0.0 1.0 0.0 0.0107 0.5156 0.3379 14.9392 52.0136 625.1726 27.1 857.9676 232.795 0.0669 4.8869 67.2412 405.1375 472.7686 1247.3964 18.7072 405.46 751.0291 0 21 60 480 309 31 170 2.533333333333333 152 0.5 30 0.13333333333333333 8.0 0.03333333333333333 2.0 0.016666666666666666 1.0
9 0.0 0 64 512 4 2.0938 1 1.0 9318.7285 14136.8252 6075.1732 30412 1 9042.3751 0.4023 -0.001 0.0945 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0755 0.0 0.0 1.0 0.0 0.007 0.5156 0.4023 15.2088 52.2768 621.5501 27.6 857.9676 236.4175 0.0738 5.2947 77.6549 410.8159 488.7934 1086.9983 20.5473 411.0638 572.3576 0 22 62 496 325 30 169 2.3548387096774195 146 0.03225806451612903 2.0 0.46774193548387094 29 0.0085 8.2832
10 0.0 0 64 512 4 2.0156 0 0.9688 9044.4941 13604.1423 5052.7143 30212 1 8533.9495 0.4668 0.0065 0.0629 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0819 -0.0039 0.0 1.0 0.0 0.0058 0.5625 0.4668 15.5017 52.5878 619.3405 27.8 857.9676 238.6271 0.0947 5.2107 68.7381 394.8644 463.9526 1083.1751 19.3543 395.1193 594.6529 0 23 63 504 299 38 203 2.634920634920635 166 0.47619047619047616 30 0.09523809523809523 6.0 0.031746031746031744 2.0 0.015873015873015872 1.0
11 0.0 0 64 512 4 2.2812 1 1.0 8863.2207 14237.0049 5303.961 30358 1 9083.6983 0.3984 0.0006 0.0876 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0697 -0.0036 0.0 1.0 0.0 0.0081 0.5156 0.3984 15.7371 52.415 616.6314 28.1 857.9676 241.3362 0.0947 5.3511 74.4152 423.1345 497.915 1095.5636 18.6962 423.4046 573.5961 0 24 62 496 272 36 157 2.1129032258064515 131 0.3387096774193548 21 0.06451612903225806 4.0 0.0075 8.3733 1.064516129032258 66.0 0.016129032258064516 1.0 0.016129032258064516 1.0
12 0.0 0 64 512 4 2.0 1 1.0 7082.9258 11817.6169 2159.6016 30261 1 7915.5552 0.5098 0.0381 0.0837 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0748 -0.0131 0.0 1.0 0.0 0.0081 0.6562 0.5098 15.8351 52.5445 614.8807 28.3 857.9676 243.0869 0.0928 5.1028 62.1565 367.598 430.0741 5.8472 1038.0898 18.8322 367.8244 584.0742 0 25 61 488 287 37 186 2.4754098360655736 151 0.01639344262295082 1.0 0.5245901639344263 32 0.01639344262295082 1.0 0.22950819672131148 14.0 0.03278688524590164 2.0
13 0.0 0 64 512 4 2.2656 0 0.9688 8405.4805 13689.377 3284.1654 31582 1 8997.5458 0.4922 0.0076 0.1676 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0763 -0.0039 0.0 1.0 0.0 0.0118 0.6719 0.4922 15.8118 52.5092 612.9187 28.6 857.9676 245.0489 0.106 5.3066 73.3437 432.3665 506.068 1117.9745 19.1959 432.6178 587.3985 0 26 64 512 303 38 207 2.921875 187 0.171875 11 0.125 8.0 0.0083 8.1417 0.015625 1.0 0.015625 1.0
14 0.0 0 64 512 4 2.1406 0 0.9531 8104.0 12720.8773 4625.5308 30760 1 8737.4737 0.4297 0.0044 0.1064 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0744 0.0 0.0 1.0 0.0 0.0058 0.5625 0.4297 15.8749 52.535 611.0115 28.8 857.9676 246.9561 0.0961 5.1634 69.4805 406.7062 476.5321 1137.6313 17.9071 406.955 638.022 0 27 64 512 317 33 194 2.546875 163 0.328125 21 0.125 8.0 0.015625 1.0 0.03125 2.0
15 0.0 0 64 512 4 2.0469 0 0.9844 8965.1543 14208.3413 5377.7105 30175 1 8649.5026 0.4062 -0.0058 0.0742 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0786 0.0 0.0 1.0 0.0 0.0064 0.5 0.4062 15.8368 52.4594 609.0618 29.0 857.9676 248.9058 0.0967 5.2865 73.5918 399.8476 473.7755 1213.5682 17.8058 400.0864 716.6938 0 28 64 512 203 44 307 3.375 216 0.015625 1.0 1.296875 83 0.09375 6.0 0.0083 8.1534 0.03125 2.0 0.015625 1.0
16 0.0 0 64 512 4 1.8438 0 0.9688 4807.4199 11605.3145 1745.4788 29540 1 7378.1992 0.3105 0.0066 0.0739 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.046 -0.0 0.0 1.0 0.0 0.0054 0.4375 0.3105 15.6897 52.3523 636.7104 25.8 857.9676 221.2572 0.0669 4.4476 52.4671 309.0876 361.8426 1177.2905 18.3216 309.308 792.672 0 29 64 512 335 30 168 2.3125 148 0.109375 7.0 0.1875 12 0.03125 2.0 0.03125 2.0 0.09375 6.0
17 0.0 0 64 512 4 1.9688 1 1.0 9308.584 12899.4187 5987.7368 30883 1 8406.5121 0.4805 -0.0002 0.095 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0859 0.0 0.0 1.0 0.0 0.0076 0.5781 0.4805 15.8548 52.4507 635.118 26.0 857.9676 222.8495 0.0981 5.2503 68.551 390.8444 459.7499 5.9118 1281.928 18.1842 391.1004 798.741 0 30 61 488 310 34 176 2.6885245901639343 164 0.01639344262295082 1.0 0.4262295081967213 26 0.09836065573770492 6.0 0.0082 8.2077 0.01639344262295082 1.0 0.01639344262295082 1.0
18 0.0 0 64 512 4 2.1094 0 0.9844 9028.293 13840.5327 5968.754 30842 1 9046.3677 0.3887 -0.0098 0.1065 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0795 0.0 0.0 1.0 0.0 0.0078 0.5469 0.3887 16.2642 52.8574 632.7353 26.3 857.9676 225.2323 0.0924 5.4716 75.0613 418.1977 493.617 1057.0878 18.0932 418.4628 539.9012 0 31 63 504 289 36 213 3.0317460317460316 191 0.015873015873015872 1.0 0.31746031746031744 20 0.031746031746031744 2.0 0.015873015873015872 1.0
19 0.0 0 64 512 4 1.9062 0 0.9688 8406.084 13153.014 4969.7542 30839 1 8861.8785 0.4199 0.0045 0.1198 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0729 -0.002 0.0 1.0 0.0 0.0066 0.5312 0.4199 16.0708 52.7663 627.8627 26.8 857.9676 230.1049 0.0681 5.1245 74.3943 424.3503 499.0507 1324.3609 17.6367 424.5879 802.5409 0 32 63 504 304 38 198 2.7936507936507935 176 0.015873015873015872 1.0 0.2698412698412698 17 0.06349206349206349 4.0 0.0081 8.095 0.015873015873015872 1.0 0.015873015873015872 1.0
20 0.0 0 64 512 4 1.9688 0 0.9688 9093.9473 14048.8726 5592.4667 31701 1 9193.8323 0.4141 0.01 0.0891 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0754 -0.002 0.0 1.0 0.0 0.0089 0.5469 0.4141 16.23 52.9794 624.6863 27.2 857.9676 233.2813 0.0928 5.3538 73.567 421.9198 495.8184 1180.9791 18.4705 422.1583 661.3323 0 33 63 504 303 36 191 2.5714285714285716 162 0.15873015873015872 10.0 0.47619047619047616 30 0.06349206349206349 4.0 0.047619047619047616 3.0
21 0.0 0 64 512 4 1.9844 0 0.9375 8638.7949 13852.2409 4710.8562 30714 1 9092.826 0.4297 0.0014 0.0845 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0728 -0.0053 0.0 1.0 0.0 0.0103 0.5781 0.4297 16.2123 53.0018 621.1206 27.6 857.9676 236.847 0.0656 5.3728 72.0529 426.8815 499.2622 1198.8932 17.8326 427.1434 676.4201 0 34 63 504 308 37 195 2.7936507936507935 176 0.25396825396825395 16 0.031746031746031744 2.0 0.0075 8.1614 0.015873015873015872 1.0 0.015873015873015872 1.0
22 0.0 0 64 512 4 2.1562 0 0.9844 9082.5645 14672.2166 4970.8542 30865 1 8898.1757 0.4238 0.0025 0.0649 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.074 -0.0 0.0 1.0 0.0 0.0051 0.5469 0.4238 16.3578 53.2004 617.6662 28.0 857.9676 240.3014 0.0707 5.3404 74.8819 418.933 494.1665 5.7189 1358.3402 18.4646 419.2135 840.3649 0 35 64 512 332 34 178 2.59375 166 0.125 8 0.03125 2.0 0.015625 1.0 0.03125 2.0 0.015625 1.0
23 0.0 0 64 512 4 1.8125 0 0.9844 8153.8496 11974.0177 5135.1154 30509 1 8198.9232 0.4414 0.01 0.1531 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0814 0.0 0.0 1.0 0.0 0.0137 0.625 0.4414 16.7331 53.5125 614.5441 28.4 857.9676 243.4235 0.0658 5.3159 69.99 390.8327 461.169 1024.9228 17.6536 391.1128 540.7808 0 36 63 504 286 35 201 2.3968253968253967 151 0.2222222222222222 14.0 0.7619047619047619 48 0.09523809523809523 6.0 0.0086 8.4792 0.031746031746031744 2.0 0.06349206349206349 4.0 0.015873015873015872 1.0
24 0.0 0 64 512 4 2.0781 0 0.9688 7926.7285 13114.0734 5185.9522 30792 1 8656.5416 0.3457 0.0097 0.1201 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0683 -0.0 0.0 1.0 0.0 0.0092 0.5156 0.3457 17.0637 53.8715 631.0707 26.4 857.9676 226.8969 0.07 4.98 74.665 394.279 469.3102 1137.8333 19.406 394.5748 644.134 0 37 63 504 249 42 253 3.2857142857142856 207 0.5873015873015873 37 0.15873015873015872 10.0 0.031746031746031744 2.0 0.1111111111111111 7.0
25 0.0 0 64 512 4 2.1094 1 1.0 6492.9453 13018.8578 1918.3023 29882 1 8138.6083 0.4121 0.0018 0.078 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0607 -0.0 0.0 1.0 0.0 0.0059 0.5312 0.4121 17.2033 54.1644 626.0621 27.0 857.9676 231.9055 0.0637 4.6815 60.473 358.2714 419.0629 1203.8947 18.4229 358.5259 761.7229 0 38 63 504 331 35 171 2.111111111111111 133 0.015873015873015872 1.0 0.6190476190476191 39 0.0079 8.185 0.031746031746031744 2.0 0.015873015873015872 1.0
26 0.0 0 64 512 4 1.9531 0 0.9531 9348.0195 12903.2201 5708.5059 30661 1 8575.6132 0.5059 0.0026 0.1159 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0803 -0.002 0.0 1.0 0.0 0.0081 0.6094 0.5059 17.1404 54.0807 622.4419 27.5 857.9676 235.5257 0.0895 5.5337 78.8123 410.0876 489.2268 1377.3474 18.261 410.3246 864.322 0 39 62 496 228 41 262 3.2903225806451615 204 0.04838709677419355 3.0 0.7580645161290323 47 0.2903225806451613 18.0 0.03225806451612903 2.0 0.03225806451612903 2.0 0.016129032258064516 1.0
27 0.0 0 64 512 4 2.1094 0 0.9844 6954.4766 13375.3373 3790.8455 31028 1 8885.5744 0.3301 -0.0049 0.0367 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0577 -0.0 0.0 1.0 0.0 0.0042 0.4219 0.3301 16.9337 53.936 619.6316 27.8 857.9676 238.336 0.0667 5.1322 69.1517 375.3557 444.8056 5.8205 1022.3215 18.7286 375.5868 553.6495 0 40 62 496 286 35 207 2.9516129032258065 183 0.04838709677419355 3.0 0.4838709677419355 30 0.03225806451612903 2.0 0.0083 8.1896
28 0.0 0 64 512 4 1.8906 0 0.9844 7305.373 12743.5708 3462.38 30677 1 8158.1034 0.4141 -0.0003 0.117 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0723 -0.0056 0.0 1.0 0.0 0.0074 0.5625 0.4141 17.101 54.0413 616.3723 28.2 857.9676 241.5953 0.0664 4.8896 61.965 389.4121 451.7006 1246.7236 18.6415 389.6689 771.4886 0 41 64 512 285 42 215 2.59375 166 0.140625 9.0 0.671875 43 0.03125 2.0 0.03125 2.0 0.0625 4.0 0.015625 1.0
29 0.0 0 64 512 4 2.0156 0 0.9844 8266.0332 13999.6471 4967.0 30697 1 9030.0364 0.3652 0.002 0.078 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0701 -0.002 0.0 1.0 0.0 0.0057 0.5 0.3652 17.1598 54.1635 613.483 28.5 857.9676 244.4846 0.0678 5.0532 70.314 409.7554 480.4161 1279.2251 18.222 410.0338 775.5305 0 42 63 504 246 44 248 3.0952380952380953 195 0.12698412698412698 8.0 0.7777777777777778 49 0.047619047619047616 3.0 0.0085 8.0067 0.015873015873015872 1.0 0.015873015873015872 1.0 0.015873015873015872 1.0
30 0.0 0 64 512 4 1.9844 0 0.9688 6704.2305 11044.7266 5086.7265 30831 1 8809.9567 0.2715 0.0067 0.061 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0578 0.0 0.0 1.0 0.0 0.0036 0.3906 0.2715 17.1136 54.1172 611.2435 28.8 857.9676 246.7241 0.0782 5.1087 66.0223 392.3629 458.7325 1167.3483 17.8794 392.6315 685.624 0 43 63 504 310 36 194 2.746031746031746 173 0.36507936507936506 23 0.06349206349206349 4.0 0.031746031746031744 2.0
31 0.0 0 64 512 3 1.875 1 1.0 8919.4238 14119.042 4402.9672 29770 1 9088.3303 0.4648 0.0024 0.0197 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.072 -0.0 0.0 1.0 0.0 0.0055 0.625 0.4648 17.515 54.5351 608.3314 29.1 857.9676 249.6362 0.0668 5.1821 70.1461 403.6143 474.0762 1315.3079 17.8501 403.8629 818.1959 0 44 63 504 257 42 241 3.3492063492063493 211 0.07936507936507936 5.0 0.31746031746031744 20 0.09523809523809523 6.0 0.0083 8.0581 0.015873015873015872 1.0 0.06349206349206349 4.0
32 0.0 0 64 512 4 1.9062 0 0.9844 7924.8887 14803.8923 3693.3249 31207 1 9490.6321 0.3809 -0.0037 0.1189 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0607 -0.002 0.0 1.0 0.0 0.0064 0.5625 0.3809 17.7297 54.6122 606.0663 29.4 857.9676 251.9012 0.0688 5.0476 70.1283 427.7604 498.2189 5.9343 1410.9037 17.8636 428.0213 889.77 0 45 63 504 270 41 228 2.873015873015873 181 0.15873015873015872 10.0 0.5873015873015873 37 0.09523809523809523 6.0 0.031746031746031744 2.0 0.09523809523809523 6.0
33 0.0 0 64 512 4 2.0781 0 0.9688 7638.4043 13247.8671 4775.7581 30873 1 8884.3509 0.3379 0.0052 0.0931 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0647 0.0 0.0 1.0 0.0 0.0061 0.4844 0.3379 17.7921 54.6055 604.6766 29.5 857.9676 253.291 0.0654 4.9363 73.546 407.2533 481.0895 1104.8726 18.5025 407.4777 600.3402 0 46 62 496 264 39 230 3.161290322580645 196 0.4032258064516129 25 0.16129032258064516 10.0 0.0081 8.2011 0.016129032258064516 1.0 0.08064516129032258 5.0 0.016129032258064516 1.0
34 0.0 0 64 512 4 1.7969 0 0.9844 6851.4199 12225.5888 2992.1174 30755 1 7931.0855 0.418 -0.0021 0.047 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0685 0.0 0.0 1.0 0.0 0.0052 0.5469 0.418 18.1033 54.9814 602.0737 29.8 857.9676 255.8939 0.066 4.9299 57.8628 357.5458 415.7126 1369.9292 18.0687 357.7835 931.214 0 47 62 496 276 37 219 2.935483870967742 182 0.6290322580645161 39 0.016129032258064516 1.0 0.016129032258064516 1.0 0.06451612903225806 4.0 0.016129032258064516 1.0

View File

@@ -0,0 +1,26 @@
async/discard_rate,async/discarded_count,async/effective_batch_groups,async/effective_batch_samples,async/staleness_max,async/staleness_mean,async/staleness_min,async/staleness_ratio,generate/avg_num_tokens,generate/avg_tokens_non_zero_rewards,generate/avg_tokens_zero_rewards,generate/max_num_tokens,generate/min_num_tokens,generate/std_num_tokens,loss/avg_final_rewards,loss/avg_raw_advantages,loss/avg_raw_advantages_abs,policy/final_loss,policy/log_ratio_abs_max,policy/log_ratio_abs_mean,policy/log_ratio_abs_p99,policy/log_ratio_abs_pos00,policy/log_ratio_abs_pos10,policy/log_ratio_abs_pos20,policy/log_ratio_abs_pos30,policy/log_ratio_abs_pos40,policy/log_ratio_abs_pos50,policy/log_ratio_abs_pos60,policy/log_ratio_abs_pos70,policy/log_ratio_abs_pos80,policy/log_ratio_abs_pos90,policy/n_tokens_dp_gt_10pct,policy/n_tokens_dp_gt_1pct,policy/n_tokens_dp_gt_50pct,policy/policy_entropy,policy/policy_loss,policy/policy_lr,policy/policy_update_steps,policy/ppo_clip_ratio,policy/raw_grad_norm,reward/avg_pass_at_8,reward/avg_raw_reward,system/process_rss_gb,system/process_vms_gb,system/ram_available_gb,system/ram_percent,system/ram_total_gb,system/ram_used_gb,timing/compute_advantages_and_returns,timing/convert_to_training_input,timing/fwd_logprobs_values_reward,timing/policy_train,timing/run_training,timing/step,timing/sync_weights,timing/train_critic_and_policy,timing/wait_for_generation_buffer,trainer/epoch,trainer/global_step,batch_errors/total_batches,batch_errors/total_instances,batch_errors/total_successful,batch_errors/total_failed,batch_errors/total_masked,batch_errors/avg_ContextLengthExceededError,batch_errors/total_ContextLengthExceededError,batch_errors/avg_DaytonaError,batch_errors/total_DaytonaError,batch_errors/avg_RewardFileNotFoundError,batch_errors/total_RewardFileNotFoundError,batch_errors/avg_AgentTimeoutError,batch_errors/total_AgentTimeoutError,batch_errors/avg_DaytonaValidationError,batch_errors/total_DaytonaValidationError,batch_errors/avg_VerifierTimeoutError,batch_errors/total_VerifierTimeoutError,batch_errors/avg_InvalidChatHistory,batch_errors/total_InvalidChatHistory,timing/cleanup_old_checkpoints,timing/save_checkpoints,timing/save_hf_model,batch_errors/avg_RuntimeError,batch_errors/total_RuntimeError,batch_errors/avg_DaytonaNotFoundError,batch_errors/total_DaytonaNotFoundError,batch_errors/avg_AgentSetupTimeoutError,batch_errors/total_AgentSetupTimeoutError
0.0,0,64,512,4,0.7344,0,0.3125,8570.0918,12903.7967,4716.1328,31065,1,8226.4824,0.4707,0.0008,0.0472,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0823,-0.002,0.0,1.0,0.0,0.0051,0.5686,0.4707,13.2675,50.704,629.8036,26.6,857.9676,228.1639,0.1284,5.4502,78.6042,408.9907,488.022,4299.2396,18.5666,409.2885,3787.2005,0,47,61,488,213,44,271,3.9672131147540983,242,0.26229508196721313,16.0,0.39344262295081966,24.0,0.04918032786885246,3,0.01639344262295082,1.0,0.04918032786885246,3.0,0.01639344262295082,1.0,,,,,,,,,
0.0,0,64,512,1,1.0,1,1.0,5986.0332,12867.4539,3370.7224,30327,1,8297.1395,0.2754,-0.0045,0.0517,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0515,-0.0,0.0,1.0,0.0,0.0046,0.3906,0.2754,14.358,50.7782,626.0295,27.0,857.9676,231.9381,0.0665,4.7583,57.1385,361.9255,419.4342,829.672,17.9912,362.2285,387.4769,0,48,62,496,314,31,180,2.032258064516129,126,0.1774193548387097,11.0,0.43548387096774194,27.0,0.2903225806451613,18,0.016129032258064516,1.0,0.016129032258064516,1.0,,,50.2051,59.2983,,,,,,,
0.0,0,64,512,2,1.6875,0,0.9531,8633.4082,12923.3473,4137.552,30966,1,8781.6121,0.5117,0.0091,0.1335,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0789,-0.002,0.0,1.0,0.0,0.0085,0.6875,0.5117,14.5601,50.9674,625.5538,27.1,857.9676,232.4138,0.0704,5.1864,78.3922,426.8497,505.7048,1550.0126,18.4356,427.2418,1020.6824,0,49,61,488,267,39,220,3.2950819672131146,201,0.22950819672131148,14.0,0.2459016393442623,15.0,0.06557377049180328,4,0.01639344262295082,1.0,,,,,,,,,,,,,
0.0,0,64,512,3,1.9375,0,0.9844,8128.4727,14579.5758,4060.5796,31261,1,9316.2347,0.3867,-0.0017,0.0639,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0627,-0.0,0.0,1.0,0.0,0.0043,0.5,0.3867,14.7303,51.179,620.8101,27.6,857.9676,237.1575,0.0694,5.2707,78.9572,436.4188,515.7559,1280.3211,17.6875,436.7287,741.6022,0,50,62,496,269,37,225,2.774193548387097,172,0.3387096774193548,21.0,0.4032258064516129,25.0,0.11290322580645161,7,,,,,,,0.0085,9.2942,7.0929,0.03225806451612903,2.0,,,,
0.0,0,64,512,4,1.8906,0,0.9688,7351.5762,12655.6009,3418.6599,30996,1,8705.4695,0.4258,0.001,0.064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0679,0.0,0.0,1.0,0.0,0.0044,0.5469,0.4258,15.2494,51.6993,617.884,28.0,857.9676,240.0836,0.0688,4.934,59.8301,377.6588,437.8818,1566.5351,19.4767,377.9824,1104.239,0,51,64,512,309,40,202,2.34375,150,0.375,24.0,0.265625,17.0,0.171875,11,,,,,,,,,,,,0.015625,1.0,,
0.0,0,64,512,4,1.9219,1,1.0,8869.7148,13586.6609,4930.4731,31401,1,8972.2412,0.4551,-0.0056,0.0921,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0774,-0.0,0.0,1.0,0.0,0.0092,0.5781,0.4551,15.3636,51.7747,633.2217,26.2,857.9676,224.7459,0.0743,5.2102,73.2788,409.6651,483.2976,1516.0509,19.3473,409.9439,1008.1923,0,52,62,496,271,41,225,3.274193548387097,203,0.14516129032258066,9.0,0.1935483870967742,12.0,0.11290322580645161,7,,,,,,,0.0088,18.5771,,,,,,,
0.0,0,64,512,3,1.9531,0,0.9688,8141.1895,12746.0552,5623.1208,30940,1,9187.7524,0.3535,-0.0032,0.0558,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0687,-0.0,0.0,1.0,0.0,0.0046,0.4844,0.3535,15.3985,51.9124,628.2999,26.8,857.9676,229.6677,0.0969,4.9447,70.5386,415.142,486.0664,1526.3827,19.5168,415.4304,1015.8497,0,53,63,504,255,45,247,3.4761904761904763,219,0.12698412698412698,8.0,0.23809523809523808,15.0,0.09523809523809523,6,0.015873015873015872,1.0,,,,,,,,0.015873015873015872,1.0,,,,
0.0,0,64,512,3,1.8125,0,0.9688,7230.5371,14086.4503,3792.5279,31259,1,8841.0028,0.334,0.0025,0.0456,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0598,0.0,0.0,1.0,0.0,0.009,0.4688,0.334,16.0059,52.1993,622.8401,27.4,857.9676,235.1275,0.0747,5.2113,68.9326,379.3224,448.6335,1259.6035,20.039,379.6257,785.7138,0,54,62,496,300,37,194,2.838709677419355,176,0.14516129032258066,9.0,0.22580645161290322,14.0,0.04838709677419355,3,,,0.016129032258064516,1.0,,,0.0087,11.9214,,0.016129032258064516,1.0,,,,
0.0,0,64,512,3,1.9062,0,0.9688,8678.8164,13618.9634,5739.352,31636,1,9050.7916,0.373,0.0042,0.1,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0707,-0.002,0.0,1.0,0.0,0.0062,0.4844,0.373,16.1823,52.1807,635.9794,25.9,857.9676,221.9882,0.0764,5.1986,66.1301,405.8115,472.326,1646.7227,19.2397,406.1188,1149.9538,0,55,63,504,337,35,165,1.8253968253968254,115,0.6031746031746031,38.0,0.19047619047619047,12.0,0.031746031746031744,2,,,,,,,,,15.9057,0.015873015873015872,1.0,0.015873015873015872,1.0,,
0.0,0,64,512,4,1.875,1,1.0,9870.0527,14536.9919,5485.9583,30234,1,8927.7589,0.4844,-0.0012,0.0752,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.077,-0.002,0.0,1.0,0.0,0.0072,0.6719,0.4844,16.1163,52.1385,630.9749,26.5,857.9676,226.9927,0.0738,5.4459,75.6314,423.1024,499.0957,1370.765,19.8024,423.3901,846.4163,0,56,63,504,286,41,204,2.9206349206349205,184,0.19047619047619047,12.0,0.12698412698412698,8.0,0.06349206349206349,4,,,0.20634920634920634,13.0,,,0.0087,17.3356,,0.015873015873015872,1.0,,,,
0.0,0,64,512,4,2.0469,1,1.0,8690.9707,15246.788,3868.5559,30725,1,9378.0603,0.4238,0.007,0.0617,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0661,-0.002,0.0,1.0,0.0,0.0045,0.5781,0.4238,16.1618,52.1585,627.5016,26.9,857.9676,230.466,0.0763,5.4821,74.4555,439.3764,514.1985,1396.3687,19.7588,439.6646,856.9243,0,57,65,520,299,38,217,2.523076923076923,164,0.12307692307692308,8.0,0.5692307692307692,37.0,0.12307692307692308,8,,,0.06153846153846154,4.0,,,,,,,,,,,
0.0,0,64,512,3,1.8594,0,0.9844,8597.8711,14319.1174,3931.6064,31422,1,9276.3315,0.4492,-0.0046,0.1121,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0731,-0.0,0.0,1.0,0.0,0.0068,0.5781,0.4492,16.2208,52.2387,623.8367,27.3,857.9676,234.1309,0.0768,5.3707,84.2541,453.7406,538.3818,1454.6526,18.9406,454.0504,891.9544,0,58,61,488,273,40,214,3.0327868852459017,185,0.22950819672131148,14.0,0.39344262295081966,24.0,0.09836065573770492,6,,,,,,,0.0083,9.1939,,0.01639344262295082,1.0,,,,
0.0,0,64,512,4,2.0156,0,0.9688,8423.1094,14545.1086,5244.0297,30738,1,9429.0844,0.3418,0.0044,0.0812,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0674,-0.0,0.0,1.0,0.0,0.007,0.5625,0.3418,16.4084,52.3915,620.561,27.7,857.9676,237.4066,0.0767,5.2,70.864,422.9292,494.185,1432.5097,20.0744,423.2439,913.045,0,59,63,504,277,47,217,2.7936507936507935,176,0.15873015873015872,10.0,0.5555555555555556,35.0,0.031746031746031744,2,,,0.14285714285714285,9.0,,,,,,0.015873015873015872,1.0,,,,
0.0,0,64,512,4,1.9219,0,0.9688,8457.4551,14711.7441,4073.2193,31042,1,9431.0512,0.4121,0.0238,0.1274,-0.0003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0684,-0.0176,0.0,1.0,0.0,0.0063,0.5781,0.4121,16.4156,52.3988,618.084,28.0,857.9676,239.8836,0.0754,5.3305,75.9647,422.4876,498.8115,1251.0887,19.3075,422.7707,727.6346,0,60,64,512,269,43,227,2.8125,180,0.28125,18.0,0.390625,25.0,0.0625,4,,,0.234375,15.0,,,0.0087,13.6809,6.3654,0.015625,1.0,,,,
0.0,0,64,512,4,1.9375,1,1.0,8291.5781,15130.6524,3535.9305,30963,1,9321.042,0.4102,0.008,0.1082,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0641,-0.0134,0.0,1.0,0.0,0.006,0.5469,0.4102,16.3519,52.3323,631.2938,26.4,857.9676,226.6738,0.0723,5.1581,78.3362,437.2723,515.9743,1640.8474,19.2493,437.5652,1100.4422,0,61,63,504,313,44,174,2.365079365079365,149,0.031746031746031744,2.0,0.3492063492063492,22.0,0.047619047619047616,3,,,0.25396825396825395,16.0,,,,,,0.015873015873015872,1.0,,,,
0.0,0,64,512,4,2.3281,2,1.0,9551.0664,14896.4773,5523.7021,30682,1,9306.898,0.4297,0.0277,0.1115,-0.0003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0754,-0.0194,0.0,1.0,0.0,0.0083,0.6094,0.4297,16.3342,52.3732,626.8842,26.9,857.9676,231.0834,0.0771,5.2718,76.0589,440.5441,516.9886,1221.4762,19.2496,440.8522,679.9324,0,62,59,472,297,45,139,1.6271186440677967,96,0.06779661016949153,4.0,0.4915254237288136,29.0,0.423728813559322,25,,,0.4745762711864407,28.0,,,0.0091,518.9399,,0.01694915254237288,1.0,,,0.15254237288135594,9.0
0.0,0,64,512,4,3.0156,3,1.0,9386.1914,14776.7477,5515.1208,31408,1,9276.0838,0.418,0.0617,0.1714,-0.0005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0741,-0.034,0.0,1.0,0.0,0.0091,0.6406,0.418,16.3348,52.3589,623.5555,27.3,857.9676,234.4121,0.0973,5.3887,82.4204,457.5417,540.3398,1671.2577,19.6635,457.8216,1105.827,0,63,60,480,263,50,198,2.65,159,,,0.5333333333333333,32.0,0.38333333333333336,23,,,0.15,9.0,,,,,,0.016666666666666666,1.0,,,0.15,9.0
0.0,0,64,512,4,4.0,4,1.0,8204.4629,14996.1129,4329.4724,30450,1,9802.3717,0.3633,0.0374,0.1365,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0625,-0.0128,0.0,1.0,0.0,0.0095,0.5625,0.3633,16.2935,52.3174,620.9667,27.6,857.9676,237.0009,0.0928,5.1773,77.3837,453.9544,531.7106,2087.1317,19.7071,454.2337,1530.4934,0,64,103,824,539,54,272,2.1941747572815533,226,,,0.2815533980582524,29.0,0.1650485436893204,17,0.009708737864077669,1.0,0.05825242718446602,6.0,,,0.0083,8.6201,,0.009708737864077669,1.0,,,0.04854368932038835,5.0
0.0,0,64,512,0,0.0,0,0.0,10585.8984,12855.6562,5726.1104,30279,1,7729.0307,0.6816,0.0022,0.0406,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1013,-0.0039,0.0,1.0,0.0,0.0051,0.7344,0.6816,16.0604,52.1494,617.249,28.1,857.9676,240.7186,0.0699,5.2968,75.0505,414.3922,489.8309,4123.5593,20.1936,414.71,3608.197,1,65,61,488,269,39,215,3.278688524590164,200,0.13114754098360656,8.0,0.16393442622950818,10.0,0.08196721311475409,5,,,0.04918032786885246,3.0,,,,,6.6482,0.01639344262295082,1.0,,,,
0.0,0,64,512,1,1.0,1,1.0,7456.0195,12979.3391,4612.6538,31080,1,8636.6975,0.3398,0.0037,0.0804,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0649,0.0,0.0,1.0,0.0,0.0076,0.5156,0.3398,16.2086,52.3384,614.5277,28.4,857.9676,243.4399,0.0917,5.0597,62.8427,380.0909,443.3507,948.0508,19.56,380.4159,480.0766,1,66,64,512,405,31,107,1.484375,95,0.03125,2.0,,,0.15625,10,,,,,,,0.009,67.8395,,,,,,,
0.0,0,64,512,2,1.7344,0,0.9688,11413.7441,13031.4173,9491.8932,30933,1,8503.5538,0.543,0.0085,0.0831,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.096,-0.0,0.0,1.0,0.0,0.0073,0.7031,0.543,16.6606,52.7452,612.233,28.6,857.9676,245.7346,0.1069,5.4639,78.4375,437.0501,515.8848,1708.9375,19.6886,437.3399,1167.8961,1,67,64,512,284,38,226,3.375,216,0.015625,1.0,0.234375,15.0,0.015625,1,,,,,,,,,,0.03125,2.0,,,,
0.0,0,64,512,3,1.6562,0,0.9375,7622.7422,12586.4455,4143.2027,30984,1,8643.846,0.4121,-0.0008,0.0736,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0659,-0.002,0.0,1.0,0.0,0.0058,0.5469,0.4121,17.027,53.1041,609.7761,28.9,857.9676,248.1915,0.0916,5.1325,68.1111,405.8683,474.3752,1330.1943,18.9738,406.172,831.7082,1,68,61,488,300,35,186,2.5081967213114753,153,,,0.19672131147540983,12.0,0.3442622950819672,21,,,0.01639344262295082,1.0,,,0.0082,8.5077,,0.01639344262295082,1.0,,,,
0.0,0,64,512,4,1.8594,0,0.9844,8870.7188,13343.5261,5222.6844,31284,1,8956.4511,0.4492,0.0031,0.0874,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0699,-0.002,0.0,1.0,0.0,0.0061,0.5781,0.4492,17.0521,53.1282,608.4407,29.1,857.9676,249.5269,0.0953,5.2068,73.4059,425.7044,499.4945,1339.6373,19.6763,425.9927,815.2554,1,69,61,488,300,33,186,2.7704918032786887,169,0.01639344262295082,1.0,0.32786885245901637,20.0,0.06557377049180328,4,0.01639344262295082,1.0,0.01639344262295082,1.0,,,,,,,,,,,
0.0,0,64,512,3,1.7656,0,0.9688,8762.9629,12878.7667,4170.9504,30996,1,8577.2363,0.5273,-0.0032,0.0507,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0758,0.0,0.0,1.0,0.0,0.0053,0.6406,0.5273,17.1027,53.2186,606.531,29.3,857.9676,251.4366,0.0729,5.3903,73.1317,413.7449,487.2404,1232.3309,19.7158,414.0353,719.9795,1,70,63,504,299,38,205,2.619047619047619,165,0.015873015873015872,1.0,0.4444444444444444,28.0,0.20634920634920634,13,,,,,,,0.0085,49.1285,7.4197,,,,,,
0.0,0,64,512,4,2.0,0,0.9531,8866.4629,14064.7418,5163.3411,30657,1,9209.7282,0.416,0.0008,0.0938,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0694,0.0,0.0,1.0,0.0,0.0074,0.5469,0.416,17.18,53.2842,605.3498,29.4,857.9676,252.6178,0.0692,5.3537,69.8952,434.7141,504.9622,1318.2815,19.5267,434.9974,788.4349,1,71,61,488,316,30,163,2.3278688524590163,142,0.01639344262295082,1.0,0.3770491803278688,23.0,0.08196721311475409,5,,,0.13114754098360656,8.0,,,,,,0.01639344262295082,1.0,,,,
1 async/discard_rate async/discarded_count async/effective_batch_groups async/effective_batch_samples async/staleness_max async/staleness_mean async/staleness_min async/staleness_ratio generate/avg_num_tokens generate/avg_tokens_non_zero_rewards generate/avg_tokens_zero_rewards generate/max_num_tokens generate/min_num_tokens generate/std_num_tokens loss/avg_final_rewards loss/avg_raw_advantages loss/avg_raw_advantages_abs policy/final_loss policy/log_ratio_abs_max policy/log_ratio_abs_mean policy/log_ratio_abs_p99 policy/log_ratio_abs_pos00 policy/log_ratio_abs_pos10 policy/log_ratio_abs_pos20 policy/log_ratio_abs_pos30 policy/log_ratio_abs_pos40 policy/log_ratio_abs_pos50 policy/log_ratio_abs_pos60 policy/log_ratio_abs_pos70 policy/log_ratio_abs_pos80 policy/log_ratio_abs_pos90 policy/n_tokens_dp_gt_10pct policy/n_tokens_dp_gt_1pct policy/n_tokens_dp_gt_50pct policy/policy_entropy policy/policy_loss policy/policy_lr policy/policy_update_steps policy/ppo_clip_ratio policy/raw_grad_norm reward/avg_pass_at_8 reward/avg_raw_reward system/process_rss_gb system/process_vms_gb system/ram_available_gb system/ram_percent system/ram_total_gb system/ram_used_gb timing/compute_advantages_and_returns timing/convert_to_training_input timing/fwd_logprobs_values_reward timing/policy_train timing/run_training timing/step timing/sync_weights timing/train_critic_and_policy timing/wait_for_generation_buffer trainer/epoch trainer/global_step batch_errors/total_batches batch_errors/total_instances batch_errors/total_successful batch_errors/total_failed batch_errors/total_masked batch_errors/avg_ContextLengthExceededError batch_errors/total_ContextLengthExceededError batch_errors/avg_DaytonaError batch_errors/total_DaytonaError batch_errors/avg_RewardFileNotFoundError batch_errors/total_RewardFileNotFoundError batch_errors/avg_AgentTimeoutError batch_errors/total_AgentTimeoutError batch_errors/avg_DaytonaValidationError batch_errors/total_DaytonaValidationError batch_errors/avg_VerifierTimeoutError batch_errors/total_VerifierTimeoutError batch_errors/avg_InvalidChatHistory batch_errors/total_InvalidChatHistory timing/cleanup_old_checkpoints timing/save_checkpoints timing/save_hf_model batch_errors/avg_RuntimeError batch_errors/total_RuntimeError batch_errors/avg_DaytonaNotFoundError batch_errors/total_DaytonaNotFoundError batch_errors/avg_AgentSetupTimeoutError batch_errors/total_AgentSetupTimeoutError
2 0.0 0 64 512 4 0.7344 0 0.3125 8570.0918 12903.7967 4716.1328 31065 1 8226.4824 0.4707 0.0008 0.0472 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0823 -0.002 0.0 1.0 0.0 0.0051 0.5686 0.4707 13.2675 50.704 629.8036 26.6 857.9676 228.1639 0.1284 5.4502 78.6042 408.9907 488.022 4299.2396 18.5666 409.2885 3787.2005 0 47 61 488 213 44 271 3.9672131147540983 242 0.26229508196721313 16.0 0.39344262295081966 24.0 0.04918032786885246 3 0.01639344262295082 1.0 0.04918032786885246 3.0 0.01639344262295082 1.0
3 0.0 0 64 512 1 1.0 1 1.0 5986.0332 12867.4539 3370.7224 30327 1 8297.1395 0.2754 -0.0045 0.0517 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0515 -0.0 0.0 1.0 0.0 0.0046 0.3906 0.2754 14.358 50.7782 626.0295 27.0 857.9676 231.9381 0.0665 4.7583 57.1385 361.9255 419.4342 829.672 17.9912 362.2285 387.4769 0 48 62 496 314 31 180 2.032258064516129 126 0.1774193548387097 11.0 0.43548387096774194 27.0 0.2903225806451613 18 0.016129032258064516 1.0 0.016129032258064516 1.0 50.2051 59.2983
4 0.0 0 64 512 2 1.6875 0 0.9531 8633.4082 12923.3473 4137.552 30966 1 8781.6121 0.5117 0.0091 0.1335 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0789 -0.002 0.0 1.0 0.0 0.0085 0.6875 0.5117 14.5601 50.9674 625.5538 27.1 857.9676 232.4138 0.0704 5.1864 78.3922 426.8497 505.7048 1550.0126 18.4356 427.2418 1020.6824 0 49 61 488 267 39 220 3.2950819672131146 201 0.22950819672131148 14.0 0.2459016393442623 15.0 0.06557377049180328 4 0.01639344262295082 1.0
5 0.0 0 64 512 3 1.9375 0 0.9844 8128.4727 14579.5758 4060.5796 31261 1 9316.2347 0.3867 -0.0017 0.0639 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0627 -0.0 0.0 1.0 0.0 0.0043 0.5 0.3867 14.7303 51.179 620.8101 27.6 857.9676 237.1575 0.0694 5.2707 78.9572 436.4188 515.7559 1280.3211 17.6875 436.7287 741.6022 0 50 62 496 269 37 225 2.774193548387097 172 0.3387096774193548 21.0 0.4032258064516129 25.0 0.11290322580645161 7 0.0085 9.2942 7.0929 0.03225806451612903 2.0
6 0.0 0 64 512 4 1.8906 0 0.9688 7351.5762 12655.6009 3418.6599 30996 1 8705.4695 0.4258 0.001 0.064 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0679 0.0 0.0 1.0 0.0 0.0044 0.5469 0.4258 15.2494 51.6993 617.884 28.0 857.9676 240.0836 0.0688 4.934 59.8301 377.6588 437.8818 1566.5351 19.4767 377.9824 1104.239 0 51 64 512 309 40 202 2.34375 150 0.375 24.0 0.265625 17.0 0.171875 11 0.015625 1.0
7 0.0 0 64 512 4 1.9219 1 1.0 8869.7148 13586.6609 4930.4731 31401 1 8972.2412 0.4551 -0.0056 0.0921 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0774 -0.0 0.0 1.0 0.0 0.0092 0.5781 0.4551 15.3636 51.7747 633.2217 26.2 857.9676 224.7459 0.0743 5.2102 73.2788 409.6651 483.2976 1516.0509 19.3473 409.9439 1008.1923 0 52 62 496 271 41 225 3.274193548387097 203 0.14516129032258066 9.0 0.1935483870967742 12.0 0.11290322580645161 7 0.0088 18.5771
8 0.0 0 64 512 3 1.9531 0 0.9688 8141.1895 12746.0552 5623.1208 30940 1 9187.7524 0.3535 -0.0032 0.0558 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0687 -0.0 0.0 1.0 0.0 0.0046 0.4844 0.3535 15.3985 51.9124 628.2999 26.8 857.9676 229.6677 0.0969 4.9447 70.5386 415.142 486.0664 1526.3827 19.5168 415.4304 1015.8497 0 53 63 504 255 45 247 3.4761904761904763 219 0.12698412698412698 8.0 0.23809523809523808 15.0 0.09523809523809523 6 0.015873015873015872 1.0 0.015873015873015872 1.0
9 0.0 0 64 512 3 1.8125 0 0.9688 7230.5371 14086.4503 3792.5279 31259 1 8841.0028 0.334 0.0025 0.0456 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0598 0.0 0.0 1.0 0.0 0.009 0.4688 0.334 16.0059 52.1993 622.8401 27.4 857.9676 235.1275 0.0747 5.2113 68.9326 379.3224 448.6335 1259.6035 20.039 379.6257 785.7138 0 54 62 496 300 37 194 2.838709677419355 176 0.14516129032258066 9.0 0.22580645161290322 14.0 0.04838709677419355 3 0.016129032258064516 1.0 0.0087 11.9214 0.016129032258064516 1.0
10 0.0 0 64 512 3 1.9062 0 0.9688 8678.8164 13618.9634 5739.352 31636 1 9050.7916 0.373 0.0042 0.1 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0707 -0.002 0.0 1.0 0.0 0.0062 0.4844 0.373 16.1823 52.1807 635.9794 25.9 857.9676 221.9882 0.0764 5.1986 66.1301 405.8115 472.326 1646.7227 19.2397 406.1188 1149.9538 0 55 63 504 337 35 165 1.8253968253968254 115 0.6031746031746031 38.0 0.19047619047619047 12.0 0.031746031746031744 2 15.9057 0.015873015873015872 1.0 0.015873015873015872 1.0
11 0.0 0 64 512 4 1.875 1 1.0 9870.0527 14536.9919 5485.9583 30234 1 8927.7589 0.4844 -0.0012 0.0752 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.077 -0.002 0.0 1.0 0.0 0.0072 0.6719 0.4844 16.1163 52.1385 630.9749 26.5 857.9676 226.9927 0.0738 5.4459 75.6314 423.1024 499.0957 1370.765 19.8024 423.3901 846.4163 0 56 63 504 286 41 204 2.9206349206349205 184 0.19047619047619047 12.0 0.12698412698412698 8.0 0.06349206349206349 4 0.20634920634920634 13.0 0.0087 17.3356 0.015873015873015872 1.0
12 0.0 0 64 512 4 2.0469 1 1.0 8690.9707 15246.788 3868.5559 30725 1 9378.0603 0.4238 0.007 0.0617 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0661 -0.002 0.0 1.0 0.0 0.0045 0.5781 0.4238 16.1618 52.1585 627.5016 26.9 857.9676 230.466 0.0763 5.4821 74.4555 439.3764 514.1985 1396.3687 19.7588 439.6646 856.9243 0 57 65 520 299 38 217 2.523076923076923 164 0.12307692307692308 8.0 0.5692307692307692 37.0 0.12307692307692308 8 0.06153846153846154 4.0
13 0.0 0 64 512 3 1.8594 0 0.9844 8597.8711 14319.1174 3931.6064 31422 1 9276.3315 0.4492 -0.0046 0.1121 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0731 -0.0 0.0 1.0 0.0 0.0068 0.5781 0.4492 16.2208 52.2387 623.8367 27.3 857.9676 234.1309 0.0768 5.3707 84.2541 453.7406 538.3818 1454.6526 18.9406 454.0504 891.9544 0 58 61 488 273 40 214 3.0327868852459017 185 0.22950819672131148 14.0 0.39344262295081966 24.0 0.09836065573770492 6 0.0083 9.1939 0.01639344262295082 1.0
14 0.0 0 64 512 4 2.0156 0 0.9688 8423.1094 14545.1086 5244.0297 30738 1 9429.0844 0.3418 0.0044 0.0812 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0674 -0.0 0.0 1.0 0.0 0.007 0.5625 0.3418 16.4084 52.3915 620.561 27.7 857.9676 237.4066 0.0767 5.2 70.864 422.9292 494.185 1432.5097 20.0744 423.2439 913.045 0 59 63 504 277 47 217 2.7936507936507935 176 0.15873015873015872 10.0 0.5555555555555556 35.0 0.031746031746031744 2 0.14285714285714285 9.0 0.015873015873015872 1.0
15 0.0 0 64 512 4 1.9219 0 0.9688 8457.4551 14711.7441 4073.2193 31042 1 9431.0512 0.4121 0.0238 0.1274 -0.0003 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0684 -0.0176 0.0 1.0 0.0 0.0063 0.5781 0.4121 16.4156 52.3988 618.084 28.0 857.9676 239.8836 0.0754 5.3305 75.9647 422.4876 498.8115 1251.0887 19.3075 422.7707 727.6346 0 60 64 512 269 43 227 2.8125 180 0.28125 18.0 0.390625 25.0 0.0625 4 0.234375 15.0 0.0087 13.6809 6.3654 0.015625 1.0
16 0.0 0 64 512 4 1.9375 1 1.0 8291.5781 15130.6524 3535.9305 30963 1 9321.042 0.4102 0.008 0.1082 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0641 -0.0134 0.0 1.0 0.0 0.006 0.5469 0.4102 16.3519 52.3323 631.2938 26.4 857.9676 226.6738 0.0723 5.1581 78.3362 437.2723 515.9743 1640.8474 19.2493 437.5652 1100.4422 0 61 63 504 313 44 174 2.365079365079365 149 0.031746031746031744 2.0 0.3492063492063492 22.0 0.047619047619047616 3 0.25396825396825395 16.0 0.015873015873015872 1.0
17 0.0 0 64 512 4 2.3281 2 1.0 9551.0664 14896.4773 5523.7021 30682 1 9306.898 0.4297 0.0277 0.1115 -0.0003 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0754 -0.0194 0.0 1.0 0.0 0.0083 0.6094 0.4297 16.3342 52.3732 626.8842 26.9 857.9676 231.0834 0.0771 5.2718 76.0589 440.5441 516.9886 1221.4762 19.2496 440.8522 679.9324 0 62 59 472 297 45 139 1.6271186440677967 96 0.06779661016949153 4.0 0.4915254237288136 29.0 0.423728813559322 25 0.4745762711864407 28.0 0.0091 518.9399 0.01694915254237288 1.0 0.15254237288135594 9.0
18 0.0 0 64 512 4 3.0156 3 1.0 9386.1914 14776.7477 5515.1208 31408 1 9276.0838 0.418 0.0617 0.1714 -0.0005 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0741 -0.034 0.0 1.0 0.0 0.0091 0.6406 0.418 16.3348 52.3589 623.5555 27.3 857.9676 234.4121 0.0973 5.3887 82.4204 457.5417 540.3398 1671.2577 19.6635 457.8216 1105.827 0 63 60 480 263 50 198 2.65 159 0.5333333333333333 32.0 0.38333333333333336 23 0.15 9.0 0.016666666666666666 1.0 0.15 9.0
19 0.0 0 64 512 4 4.0 4 1.0 8204.4629 14996.1129 4329.4724 30450 1 9802.3717 0.3633 0.0374 0.1365 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0625 -0.0128 0.0 1.0 0.0 0.0095 0.5625 0.3633 16.2935 52.3174 620.9667 27.6 857.9676 237.0009 0.0928 5.1773 77.3837 453.9544 531.7106 2087.1317 19.7071 454.2337 1530.4934 0 64 103 824 539 54 272 2.1941747572815533 226 0.2815533980582524 29.0 0.1650485436893204 17 0.009708737864077669 1.0 0.05825242718446602 6.0 0.0083 8.6201 0.009708737864077669 1.0 0.04854368932038835 5.0
20 0.0 0 64 512 0 0.0 0 0.0 10585.8984 12855.6562 5726.1104 30279 1 7729.0307 0.6816 0.0022 0.0406 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1013 -0.0039 0.0 1.0 0.0 0.0051 0.7344 0.6816 16.0604 52.1494 617.249 28.1 857.9676 240.7186 0.0699 5.2968 75.0505 414.3922 489.8309 4123.5593 20.1936 414.71 3608.197 1 65 61 488 269 39 215 3.278688524590164 200 0.13114754098360656 8.0 0.16393442622950818 10.0 0.08196721311475409 5 0.04918032786885246 3.0 6.6482 0.01639344262295082 1.0
21 0.0 0 64 512 1 1.0 1 1.0 7456.0195 12979.3391 4612.6538 31080 1 8636.6975 0.3398 0.0037 0.0804 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0649 0.0 0.0 1.0 0.0 0.0076 0.5156 0.3398 16.2086 52.3384 614.5277 28.4 857.9676 243.4399 0.0917 5.0597 62.8427 380.0909 443.3507 948.0508 19.56 380.4159 480.0766 1 66 64 512 405 31 107 1.484375 95 0.03125 2.0 0.15625 10 0.009 67.8395
22 0.0 0 64 512 2 1.7344 0 0.9688 11413.7441 13031.4173 9491.8932 30933 1 8503.5538 0.543 0.0085 0.0831 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.096 -0.0 0.0 1.0 0.0 0.0073 0.7031 0.543 16.6606 52.7452 612.233 28.6 857.9676 245.7346 0.1069 5.4639 78.4375 437.0501 515.8848 1708.9375 19.6886 437.3399 1167.8961 1 67 64 512 284 38 226 3.375 216 0.015625 1.0 0.234375 15.0 0.015625 1 0.03125 2.0
23 0.0 0 64 512 3 1.6562 0 0.9375 7622.7422 12586.4455 4143.2027 30984 1 8643.846 0.4121 -0.0008 0.0736 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0659 -0.002 0.0 1.0 0.0 0.0058 0.5469 0.4121 17.027 53.1041 609.7761 28.9 857.9676 248.1915 0.0916 5.1325 68.1111 405.8683 474.3752 1330.1943 18.9738 406.172 831.7082 1 68 61 488 300 35 186 2.5081967213114753 153 0.19672131147540983 12.0 0.3442622950819672 21 0.01639344262295082 1.0 0.0082 8.5077 0.01639344262295082 1.0
24 0.0 0 64 512 4 1.8594 0 0.9844 8870.7188 13343.5261 5222.6844 31284 1 8956.4511 0.4492 0.0031 0.0874 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0699 -0.002 0.0 1.0 0.0 0.0061 0.5781 0.4492 17.0521 53.1282 608.4407 29.1 857.9676 249.5269 0.0953 5.2068 73.4059 425.7044 499.4945 1339.6373 19.6763 425.9927 815.2554 1 69 61 488 300 33 186 2.7704918032786887 169 0.01639344262295082 1.0 0.32786885245901637 20.0 0.06557377049180328 4 0.01639344262295082 1.0 0.01639344262295082 1.0
25 0.0 0 64 512 3 1.7656 0 0.9688 8762.9629 12878.7667 4170.9504 30996 1 8577.2363 0.5273 -0.0032 0.0507 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0758 0.0 0.0 1.0 0.0 0.0053 0.6406 0.5273 17.1027 53.2186 606.531 29.3 857.9676 251.4366 0.0729 5.3903 73.1317 413.7449 487.2404 1232.3309 19.7158 414.0353 719.9795 1 70 63 504 299 38 205 2.619047619047619 165 0.015873015873015872 1.0 0.4444444444444444 28.0 0.20634920634920634 13 0.0085 49.1285 7.4197
26 0.0 0 64 512 4 2.0 0 0.9531 8866.4629 14064.7418 5163.3411 30657 1 9209.7282 0.416 0.0008 0.0938 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0694 0.0 0.0 1.0 0.0 0.0074 0.5469 0.416 17.18 53.2842 605.3498 29.4 857.9676 252.6178 0.0692 5.3537 69.8952 434.7141 504.9622 1318.2815 19.5267 434.9974 788.4349 1 71 61 488 316 30 163 2.3278688524590163 142 0.01639344262295082 1.0 0.3770491803278688 23.0 0.08196721311475409 5 0.13114754098360656 8.0 0.01639344262295082 1.0

View File

@@ -0,0 +1,11 @@
async/discard_rate,async/discarded_count,async/effective_batch_groups,async/effective_batch_samples,async/staleness_max,async/staleness_mean,async/staleness_min,async/staleness_ratio,generate/avg_num_tokens,generate/avg_tokens_non_zero_rewards,generate/avg_tokens_zero_rewards,generate/max_num_tokens,generate/min_num_tokens,generate/std_num_tokens,loss/avg_final_rewards,loss/avg_raw_advantages,loss/avg_raw_advantages_abs,policy/final_loss,policy/log_ratio_abs_max,policy/log_ratio_abs_mean,policy/log_ratio_abs_p99,policy/log_ratio_abs_pos00,policy/log_ratio_abs_pos10,policy/log_ratio_abs_pos20,policy/log_ratio_abs_pos30,policy/log_ratio_abs_pos40,policy/log_ratio_abs_pos50,policy/log_ratio_abs_pos60,policy/log_ratio_abs_pos70,policy/log_ratio_abs_pos80,policy/log_ratio_abs_pos90,policy/n_tokens_dp_gt_10pct,policy/n_tokens_dp_gt_1pct,policy/n_tokens_dp_gt_50pct,policy/policy_entropy,policy/policy_loss,policy/policy_lr,policy/policy_update_steps,policy/ppo_clip_ratio,policy/raw_grad_norm,reward/avg_pass_at_8,reward/avg_raw_reward,system/process_rss_gb,system/process_vms_gb,system/ram_available_gb,system/ram_percent,system/ram_total_gb,system/ram_used_gb,timing/compute_advantages_and_returns,timing/convert_to_training_input,timing/fwd_logprobs_values_reward,timing/policy_train,timing/run_training,timing/step,timing/sync_weights,timing/train_critic_and_policy,timing/wait_for_generation_buffer,trainer/epoch,trainer/global_step,batch_errors/total_batches,batch_errors/total_instances,batch_errors/total_successful,batch_errors/total_failed,batch_errors/total_masked,batch_errors/avg_ContextLengthExceededError,batch_errors/total_ContextLengthExceededError,batch_errors/avg_RewardFileNotFoundError,batch_errors/total_RewardFileNotFoundError,batch_errors/avg_AgentTimeoutError,batch_errors/total_AgentTimeoutError,batch_errors/avg_VerifierTimeoutError,batch_errors/total_VerifierTimeoutError,timing/cleanup_old_checkpoints,timing/save_checkpoints,batch_errors/avg_RuntimeError,batch_errors/total_RuntimeError,batch_errors/avg_DaytonaError,batch_errors/total_DaytonaError,timing/save_hf_model,batch_errors/avg_DaytonaNotFoundError,batch_errors/total_DaytonaNotFoundError,batch_errors/avg_InvalidChatHistory,batch_errors/total_InvalidChatHistory
0.0,0,64,512,4,0.6094,0,0.25,10828.5625,14291.8013,5642.1512,30769,1,8369.6763,0.5996,-0.0018,0.0985,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0847,-0.0,0.0,1.0,0.0,0.0082,0.6964,0.5996,13.3705,50.9876,635.2551,26.0,857.9676,222.7125,0.084,5.8705,78.6198,425.2337,504.1957,3888.9319,18.387,425.491,3360.4785,1,71,61,488,241,43,239,3.5245901639344264,215,0.4426229508196721,27,0.04918032786885246,3.0,0.13114754098360656,8.0,,,,,,,,,,,
0.0,0,64,512,1,1.0,1,1.0,8292.7246,14150.6901,5355.1525,31020,1,9642.0758,0.334,-0.0015,0.045,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0594,0.0,0.0,1.0,0.0,0.0032,0.4375,0.334,13.4335,51.0259,630.771,26.5,857.9676,227.1966,0.0645,5.068,74.9527,420.3059,495.5572,670.3452,18.2295,420.5396,151.4798,1,72,60,480,285,30,195,3.1,186,0.3,18,0.18333333333333332,11.0,,,26.5439,34.6728,,,,,,,,,
0.0,0,64,512,2,1.7656,0,0.9844,6934.8418,11537.7976,2644.5396,29395,1,7601.223,0.4824,-0.0041,0.079,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0695,0.0,0.0,1.0,0.0,0.0074,0.6094,0.4824,13.9837,51.6154,633.3792,26.2,857.9676,224.5884,0.0632,4.827,62.2097,344.3977,406.9093,957.0039,19.1167,344.636,526.1478,1,73,64,512,345,35,164,2.265625,145,0.28125,18,0.015625,1.0,0.03125,2.0,,,0.015625,1.0,,,,,,,
0.0,0,64,512,3,2.2188,0,0.9688,9799.7148,14328.5516,4290.6104,30490,1,8694.0874,0.5488,0.0052,0.0516,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0798,-0.0039,0.0,1.0,0.0,0.0047,0.6406,0.5488,14.1357,51.7526,629.6739,26.6,857.9676,228.2937,0.0654,5.3297,71.4866,409.8064,481.605,1354.5765,18.3813,410.0526,849.2574,1,74,62,496,297,41,198,2.6451612903225805,164,0.4032258064516129,25,0.12903225806451613,8.0,0.016129032258064516,1.0,0.0078,9.3736,,,0.016129032258064516,1.0,,,,,
0.0,0,64,512,4,2.3438,1,1.0,9175.4688,14569.1538,6200.7697,30399,1,9509.9436,0.3555,0.0036,0.1085,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0704,-0.002,0.0,1.0,0.0,0.0066,0.5781,0.3555,14.2806,51.8994,626.7892,26.9,857.9676,231.1784,0.0656,5.2388,69.0429,420.5253,489.8928,983.2325,18.4688,420.7838,469.629,1,75,63,504,319,35,183,2.619047619047619,165,0.15873015873015872,10,0.09523809523809523,6.0,,,,,0.015873015873015872,1.0,0.031746031746031744,2.0,6.4314,0.015873015873015872,1.0,,
0.0,0,64,512,4,2.1094,0,0.9844,9323.3477,13616.1066,5415.0149,29993,1,8747.0324,0.4766,-0.005,0.1142,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0742,-0.0,0.0,1.0,0.0,0.007,0.625,0.4766,16.2544,52.3254,621.7123,27.5,857.9676,236.2552,0.064,5.4537,71.1837,413.6465,485.1472,1229.0144,18.5543,413.8992,719.8556,1,76,59,472,253,38,219,3.305084745762712,195,0.6271186440677966,37,0.01694915254237288,1.0,,,0.0077,9.789,,,0.03389830508474576,2.0,,,,,
0.0,0,64,512,4,1.9375,0,0.9844,7204.043,12500.3918,3972.9371,30086,1,8371.5458,0.3789,0.004,0.059,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0616,-0.0,0.0,1.0,0.0,0.0057,0.5156,0.3789,16.2288,52.3629,618.8427,27.9,857.9676,239.1249,0.0616,4.8615,62.0257,362.509,424.8586,1175.105,18.5549,362.7708,726.8268,1,77,65,520,290,42,229,3.2,208,0.2923076923076923,19,,,0.015384615384615385,1.0,,,,,0.015384615384615385,1.0,,,,0.015384615384615385,1.0
0.0,0,64,512,4,1.9219,1,1.0,8619.3535,15852.0986,3466.9298,30221,1,9137.4003,0.416,0.0042,0.0988,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0641,-0.0017,0.0,1.0,0.0,0.007,0.5781,0.416,16.3004,52.3701,616.7411,28.1,857.9676,241.2264,0.0651,5.2432,66.6754,414.1165,481.0836,1229.4638,18.589,414.3428,724.5447,1,78,63,504,249,44,251,3.4126984126984126,215,0.42857142857142855,27,0.14285714285714285,9.0,0.031746031746031744,2.0,0.0073,9.6524,0.031746031746031744,2.0,,,,,,,
0.0,0,64,512,4,1.9375,0,0.9844,7764.3008,14684.3085,3748.9877,31234,1,9206.9099,0.3672,0.0043,0.0656,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0595,-0.0,0.0,1.0,0.0,0.0054,0.5469,0.3672,16.6335,52.6298,613.7188,28.5,857.9676,244.2488,0.0636,5.2412,70.9909,398.0125,469.2865,1378.8678,18.9901,398.2316,885.3466,1,79,59,472,292,30,173,2.9322033898305087,173,0.23728813559322035,14,0.1016949152542373,6.0,0.11864406779661017,7.0,,,,,0.01694915254237288,1.0,,,,,
0.0,0,64,512,4,1.8906,0,0.9688,8479.0781,13449.07,3989.4572,30534,1,8830.213,0.4746,0.0052,0.0649,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0722,-0.002,0.0,1.0,0.0,0.0069,0.6562,0.4746,16.6141,52.651,611.7693,28.7,857.9676,246.1983,0.0673,5.1983,68.7881,410.2864,479.4016,1276.6484,18.6914,410.5459,773.3533,1,80,45,360,189,30,166,3.311111111111111,149,0.2222222222222222,10,0.15555555555555556,7.0,0.1111111111111111,5.0,0.0081,9.866,,,,,5.9753,,,,
1 async/discard_rate async/discarded_count async/effective_batch_groups async/effective_batch_samples async/staleness_max async/staleness_mean async/staleness_min async/staleness_ratio generate/avg_num_tokens generate/avg_tokens_non_zero_rewards generate/avg_tokens_zero_rewards generate/max_num_tokens generate/min_num_tokens generate/std_num_tokens loss/avg_final_rewards loss/avg_raw_advantages loss/avg_raw_advantages_abs policy/final_loss policy/log_ratio_abs_max policy/log_ratio_abs_mean policy/log_ratio_abs_p99 policy/log_ratio_abs_pos00 policy/log_ratio_abs_pos10 policy/log_ratio_abs_pos20 policy/log_ratio_abs_pos30 policy/log_ratio_abs_pos40 policy/log_ratio_abs_pos50 policy/log_ratio_abs_pos60 policy/log_ratio_abs_pos70 policy/log_ratio_abs_pos80 policy/log_ratio_abs_pos90 policy/n_tokens_dp_gt_10pct policy/n_tokens_dp_gt_1pct policy/n_tokens_dp_gt_50pct policy/policy_entropy policy/policy_loss policy/policy_lr policy/policy_update_steps policy/ppo_clip_ratio policy/raw_grad_norm reward/avg_pass_at_8 reward/avg_raw_reward system/process_rss_gb system/process_vms_gb system/ram_available_gb system/ram_percent system/ram_total_gb system/ram_used_gb timing/compute_advantages_and_returns timing/convert_to_training_input timing/fwd_logprobs_values_reward timing/policy_train timing/run_training timing/step timing/sync_weights timing/train_critic_and_policy timing/wait_for_generation_buffer trainer/epoch trainer/global_step batch_errors/total_batches batch_errors/total_instances batch_errors/total_successful batch_errors/total_failed batch_errors/total_masked batch_errors/avg_ContextLengthExceededError batch_errors/total_ContextLengthExceededError batch_errors/avg_RewardFileNotFoundError batch_errors/total_RewardFileNotFoundError batch_errors/avg_AgentTimeoutError batch_errors/total_AgentTimeoutError batch_errors/avg_VerifierTimeoutError batch_errors/total_VerifierTimeoutError timing/cleanup_old_checkpoints timing/save_checkpoints batch_errors/avg_RuntimeError batch_errors/total_RuntimeError batch_errors/avg_DaytonaError batch_errors/total_DaytonaError timing/save_hf_model batch_errors/avg_DaytonaNotFoundError batch_errors/total_DaytonaNotFoundError batch_errors/avg_InvalidChatHistory batch_errors/total_InvalidChatHistory
2 0.0 0 64 512 4 0.6094 0 0.25 10828.5625 14291.8013 5642.1512 30769 1 8369.6763 0.5996 -0.0018 0.0985 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0847 -0.0 0.0 1.0 0.0 0.0082 0.6964 0.5996 13.3705 50.9876 635.2551 26.0 857.9676 222.7125 0.084 5.8705 78.6198 425.2337 504.1957 3888.9319 18.387 425.491 3360.4785 1 71 61 488 241 43 239 3.5245901639344264 215 0.4426229508196721 27 0.04918032786885246 3.0 0.13114754098360656 8.0
3 0.0 0 64 512 1 1.0 1 1.0 8292.7246 14150.6901 5355.1525 31020 1 9642.0758 0.334 -0.0015 0.045 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0594 0.0 0.0 1.0 0.0 0.0032 0.4375 0.334 13.4335 51.0259 630.771 26.5 857.9676 227.1966 0.0645 5.068 74.9527 420.3059 495.5572 670.3452 18.2295 420.5396 151.4798 1 72 60 480 285 30 195 3.1 186 0.3 18 0.18333333333333332 11.0 26.5439 34.6728
4 0.0 0 64 512 2 1.7656 0 0.9844 6934.8418 11537.7976 2644.5396 29395 1 7601.223 0.4824 -0.0041 0.079 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0695 0.0 0.0 1.0 0.0 0.0074 0.6094 0.4824 13.9837 51.6154 633.3792 26.2 857.9676 224.5884 0.0632 4.827 62.2097 344.3977 406.9093 957.0039 19.1167 344.636 526.1478 1 73 64 512 345 35 164 2.265625 145 0.28125 18 0.015625 1.0 0.03125 2.0 0.015625 1.0
5 0.0 0 64 512 3 2.2188 0 0.9688 9799.7148 14328.5516 4290.6104 30490 1 8694.0874 0.5488 0.0052 0.0516 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0798 -0.0039 0.0 1.0 0.0 0.0047 0.6406 0.5488 14.1357 51.7526 629.6739 26.6 857.9676 228.2937 0.0654 5.3297 71.4866 409.8064 481.605 1354.5765 18.3813 410.0526 849.2574 1 74 62 496 297 41 198 2.6451612903225805 164 0.4032258064516129 25 0.12903225806451613 8.0 0.016129032258064516 1.0 0.0078 9.3736 0.016129032258064516 1.0
6 0.0 0 64 512 4 2.3438 1 1.0 9175.4688 14569.1538 6200.7697 30399 1 9509.9436 0.3555 0.0036 0.1085 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0704 -0.002 0.0 1.0 0.0 0.0066 0.5781 0.3555 14.2806 51.8994 626.7892 26.9 857.9676 231.1784 0.0656 5.2388 69.0429 420.5253 489.8928 983.2325 18.4688 420.7838 469.629 1 75 63 504 319 35 183 2.619047619047619 165 0.15873015873015872 10 0.09523809523809523 6.0 0.015873015873015872 1.0 0.031746031746031744 2.0 6.4314 0.015873015873015872 1.0
7 0.0 0 64 512 4 2.1094 0 0.9844 9323.3477 13616.1066 5415.0149 29993 1 8747.0324 0.4766 -0.005 0.1142 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0742 -0.0 0.0 1.0 0.0 0.007 0.625 0.4766 16.2544 52.3254 621.7123 27.5 857.9676 236.2552 0.064 5.4537 71.1837 413.6465 485.1472 1229.0144 18.5543 413.8992 719.8556 1 76 59 472 253 38 219 3.305084745762712 195 0.6271186440677966 37 0.01694915254237288 1.0 0.0077 9.789 0.03389830508474576 2.0
8 0.0 0 64 512 4 1.9375 0 0.9844 7204.043 12500.3918 3972.9371 30086 1 8371.5458 0.3789 0.004 0.059 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0616 -0.0 0.0 1.0 0.0 0.0057 0.5156 0.3789 16.2288 52.3629 618.8427 27.9 857.9676 239.1249 0.0616 4.8615 62.0257 362.509 424.8586 1175.105 18.5549 362.7708 726.8268 1 77 65 520 290 42 229 3.2 208 0.2923076923076923 19 0.015384615384615385 1.0 0.015384615384615385 1.0 0.015384615384615385 1.0
9 0.0 0 64 512 4 1.9219 1 1.0 8619.3535 15852.0986 3466.9298 30221 1 9137.4003 0.416 0.0042 0.0988 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0641 -0.0017 0.0 1.0 0.0 0.007 0.5781 0.416 16.3004 52.3701 616.7411 28.1 857.9676 241.2264 0.0651 5.2432 66.6754 414.1165 481.0836 1229.4638 18.589 414.3428 724.5447 1 78 63 504 249 44 251 3.4126984126984126 215 0.42857142857142855 27 0.14285714285714285 9.0 0.031746031746031744 2.0 0.0073 9.6524 0.031746031746031744 2.0
10 0.0 0 64 512 4 1.9375 0 0.9844 7764.3008 14684.3085 3748.9877 31234 1 9206.9099 0.3672 0.0043 0.0656 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0595 -0.0 0.0 1.0 0.0 0.0054 0.5469 0.3672 16.6335 52.6298 613.7188 28.5 857.9676 244.2488 0.0636 5.2412 70.9909 398.0125 469.2865 1378.8678 18.9901 398.2316 885.3466 1 79 59 472 292 30 173 2.9322033898305087 173 0.23728813559322035 14 0.1016949152542373 6.0 0.11864406779661017 7.0 0.01694915254237288 1.0
11 0.0 0 64 512 4 1.8906 0 0.9688 8479.0781 13449.07 3989.4572 30534 1 8830.213 0.4746 0.0052 0.0649 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0722 -0.002 0.0 1.0 0.0 0.0069 0.6562 0.4746 16.6141 52.651 611.7693 28.7 857.9676 246.1983 0.0673 5.1983 68.7881 410.2864 479.4016 1276.6484 18.6914 410.5459 773.3533 1 80 45 360 189 30 166 3.311111111111111 149 0.2222222222222222 10 0.15555555555555556 7.0 0.1111111111111111 5.0 0.0081 9.866 5.9753

View File

@@ -0,0 +1,84 @@
log_file,async/discard_rate,async/discarded_count,async/effective_batch_groups,async/effective_batch_samples,async/staleness_max,async/staleness_mean,async/staleness_min,async/staleness_ratio,generate/avg_num_tokens,generate/avg_tokens_non_zero_rewards,generate/avg_tokens_zero_rewards,generate/max_num_tokens,generate/min_num_tokens,generate/std_num_tokens,loss/avg_final_rewards,loss/avg_raw_advantages,loss/avg_raw_advantages_abs,policy/final_loss,policy/log_ratio_abs_max,policy/log_ratio_abs_mean,policy/log_ratio_abs_p99,policy/log_ratio_abs_pos00,policy/log_ratio_abs_pos10,policy/log_ratio_abs_pos20,policy/log_ratio_abs_pos30,policy/log_ratio_abs_pos40,policy/log_ratio_abs_pos50,policy/log_ratio_abs_pos60,policy/log_ratio_abs_pos70,policy/log_ratio_abs_pos80,policy/log_ratio_abs_pos90,policy/n_tokens_dp_gt_10pct,policy/n_tokens_dp_gt_1pct,policy/n_tokens_dp_gt_50pct,policy/policy_entropy,policy/policy_loss,policy/policy_lr,policy/policy_update_steps,policy/ppo_clip_ratio,policy/raw_grad_norm,reward/avg_pass_at_8,reward/avg_raw_reward,system/process_rss_gb,system/process_vms_gb,system/ram_available_gb,system/ram_percent,system/ram_total_gb,system/ram_used_gb,timing/compute_advantages_and_returns,timing/convert_to_training_input,timing/fwd_logprobs_values_reward,timing/policy_train,timing/run_training,timing/step,timing/sync_weights,timing/train_critic_and_policy,timing/wait_for_generation_buffer,trainer/epoch,trainer/global_step,batch_errors/total_batches,batch_errors/total_instances,batch_errors/total_successful,batch_errors/total_failed,batch_errors/total_masked,batch_errors/avg_VerifierTimeoutError,batch_errors/total_VerifierTimeoutError,batch_errors/avg_RewardFileNotFoundError,batch_errors/total_RewardFileNotFoundError,batch_errors/avg_ContextLengthExceededError,batch_errors/total_ContextLengthExceededError,batch_errors/avg_DaytonaError,batch_errors/total_DaytonaError,batch_errors/avg_AgentTimeoutError,batch_errors/total_AgentTimeoutError,timing/cleanup_old_checkpoints,timing/save_checkpoints,batch_errors/avg_AgentSetupTimeoutError,batch_errors/total_AgentSetupTimeoutError,batch_errors/avg_RuntimeError,batch_errors/total_RuntimeError,batch_errors/avg_DaytonaValidationError,batch_errors/total_DaytonaValidationError,timing/save_hf_model,batch_errors/avg_OSError,batch_errors/total_OSError,batch_errors/avg_InvalidChatHistory,batch_errors/total_InvalidChatHistory,batch_errors/avg_AddTestsDirError,batch_errors/total_AddTestsDirError,batch_errors/avg_DaytonaNotFoundError,batch_errors/total_DaytonaNotFoundError,batch_errors/avg_DaytonaAuthenticationError,batch_errors/total_DaytonaAuthenticationError,batch_errors/avg_BadRequestError,batch_errors/total_BadRequestError,global_step
job_570909,0.0,0,64,512,0,0.0,0,0.0,7625.0625,7224.375,7737.255,30738,1,4761.9131,0.2188,0.0075,0.073,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1389,-0.0006,0.0,1.0,0.0,0.0119,0.3438,0.2188,13.0466,50.5942,619.6773,27.8,857.9676,238.2903,0.174,5.7105,52.1727,276.715,329.3376,3243.0859,18.785,276.9904,2889.2525,0,1,122,976,861,25,105,0.08196721311475409,10.0,0.1557377049180328,19.0,0.7213114754098361,88,0.1557377049180328,19.0,0.00819672131147541,1.0,,,,,,,,,,,,,,,,,,,,,,1
job_570909,0.0,0,64,512,1,0.8594,0,0.8594,7177.1777,12205.0132,6300.7661,30121,1,6965.3117,0.1484,0.0008,0.0573,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1061,0.0,0.0,1.0,0.0,0.0126,0.2969,0.1484,13.243,50.8937,615.3109,28.3,857.9676,242.6567,0.0837,4.8108,58.2744,339.0771,397.7541,1411.7557,18.8332,339.3956,990.3545,0,2,59,472,296,35,175,0.01694915254237288,1.0,0.559322033898305,33.0,2.5254237288135593,149,0.13559322033898305,8.0,0.05084745762711865,3.0,11.7344,24.1088,,,,,,,,,,,,,,,,,,,,2
job_570909,0.0,0,64,512,2,1.7812,1,1.0,7265.7207,12081.0973,5901.9674,29939,1,8199.2276,0.2207,0.0069,0.0702,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08,-0.0003,0.0,1.0,0.0,0.0124,0.4375,0.2207,13.5014,51.1487,635.6704,25.9,857.9676,222.2972,0.0629,4.9026,60.7343,357.7506,418.799,1018.8959,19.2948,358.0014,575.8965,0,3,62,496,333,31,158,0.08064516129032258,5.0,0.46774193548387094,29.0,2.1129032258064515,131,0.14516129032258066,9.0,0.06451612903225806,4.0,,,,,,,,,,,,,,,,,,,,,,3
job_570909,0.0,0,64,512,3,1.9688,1,1.0,7590.9688,11570.6327,6648.9227,30516,1,7962.9942,0.1914,0.0099,0.0575,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0873,-0.0,0.0,1.0,0.0,0.0094,0.3281,0.1914,13.8736,51.5602,629.9651,26.6,857.9676,228.0024,0.0675,4.8477,64.746,371.3923,436.5098,1747.2973,18.7621,371.6959,1287.1747,0,4,60,480,365,30,78,0.38333333333333336,23.0,0.3333333333333333,20.0,1.0,60,0.11666666666666667,7.0,0.13333333333333333,8.0,0.009,14.9388,0.2,12.0,0.016666666666666666,1.0,0.016666666666666666,1.0,,,,,,,,,,,,,,4
job_570909,0.0,0,64,512,4,2.0312,0,0.9688,8771.291,10771.0216,8026.0831,30080,1,7853.3448,0.2715,0.0274,0.1454,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1,-0.0118,0.0,1.0,0.0,0.0161,0.4688,0.2715,14.1341,51.7956,626.9705,26.9,857.9676,230.9971,0.0695,5.2329,68.1798,390.2188,458.7438,1098.8385,19.5078,390.4937,615.3497,0,5,60,480,313,33,160,0.11666666666666667,7.0,0.4,24.0,2.183333333333333,131,0.06666666666666667,4.0,0.016666666666666666,1.0,,,0.016666666666666666,1.0,,,,,7.4534,,,,,,,,,,,,,5
job_570909,0.0,0,64,512,4,2.2812,1,1.0,7900.2266,11606.0148,6573.2202,31068,1,7930.2657,0.2637,0.0099,0.1305,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0883,-0.0014,0.0,1.0,0.0,0.013,0.4531,0.2637,15.412,51.7556,632.2452,26.3,857.9676,225.7224,0.0692,5.1154,75.0537,390.2941,465.7046,1022.7624,17.8311,390.5812,534.1069,0,6,54,432,299,30,105,0.25925925925925924,14.0,0.5925925925925926,32.0,1.1111111111111112,60,0.05555555555555555,3.0,0.9629629629629629,52.0,0.0093,380.1291,0.3333333333333333,18.0,,,,,,,,,,,,,,,,,,6
job_570909,0.0,0,64,512,5,2.0625,0,0.9062,7949.4258,11722.3093,7067.5711,31276,1,8054.53,0.1895,0.015,0.1512,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0879,-0.0082,0.0,1.0,0.0,0.0136,0.375,0.1895,15.8696,52.032,629.155,26.7,857.9676,228.8126,0.0684,5.1544,60.2546,381.8308,442.4312,2477.6801,19.2041,382.1079,2010.8858,0,7,62,496,357,29,123,0.04838709677419355,3.0,0.5161290322580645,32.0,1.2258064516129032,76,0.06451612903225806,4.0,0.1774193548387097,11.0,,,0.1935483870967742,12.0,,,,,,0.016129032258064516,1.0,,,,,,,,,,,7
job_570909,0.0,0,64,512,4,2.3281,0,0.9531,8908.293,12078.8656,7099.316,31296,1,8191.8566,0.3633,0.0258,0.1614,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0957,-0.0064,0.0,1.0,0.0,0.0137,0.6094,0.3633,15.993,52.1296,625.3193,27.1,857.9676,232.6483,0.0792,5.3606,69.5205,400.225,470.1551,1138.492,19.2829,400.5548,643.6897,0,8,62,496,384,21,109,0.03225806451612903,2.0,0.3064516129032258,19.0,1.5161290322580645,94,0.03225806451612903,2.0,0.016129032258064516,1.0,0.0091,15.1919,0.016129032258064516,1.0,,,,,,,,,,,,,,,,,,8
job_570909,0.0,0,64,512,4,2.0469,0,0.9844,9910.3848,12086.2275,8857.1507,31181,1,7957.1519,0.3262,0.0139,0.1466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.099,0.0,0.0,1.0,0.0,0.0133,0.5156,0.3262,15.9547,52.0868,622.0262,27.5,857.9676,235.9414,0.0903,5.5966,76.5212,393.6694,470.5749,978.971,19.4868,393.963,483.3085,0,9,63,504,370,28,129,0.06349206349206349,4.0,0.2857142857142857,18.0,1.6666666666666667,105,0.1111111111111111,7.0,0.07936507936507936,5.0,,,,,0.015873015873015872,1.0,,,,,,0.015873015873015872,1.0,,,,,,,,,9
job_570909,0.0,0,64,512,5,2.2344,1,1.0,8843.7188,10832.1392,7956.2316,30839,1,7853.7819,0.3086,0.0055,0.1532,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.102,-0.0047,0.0,1.0,0.0,0.0124,0.4688,0.3086,15.9543,52.2064,614.1585,28.4,857.9676,243.8091,0.0893,5.2872,71.2299,391.5737,463.1804,1174.4984,19.2133,391.8605,686.8148,0,10,61,488,331,37,154,0.03278688524590164,2.0,0.8688524590163934,53.0,1.6557377049180328,101,0.04918032786885246,3.0,0.06557377049180328,4.0,0.0076,14.4778,0.01639344262295082,1.0,,,,,7.5612,,,,,,,,,,,,,10
job_570909,0.0,0,64,512,4,2.3906,1,1.0,10252.3184,14721.0764,8275.9944,30935,1,9271.5503,0.3066,0.0152,0.1371,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0867,-0.002,0.0,1.0,0.0,0.0111,0.5156,0.3066,16.5099,52.7488,611.0344,28.8,857.9676,246.9332,0.0704,5.6829,79.3026,436.8547,516.5422,1753.6025,19.447,437.1685,1211.9272,0,11,62,496,318,36,174,0.016129032258064516,1.0,0.7096774193548387,44.0,1.903225806451613,118,,,0.27419354838709675,17.0,,,0.016129032258064516,1.0,0.03225806451612903,2.0,,,,,,0.03225806451612903,2.0,,,,,,,,,11
job_570909,0.0,0,64,512,4,2.0469,0,0.9375,8288.5215,11438.4843,6869.6997,30098,1,8460.0528,0.3105,0.0009,0.1174,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0823,0.0,0.0,1.0,0.0,0.0098,0.5156,0.3105,16.4812,52.8363,626.6665,27.0,857.9676,231.3011,0.0681,5.0632,63.8404,378.6142,442.7932,1506.3171,20.1143,378.8842,1038.3433,0,12,61,488,336,34,148,0.08196721311475409,5.0,0.4262295081967213,26.0,2.0,122,,,,,0.0082,14.2883,,,,,,,,,,,,,,,,,,,,12
job_570909,0.0,0,64,512,4,1.8594,1,1.0,9424.3887,11515.9448,8280.6677,31489,1,8503.4449,0.3535,0.0115,0.1432,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0949,-0.0056,0.0,1.0,0.0,0.0141,0.4844,0.3535,16.4678,52.8132,621.8625,27.5,857.9676,236.105,0.0692,5.3542,67.5569,403.5167,471.4412,1052.6072,20.0156,403.8146,555.7923,0,13,62,496,355,29,138,0.03225806451612903,2.0,0.3387096774193548,21.0,1.903225806451613,118,0.016129032258064516,1.0,0.06451612903225806,4.0,,,,,,,0.016129032258064516,1.0,,,,,,,,,,,,,,13
job_570909,0.0,0,64,512,3,1.875,0,0.9531,9385.0332,12458.9409,6735.8836,31011,1,8192.4947,0.4629,0.0013,0.1105,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0993,-0.0039,0.0,1.0,0.0,0.0099,0.6094,0.4629,16.5378,52.9189,616.3051,28.2,857.9676,241.6625,0.0693,5.2101,68.9072,380.4787,449.7502,1450.7884,19.1419,380.7733,976.682,0,14,63,504,292,52,179,0.5079365079365079,32.0,0.49206349206349204,31.0,2.253968253968254,142,,,0.1746031746031746,11.0,0.0083,13.8408,,,0.015873015873015872,1.0,,,,,,,,,,,,,,,,14
job_570909,0.0,0,64,512,4,1.9531,1,1.0,8297.8984,13617.4579,4477.8121,31722,1,8835.3645,0.418,0.0413,0.1845,-0.0006,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0805,-0.0396,0.0,1.0,0.0,0.0122,0.6094,0.418,16.6534,53.0029,614.3604,28.4,857.9676,243.6072,0.0905,5.4622,70.0459,399.3377,469.7748,1098.5712,18.8556,399.6379,604.4742,0,15,29,232,139,23,73,0.6896551724137931,20.0,0.3793103448275862,11.0,2.103448275862069,61,,,0.034482758620689655,1.0,,,,,,,,,7.0447,,,,,,,,,,,,,15
job_570910,0.0,0,64,512,4,0.8125,0,0.3438,10043.9688,14390.037,6117.9665,30599,1,8786.9836,0.4746,0.0116,0.1916,-0.0003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0915,-0.0162,0.0,1.0,0.0,0.012,0.6316,0.4746,13.2856,50.8235,636.991,25.8,857.9676,220.9766,0.1614,5.4867,81.9567,440.1081,522.4771,3983.3663,17.8533,440.3584,3437.5488,0,15,57,456,242,40,209,0.08771929824561403,5.0,0.03508771929824561,2.0,4.12280701754386,235,,,0.05263157894736842,3.0,,,,,,,,,6.4462,,,,,,,,,,,,,15
job_570910,0.0,0,64,512,1,1.0,1,1.0,7498.4824,13812.0622,3678.6677,31130,1,9204.9133,0.377,0.0033,0.1525,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0677,-0.0031,0.0,1.0,0.0,0.0079,0.5938,0.377,13.4282,50.9644,635.3312,25.9,857.9676,222.6364,0.0652,5.6522,64.7632,395.4832,460.6106,499.1993,18.6285,395.7815,14.2953,0,16,63,504,302,38,181,0.2698412698412698,17.0,0.30158730158730157,19.0,2.380952380952381,150,0.015873015873015872,1.0,0.20634920634920634,13.0,51.129,59.3271,,,0.06349206349206349,4.0,,,,,,,,,,,,,,,,16
job_570910,0.0,0,64,512,2,1.8594,0,0.9688,7701.8828,12047.2903,5222.6012,30467,1,8349.8611,0.3633,0.0104,0.0646,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0762,-0.007,0.0,1.0,0.0,0.0072,0.5156,0.3633,13.6183,51.2876,631.3316,26.4,857.9676,226.636,0.0682,5.0927,65.9242,375.6956,441.9899,1117.181,21.8449,375.9969,648.249,0,17,62,496,293,39,198,0.06451612903225806,4.0,0.5483870967741935,34.0,2.5161290322580645,156,,,0.12903225806451613,8.0,,,,,0.016129032258064516,1.0,,,,,,0.016129032258064516,1.0,,,,,,,,,17
job_570910,0.0,0,64,512,3,2.1562,1,1.0,8240.4648,13241.5728,4873.7059,30387,1,8631.7732,0.4023,0.0127,0.0925,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0794,-0.0056,0.0,1.0,0.0,0.0071,0.5625,0.4023,14.0402,51.7045,638.1868,25.6,857.9676,219.7808,0.0666,5.1977,64.2028,403.7568,468.2926,1270.1843,18.1796,404.0228,778.5088,0,18,64,512,260,44,250,0.015625,1.0,0.921875,59.0,3.015625,193,0.03125,2.0,0.0625,4.0,0.0085,8.0188,,,0.015625,1.0,,,,,,,,,,,,,,,,18
job_570910,0.0,0,64,512,4,2.1562,0,0.9531,6990.9492,12020.7235,4490.769,31051,1,8875.3705,0.332,-0.0089,0.1279,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0675,-0.0017,0.0,1.0,0.0,0.0078,0.5312,0.332,14.8202,51.9241,632.3823,26.3,857.9676,225.5853,0.0671,5.1962,64.7246,381.4328,446.4977,1148.4227,18.1269,381.7057,678.5977,0,19,60,480,293,33,187,,,0.45,27.0,2.6166666666666667,157,,,0.06666666666666667,4.0,,,,,,,,,,,,,,,,,,,,,,19
job_570910,0.0,0,64,512,4,1.9531,0,0.9688,9259.5508,14031.0932,5179.5362,31001,1,9007.3134,0.4609,-0.0003,0.1066,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.082,0.0,0.0,1.0,0.0,0.0085,0.6094,0.4609,14.9999,52.0775,628.0569,26.8,857.9676,229.9107,0.0703,5.457,75.4662,416.4031,492.1865,1091.1905,18.2448,416.6497,575.2975,0,20,63,504,246,43,255,0.047619047619047616,3.0,0.31746031746031744,20.0,3.7301587301587302,235,,,,,0.0087,8.1729,,,,,,,5.8464,,,,,,,,,,,,,20
job_570910,0.0,0,64,512,4,2.0469,1,1.0,7294.0215,14012.896,3865.2153,31152,1,8948.9166,0.3379,0.0206,0.1521,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0663,-0.0047,0.0,1.0,0.0,0.0107,0.5156,0.3379,14.9392,52.0136,625.1726,27.1,857.9676,232.795,0.0669,4.8869,67.2412,405.1375,472.7686,1247.3964,18.7072,405.46,751.0291,0,21,60,480,309,31,170,,,0.5,30.0,2.533333333333333,152,0.016666666666666666,1.0,0.13333333333333333,8.0,,,,,0.03333333333333333,2.0,,,,,,,,,,,,,,,,21
job_570910,0.0,0,64,512,4,2.0938,1,1.0,9318.7285,14136.8252,6075.1732,30412,1,9042.3751,0.4023,-0.001,0.0945,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0755,0.0,0.0,1.0,0.0,0.007,0.5156,0.4023,15.2088,52.2768,621.5501,27.6,857.9676,236.4175,0.0738,5.2947,77.6549,410.8159,488.7934,1086.9983,20.5473,411.0638,572.3576,0,22,62,496,325,30,169,0.03225806451612903,2.0,0.46774193548387094,29.0,2.3548387096774195,146,,,,,0.0085,8.2832,,,,,,,,,,,,,,,,,,,,22
job_570910,0.0,0,64,512,4,2.0156,0,0.9688,9044.4941,13604.1423,5052.7143,30212,1,8533.9495,0.4668,0.0065,0.0629,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0819,-0.0039,0.0,1.0,0.0,0.0058,0.5625,0.4668,15.5017,52.5878,619.3405,27.8,857.9676,238.6271,0.0947,5.2107,68.7381,394.8644,463.9526,1083.1751,19.3543,395.1193,594.6529,0,23,63,504,299,38,203,,,0.47619047619047616,30.0,2.634920634920635,166,0.015873015873015872,1.0,0.09523809523809523,6.0,,,,,0.031746031746031744,2.0,,,,,,,,,,,,,,,,23
job_570910,0.0,0,64,512,4,2.2812,1,1.0,8863.2207,14237.0049,5303.961,30358,1,9083.6983,0.3984,0.0006,0.0876,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0697,-0.0036,0.0,1.0,0.0,0.0081,0.5156,0.3984,15.7371,52.415,616.6314,28.1,857.9676,241.3362,0.0947,5.3511,74.4152,423.1345,497.915,1095.5636,18.6962,423.4046,573.5961,0,24,62,496,272,36,157,,,0.3387096774193548,21.0,2.1129032258064515,131,0.016129032258064516,1.0,0.06451612903225806,4.0,0.0075,8.3733,,,1.064516129032258,66.0,,,,,,,,0.016129032258064516,1.0,,,,,,,24
job_570910,0.0,0,64,512,4,2.0,1,1.0,7082.9258,11817.6169,2159.6016,30261,1,7915.5552,0.5098,0.0381,0.0837,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0748,-0.0131,0.0,1.0,0.0,0.0081,0.6562,0.5098,15.8351,52.5445,614.8807,28.3,857.9676,243.0869,0.0928,5.1028,62.1565,367.598,430.0741,1038.0898,18.8322,367.8244,584.0742,0,25,61,488,287,37,186,0.01639344262295082,1.0,0.5245901639344263,32.0,2.4754098360655736,151,0.03278688524590164,2.0,0.01639344262295082,1.0,,,,,0.22950819672131148,14.0,,,5.8472,,,,,,,,,,,,,25
job_570910,0.0,0,64,512,4,2.2656,0,0.9688,8405.4805,13689.377,3284.1654,31582,1,8997.5458,0.4922,0.0076,0.1676,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0763,-0.0039,0.0,1.0,0.0,0.0118,0.6719,0.4922,15.8118,52.5092,612.9187,28.6,857.9676,245.0489,0.106,5.3066,73.3437,432.3665,506.068,1117.9745,19.1959,432.6178,587.3985,0,26,64,512,303,38,207,,,0.171875,11.0,2.921875,187,,,0.125,8.0,0.0083,8.1417,,,0.015625,1.0,0.015625,1.0,,,,,,,,,,,,,,26
job_570910,0.0,0,64,512,4,2.1406,0,0.9531,8104.0,12720.8773,4625.5308,30760,1,8737.4737,0.4297,0.0044,0.1064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0744,0.0,0.0,1.0,0.0,0.0058,0.5625,0.4297,15.8749,52.535,611.0115,28.8,857.9676,246.9561,0.0961,5.1634,69.4805,406.7062,476.5321,1137.6313,17.9071,406.955,638.022,0,27,64,512,317,33,194,,,0.328125,21.0,2.546875,163,0.03125,2.0,0.125,8.0,,,,,0.015625,1.0,,,,,,,,,,,,,,,,27
job_570910,0.0,0,64,512,4,2.0469,0,0.9844,8965.1543,14208.3413,5377.7105,30175,1,8649.5026,0.4062,-0.0058,0.0742,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0786,0.0,0.0,1.0,0.0,0.0064,0.5,0.4062,15.8368,52.4594,609.0618,29.0,857.9676,248.9058,0.0967,5.2865,73.5918,399.8476,473.7755,1213.5682,17.8058,400.0864,716.6938,0,28,64,512,203,44,307,0.015625,1.0,1.296875,83.0,3.375,216,0.03125,2.0,0.09375,6.0,0.0083,8.1534,,,,,,,,,,,,,,0.015625,1.0,,,,,28
job_570910,0.0,0,64,512,4,1.8438,0,0.9688,4807.4199,11605.3145,1745.4788,29540,1,7378.1992,0.3105,0.0066,0.0739,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.0,0.0,1.0,0.0,0.0054,0.4375,0.3105,15.6897,52.3523,636.7104,25.8,857.9676,221.2572,0.0669,4.4476,52.4671,309.0876,361.8426,1177.2905,18.3216,309.308,792.672,0,29,64,512,335,30,168,0.109375,7.0,0.1875,12.0,2.3125,148,0.09375,6.0,0.03125,2.0,,,,,0.03125,2.0,,,,,,,,,,,,,,,,29
job_570910,0.0,0,64,512,4,1.9688,1,1.0,9308.584,12899.4187,5987.7368,30883,1,8406.5121,0.4805,-0.0002,0.095,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0859,0.0,0.0,1.0,0.0,0.0076,0.5781,0.4805,15.8548,52.4507,635.118,26.0,857.9676,222.8495,0.0981,5.2503,68.551,390.8444,459.7499,1281.928,18.1842,391.1004,798.741,0,30,61,488,310,34,176,0.01639344262295082,1.0,0.4262295081967213,26.0,2.6885245901639343,164,0.01639344262295082,1.0,0.09836065573770492,6.0,0.0082,8.2077,,,0.01639344262295082,1.0,,,5.9118,,,,,,,,,,,,,30
job_570910,0.0,0,64,512,4,2.1094,0,0.9844,9028.293,13840.5327,5968.754,30842,1,9046.3677,0.3887,-0.0098,0.1065,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0795,0.0,0.0,1.0,0.0,0.0078,0.5469,0.3887,16.2642,52.8574,632.7353,26.3,857.9676,225.2323,0.0924,5.4716,75.0613,418.1977,493.617,1057.0878,18.0932,418.4628,539.9012,0,31,63,504,289,36,213,0.015873015873015872,1.0,0.31746031746031744,20.0,3.0317460317460316,191,,,0.031746031746031744,2.0,,,,,0.015873015873015872,1.0,,,,,,,,,,,,,,,,31
job_570910,0.0,0,64,512,4,1.9062,0,0.9688,8406.084,13153.014,4969.7542,30839,1,8861.8785,0.4199,0.0045,0.1198,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0729,-0.002,0.0,1.0,0.0,0.0066,0.5312,0.4199,16.0708,52.7663,627.8627,26.8,857.9676,230.1049,0.0681,5.1245,74.3943,424.3503,499.0507,1324.3609,17.6367,424.5879,802.5409,0,32,63,504,304,38,198,0.015873015873015872,1.0,0.2698412698412698,17.0,2.7936507936507935,176,0.015873015873015872,1.0,0.06349206349206349,4.0,0.0081,8.095,,,,,,,,,,,,,,0.015873015873015872,1.0,,,,,32
job_570910,0.0,0,64,512,4,1.9688,0,0.9688,9093.9473,14048.8726,5592.4667,31701,1,9193.8323,0.4141,0.01,0.0891,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0754,-0.002,0.0,1.0,0.0,0.0089,0.5469,0.4141,16.23,52.9794,624.6863,27.2,857.9676,233.2813,0.0928,5.3538,73.567,421.9198,495.8184,1180.9791,18.4705,422.1583,661.3323,0,33,63,504,303,36,191,0.15873015873015872,10.0,0.47619047619047616,30.0,2.5714285714285716,162,0.047619047619047616,3.0,0.06349206349206349,4.0,,,,,,,,,,,,,,,,,,,,,,33
job_570910,0.0,0,64,512,4,1.9844,0,0.9375,8638.7949,13852.2409,4710.8562,30714,1,9092.826,0.4297,0.0014,0.0845,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0728,-0.0053,0.0,1.0,0.0,0.0103,0.5781,0.4297,16.2123,53.0018,621.1206,27.6,857.9676,236.847,0.0656,5.3728,72.0529,426.8815,499.2622,1198.8932,17.8326,427.1434,676.4201,0,34,63,504,308,37,195,,,0.25396825396825395,16.0,2.7936507936507935,176,0.015873015873015872,1.0,0.031746031746031744,2.0,0.0075,8.1614,,,,,,,,,,,,,,0.015873015873015872,1.0,,,,,34
job_570910,0.0,0,64,512,4,2.1562,0,0.9844,9082.5645,14672.2166,4970.8542,30865,1,8898.1757,0.4238,0.0025,0.0649,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.074,-0.0,0.0,1.0,0.0,0.0051,0.5469,0.4238,16.3578,53.2004,617.6662,28.0,857.9676,240.3014,0.0707,5.3404,74.8819,418.933,494.1665,1358.3402,18.4646,419.2135,840.3649,0,35,64,512,332,34,178,,,0.125,8.0,2.59375,166,0.03125,2.0,0.03125,2.0,,,,,0.015625,1.0,,,5.7189,,,,,,,,,0.015625,1.0,,,35
job_570910,0.0,0,64,512,4,1.8125,0,0.9844,8153.8496,11974.0177,5135.1154,30509,1,8198.9232,0.4414,0.01,0.1531,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0814,0.0,0.0,1.0,0.0,0.0137,0.625,0.4414,16.7331,53.5125,614.5441,28.4,857.9676,243.4235,0.0658,5.3159,69.99,390.8327,461.169,1024.9228,17.6536,391.1128,540.7808,0,36,63,504,286,35,201,0.2222222222222222,14.0,0.7619047619047619,48.0,2.3968253968253967,151,0.06349206349206349,4.0,0.09523809523809523,6.0,0.0086,8.4792,,,0.031746031746031744,2.0,0.015873015873015872,1.0,,,,,,,,,,,,,,36
job_570910,0.0,0,64,512,4,2.0781,0,0.9688,7926.7285,13114.0734,5185.9522,30792,1,8656.5416,0.3457,0.0097,0.1201,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0683,-0.0,0.0,1.0,0.0,0.0092,0.5156,0.3457,17.0637,53.8715,631.0707,26.4,857.9676,226.8969,0.07,4.98,74.665,394.279,469.3102,1137.8333,19.406,394.5748,644.134,0,37,63,504,249,42,253,,,0.5873015873015873,37.0,3.2857142857142856,207,0.1111111111111111,7.0,0.15873015873015872,10.0,,,,,0.031746031746031744,2.0,,,,,,,,,,,,,,,,37
job_570910,0.0,0,64,512,4,2.1094,1,1.0,6492.9453,13018.8578,1918.3023,29882,1,8138.6083,0.4121,0.0018,0.078,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0607,-0.0,0.0,1.0,0.0,0.0059,0.5312,0.4121,17.2033,54.1644,626.0621,27.0,857.9676,231.9055,0.0637,4.6815,60.473,358.2714,419.0629,1203.8947,18.4229,358.5259,761.7229,0,38,63,504,331,35,171,0.015873015873015872,1.0,0.6190476190476191,39.0,2.111111111111111,133,0.031746031746031744,2.0,,,0.0079,8.185,,,,,0.015873015873015872,1.0,,,,,,,,,,,,,,38
job_570910,0.0,0,64,512,4,1.9531,0,0.9531,9348.0195,12903.2201,5708.5059,30661,1,8575.6132,0.5059,0.0026,0.1159,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0803,-0.002,0.0,1.0,0.0,0.0081,0.6094,0.5059,17.1404,54.0807,622.4419,27.5,857.9676,235.5257,0.0895,5.5337,78.8123,410.0876,489.2268,1377.3474,18.261,410.3246,864.322,0,39,62,496,228,41,262,0.04838709677419355,3.0,0.7580645161290323,47.0,3.2903225806451615,204,0.03225806451612903,2.0,0.2903225806451613,18.0,,,,,0.03225806451612903,2.0,0.016129032258064516,1.0,,,,,,,,,,,,,,39
job_570910,0.0,0,64,512,4,2.1094,0,0.9844,6954.4766,13375.3373,3790.8455,31028,1,8885.5744,0.3301,-0.0049,0.0367,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0577,-0.0,0.0,1.0,0.0,0.0042,0.4219,0.3301,16.9337,53.936,619.6316,27.8,857.9676,238.336,0.0667,5.1322,69.1517,375.3557,444.8056,1022.3215,18.7286,375.5868,553.6495,0,40,62,496,286,35,207,0.04838709677419355,3.0,0.4838709677419355,30.0,2.9516129032258065,183,,,0.03225806451612903,2.0,0.0083,8.1896,,,,,,,5.8205,,,,,,,,,,,,,40
job_570910,0.0,0,64,512,4,1.8906,0,0.9844,7305.373,12743.5708,3462.38,30677,1,8158.1034,0.4141,-0.0003,0.117,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0723,-0.0056,0.0,1.0,0.0,0.0074,0.5625,0.4141,17.101,54.0413,616.3723,28.2,857.9676,241.5953,0.0664,4.8896,61.965,389.4121,451.7006,1246.7236,18.6415,389.6689,771.4886,0,41,64,512,285,42,215,0.140625,9.0,0.671875,43.0,2.59375,166,0.0625,4.0,0.03125,2.0,,,,,0.03125,2.0,,,,,,,,,,,,,,0.015625,1.0,41
job_570910,0.0,0,64,512,4,2.0156,0,0.9844,8266.0332,13999.6471,4967.0,30697,1,9030.0364,0.3652,0.002,0.078,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0701,-0.002,0.0,1.0,0.0,0.0057,0.5,0.3652,17.1598,54.1635,613.483,28.5,857.9676,244.4846,0.0678,5.0532,70.314,409.7554,480.4161,1279.2251,18.222,410.0338,775.5305,0,42,63,504,246,44,248,0.12698412698412698,8.0,0.7777777777777778,49.0,3.0952380952380953,195,0.015873015873015872,1.0,0.047619047619047616,3.0,0.0085,8.0067,,,0.015873015873015872,1.0,,,,,,,,,,,,,,0.015873015873015872,1.0,42
job_570910,0.0,0,64,512,4,1.9844,0,0.9688,6704.2305,11044.7266,5086.7265,30831,1,8809.9567,0.2715,0.0067,0.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0578,0.0,0.0,1.0,0.0,0.0036,0.3906,0.2715,17.1136,54.1172,611.2435,28.8,857.9676,246.7241,0.0782,5.1087,66.0223,392.3629,458.7325,1167.3483,17.8794,392.6315,685.624,0,43,63,504,310,36,194,,,0.36507936507936506,23.0,2.746031746031746,173,0.031746031746031744,2.0,0.06349206349206349,4.0,,,,,,,,,,,,,,,,,,,,,,43
job_570910,0.0,0,64,512,3,1.875,1,1.0,8919.4238,14119.042,4402.9672,29770,1,9088.3303,0.4648,0.0024,0.0197,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.072,-0.0,0.0,1.0,0.0,0.0055,0.625,0.4648,17.515,54.5351,608.3314,29.1,857.9676,249.6362,0.0668,5.1821,70.1461,403.6143,474.0762,1315.3079,17.8501,403.8629,818.1959,0,44,63,504,257,42,241,0.07936507936507936,5.0,0.31746031746031744,20.0,3.3492063492063493,211,0.06349206349206349,4.0,0.09523809523809523,6.0,0.0083,8.0581,,,0.015873015873015872,1.0,,,,,,,,,,,,,,,,44
job_570910,0.0,0,64,512,4,1.9062,0,0.9844,7924.8887,14803.8923,3693.3249,31207,1,9490.6321,0.3809,-0.0037,0.1189,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0607,-0.002,0.0,1.0,0.0,0.0064,0.5625,0.3809,17.7297,54.6122,606.0663,29.4,857.9676,251.9012,0.0688,5.0476,70.1283,427.7604,498.2189,1410.9037,17.8636,428.0213,889.77,0,45,63,504,270,41,228,0.15873015873015872,10.0,0.5873015873015873,37.0,2.873015873015873,181,0.09523809523809523,6.0,0.09523809523809523,6.0,,,,,0.031746031746031744,2.0,,,5.9343,,,,,,,,,,,,,45
job_570910,0.0,0,64,512,4,2.0781,0,0.9688,7638.4043,13247.8671,4775.7581,30873,1,8884.3509,0.3379,0.0052,0.0931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0647,0.0,0.0,1.0,0.0,0.0061,0.4844,0.3379,17.7921,54.6055,604.6766,29.5,857.9676,253.291,0.0654,4.9363,73.546,407.2533,481.0895,1104.8726,18.5025,407.4777,600.3402,0,46,62,496,264,39,230,,,0.4032258064516129,25.0,3.161290322580645,196,0.08064516129032258,5.0,0.16129032258064516,10.0,0.0081,8.2011,,,0.016129032258064516,1.0,0.016129032258064516,1.0,,,,,,,,,,,,,,46
job_570910,0.0,0,64,512,4,1.7969,0,0.9844,6851.4199,12225.5888,2992.1174,30755,1,7931.0855,0.418,-0.0021,0.047,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0685,0.0,0.0,1.0,0.0,0.0052,0.5469,0.418,18.1033,54.9814,602.0737,29.8,857.9676,255.8939,0.066,4.9299,57.8628,357.5458,415.7126,1369.9292,18.0687,357.7835,931.214,0,47,62,496,276,37,219,,,0.6290322580645161,39.0,2.935483870967742,182,0.06451612903225806,4.0,0.016129032258064516,1.0,,,,,0.016129032258064516,1.0,,,,,,0.016129032258064516,1.0,,,,,,,,,47
job_570911,0.0,0,64,512,4,0.7344,0,0.3125,8570.0918,12903.7967,4716.1328,31065,1,8226.4824,0.4707,0.0008,0.0472,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0823,-0.002,0.0,1.0,0.0,0.0051,0.5686,0.4707,13.2675,50.704,629.8036,26.6,857.9676,228.1639,0.1284,5.4502,78.6042,408.9907,488.022,4299.2396,18.5666,409.2885,3787.2005,0,47,61,488,213,44,271,0.04918032786885246,3.0,0.39344262295081966,24.0,3.9672131147540983,242,0.26229508196721313,16.0,0.04918032786885246,3.0,,,,,,,0.01639344262295082,1.0,,,,0.01639344262295082,1.0,,,,,,,,,47
job_570911,0.0,0,64,512,1,1.0,1,1.0,5986.0332,12867.4539,3370.7224,30327,1,8297.1395,0.2754,-0.0045,0.0517,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0515,-0.0,0.0,1.0,0.0,0.0046,0.3906,0.2754,14.358,50.7782,626.0295,27.0,857.9676,231.9381,0.0665,4.7583,57.1385,361.9255,419.4342,829.672,17.9912,362.2285,387.4769,0,48,62,496,314,31,180,0.016129032258064516,1.0,0.43548387096774194,27.0,2.032258064516129,126,0.1774193548387097,11.0,0.2903225806451613,18.0,50.2051,59.2983,,,,,0.016129032258064516,1.0,,,,,,,,,,,,,,48
job_570911,0.0,0,64,512,2,1.6875,0,0.9531,8633.4082,12923.3473,4137.552,30966,1,8781.6121,0.5117,0.0091,0.1335,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0789,-0.002,0.0,1.0,0.0,0.0085,0.6875,0.5117,14.5601,50.9674,625.5538,27.1,857.9676,232.4138,0.0704,5.1864,78.3922,426.8497,505.7048,1550.0126,18.4356,427.2418,1020.6824,0,49,61,488,267,39,220,,,0.2459016393442623,15.0,3.2950819672131146,201,0.22950819672131148,14.0,0.06557377049180328,4.0,,,,,,,0.01639344262295082,1.0,,,,,,,,,,,,,,49
job_570911,0.0,0,64,512,3,1.9375,0,0.9844,8128.4727,14579.5758,4060.5796,31261,1,9316.2347,0.3867,-0.0017,0.0639,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0627,-0.0,0.0,1.0,0.0,0.0043,0.5,0.3867,14.7303,51.179,620.8101,27.6,857.9676,237.1575,0.0694,5.2707,78.9572,436.4188,515.7559,1280.3211,17.6875,436.7287,741.6022,0,50,62,496,269,37,225,,,0.4032258064516129,25.0,2.774193548387097,172,0.3387096774193548,21.0,0.11290322580645161,7.0,0.0085,9.2942,,,0.03225806451612903,2.0,,,7.0929,,,,,,,,,,,,,50
job_570911,0.0,0,64,512,4,1.8906,0,0.9688,7351.5762,12655.6009,3418.6599,30996,1,8705.4695,0.4258,0.001,0.064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0679,0.0,0.0,1.0,0.0,0.0044,0.5469,0.4258,15.2494,51.6993,617.884,28.0,857.9676,240.0836,0.0688,4.934,59.8301,377.6588,437.8818,1566.5351,19.4767,377.9824,1104.239,0,51,64,512,309,40,202,,,0.265625,17.0,2.34375,150,0.375,24.0,0.171875,11.0,,,,,,,,,,,,,,,,0.015625,1.0,,,,,51
job_570911,0.0,0,64,512,4,1.9219,1,1.0,8869.7148,13586.6609,4930.4731,31401,1,8972.2412,0.4551,-0.0056,0.0921,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0774,-0.0,0.0,1.0,0.0,0.0092,0.5781,0.4551,15.3636,51.7747,633.2217,26.2,857.9676,224.7459,0.0743,5.2102,73.2788,409.6651,483.2976,1516.0509,19.3473,409.9439,1008.1923,0,52,62,496,271,41,225,,,0.1935483870967742,12.0,3.274193548387097,203,0.14516129032258066,9.0,0.11290322580645161,7.0,0.0088,18.5771,,,,,,,,,,,,,,,,,,,,52
job_570911,0.0,0,64,512,3,1.9531,0,0.9688,8141.1895,12746.0552,5623.1208,30940,1,9187.7524,0.3535,-0.0032,0.0558,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0687,-0.0,0.0,1.0,0.0,0.0046,0.4844,0.3535,15.3985,51.9124,628.2999,26.8,857.9676,229.6677,0.0969,4.9447,70.5386,415.142,486.0664,1526.3827,19.5168,415.4304,1015.8497,0,53,63,504,255,45,247,,,0.23809523809523808,15.0,3.4761904761904763,219,0.12698412698412698,8.0,0.09523809523809523,6.0,,,,,0.015873015873015872,1.0,0.015873015873015872,1.0,,,,,,,,,,,,,,53
job_570911,0.0,0,64,512,3,1.8125,0,0.9688,7230.5371,14086.4503,3792.5279,31259,1,8841.0028,0.334,0.0025,0.0456,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0598,0.0,0.0,1.0,0.0,0.009,0.4688,0.334,16.0059,52.1993,622.8401,27.4,857.9676,235.1275,0.0747,5.2113,68.9326,379.3224,448.6335,1259.6035,20.039,379.6257,785.7138,0,54,62,496,300,37,194,0.016129032258064516,1.0,0.22580645161290322,14.0,2.838709677419355,176,0.14516129032258066,9.0,0.04838709677419355,3.0,0.0087,11.9214,,,0.016129032258064516,1.0,,,,,,,,,,,,,,,,54
job_570911,0.0,0,64,512,3,1.9062,0,0.9688,8678.8164,13618.9634,5739.352,31636,1,9050.7916,0.373,0.0042,0.1,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0707,-0.002,0.0,1.0,0.0,0.0062,0.4844,0.373,16.1823,52.1807,635.9794,25.9,857.9676,221.9882,0.0764,5.1986,66.1301,405.8115,472.326,1646.7227,19.2397,406.1188,1149.9538,0,55,63,504,337,35,165,,,0.19047619047619047,12.0,1.8253968253968254,115,0.6031746031746031,38.0,0.031746031746031744,2.0,,,,,0.015873015873015872,1.0,,,15.9057,,,,,,,0.015873015873015872,1.0,,,,,55
job_570911,0.0,0,64,512,4,1.875,1,1.0,9870.0527,14536.9919,5485.9583,30234,1,8927.7589,0.4844,-0.0012,0.0752,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.077,-0.002,0.0,1.0,0.0,0.0072,0.6719,0.4844,16.1163,52.1385,630.9749,26.5,857.9676,226.9927,0.0738,5.4459,75.6314,423.1024,499.0957,1370.765,19.8024,423.3901,846.4163,0,56,63,504,286,41,204,0.20634920634920634,13.0,0.12698412698412698,8.0,2.9206349206349205,184,0.19047619047619047,12.0,0.06349206349206349,4.0,0.0087,17.3356,,,0.015873015873015872,1.0,,,,,,,,,,,,,,,,56
job_570911,0.0,0,64,512,4,2.0469,1,1.0,8690.9707,15246.788,3868.5559,30725,1,9378.0603,0.4238,0.007,0.0617,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0661,-0.002,0.0,1.0,0.0,0.0045,0.5781,0.4238,16.1618,52.1585,627.5016,26.9,857.9676,230.466,0.0763,5.4821,74.4555,439.3764,514.1985,1396.3687,19.7588,439.6646,856.9243,0,57,65,520,299,38,217,0.06153846153846154,4.0,0.5692307692307692,37.0,2.523076923076923,164,0.12307692307692308,8.0,0.12307692307692308,8.0,,,,,,,,,,,,,,,,,,,,,,57
job_570911,0.0,0,64,512,3,1.8594,0,0.9844,8597.8711,14319.1174,3931.6064,31422,1,9276.3315,0.4492,-0.0046,0.1121,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0731,-0.0,0.0,1.0,0.0,0.0068,0.5781,0.4492,16.2208,52.2387,623.8367,27.3,857.9676,234.1309,0.0768,5.3707,84.2541,453.7406,538.3818,1454.6526,18.9406,454.0504,891.9544,0,58,61,488,273,40,214,,,0.39344262295081966,24.0,3.0327868852459017,185,0.22950819672131148,14.0,0.09836065573770492,6.0,0.0083,9.1939,,,0.01639344262295082,1.0,,,,,,,,,,,,,,,,58
job_570911,0.0,0,64,512,4,2.0156,0,0.9688,8423.1094,14545.1086,5244.0297,30738,1,9429.0844,0.3418,0.0044,0.0812,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0674,-0.0,0.0,1.0,0.0,0.007,0.5625,0.3418,16.4084,52.3915,620.561,27.7,857.9676,237.4066,0.0767,5.2,70.864,422.9292,494.185,1432.5097,20.0744,423.2439,913.045,0,59,63,504,277,47,217,0.14285714285714285,9.0,0.5555555555555556,35.0,2.7936507936507935,176,0.15873015873015872,10.0,0.031746031746031744,2.0,,,,,0.015873015873015872,1.0,,,,,,,,,,,,,,,,59
job_570911,0.0,0,64,512,4,1.9219,0,0.9688,8457.4551,14711.7441,4073.2193,31042,1,9431.0512,0.4121,0.0238,0.1274,-0.0003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0684,-0.0176,0.0,1.0,0.0,0.0063,0.5781,0.4121,16.4156,52.3988,618.084,28.0,857.9676,239.8836,0.0754,5.3305,75.9647,422.4876,498.8115,1251.0887,19.3075,422.7707,727.6346,0,60,64,512,269,43,227,0.234375,15.0,0.390625,25.0,2.8125,180,0.28125,18.0,0.0625,4.0,0.0087,13.6809,,,0.015625,1.0,,,6.3654,,,,,,,,,,,,,60
job_570911,0.0,0,64,512,4,1.9375,1,1.0,8291.5781,15130.6524,3535.9305,30963,1,9321.042,0.4102,0.008,0.1082,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0641,-0.0134,0.0,1.0,0.0,0.006,0.5469,0.4102,16.3519,52.3323,631.2938,26.4,857.9676,226.6738,0.0723,5.1581,78.3362,437.2723,515.9743,1640.8474,19.2493,437.5652,1100.4422,0,61,63,504,313,44,174,0.25396825396825395,16.0,0.3492063492063492,22.0,2.365079365079365,149,0.031746031746031744,2.0,0.047619047619047616,3.0,,,,,0.015873015873015872,1.0,,,,,,,,,,,,,,,,61
job_570911,0.0,0,64,512,4,2.3281,2,1.0,9551.0664,14896.4773,5523.7021,30682,1,9306.898,0.4297,0.0277,0.1115,-0.0003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0754,-0.0194,0.0,1.0,0.0,0.0083,0.6094,0.4297,16.3342,52.3732,626.8842,26.9,857.9676,231.0834,0.0771,5.2718,76.0589,440.5441,516.9886,1221.4762,19.2496,440.8522,679.9324,0,62,59,472,297,45,139,0.4745762711864407,28.0,0.4915254237288136,29.0,1.6271186440677967,96,0.06779661016949153,4.0,0.423728813559322,25.0,0.0091,518.9399,0.15254237288135594,9.0,0.01694915254237288,1.0,,,,,,,,,,,,,,,,62
job_570911,0.0,0,64,512,4,3.0156,3,1.0,9386.1914,14776.7477,5515.1208,31408,1,9276.0838,0.418,0.0617,0.1714,-0.0005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0741,-0.034,0.0,1.0,0.0,0.0091,0.6406,0.418,16.3348,52.3589,623.5555,27.3,857.9676,234.4121,0.0973,5.3887,82.4204,457.5417,540.3398,1671.2577,19.6635,457.8216,1105.827,0,63,60,480,263,50,198,0.15,9.0,0.5333333333333333,32.0,2.65,159,,,0.38333333333333336,23.0,,,0.15,9.0,0.016666666666666666,1.0,,,,,,,,,,,,,,,,63
job_570911,0.0,0,64,512,4,4.0,4,1.0,8204.4629,14996.1129,4329.4724,30450,1,9802.3717,0.3633,0.0374,0.1365,-0.0002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0625,-0.0128,0.0,1.0,0.0,0.0095,0.5625,0.3633,16.2935,52.3174,620.9667,27.6,857.9676,237.0009,0.0928,5.1773,77.3837,453.9544,531.7106,2087.1317,19.7071,454.2337,1530.4934,0,64,103,824,539,54,272,0.05825242718446602,6.0,0.2815533980582524,29.0,2.1941747572815533,226,,,0.1650485436893204,17.0,0.0083,8.6201,0.04854368932038835,5.0,0.009708737864077669,1.0,0.009708737864077669,1.0,,,,,,,,,,,,,,64
job_570911,0.0,0,64,512,0,0.0,0,0.0,10585.8984,12855.6562,5726.1104,30279,1,7729.0307,0.6816,0.0022,0.0406,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1013,-0.0039,0.0,1.0,0.0,0.0051,0.7344,0.6816,16.0604,52.1494,617.249,28.1,857.9676,240.7186,0.0699,5.2968,75.0505,414.3922,489.8309,4123.5593,20.1936,414.71,3608.197,1,65,61,488,269,39,215,0.04918032786885246,3.0,0.16393442622950818,10.0,3.278688524590164,200,0.13114754098360656,8.0,0.08196721311475409,5.0,,,,,0.01639344262295082,1.0,,,6.6482,,,,,,,,,,,,,65
job_570911,0.0,0,64,512,1,1.0,1,1.0,7456.0195,12979.3391,4612.6538,31080,1,8636.6975,0.3398,0.0037,0.0804,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0649,0.0,0.0,1.0,0.0,0.0076,0.5156,0.3398,16.2086,52.3384,614.5277,28.4,857.9676,243.4399,0.0917,5.0597,62.8427,380.0909,443.3507,948.0508,19.56,380.4159,480.0766,1,66,64,512,405,31,107,,,,,1.484375,95,0.03125,2.0,0.15625,10.0,0.009,67.8395,,,,,,,,,,,,,,,,,,,,66
job_570911,0.0,0,64,512,2,1.7344,0,0.9688,11413.7441,13031.4173,9491.8932,30933,1,8503.5538,0.543,0.0085,0.0831,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.096,-0.0,0.0,1.0,0.0,0.0073,0.7031,0.543,16.6606,52.7452,612.233,28.6,857.9676,245.7346,0.1069,5.4639,78.4375,437.0501,515.8848,1708.9375,19.6886,437.3399,1167.8961,1,67,64,512,284,38,226,,,0.234375,15.0,3.375,216,0.015625,1.0,0.015625,1.0,,,,,0.03125,2.0,,,,,,,,,,,,,,,,67
job_570911,0.0,0,64,512,3,1.6562,0,0.9375,7622.7422,12586.4455,4143.2027,30984,1,8643.846,0.4121,-0.0008,0.0736,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0659,-0.002,0.0,1.0,0.0,0.0058,0.5469,0.4121,17.027,53.1041,609.7761,28.9,857.9676,248.1915,0.0916,5.1325,68.1111,405.8683,474.3752,1330.1943,18.9738,406.172,831.7082,1,68,61,488,300,35,186,0.01639344262295082,1.0,0.19672131147540983,12.0,2.5081967213114753,153,,,0.3442622950819672,21.0,0.0082,8.5077,,,0.01639344262295082,1.0,,,,,,,,,,,,,,,,68
job_570911,0.0,0,64,512,4,1.8594,0,0.9844,8870.7188,13343.5261,5222.6844,31284,1,8956.4511,0.4492,0.0031,0.0874,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0699,-0.002,0.0,1.0,0.0,0.0061,0.5781,0.4492,17.0521,53.1282,608.4407,29.1,857.9676,249.5269,0.0953,5.2068,73.4059,425.7044,499.4945,1339.6373,19.6763,425.9927,815.2554,1,69,61,488,300,33,186,0.01639344262295082,1.0,0.32786885245901637,20.0,2.7704918032786887,169,0.01639344262295082,1.0,0.06557377049180328,4.0,,,,,,,0.01639344262295082,1.0,,,,,,,,,,,,,,69
job_570911,0.0,0,64,512,3,1.7656,0,0.9688,8762.9629,12878.7667,4170.9504,30996,1,8577.2363,0.5273,-0.0032,0.0507,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0758,0.0,0.0,1.0,0.0,0.0053,0.6406,0.5273,17.1027,53.2186,606.531,29.3,857.9676,251.4366,0.0729,5.3903,73.1317,413.7449,487.2404,1232.3309,19.7158,414.0353,719.9795,1,70,63,504,299,38,205,,,0.4444444444444444,28.0,2.619047619047619,165,0.015873015873015872,1.0,0.20634920634920634,13.0,0.0085,49.1285,,,,,,,7.4197,,,,,,,,,,,,,70
job_570911,0.0,0,64,512,4,2.0,0,0.9531,8866.4629,14064.7418,5163.3411,30657,1,9209.7282,0.416,0.0008,0.0938,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0694,0.0,0.0,1.0,0.0,0.0074,0.5469,0.416,17.18,53.2842,605.3498,29.4,857.9676,252.6178,0.0692,5.3537,69.8952,434.7141,504.9622,1318.2815,19.5267,434.9974,788.4349,1,71,61,488,316,30,163,0.13114754098360656,8.0,0.3770491803278688,23.0,2.3278688524590163,142,0.01639344262295082,1.0,0.08196721311475409,5.0,,,,,0.01639344262295082,1.0,,,,,,,,,,,,,,,,71
job_570912,0.0,0,64,512,4,0.6094,0,0.25,10828.5625,14291.8013,5642.1512,30769,1,8369.6763,0.5996,-0.0018,0.0985,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0847,-0.0,0.0,1.0,0.0,0.0082,0.6964,0.5996,13.3705,50.9876,635.2551,26.0,857.9676,222.7125,0.084,5.8705,78.6198,425.2337,504.1957,3888.9319,18.387,425.491,3360.4785,1,71,61,488,241,43,239,0.13114754098360656,8.0,0.4426229508196721,27.0,3.5245901639344264,215,,,0.04918032786885246,3.0,,,,,,,,,,,,,,,,,,,,,,71
job_570912,0.0,0,64,512,1,1.0,1,1.0,8292.7246,14150.6901,5355.1525,31020,1,9642.0758,0.334,-0.0015,0.045,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0594,0.0,0.0,1.0,0.0,0.0032,0.4375,0.334,13.4335,51.0259,630.771,26.5,857.9676,227.1966,0.0645,5.068,74.9527,420.3059,495.5572,670.3452,18.2295,420.5396,151.4798,1,72,60,480,285,30,195,,,0.3,18.0,3.1,186,,,0.18333333333333332,11.0,26.5439,34.6728,,,,,,,,,,,,,,,,,,,,72
job_570912,0.0,0,64,512,2,1.7656,0,0.9844,6934.8418,11537.7976,2644.5396,29395,1,7601.223,0.4824,-0.0041,0.079,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0695,0.0,0.0,1.0,0.0,0.0074,0.6094,0.4824,13.9837,51.6154,633.3792,26.2,857.9676,224.5884,0.0632,4.827,62.2097,344.3977,406.9093,957.0039,19.1167,344.636,526.1478,1,73,64,512,345,35,164,0.03125,2.0,0.28125,18.0,2.265625,145,,,0.015625,1.0,,,,,0.015625,1.0,,,,,,,,,,,,,,,,73
job_570912,0.0,0,64,512,3,2.2188,0,0.9688,9799.7148,14328.5516,4290.6104,30490,1,8694.0874,0.5488,0.0052,0.0516,-0.0001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0798,-0.0039,0.0,1.0,0.0,0.0047,0.6406,0.5488,14.1357,51.7526,629.6739,26.6,857.9676,228.2937,0.0654,5.3297,71.4866,409.8064,481.605,1354.5765,18.3813,410.0526,849.2574,1,74,62,496,297,41,198,0.016129032258064516,1.0,0.4032258064516129,25.0,2.6451612903225805,164,0.016129032258064516,1.0,0.12903225806451613,8.0,0.0078,9.3736,,,,,,,,,,,,,,,,,,,,74
job_570912,0.0,0,64,512,4,2.3438,1,1.0,9175.4688,14569.1538,6200.7697,30399,1,9509.9436,0.3555,0.0036,0.1085,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0704,-0.002,0.0,1.0,0.0,0.0066,0.5781,0.3555,14.2806,51.8994,626.7892,26.9,857.9676,231.1784,0.0656,5.2388,69.0429,420.5253,489.8928,983.2325,18.4688,420.7838,469.629,1,75,63,504,319,35,183,,,0.15873015873015872,10.0,2.619047619047619,165,0.031746031746031744,2.0,0.09523809523809523,6.0,,,,,0.015873015873015872,1.0,,,6.4314,,,,,,,0.015873015873015872,1.0,,,,,75
job_570912,0.0,0,64,512,4,2.1094,0,0.9844,9323.3477,13616.1066,5415.0149,29993,1,8747.0324,0.4766,-0.005,0.1142,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0742,-0.0,0.0,1.0,0.0,0.007,0.625,0.4766,16.2544,52.3254,621.7123,27.5,857.9676,236.2552,0.064,5.4537,71.1837,413.6465,485.1472,1229.0144,18.5543,413.8992,719.8556,1,76,59,472,253,38,219,,,0.6271186440677966,37.0,3.305084745762712,195,0.03389830508474576,2.0,0.01694915254237288,1.0,0.0077,9.789,,,,,,,,,,,,,,,,,,,,76
job_570912,0.0,0,64,512,4,1.9375,0,0.9844,7204.043,12500.3918,3972.9371,30086,1,8371.5458,0.3789,0.004,0.059,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0616,-0.0,0.0,1.0,0.0,0.0057,0.5156,0.3789,16.2288,52.3629,618.8427,27.9,857.9676,239.1249,0.0616,4.8615,62.0257,362.509,424.8586,1175.105,18.5549,362.7708,726.8268,1,77,65,520,290,42,229,0.015384615384615385,1.0,0.2923076923076923,19.0,3.2,208,0.015384615384615385,1.0,,,,,,,,,,,,,,0.015384615384615385,1.0,,,,,,,,,77
job_570912,0.0,0,64,512,4,1.9219,1,1.0,8619.3535,15852.0986,3466.9298,30221,1,9137.4003,0.416,0.0042,0.0988,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0641,-0.0017,0.0,1.0,0.0,0.007,0.5781,0.416,16.3004,52.3701,616.7411,28.1,857.9676,241.2264,0.0651,5.2432,66.6754,414.1165,481.0836,1229.4638,18.589,414.3428,724.5447,1,78,63,504,249,44,251,0.031746031746031744,2.0,0.42857142857142855,27.0,3.4126984126984126,215,,,0.14285714285714285,9.0,0.0073,9.6524,,,0.031746031746031744,2.0,,,,,,,,,,,,,,,,78
job_570912,0.0,0,64,512,4,1.9375,0,0.9844,7764.3008,14684.3085,3748.9877,31234,1,9206.9099,0.3672,0.0043,0.0656,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0595,-0.0,0.0,1.0,0.0,0.0054,0.5469,0.3672,16.6335,52.6298,613.7188,28.5,857.9676,244.2488,0.0636,5.2412,70.9909,398.0125,469.2865,1378.8678,18.9901,398.2316,885.3466,1,79,59,472,292,30,173,0.11864406779661017,7.0,0.23728813559322035,14.0,2.9322033898305087,173,0.01694915254237288,1.0,0.1016949152542373,6.0,,,,,,,,,,,,,,,,,,,,,,79
job_570912,0.0,0,64,512,4,1.8906,0,0.9688,8479.0781,13449.07,3989.4572,30534,1,8830.213,0.4746,0.0052,0.0649,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0722,-0.002,0.0,1.0,0.0,0.0069,0.6562,0.4746,16.6141,52.651,611.7693,28.7,857.9676,246.1983,0.0673,5.1983,68.7881,410.2864,479.4016,1276.6484,18.6914,410.5459,773.3533,1,80,45,360,189,30,166,0.1111111111111111,5.0,0.2222222222222222,10.0,3.311111111111111,149,,,0.15555555555555556,7.0,0.0081,9.866,,,,,,,5.9753,,,,,,,,,,,,,80
1 log_file async/discard_rate async/discarded_count async/effective_batch_groups async/effective_batch_samples async/staleness_max async/staleness_mean async/staleness_min async/staleness_ratio generate/avg_num_tokens generate/avg_tokens_non_zero_rewards generate/avg_tokens_zero_rewards generate/max_num_tokens generate/min_num_tokens generate/std_num_tokens loss/avg_final_rewards loss/avg_raw_advantages loss/avg_raw_advantages_abs policy/final_loss policy/log_ratio_abs_max policy/log_ratio_abs_mean policy/log_ratio_abs_p99 policy/log_ratio_abs_pos00 policy/log_ratio_abs_pos10 policy/log_ratio_abs_pos20 policy/log_ratio_abs_pos30 policy/log_ratio_abs_pos40 policy/log_ratio_abs_pos50 policy/log_ratio_abs_pos60 policy/log_ratio_abs_pos70 policy/log_ratio_abs_pos80 policy/log_ratio_abs_pos90 policy/n_tokens_dp_gt_10pct policy/n_tokens_dp_gt_1pct policy/n_tokens_dp_gt_50pct policy/policy_entropy policy/policy_loss policy/policy_lr policy/policy_update_steps policy/ppo_clip_ratio policy/raw_grad_norm reward/avg_pass_at_8 reward/avg_raw_reward system/process_rss_gb system/process_vms_gb system/ram_available_gb system/ram_percent system/ram_total_gb system/ram_used_gb timing/compute_advantages_and_returns timing/convert_to_training_input timing/fwd_logprobs_values_reward timing/policy_train timing/run_training timing/step timing/sync_weights timing/train_critic_and_policy timing/wait_for_generation_buffer trainer/epoch trainer/global_step batch_errors/total_batches batch_errors/total_instances batch_errors/total_successful batch_errors/total_failed batch_errors/total_masked batch_errors/avg_VerifierTimeoutError batch_errors/total_VerifierTimeoutError batch_errors/avg_RewardFileNotFoundError batch_errors/total_RewardFileNotFoundError batch_errors/avg_ContextLengthExceededError batch_errors/total_ContextLengthExceededError batch_errors/avg_DaytonaError batch_errors/total_DaytonaError batch_errors/avg_AgentTimeoutError batch_errors/total_AgentTimeoutError timing/cleanup_old_checkpoints timing/save_checkpoints batch_errors/avg_AgentSetupTimeoutError batch_errors/total_AgentSetupTimeoutError batch_errors/avg_RuntimeError batch_errors/total_RuntimeError batch_errors/avg_DaytonaValidationError batch_errors/total_DaytonaValidationError timing/save_hf_model batch_errors/avg_OSError batch_errors/total_OSError batch_errors/avg_InvalidChatHistory batch_errors/total_InvalidChatHistory batch_errors/avg_AddTestsDirError batch_errors/total_AddTestsDirError batch_errors/avg_DaytonaNotFoundError batch_errors/total_DaytonaNotFoundError batch_errors/avg_DaytonaAuthenticationError batch_errors/total_DaytonaAuthenticationError batch_errors/avg_BadRequestError batch_errors/total_BadRequestError global_step
2 job_570909 0.0 0 64 512 0 0.0 0 0.0 7625.0625 7224.375 7737.255 30738 1 4761.9131 0.2188 0.0075 0.073 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1389 -0.0006 0.0 1.0 0.0 0.0119 0.3438 0.2188 13.0466 50.5942 619.6773 27.8 857.9676 238.2903 0.174 5.7105 52.1727 276.715 329.3376 3243.0859 18.785 276.9904 2889.2525 0 1 122 976 861 25 105 0.08196721311475409 10.0 0.1557377049180328 19.0 0.7213114754098361 88 0.1557377049180328 19.0 0.00819672131147541 1.0 1
3 job_570909 0.0 0 64 512 1 0.8594 0 0.8594 7177.1777 12205.0132 6300.7661 30121 1 6965.3117 0.1484 0.0008 0.0573 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1061 0.0 0.0 1.0 0.0 0.0126 0.2969 0.1484 13.243 50.8937 615.3109 28.3 857.9676 242.6567 0.0837 4.8108 58.2744 339.0771 397.7541 1411.7557 18.8332 339.3956 990.3545 0 2 59 472 296 35 175 0.01694915254237288 1.0 0.559322033898305 33.0 2.5254237288135593 149 0.13559322033898305 8.0 0.05084745762711865 3.0 11.7344 24.1088 2
4 job_570909 0.0 0 64 512 2 1.7812 1 1.0 7265.7207 12081.0973 5901.9674 29939 1 8199.2276 0.2207 0.0069 0.0702 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.08 -0.0003 0.0 1.0 0.0 0.0124 0.4375 0.2207 13.5014 51.1487 635.6704 25.9 857.9676 222.2972 0.0629 4.9026 60.7343 357.7506 418.799 1018.8959 19.2948 358.0014 575.8965 0 3 62 496 333 31 158 0.08064516129032258 5.0 0.46774193548387094 29.0 2.1129032258064515 131 0.14516129032258066 9.0 0.06451612903225806 4.0 3
5 job_570909 0.0 0 64 512 3 1.9688 1 1.0 7590.9688 11570.6327 6648.9227 30516 1 7962.9942 0.1914 0.0099 0.0575 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0873 -0.0 0.0 1.0 0.0 0.0094 0.3281 0.1914 13.8736 51.5602 629.9651 26.6 857.9676 228.0024 0.0675 4.8477 64.746 371.3923 436.5098 1747.2973 18.7621 371.6959 1287.1747 0 4 60 480 365 30 78 0.38333333333333336 23.0 0.3333333333333333 20.0 1.0 60 0.11666666666666667 7.0 0.13333333333333333 8.0 0.009 14.9388 0.2 12.0 0.016666666666666666 1.0 0.016666666666666666 1.0 4
6 job_570909 0.0 0 64 512 4 2.0312 0 0.9688 8771.291 10771.0216 8026.0831 30080 1 7853.3448 0.2715 0.0274 0.1454 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1 -0.0118 0.0 1.0 0.0 0.0161 0.4688 0.2715 14.1341 51.7956 626.9705 26.9 857.9676 230.9971 0.0695 5.2329 68.1798 390.2188 458.7438 1098.8385 19.5078 390.4937 615.3497 0 5 60 480 313 33 160 0.11666666666666667 7.0 0.4 24.0 2.183333333333333 131 0.06666666666666667 4.0 0.016666666666666666 1.0 0.016666666666666666 1.0 7.4534 5
7 job_570909 0.0 0 64 512 4 2.2812 1 1.0 7900.2266 11606.0148 6573.2202 31068 1 7930.2657 0.2637 0.0099 0.1305 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0883 -0.0014 0.0 1.0 0.0 0.013 0.4531 0.2637 15.412 51.7556 632.2452 26.3 857.9676 225.7224 0.0692 5.1154 75.0537 390.2941 465.7046 1022.7624 17.8311 390.5812 534.1069 0 6 54 432 299 30 105 0.25925925925925924 14.0 0.5925925925925926 32.0 1.1111111111111112 60 0.05555555555555555 3.0 0.9629629629629629 52.0 0.0093 380.1291 0.3333333333333333 18.0 6
8 job_570909 0.0 0 64 512 5 2.0625 0 0.9062 7949.4258 11722.3093 7067.5711 31276 1 8054.53 0.1895 0.015 0.1512 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0879 -0.0082 0.0 1.0 0.0 0.0136 0.375 0.1895 15.8696 52.032 629.155 26.7 857.9676 228.8126 0.0684 5.1544 60.2546 381.8308 442.4312 2477.6801 19.2041 382.1079 2010.8858 0 7 62 496 357 29 123 0.04838709677419355 3.0 0.5161290322580645 32.0 1.2258064516129032 76 0.06451612903225806 4.0 0.1774193548387097 11.0 0.1935483870967742 12.0 0.016129032258064516 1.0 7
9 job_570909 0.0 0 64 512 4 2.3281 0 0.9531 8908.293 12078.8656 7099.316 31296 1 8191.8566 0.3633 0.0258 0.1614 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0957 -0.0064 0.0 1.0 0.0 0.0137 0.6094 0.3633 15.993 52.1296 625.3193 27.1 857.9676 232.6483 0.0792 5.3606 69.5205 400.225 470.1551 1138.492 19.2829 400.5548 643.6897 0 8 62 496 384 21 109 0.03225806451612903 2.0 0.3064516129032258 19.0 1.5161290322580645 94 0.03225806451612903 2.0 0.016129032258064516 1.0 0.0091 15.1919 0.016129032258064516 1.0 8
10 job_570909 0.0 0 64 512 4 2.0469 0 0.9844 9910.3848 12086.2275 8857.1507 31181 1 7957.1519 0.3262 0.0139 0.1466 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.099 0.0 0.0 1.0 0.0 0.0133 0.5156 0.3262 15.9547 52.0868 622.0262 27.5 857.9676 235.9414 0.0903 5.5966 76.5212 393.6694 470.5749 978.971 19.4868 393.963 483.3085 0 9 63 504 370 28 129 0.06349206349206349 4.0 0.2857142857142857 18.0 1.6666666666666667 105 0.1111111111111111 7.0 0.07936507936507936 5.0 0.015873015873015872 1.0 0.015873015873015872 1.0 9
11 job_570909 0.0 0 64 512 5 2.2344 1 1.0 8843.7188 10832.1392 7956.2316 30839 1 7853.7819 0.3086 0.0055 0.1532 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.102 -0.0047 0.0 1.0 0.0 0.0124 0.4688 0.3086 15.9543 52.2064 614.1585 28.4 857.9676 243.8091 0.0893 5.2872 71.2299 391.5737 463.1804 1174.4984 19.2133 391.8605 686.8148 0 10 61 488 331 37 154 0.03278688524590164 2.0 0.8688524590163934 53.0 1.6557377049180328 101 0.04918032786885246 3.0 0.06557377049180328 4.0 0.0076 14.4778 0.01639344262295082 1.0 7.5612 10
12 job_570909 0.0 0 64 512 4 2.3906 1 1.0 10252.3184 14721.0764 8275.9944 30935 1 9271.5503 0.3066 0.0152 0.1371 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0867 -0.002 0.0 1.0 0.0 0.0111 0.5156 0.3066 16.5099 52.7488 611.0344 28.8 857.9676 246.9332 0.0704 5.6829 79.3026 436.8547 516.5422 1753.6025 19.447 437.1685 1211.9272 0 11 62 496 318 36 174 0.016129032258064516 1.0 0.7096774193548387 44.0 1.903225806451613 118 0.27419354838709675 17.0 0.016129032258064516 1.0 0.03225806451612903 2.0 0.03225806451612903 2.0 11
13 job_570909 0.0 0 64 512 4 2.0469 0 0.9375 8288.5215 11438.4843 6869.6997 30098 1 8460.0528 0.3105 0.0009 0.1174 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0823 0.0 0.0 1.0 0.0 0.0098 0.5156 0.3105 16.4812 52.8363 626.6665 27.0 857.9676 231.3011 0.0681 5.0632 63.8404 378.6142 442.7932 1506.3171 20.1143 378.8842 1038.3433 0 12 61 488 336 34 148 0.08196721311475409 5.0 0.4262295081967213 26.0 2.0 122 0.0082 14.2883 12
14 job_570909 0.0 0 64 512 4 1.8594 1 1.0 9424.3887 11515.9448 8280.6677 31489 1 8503.4449 0.3535 0.0115 0.1432 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0949 -0.0056 0.0 1.0 0.0 0.0141 0.4844 0.3535 16.4678 52.8132 621.8625 27.5 857.9676 236.105 0.0692 5.3542 67.5569 403.5167 471.4412 1052.6072 20.0156 403.8146 555.7923 0 13 62 496 355 29 138 0.03225806451612903 2.0 0.3387096774193548 21.0 1.903225806451613 118 0.016129032258064516 1.0 0.06451612903225806 4.0 0.016129032258064516 1.0 13
15 job_570909 0.0 0 64 512 3 1.875 0 0.9531 9385.0332 12458.9409 6735.8836 31011 1 8192.4947 0.4629 0.0013 0.1105 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0993 -0.0039 0.0 1.0 0.0 0.0099 0.6094 0.4629 16.5378 52.9189 616.3051 28.2 857.9676 241.6625 0.0693 5.2101 68.9072 380.4787 449.7502 1450.7884 19.1419 380.7733 976.682 0 14 63 504 292 52 179 0.5079365079365079 32.0 0.49206349206349204 31.0 2.253968253968254 142 0.1746031746031746 11.0 0.0083 13.8408 0.015873015873015872 1.0 14
16 job_570909 0.0 0 64 512 4 1.9531 1 1.0 8297.8984 13617.4579 4477.8121 31722 1 8835.3645 0.418 0.0413 0.1845 -0.0006 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0805 -0.0396 0.0 1.0 0.0 0.0122 0.6094 0.418 16.6534 53.0029 614.3604 28.4 857.9676 243.6072 0.0905 5.4622 70.0459 399.3377 469.7748 1098.5712 18.8556 399.6379 604.4742 0 15 29 232 139 23 73 0.6896551724137931 20.0 0.3793103448275862 11.0 2.103448275862069 61 0.034482758620689655 1.0 7.0447 15
17 job_570910 0.0 0 64 512 4 0.8125 0 0.3438 10043.9688 14390.037 6117.9665 30599 1 8786.9836 0.4746 0.0116 0.1916 -0.0003 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0915 -0.0162 0.0 1.0 0.0 0.012 0.6316 0.4746 13.2856 50.8235 636.991 25.8 857.9676 220.9766 0.1614 5.4867 81.9567 440.1081 522.4771 3983.3663 17.8533 440.3584 3437.5488 0 15 57 456 242 40 209 0.08771929824561403 5.0 0.03508771929824561 2.0 4.12280701754386 235 0.05263157894736842 3.0 6.4462 15
18 job_570910 0.0 0 64 512 1 1.0 1 1.0 7498.4824 13812.0622 3678.6677 31130 1 9204.9133 0.377 0.0033 0.1525 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0677 -0.0031 0.0 1.0 0.0 0.0079 0.5938 0.377 13.4282 50.9644 635.3312 25.9 857.9676 222.6364 0.0652 5.6522 64.7632 395.4832 460.6106 499.1993 18.6285 395.7815 14.2953 0 16 63 504 302 38 181 0.2698412698412698 17.0 0.30158730158730157 19.0 2.380952380952381 150 0.015873015873015872 1.0 0.20634920634920634 13.0 51.129 59.3271 0.06349206349206349 4.0 16
19 job_570910 0.0 0 64 512 2 1.8594 0 0.9688 7701.8828 12047.2903 5222.6012 30467 1 8349.8611 0.3633 0.0104 0.0646 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0762 -0.007 0.0 1.0 0.0 0.0072 0.5156 0.3633 13.6183 51.2876 631.3316 26.4 857.9676 226.636 0.0682 5.0927 65.9242 375.6956 441.9899 1117.181 21.8449 375.9969 648.249 0 17 62 496 293 39 198 0.06451612903225806 4.0 0.5483870967741935 34.0 2.5161290322580645 156 0.12903225806451613 8.0 0.016129032258064516 1.0 0.016129032258064516 1.0 17
20 job_570910 0.0 0 64 512 3 2.1562 1 1.0 8240.4648 13241.5728 4873.7059 30387 1 8631.7732 0.4023 0.0127 0.0925 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0794 -0.0056 0.0 1.0 0.0 0.0071 0.5625 0.4023 14.0402 51.7045 638.1868 25.6 857.9676 219.7808 0.0666 5.1977 64.2028 403.7568 468.2926 1270.1843 18.1796 404.0228 778.5088 0 18 64 512 260 44 250 0.015625 1.0 0.921875 59.0 3.015625 193 0.03125 2.0 0.0625 4.0 0.0085 8.0188 0.015625 1.0 18
21 job_570910 0.0 0 64 512 4 2.1562 0 0.9531 6990.9492 12020.7235 4490.769 31051 1 8875.3705 0.332 -0.0089 0.1279 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0675 -0.0017 0.0 1.0 0.0 0.0078 0.5312 0.332 14.8202 51.9241 632.3823 26.3 857.9676 225.5853 0.0671 5.1962 64.7246 381.4328 446.4977 1148.4227 18.1269 381.7057 678.5977 0 19 60 480 293 33 187 0.45 27.0 2.6166666666666667 157 0.06666666666666667 4.0 19
22 job_570910 0.0 0 64 512 4 1.9531 0 0.9688 9259.5508 14031.0932 5179.5362 31001 1 9007.3134 0.4609 -0.0003 0.1066 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.082 0.0 0.0 1.0 0.0 0.0085 0.6094 0.4609 14.9999 52.0775 628.0569 26.8 857.9676 229.9107 0.0703 5.457 75.4662 416.4031 492.1865 1091.1905 18.2448 416.6497 575.2975 0 20 63 504 246 43 255 0.047619047619047616 3.0 0.31746031746031744 20.0 3.7301587301587302 235 0.0087 8.1729 5.8464 20
23 job_570910 0.0 0 64 512 4 2.0469 1 1.0 7294.0215 14012.896 3865.2153 31152 1 8948.9166 0.3379 0.0206 0.1521 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0663 -0.0047 0.0 1.0 0.0 0.0107 0.5156 0.3379 14.9392 52.0136 625.1726 27.1 857.9676 232.795 0.0669 4.8869 67.2412 405.1375 472.7686 1247.3964 18.7072 405.46 751.0291 0 21 60 480 309 31 170 0.5 30.0 2.533333333333333 152 0.016666666666666666 1.0 0.13333333333333333 8.0 0.03333333333333333 2.0 21
24 job_570910 0.0 0 64 512 4 2.0938 1 1.0 9318.7285 14136.8252 6075.1732 30412 1 9042.3751 0.4023 -0.001 0.0945 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0755 0.0 0.0 1.0 0.0 0.007 0.5156 0.4023 15.2088 52.2768 621.5501 27.6 857.9676 236.4175 0.0738 5.2947 77.6549 410.8159 488.7934 1086.9983 20.5473 411.0638 572.3576 0 22 62 496 325 30 169 0.03225806451612903 2.0 0.46774193548387094 29.0 2.3548387096774195 146 0.0085 8.2832 22
25 job_570910 0.0 0 64 512 4 2.0156 0 0.9688 9044.4941 13604.1423 5052.7143 30212 1 8533.9495 0.4668 0.0065 0.0629 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0819 -0.0039 0.0 1.0 0.0 0.0058 0.5625 0.4668 15.5017 52.5878 619.3405 27.8 857.9676 238.6271 0.0947 5.2107 68.7381 394.8644 463.9526 1083.1751 19.3543 395.1193 594.6529 0 23 63 504 299 38 203 0.47619047619047616 30.0 2.634920634920635 166 0.015873015873015872 1.0 0.09523809523809523 6.0 0.031746031746031744 2.0 23
26 job_570910 0.0 0 64 512 4 2.2812 1 1.0 8863.2207 14237.0049 5303.961 30358 1 9083.6983 0.3984 0.0006 0.0876 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0697 -0.0036 0.0 1.0 0.0 0.0081 0.5156 0.3984 15.7371 52.415 616.6314 28.1 857.9676 241.3362 0.0947 5.3511 74.4152 423.1345 497.915 1095.5636 18.6962 423.4046 573.5961 0 24 62 496 272 36 157 0.3387096774193548 21.0 2.1129032258064515 131 0.016129032258064516 1.0 0.06451612903225806 4.0 0.0075 8.3733 1.064516129032258 66.0 0.016129032258064516 1.0 24
27 job_570910 0.0 0 64 512 4 2.0 1 1.0 7082.9258 11817.6169 2159.6016 30261 1 7915.5552 0.5098 0.0381 0.0837 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0748 -0.0131 0.0 1.0 0.0 0.0081 0.6562 0.5098 15.8351 52.5445 614.8807 28.3 857.9676 243.0869 0.0928 5.1028 62.1565 367.598 430.0741 1038.0898 18.8322 367.8244 584.0742 0 25 61 488 287 37 186 0.01639344262295082 1.0 0.5245901639344263 32.0 2.4754098360655736 151 0.03278688524590164 2.0 0.01639344262295082 1.0 0.22950819672131148 14.0 5.8472 25
28 job_570910 0.0 0 64 512 4 2.2656 0 0.9688 8405.4805 13689.377 3284.1654 31582 1 8997.5458 0.4922 0.0076 0.1676 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0763 -0.0039 0.0 1.0 0.0 0.0118 0.6719 0.4922 15.8118 52.5092 612.9187 28.6 857.9676 245.0489 0.106 5.3066 73.3437 432.3665 506.068 1117.9745 19.1959 432.6178 587.3985 0 26 64 512 303 38 207 0.171875 11.0 2.921875 187 0.125 8.0 0.0083 8.1417 0.015625 1.0 0.015625 1.0 26
29 job_570910 0.0 0 64 512 4 2.1406 0 0.9531 8104.0 12720.8773 4625.5308 30760 1 8737.4737 0.4297 0.0044 0.1064 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0744 0.0 0.0 1.0 0.0 0.0058 0.5625 0.4297 15.8749 52.535 611.0115 28.8 857.9676 246.9561 0.0961 5.1634 69.4805 406.7062 476.5321 1137.6313 17.9071 406.955 638.022 0 27 64 512 317 33 194 0.328125 21.0 2.546875 163 0.03125 2.0 0.125 8.0 0.015625 1.0 27
30 job_570910 0.0 0 64 512 4 2.0469 0 0.9844 8965.1543 14208.3413 5377.7105 30175 1 8649.5026 0.4062 -0.0058 0.0742 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0786 0.0 0.0 1.0 0.0 0.0064 0.5 0.4062 15.8368 52.4594 609.0618 29.0 857.9676 248.9058 0.0967 5.2865 73.5918 399.8476 473.7755 1213.5682 17.8058 400.0864 716.6938 0 28 64 512 203 44 307 0.015625 1.0 1.296875 83.0 3.375 216 0.03125 2.0 0.09375 6.0 0.0083 8.1534 0.015625 1.0 28
31 job_570910 0.0 0 64 512 4 1.8438 0 0.9688 4807.4199 11605.3145 1745.4788 29540 1 7378.1992 0.3105 0.0066 0.0739 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.046 -0.0 0.0 1.0 0.0 0.0054 0.4375 0.3105 15.6897 52.3523 636.7104 25.8 857.9676 221.2572 0.0669 4.4476 52.4671 309.0876 361.8426 1177.2905 18.3216 309.308 792.672 0 29 64 512 335 30 168 0.109375 7.0 0.1875 12.0 2.3125 148 0.09375 6.0 0.03125 2.0 0.03125 2.0 29
32 job_570910 0.0 0 64 512 4 1.9688 1 1.0 9308.584 12899.4187 5987.7368 30883 1 8406.5121 0.4805 -0.0002 0.095 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0859 0.0 0.0 1.0 0.0 0.0076 0.5781 0.4805 15.8548 52.4507 635.118 26.0 857.9676 222.8495 0.0981 5.2503 68.551 390.8444 459.7499 1281.928 18.1842 391.1004 798.741 0 30 61 488 310 34 176 0.01639344262295082 1.0 0.4262295081967213 26.0 2.6885245901639343 164 0.01639344262295082 1.0 0.09836065573770492 6.0 0.0082 8.2077 0.01639344262295082 1.0 5.9118 30
33 job_570910 0.0 0 64 512 4 2.1094 0 0.9844 9028.293 13840.5327 5968.754 30842 1 9046.3677 0.3887 -0.0098 0.1065 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0795 0.0 0.0 1.0 0.0 0.0078 0.5469 0.3887 16.2642 52.8574 632.7353 26.3 857.9676 225.2323 0.0924 5.4716 75.0613 418.1977 493.617 1057.0878 18.0932 418.4628 539.9012 0 31 63 504 289 36 213 0.015873015873015872 1.0 0.31746031746031744 20.0 3.0317460317460316 191 0.031746031746031744 2.0 0.015873015873015872 1.0 31
34 job_570910 0.0 0 64 512 4 1.9062 0 0.9688 8406.084 13153.014 4969.7542 30839 1 8861.8785 0.4199 0.0045 0.1198 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0729 -0.002 0.0 1.0 0.0 0.0066 0.5312 0.4199 16.0708 52.7663 627.8627 26.8 857.9676 230.1049 0.0681 5.1245 74.3943 424.3503 499.0507 1324.3609 17.6367 424.5879 802.5409 0 32 63 504 304 38 198 0.015873015873015872 1.0 0.2698412698412698 17.0 2.7936507936507935 176 0.015873015873015872 1.0 0.06349206349206349 4.0 0.0081 8.095 0.015873015873015872 1.0 32
35 job_570910 0.0 0 64 512 4 1.9688 0 0.9688 9093.9473 14048.8726 5592.4667 31701 1 9193.8323 0.4141 0.01 0.0891 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0754 -0.002 0.0 1.0 0.0 0.0089 0.5469 0.4141 16.23 52.9794 624.6863 27.2 857.9676 233.2813 0.0928 5.3538 73.567 421.9198 495.8184 1180.9791 18.4705 422.1583 661.3323 0 33 63 504 303 36 191 0.15873015873015872 10.0 0.47619047619047616 30.0 2.5714285714285716 162 0.047619047619047616 3.0 0.06349206349206349 4.0 33
36 job_570910 0.0 0 64 512 4 1.9844 0 0.9375 8638.7949 13852.2409 4710.8562 30714 1 9092.826 0.4297 0.0014 0.0845 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0728 -0.0053 0.0 1.0 0.0 0.0103 0.5781 0.4297 16.2123 53.0018 621.1206 27.6 857.9676 236.847 0.0656 5.3728 72.0529 426.8815 499.2622 1198.8932 17.8326 427.1434 676.4201 0 34 63 504 308 37 195 0.25396825396825395 16.0 2.7936507936507935 176 0.015873015873015872 1.0 0.031746031746031744 2.0 0.0075 8.1614 0.015873015873015872 1.0 34
37 job_570910 0.0 0 64 512 4 2.1562 0 0.9844 9082.5645 14672.2166 4970.8542 30865 1 8898.1757 0.4238 0.0025 0.0649 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.074 -0.0 0.0 1.0 0.0 0.0051 0.5469 0.4238 16.3578 53.2004 617.6662 28.0 857.9676 240.3014 0.0707 5.3404 74.8819 418.933 494.1665 1358.3402 18.4646 419.2135 840.3649 0 35 64 512 332 34 178 0.125 8.0 2.59375 166 0.03125 2.0 0.03125 2.0 0.015625 1.0 5.7189 0.015625 1.0 35
38 job_570910 0.0 0 64 512 4 1.8125 0 0.9844 8153.8496 11974.0177 5135.1154 30509 1 8198.9232 0.4414 0.01 0.1531 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0814 0.0 0.0 1.0 0.0 0.0137 0.625 0.4414 16.7331 53.5125 614.5441 28.4 857.9676 243.4235 0.0658 5.3159 69.99 390.8327 461.169 1024.9228 17.6536 391.1128 540.7808 0 36 63 504 286 35 201 0.2222222222222222 14.0 0.7619047619047619 48.0 2.3968253968253967 151 0.06349206349206349 4.0 0.09523809523809523 6.0 0.0086 8.4792 0.031746031746031744 2.0 0.015873015873015872 1.0 36
39 job_570910 0.0 0 64 512 4 2.0781 0 0.9688 7926.7285 13114.0734 5185.9522 30792 1 8656.5416 0.3457 0.0097 0.1201 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0683 -0.0 0.0 1.0 0.0 0.0092 0.5156 0.3457 17.0637 53.8715 631.0707 26.4 857.9676 226.8969 0.07 4.98 74.665 394.279 469.3102 1137.8333 19.406 394.5748 644.134 0 37 63 504 249 42 253 0.5873015873015873 37.0 3.2857142857142856 207 0.1111111111111111 7.0 0.15873015873015872 10.0 0.031746031746031744 2.0 37
40 job_570910 0.0 0 64 512 4 2.1094 1 1.0 6492.9453 13018.8578 1918.3023 29882 1 8138.6083 0.4121 0.0018 0.078 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0607 -0.0 0.0 1.0 0.0 0.0059 0.5312 0.4121 17.2033 54.1644 626.0621 27.0 857.9676 231.9055 0.0637 4.6815 60.473 358.2714 419.0629 1203.8947 18.4229 358.5259 761.7229 0 38 63 504 331 35 171 0.015873015873015872 1.0 0.6190476190476191 39.0 2.111111111111111 133 0.031746031746031744 2.0 0.0079 8.185 0.015873015873015872 1.0 38
41 job_570910 0.0 0 64 512 4 1.9531 0 0.9531 9348.0195 12903.2201 5708.5059 30661 1 8575.6132 0.5059 0.0026 0.1159 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0803 -0.002 0.0 1.0 0.0 0.0081 0.6094 0.5059 17.1404 54.0807 622.4419 27.5 857.9676 235.5257 0.0895 5.5337 78.8123 410.0876 489.2268 1377.3474 18.261 410.3246 864.322 0 39 62 496 228 41 262 0.04838709677419355 3.0 0.7580645161290323 47.0 3.2903225806451615 204 0.03225806451612903 2.0 0.2903225806451613 18.0 0.03225806451612903 2.0 0.016129032258064516 1.0 39
42 job_570910 0.0 0 64 512 4 2.1094 0 0.9844 6954.4766 13375.3373 3790.8455 31028 1 8885.5744 0.3301 -0.0049 0.0367 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0577 -0.0 0.0 1.0 0.0 0.0042 0.4219 0.3301 16.9337 53.936 619.6316 27.8 857.9676 238.336 0.0667 5.1322 69.1517 375.3557 444.8056 1022.3215 18.7286 375.5868 553.6495 0 40 62 496 286 35 207 0.04838709677419355 3.0 0.4838709677419355 30.0 2.9516129032258065 183 0.03225806451612903 2.0 0.0083 8.1896 5.8205 40
43 job_570910 0.0 0 64 512 4 1.8906 0 0.9844 7305.373 12743.5708 3462.38 30677 1 8158.1034 0.4141 -0.0003 0.117 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0723 -0.0056 0.0 1.0 0.0 0.0074 0.5625 0.4141 17.101 54.0413 616.3723 28.2 857.9676 241.5953 0.0664 4.8896 61.965 389.4121 451.7006 1246.7236 18.6415 389.6689 771.4886 0 41 64 512 285 42 215 0.140625 9.0 0.671875 43.0 2.59375 166 0.0625 4.0 0.03125 2.0 0.03125 2.0 0.015625 1.0 41
44 job_570910 0.0 0 64 512 4 2.0156 0 0.9844 8266.0332 13999.6471 4967.0 30697 1 9030.0364 0.3652 0.002 0.078 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0701 -0.002 0.0 1.0 0.0 0.0057 0.5 0.3652 17.1598 54.1635 613.483 28.5 857.9676 244.4846 0.0678 5.0532 70.314 409.7554 480.4161 1279.2251 18.222 410.0338 775.5305 0 42 63 504 246 44 248 0.12698412698412698 8.0 0.7777777777777778 49.0 3.0952380952380953 195 0.015873015873015872 1.0 0.047619047619047616 3.0 0.0085 8.0067 0.015873015873015872 1.0 0.015873015873015872 1.0 42
45 job_570910 0.0 0 64 512 4 1.9844 0 0.9688 6704.2305 11044.7266 5086.7265 30831 1 8809.9567 0.2715 0.0067 0.061 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0578 0.0 0.0 1.0 0.0 0.0036 0.3906 0.2715 17.1136 54.1172 611.2435 28.8 857.9676 246.7241 0.0782 5.1087 66.0223 392.3629 458.7325 1167.3483 17.8794 392.6315 685.624 0 43 63 504 310 36 194 0.36507936507936506 23.0 2.746031746031746 173 0.031746031746031744 2.0 0.06349206349206349 4.0 43
46 job_570910 0.0 0 64 512 3 1.875 1 1.0 8919.4238 14119.042 4402.9672 29770 1 9088.3303 0.4648 0.0024 0.0197 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.072 -0.0 0.0 1.0 0.0 0.0055 0.625 0.4648 17.515 54.5351 608.3314 29.1 857.9676 249.6362 0.0668 5.1821 70.1461 403.6143 474.0762 1315.3079 17.8501 403.8629 818.1959 0 44 63 504 257 42 241 0.07936507936507936 5.0 0.31746031746031744 20.0 3.3492063492063493 211 0.06349206349206349 4.0 0.09523809523809523 6.0 0.0083 8.0581 0.015873015873015872 1.0 44
47 job_570910 0.0 0 64 512 4 1.9062 0 0.9844 7924.8887 14803.8923 3693.3249 31207 1 9490.6321 0.3809 -0.0037 0.1189 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0607 -0.002 0.0 1.0 0.0 0.0064 0.5625 0.3809 17.7297 54.6122 606.0663 29.4 857.9676 251.9012 0.0688 5.0476 70.1283 427.7604 498.2189 1410.9037 17.8636 428.0213 889.77 0 45 63 504 270 41 228 0.15873015873015872 10.0 0.5873015873015873 37.0 2.873015873015873 181 0.09523809523809523 6.0 0.09523809523809523 6.0 0.031746031746031744 2.0 5.9343 45
48 job_570910 0.0 0 64 512 4 2.0781 0 0.9688 7638.4043 13247.8671 4775.7581 30873 1 8884.3509 0.3379 0.0052 0.0931 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0647 0.0 0.0 1.0 0.0 0.0061 0.4844 0.3379 17.7921 54.6055 604.6766 29.5 857.9676 253.291 0.0654 4.9363 73.546 407.2533 481.0895 1104.8726 18.5025 407.4777 600.3402 0 46 62 496 264 39 230 0.4032258064516129 25.0 3.161290322580645 196 0.08064516129032258 5.0 0.16129032258064516 10.0 0.0081 8.2011 0.016129032258064516 1.0 0.016129032258064516 1.0 46
49 job_570910 0.0 0 64 512 4 1.7969 0 0.9844 6851.4199 12225.5888 2992.1174 30755 1 7931.0855 0.418 -0.0021 0.047 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0685 0.0 0.0 1.0 0.0 0.0052 0.5469 0.418 18.1033 54.9814 602.0737 29.8 857.9676 255.8939 0.066 4.9299 57.8628 357.5458 415.7126 1369.9292 18.0687 357.7835 931.214 0 47 62 496 276 37 219 0.6290322580645161 39.0 2.935483870967742 182 0.06451612903225806 4.0 0.016129032258064516 1.0 0.016129032258064516 1.0 0.016129032258064516 1.0 47
50 job_570911 0.0 0 64 512 4 0.7344 0 0.3125 8570.0918 12903.7967 4716.1328 31065 1 8226.4824 0.4707 0.0008 0.0472 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0823 -0.002 0.0 1.0 0.0 0.0051 0.5686 0.4707 13.2675 50.704 629.8036 26.6 857.9676 228.1639 0.1284 5.4502 78.6042 408.9907 488.022 4299.2396 18.5666 409.2885 3787.2005 0 47 61 488 213 44 271 0.04918032786885246 3.0 0.39344262295081966 24.0 3.9672131147540983 242 0.26229508196721313 16.0 0.04918032786885246 3.0 0.01639344262295082 1.0 0.01639344262295082 1.0 47
51 job_570911 0.0 0 64 512 1 1.0 1 1.0 5986.0332 12867.4539 3370.7224 30327 1 8297.1395 0.2754 -0.0045 0.0517 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0515 -0.0 0.0 1.0 0.0 0.0046 0.3906 0.2754 14.358 50.7782 626.0295 27.0 857.9676 231.9381 0.0665 4.7583 57.1385 361.9255 419.4342 829.672 17.9912 362.2285 387.4769 0 48 62 496 314 31 180 0.016129032258064516 1.0 0.43548387096774194 27.0 2.032258064516129 126 0.1774193548387097 11.0 0.2903225806451613 18.0 50.2051 59.2983 0.016129032258064516 1.0 48
52 job_570911 0.0 0 64 512 2 1.6875 0 0.9531 8633.4082 12923.3473 4137.552 30966 1 8781.6121 0.5117 0.0091 0.1335 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0789 -0.002 0.0 1.0 0.0 0.0085 0.6875 0.5117 14.5601 50.9674 625.5538 27.1 857.9676 232.4138 0.0704 5.1864 78.3922 426.8497 505.7048 1550.0126 18.4356 427.2418 1020.6824 0 49 61 488 267 39 220 0.2459016393442623 15.0 3.2950819672131146 201 0.22950819672131148 14.0 0.06557377049180328 4.0 0.01639344262295082 1.0 49
53 job_570911 0.0 0 64 512 3 1.9375 0 0.9844 8128.4727 14579.5758 4060.5796 31261 1 9316.2347 0.3867 -0.0017 0.0639 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0627 -0.0 0.0 1.0 0.0 0.0043 0.5 0.3867 14.7303 51.179 620.8101 27.6 857.9676 237.1575 0.0694 5.2707 78.9572 436.4188 515.7559 1280.3211 17.6875 436.7287 741.6022 0 50 62 496 269 37 225 0.4032258064516129 25.0 2.774193548387097 172 0.3387096774193548 21.0 0.11290322580645161 7.0 0.0085 9.2942 0.03225806451612903 2.0 7.0929 50
54 job_570911 0.0 0 64 512 4 1.8906 0 0.9688 7351.5762 12655.6009 3418.6599 30996 1 8705.4695 0.4258 0.001 0.064 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0679 0.0 0.0 1.0 0.0 0.0044 0.5469 0.4258 15.2494 51.6993 617.884 28.0 857.9676 240.0836 0.0688 4.934 59.8301 377.6588 437.8818 1566.5351 19.4767 377.9824 1104.239 0 51 64 512 309 40 202 0.265625 17.0 2.34375 150 0.375 24.0 0.171875 11.0 0.015625 1.0 51
55 job_570911 0.0 0 64 512 4 1.9219 1 1.0 8869.7148 13586.6609 4930.4731 31401 1 8972.2412 0.4551 -0.0056 0.0921 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0774 -0.0 0.0 1.0 0.0 0.0092 0.5781 0.4551 15.3636 51.7747 633.2217 26.2 857.9676 224.7459 0.0743 5.2102 73.2788 409.6651 483.2976 1516.0509 19.3473 409.9439 1008.1923 0 52 62 496 271 41 225 0.1935483870967742 12.0 3.274193548387097 203 0.14516129032258066 9.0 0.11290322580645161 7.0 0.0088 18.5771 52
56 job_570911 0.0 0 64 512 3 1.9531 0 0.9688 8141.1895 12746.0552 5623.1208 30940 1 9187.7524 0.3535 -0.0032 0.0558 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0687 -0.0 0.0 1.0 0.0 0.0046 0.4844 0.3535 15.3985 51.9124 628.2999 26.8 857.9676 229.6677 0.0969 4.9447 70.5386 415.142 486.0664 1526.3827 19.5168 415.4304 1015.8497 0 53 63 504 255 45 247 0.23809523809523808 15.0 3.4761904761904763 219 0.12698412698412698 8.0 0.09523809523809523 6.0 0.015873015873015872 1.0 0.015873015873015872 1.0 53
57 job_570911 0.0 0 64 512 3 1.8125 0 0.9688 7230.5371 14086.4503 3792.5279 31259 1 8841.0028 0.334 0.0025 0.0456 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0598 0.0 0.0 1.0 0.0 0.009 0.4688 0.334 16.0059 52.1993 622.8401 27.4 857.9676 235.1275 0.0747 5.2113 68.9326 379.3224 448.6335 1259.6035 20.039 379.6257 785.7138 0 54 62 496 300 37 194 0.016129032258064516 1.0 0.22580645161290322 14.0 2.838709677419355 176 0.14516129032258066 9.0 0.04838709677419355 3.0 0.0087 11.9214 0.016129032258064516 1.0 54
58 job_570911 0.0 0 64 512 3 1.9062 0 0.9688 8678.8164 13618.9634 5739.352 31636 1 9050.7916 0.373 0.0042 0.1 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0707 -0.002 0.0 1.0 0.0 0.0062 0.4844 0.373 16.1823 52.1807 635.9794 25.9 857.9676 221.9882 0.0764 5.1986 66.1301 405.8115 472.326 1646.7227 19.2397 406.1188 1149.9538 0 55 63 504 337 35 165 0.19047619047619047 12.0 1.8253968253968254 115 0.6031746031746031 38.0 0.031746031746031744 2.0 0.015873015873015872 1.0 15.9057 0.015873015873015872 1.0 55
59 job_570911 0.0 0 64 512 4 1.875 1 1.0 9870.0527 14536.9919 5485.9583 30234 1 8927.7589 0.4844 -0.0012 0.0752 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.077 -0.002 0.0 1.0 0.0 0.0072 0.6719 0.4844 16.1163 52.1385 630.9749 26.5 857.9676 226.9927 0.0738 5.4459 75.6314 423.1024 499.0957 1370.765 19.8024 423.3901 846.4163 0 56 63 504 286 41 204 0.20634920634920634 13.0 0.12698412698412698 8.0 2.9206349206349205 184 0.19047619047619047 12.0 0.06349206349206349 4.0 0.0087 17.3356 0.015873015873015872 1.0 56
60 job_570911 0.0 0 64 512 4 2.0469 1 1.0 8690.9707 15246.788 3868.5559 30725 1 9378.0603 0.4238 0.007 0.0617 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0661 -0.002 0.0 1.0 0.0 0.0045 0.5781 0.4238 16.1618 52.1585 627.5016 26.9 857.9676 230.466 0.0763 5.4821 74.4555 439.3764 514.1985 1396.3687 19.7588 439.6646 856.9243 0 57 65 520 299 38 217 0.06153846153846154 4.0 0.5692307692307692 37.0 2.523076923076923 164 0.12307692307692308 8.0 0.12307692307692308 8.0 57
61 job_570911 0.0 0 64 512 3 1.8594 0 0.9844 8597.8711 14319.1174 3931.6064 31422 1 9276.3315 0.4492 -0.0046 0.1121 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0731 -0.0 0.0 1.0 0.0 0.0068 0.5781 0.4492 16.2208 52.2387 623.8367 27.3 857.9676 234.1309 0.0768 5.3707 84.2541 453.7406 538.3818 1454.6526 18.9406 454.0504 891.9544 0 58 61 488 273 40 214 0.39344262295081966 24.0 3.0327868852459017 185 0.22950819672131148 14.0 0.09836065573770492 6.0 0.0083 9.1939 0.01639344262295082 1.0 58
62 job_570911 0.0 0 64 512 4 2.0156 0 0.9688 8423.1094 14545.1086 5244.0297 30738 1 9429.0844 0.3418 0.0044 0.0812 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0674 -0.0 0.0 1.0 0.0 0.007 0.5625 0.3418 16.4084 52.3915 620.561 27.7 857.9676 237.4066 0.0767 5.2 70.864 422.9292 494.185 1432.5097 20.0744 423.2439 913.045 0 59 63 504 277 47 217 0.14285714285714285 9.0 0.5555555555555556 35.0 2.7936507936507935 176 0.15873015873015872 10.0 0.031746031746031744 2.0 0.015873015873015872 1.0 59
63 job_570911 0.0 0 64 512 4 1.9219 0 0.9688 8457.4551 14711.7441 4073.2193 31042 1 9431.0512 0.4121 0.0238 0.1274 -0.0003 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0684 -0.0176 0.0 1.0 0.0 0.0063 0.5781 0.4121 16.4156 52.3988 618.084 28.0 857.9676 239.8836 0.0754 5.3305 75.9647 422.4876 498.8115 1251.0887 19.3075 422.7707 727.6346 0 60 64 512 269 43 227 0.234375 15.0 0.390625 25.0 2.8125 180 0.28125 18.0 0.0625 4.0 0.0087 13.6809 0.015625 1.0 6.3654 60
64 job_570911 0.0 0 64 512 4 1.9375 1 1.0 8291.5781 15130.6524 3535.9305 30963 1 9321.042 0.4102 0.008 0.1082 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0641 -0.0134 0.0 1.0 0.0 0.006 0.5469 0.4102 16.3519 52.3323 631.2938 26.4 857.9676 226.6738 0.0723 5.1581 78.3362 437.2723 515.9743 1640.8474 19.2493 437.5652 1100.4422 0 61 63 504 313 44 174 0.25396825396825395 16.0 0.3492063492063492 22.0 2.365079365079365 149 0.031746031746031744 2.0 0.047619047619047616 3.0 0.015873015873015872 1.0 61
65 job_570911 0.0 0 64 512 4 2.3281 2 1.0 9551.0664 14896.4773 5523.7021 30682 1 9306.898 0.4297 0.0277 0.1115 -0.0003 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0754 -0.0194 0.0 1.0 0.0 0.0083 0.6094 0.4297 16.3342 52.3732 626.8842 26.9 857.9676 231.0834 0.0771 5.2718 76.0589 440.5441 516.9886 1221.4762 19.2496 440.8522 679.9324 0 62 59 472 297 45 139 0.4745762711864407 28.0 0.4915254237288136 29.0 1.6271186440677967 96 0.06779661016949153 4.0 0.423728813559322 25.0 0.0091 518.9399 0.15254237288135594 9.0 0.01694915254237288 1.0 62
66 job_570911 0.0 0 64 512 4 3.0156 3 1.0 9386.1914 14776.7477 5515.1208 31408 1 9276.0838 0.418 0.0617 0.1714 -0.0005 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0741 -0.034 0.0 1.0 0.0 0.0091 0.6406 0.418 16.3348 52.3589 623.5555 27.3 857.9676 234.4121 0.0973 5.3887 82.4204 457.5417 540.3398 1671.2577 19.6635 457.8216 1105.827 0 63 60 480 263 50 198 0.15 9.0 0.5333333333333333 32.0 2.65 159 0.38333333333333336 23.0 0.15 9.0 0.016666666666666666 1.0 63
67 job_570911 0.0 0 64 512 4 4.0 4 1.0 8204.4629 14996.1129 4329.4724 30450 1 9802.3717 0.3633 0.0374 0.1365 -0.0002 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0625 -0.0128 0.0 1.0 0.0 0.0095 0.5625 0.3633 16.2935 52.3174 620.9667 27.6 857.9676 237.0009 0.0928 5.1773 77.3837 453.9544 531.7106 2087.1317 19.7071 454.2337 1530.4934 0 64 103 824 539 54 272 0.05825242718446602 6.0 0.2815533980582524 29.0 2.1941747572815533 226 0.1650485436893204 17.0 0.0083 8.6201 0.04854368932038835 5.0 0.009708737864077669 1.0 0.009708737864077669 1.0 64
68 job_570911 0.0 0 64 512 0 0.0 0 0.0 10585.8984 12855.6562 5726.1104 30279 1 7729.0307 0.6816 0.0022 0.0406 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1013 -0.0039 0.0 1.0 0.0 0.0051 0.7344 0.6816 16.0604 52.1494 617.249 28.1 857.9676 240.7186 0.0699 5.2968 75.0505 414.3922 489.8309 4123.5593 20.1936 414.71 3608.197 1 65 61 488 269 39 215 0.04918032786885246 3.0 0.16393442622950818 10.0 3.278688524590164 200 0.13114754098360656 8.0 0.08196721311475409 5.0 0.01639344262295082 1.0 6.6482 65
69 job_570911 0.0 0 64 512 1 1.0 1 1.0 7456.0195 12979.3391 4612.6538 31080 1 8636.6975 0.3398 0.0037 0.0804 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0649 0.0 0.0 1.0 0.0 0.0076 0.5156 0.3398 16.2086 52.3384 614.5277 28.4 857.9676 243.4399 0.0917 5.0597 62.8427 380.0909 443.3507 948.0508 19.56 380.4159 480.0766 1 66 64 512 405 31 107 1.484375 95 0.03125 2.0 0.15625 10.0 0.009 67.8395 66
70 job_570911 0.0 0 64 512 2 1.7344 0 0.9688 11413.7441 13031.4173 9491.8932 30933 1 8503.5538 0.543 0.0085 0.0831 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.096 -0.0 0.0 1.0 0.0 0.0073 0.7031 0.543 16.6606 52.7452 612.233 28.6 857.9676 245.7346 0.1069 5.4639 78.4375 437.0501 515.8848 1708.9375 19.6886 437.3399 1167.8961 1 67 64 512 284 38 226 0.234375 15.0 3.375 216 0.015625 1.0 0.015625 1.0 0.03125 2.0 67
71 job_570911 0.0 0 64 512 3 1.6562 0 0.9375 7622.7422 12586.4455 4143.2027 30984 1 8643.846 0.4121 -0.0008 0.0736 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0659 -0.002 0.0 1.0 0.0 0.0058 0.5469 0.4121 17.027 53.1041 609.7761 28.9 857.9676 248.1915 0.0916 5.1325 68.1111 405.8683 474.3752 1330.1943 18.9738 406.172 831.7082 1 68 61 488 300 35 186 0.01639344262295082 1.0 0.19672131147540983 12.0 2.5081967213114753 153 0.3442622950819672 21.0 0.0082 8.5077 0.01639344262295082 1.0 68
72 job_570911 0.0 0 64 512 4 1.8594 0 0.9844 8870.7188 13343.5261 5222.6844 31284 1 8956.4511 0.4492 0.0031 0.0874 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0699 -0.002 0.0 1.0 0.0 0.0061 0.5781 0.4492 17.0521 53.1282 608.4407 29.1 857.9676 249.5269 0.0953 5.2068 73.4059 425.7044 499.4945 1339.6373 19.6763 425.9927 815.2554 1 69 61 488 300 33 186 0.01639344262295082 1.0 0.32786885245901637 20.0 2.7704918032786887 169 0.01639344262295082 1.0 0.06557377049180328 4.0 0.01639344262295082 1.0 69
73 job_570911 0.0 0 64 512 3 1.7656 0 0.9688 8762.9629 12878.7667 4170.9504 30996 1 8577.2363 0.5273 -0.0032 0.0507 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0758 0.0 0.0 1.0 0.0 0.0053 0.6406 0.5273 17.1027 53.2186 606.531 29.3 857.9676 251.4366 0.0729 5.3903 73.1317 413.7449 487.2404 1232.3309 19.7158 414.0353 719.9795 1 70 63 504 299 38 205 0.4444444444444444 28.0 2.619047619047619 165 0.015873015873015872 1.0 0.20634920634920634 13.0 0.0085 49.1285 7.4197 70
74 job_570911 0.0 0 64 512 4 2.0 0 0.9531 8866.4629 14064.7418 5163.3411 30657 1 9209.7282 0.416 0.0008 0.0938 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0694 0.0 0.0 1.0 0.0 0.0074 0.5469 0.416 17.18 53.2842 605.3498 29.4 857.9676 252.6178 0.0692 5.3537 69.8952 434.7141 504.9622 1318.2815 19.5267 434.9974 788.4349 1 71 61 488 316 30 163 0.13114754098360656 8.0 0.3770491803278688 23.0 2.3278688524590163 142 0.01639344262295082 1.0 0.08196721311475409 5.0 0.01639344262295082 1.0 71
75 job_570912 0.0 0 64 512 4 0.6094 0 0.25 10828.5625 14291.8013 5642.1512 30769 1 8369.6763 0.5996 -0.0018 0.0985 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0847 -0.0 0.0 1.0 0.0 0.0082 0.6964 0.5996 13.3705 50.9876 635.2551 26.0 857.9676 222.7125 0.084 5.8705 78.6198 425.2337 504.1957 3888.9319 18.387 425.491 3360.4785 1 71 61 488 241 43 239 0.13114754098360656 8.0 0.4426229508196721 27.0 3.5245901639344264 215 0.04918032786885246 3.0 71
76 job_570912 0.0 0 64 512 1 1.0 1 1.0 8292.7246 14150.6901 5355.1525 31020 1 9642.0758 0.334 -0.0015 0.045 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0594 0.0 0.0 1.0 0.0 0.0032 0.4375 0.334 13.4335 51.0259 630.771 26.5 857.9676 227.1966 0.0645 5.068 74.9527 420.3059 495.5572 670.3452 18.2295 420.5396 151.4798 1 72 60 480 285 30 195 0.3 18.0 3.1 186 0.18333333333333332 11.0 26.5439 34.6728 72
77 job_570912 0.0 0 64 512 2 1.7656 0 0.9844 6934.8418 11537.7976 2644.5396 29395 1 7601.223 0.4824 -0.0041 0.079 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0695 0.0 0.0 1.0 0.0 0.0074 0.6094 0.4824 13.9837 51.6154 633.3792 26.2 857.9676 224.5884 0.0632 4.827 62.2097 344.3977 406.9093 957.0039 19.1167 344.636 526.1478 1 73 64 512 345 35 164 0.03125 2.0 0.28125 18.0 2.265625 145 0.015625 1.0 0.015625 1.0 73
78 job_570912 0.0 0 64 512 3 2.2188 0 0.9688 9799.7148 14328.5516 4290.6104 30490 1 8694.0874 0.5488 0.0052 0.0516 -0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0798 -0.0039 0.0 1.0 0.0 0.0047 0.6406 0.5488 14.1357 51.7526 629.6739 26.6 857.9676 228.2937 0.0654 5.3297 71.4866 409.8064 481.605 1354.5765 18.3813 410.0526 849.2574 1 74 62 496 297 41 198 0.016129032258064516 1.0 0.4032258064516129 25.0 2.6451612903225805 164 0.016129032258064516 1.0 0.12903225806451613 8.0 0.0078 9.3736 74
79 job_570912 0.0 0 64 512 4 2.3438 1 1.0 9175.4688 14569.1538 6200.7697 30399 1 9509.9436 0.3555 0.0036 0.1085 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0704 -0.002 0.0 1.0 0.0 0.0066 0.5781 0.3555 14.2806 51.8994 626.7892 26.9 857.9676 231.1784 0.0656 5.2388 69.0429 420.5253 489.8928 983.2325 18.4688 420.7838 469.629 1 75 63 504 319 35 183 0.15873015873015872 10.0 2.619047619047619 165 0.031746031746031744 2.0 0.09523809523809523 6.0 0.015873015873015872 1.0 6.4314 0.015873015873015872 1.0 75
80 job_570912 0.0 0 64 512 4 2.1094 0 0.9844 9323.3477 13616.1066 5415.0149 29993 1 8747.0324 0.4766 -0.005 0.1142 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0742 -0.0 0.0 1.0 0.0 0.007 0.625 0.4766 16.2544 52.3254 621.7123 27.5 857.9676 236.2552 0.064 5.4537 71.1837 413.6465 485.1472 1229.0144 18.5543 413.8992 719.8556 1 76 59 472 253 38 219 0.6271186440677966 37.0 3.305084745762712 195 0.03389830508474576 2.0 0.01694915254237288 1.0 0.0077 9.789 76
81 job_570912 0.0 0 64 512 4 1.9375 0 0.9844 7204.043 12500.3918 3972.9371 30086 1 8371.5458 0.3789 0.004 0.059 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0616 -0.0 0.0 1.0 0.0 0.0057 0.5156 0.3789 16.2288 52.3629 618.8427 27.9 857.9676 239.1249 0.0616 4.8615 62.0257 362.509 424.8586 1175.105 18.5549 362.7708 726.8268 1 77 65 520 290 42 229 0.015384615384615385 1.0 0.2923076923076923 19.0 3.2 208 0.015384615384615385 1.0 0.015384615384615385 1.0 77
82 job_570912 0.0 0 64 512 4 1.9219 1 1.0 8619.3535 15852.0986 3466.9298 30221 1 9137.4003 0.416 0.0042 0.0988 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0641 -0.0017 0.0 1.0 0.0 0.007 0.5781 0.416 16.3004 52.3701 616.7411 28.1 857.9676 241.2264 0.0651 5.2432 66.6754 414.1165 481.0836 1229.4638 18.589 414.3428 724.5447 1 78 63 504 249 44 251 0.031746031746031744 2.0 0.42857142857142855 27.0 3.4126984126984126 215 0.14285714285714285 9.0 0.0073 9.6524 0.031746031746031744 2.0 78
83 job_570912 0.0 0 64 512 4 1.9375 0 0.9844 7764.3008 14684.3085 3748.9877 31234 1 9206.9099 0.3672 0.0043 0.0656 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0595 -0.0 0.0 1.0 0.0 0.0054 0.5469 0.3672 16.6335 52.6298 613.7188 28.5 857.9676 244.2488 0.0636 5.2412 70.9909 398.0125 469.2865 1378.8678 18.9901 398.2316 885.3466 1 79 59 472 292 30 173 0.11864406779661017 7.0 0.23728813559322035 14.0 2.9322033898305087 173 0.01694915254237288 1.0 0.1016949152542373 6.0 79
84 job_570912 0.0 0 64 512 4 1.8906 0 0.9688 8479.0781 13449.07 3989.4572 30534 1 8830.213 0.4746 0.0052 0.0649 -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0722 -0.002 0.0 1.0 0.0 0.0069 0.6562 0.4746 16.6141 52.651 611.7693 28.7 857.9676 246.1983 0.0673 5.1983 68.7881 410.2864 479.4016 1276.6484 18.6914 410.5459 773.3533 1 80 45 360 189 30 166 0.1111111111111111 5.0 0.2222222222222222 10.0 3.311111111111111 149 0.15555555555555556 7.0 0.0081 9.866 5.9753 80

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,521 @@
datetime_str,n_engines_reporting,unique_ips,total_prompt_throughput_tokens_per_sec,total_generation_throughput_tokens_per_sec,total_running_requests,total_waiting_requests,avg_prompt_throughput_per_engine,avg_generation_throughput_per_engine,avg_running_requests_per_engine,avg_waiting_requests_per_engine,avg_gpu_kv_cache_usage_pct,avg_prefix_cache_hit_rate_pct,min_running_requests,max_running_requests,min_generation_throughput,max_generation_throughput
06-05 10:33:40,1,1,20.3,0.0,1,0,20.3,0.0,1.0,0.0,0.5,0.0,1,1,0.0,0.0
06-05 10:33:45,1,1,0.0,47.4,1,0,0.0,47.4,1.0,0.0,0.5,0.0,1,1,47.4,47.4
06-05 10:33:50,1,1,42.3,26.3,1,0,42.3,26.3,1.0,0.0,0.6,51.1,1,1,26.3,26.3
06-05 10:33:55,1,1,33.3,28.1,1,0,33.3,28.1,1.0,0.0,0.7,67.9,1,1,28.1,28.1
06-05 10:34:00,1,1,0.0,47.0,1,0,0.0,47.0,1.0,0.0,0.6,50.8,1,1,47.0,47.0
06-05 10:34:05,1,1,0.0,46.8,1,0,0.0,46.8,1.0,0.0,0.7,50.8,1,1,46.8,46.8
06-05 10:34:10,1,1,0.0,46.8,1,0,0.0,46.8,1.0,0.0,0.8,50.8,1,1,46.8,46.8
06-05 10:34:15,1,1,0.0,47.0,1,0,0.0,47.0,1.0,0.0,0.8,50.8,1,1,47.0,47.0
06-05 10:34:20,1,1,239.9,26.7,1,0,239.9,26.7,1.0,0.0,1.2,62.9,1,1,26.7,26.7
06-05 10:34:25,1,1,0.0,46.7,1,0,0.0,46.7,1.0,0.0,1.3,62.9,1,1,46.7,46.7
06-05 10:34:30,1,1,0.0,153.7,3,0,0.0,153.7,3.0,0.0,2.7,82.3,3,3,153.7,153.7
06-05 10:34:35,1,1,21.0,116.7,3,0,21.0,116.7,3.0,0.0,2.9,84.6,3,3,116.7,116.7
06-05 10:34:40,1,1,0.0,152.7,3,0,0.0,152.7,3.0,0.0,3.1,84.6,3,3,152.7,152.7
06-05 10:34:45,1,1,0.0,153.7,3,0,0.0,153.7,3.0,0.0,3.3,84.6,3,3,153.7,153.7
06-05 10:34:50,1,1,319.0,143.8,4,0,319.0,143.8,4.0,0.0,4.0,82.7,4,4,143.8,143.8
06-05 10:34:55,1,1,9.2,179.5,4,0,9.2,179.5,4.0,0.0,4.2,85.0,4,4,179.5,179.5
06-05 10:35:00,1,1,12.4,141.5,3,0,12.4,141.5,3.0,0.0,3.3,86.7,3,3,141.5,141.5
06-05 10:35:05,1,1,0.0,50.4,1,0,0.0,50.4,1.0,0.0,0.8,51.8,1,1,50.4,50.4
06-05 10:35:10,1,1,58.7,20.2,1,0,58.7,20.2,1.0,0.0,0.9,67.9,1,1,20.2,20.2
06-05 10:35:15,1,1,0.0,50.2,1,0,0.0,50.2,1.0,0.0,1.0,67.9,1,1,50.2,50.2
06-05 10:35:20,1,1,0.0,50.2,1,0,0.0,50.2,1.0,0.0,1.1,67.9,1,1,50.2,50.2
06-05 10:35:25,1,1,0.0,50.3,1,0,0.0,50.3,1.0,0.0,1.1,67.9,1,1,50.3,50.3
06-05 10:35:31,1,1,0.0,47.2,1,0,0.0,47.2,1.0,0.0,0.9,80.4,1,1,47.2,47.2
06-05 10:35:36,1,1,56.9,24.2,1,0,56.9,24.2,1.0,0.0,1.1,83.7,1,1,24.2,24.2
06-05 10:35:41,1,1,0.0,50.6,1,0,0.0,50.6,1.0,0.0,1.6,73.8,1,1,50.6,50.6
06-05 10:35:46,1,1,0.0,50.5,1,0,0.0,50.5,1.0,0.0,1.6,73.8,1,1,50.5,50.5
06-05 10:35:51,1,1,340.8,94.0,4,0,340.8,94.0,4.0,0.0,5.6,86.0,4,4,94.0,94.0
06-05 10:35:56,1,1,0.0,117.8,1,0,0.0,117.8,1.0,0.0,1.5,86.0,1,1,117.8,117.8
06-05 10:36:01,1,1,61.4,53.9,1,0,61.4,53.9,1.0,0.0,1.7,86.6,1,1,53.9,53.9
06-05 10:36:06,1,1,85.9,54.7,2,0,85.9,54.7,2.0,0.0,3.3,86.9,2,2,54.7,54.7
06-05 10:36:11,1,1,0.0,94.1,2,0,0.0,94.1,2.0,0.0,3.4,86.9,2,2,94.1,94.1
06-05 10:36:16,1,1,22.8,24.2,1,0,22.8,24.2,1.0,0.0,1.4,88.4,1,1,24.2,24.2
06-05 10:36:21,1,1,73.6,62.0,1,0,73.6,62.0,1.0,0.0,2.0,89.1,1,1,62.0,62.0
06-05 10:36:26,1,1,49.2,83.0,2,0,49.2,83.0,2.0,0.0,3.5,89.6,2,2,83.0,83.0
06-05 10:36:31,1,1,26.5,67.8,1,0,26.5,67.8,1.0,0.0,1.7,90.1,1,1,67.8,67.8
06-05 10:36:36,1,1,0.0,64.4,1,0,0.0,64.4,1.0,0.0,2.1,88.8,1,1,64.4,64.4
06-05 10:36:41,1,1,48.1,78.0,1,0,48.1,78.0,1.0,0.0,1.8,89.1,1,1,78.0,78.0
06-05 10:36:46,1,1,242.2,52.8,2,0,242.2,52.8,2.0,0.0,4.7,89.5,2,2,52.8,52.8
06-05 10:36:51,1,1,53.3,45.6,1,0,53.3,45.6,1.0,0.0,2.6,89.9,1,1,45.6,45.6
06-05 10:36:56,1,1,43.5,54.1,1,0,43.5,54.1,1.0,0.0,2.5,90.3,1,1,54.1,54.1
06-05 10:37:01,1,1,1032.4,72.0,3,0,1032.4,72.0,3.0,0.0,7.5,89.1,3,3,72.0,72.0
06-05 10:37:06,1,1,38.5,108.0,1,0,38.5,108.0,1.0,0.0,2.2,89.4,1,1,108.0,108.0
06-05 10:37:11,1,1,209.4,35.1,2,0,209.4,35.1,2.0,0.0,5.2,89.8,2,2,35.1,35.1
06-05 10:37:16,1,1,61.6,65.4,2,0,61.6,65.4,2.0,0.0,1.4,84.8,2,2,65.4,65.4
06-05 10:37:21,1,1,0.0,81.3,1,0,0.0,81.3,1.0,0.0,0.8,84.8,1,1,81.3,81.3
06-05 10:37:26,1,1,50.8,75.7,2,0,50.8,75.7,2.0,0.0,1.7,85.3,2,2,75.7,75.7
06-05 10:37:31,1,1,76.0,68.0,2,0,76.0,68.0,2.0,0.0,1.9,85.5,2,2,68.0,68.0
06-05 10:37:36,1,1,0.0,90.3,2,0,0.0,90.3,2.0,0.0,2.0,85.5,2,2,90.3,90.3
06-05 10:37:41,1,1,0.0,122.9,1,0,0.0,122.9,1.0,0.0,3.9,87.5,1,1,122.9,122.9
06-05 10:37:46,1,1,87.9,116.0,4,0,87.9,116.0,4.0,0.0,6.2,88.1,4,4,116.0,116.0
06-05 10:37:51,1,1,0.0,126.4,2,0,0.0,126.4,2.0,0.0,2.4,86.0,2,2,126.4,126.4
06-05 10:37:56,1,1,88.3,201.9,4,0,88.3,201.9,4.0,0.0,5.9,87.3,4,4,201.9,201.9
06-05 10:38:01,1,1,58.8,214.6,4,0,58.8,214.6,4.0,0.0,8.0,88.4,4,4,214.6,214.6
06-05 10:38:06,1,1,153.0,168.2,4,0,153.0,168.2,4.0,0.0,10.2,88.9,4,4,168.2,168.2
06-05 10:38:11,1,1,50.8,215.6,3,0,50.8,215.6,3.0,0.0,6.2,88.9,3,3,215.6,215.6
06-05 10:38:17,1,1,323.2,180.5,5,0,323.2,180.5,5.0,0.0,11.7,89.4,5,5,180.5,180.5
06-05 10:38:22,1,1,17.6,228.8,4,0,17.6,228.8,4.0,0.0,9.3,90.1,4,4,228.8,228.8
06-05 10:38:27,1,1,220.1,141.3,4,0,220.1,141.3,4.0,0.0,8.2,90.4,4,4,141.3,141.3
06-05 10:38:32,1,1,35.6,217.9,4,0,35.6,217.9,4.0,0.0,10.0,91.0,4,4,217.9,217.9
06-05 10:38:37,1,1,159.0,164.0,3,0,159.0,164.0,3.0,0.0,9.6,91.1,3,3,164.0,164.0
06-05 10:38:41,1,1,74.7,125.2,3,0,74.7,125.2,3.0,0.0,11.0,91.1,3,3,125.2,125.2
06-05 10:38:47,1,1,127.2,160.1,2,0,127.2,160.1,2.0,0.0,5.6,90.6,2,2,160.1,160.1
06-05 10:38:52,1,1,208.7,108.1,3,0,208.7,108.1,3.0,0.0,10.3,91.0,3,3,108.1,108.1
06-05 10:38:57,1,1,82.4,169.3,2,0,82.4,169.3,2.0,0.0,7.1,91.1,2,2,169.3,169.3
06-05 10:39:02,1,1,230.1,149.0,3,0,230.1,149.0,3.0,0.0,9.4,94.8,3,3,149.0,149.0
06-05 10:39:07,1,1,80.7,108.9,3,0,80.7,108.9,3.0,0.0,7.8,94.9,3,3,108.9,108.9
06-05 10:39:12,1,1,287.8,73.1,3,0,287.8,73.1,3.0,0.0,10.0,95.0,3,3,73.1,73.1
06-05 10:39:17,1,1,64.0,131.9,3,0,64.0,131.9,3.0,0.0,8.4,95.0,3,3,131.9,131.9
06-05 10:39:22,1,1,76.1,158.0,4,0,76.1,158.0,4.0,0.0,11.0,95.2,4,4,158.0,158.0
06-05 10:39:27,1,1,82.8,98.9,3,0,82.8,98.9,3.0,0.0,10.7,95.3,3,3,98.9,98.9
06-05 10:39:32,1,1,79.7,231.3,6,0,79.7,231.3,6.0,0.0,20.8,91.8,6,6,231.3,231.3
06-05 10:39:37,1,1,91.0,103.9,3,0,91.0,103.9,3.0,0.0,10.6,92.2,3,3,103.9,103.9
06-05 10:39:42,1,1,54.5,121.2,2,0,54.5,121.2,2.0,0.0,7.5,92.2,2,2,121.2,121.2
06-05 10:39:47,1,1,0.0,97.6,2,0,0.0,97.6,2.0,0.0,7.7,92.2,2,2,97.6,97.6
06-05 10:39:52,1,1,0.0,97.6,2,0,0.0,97.6,2.0,0.0,7.8,92.2,2,2,97.6,97.6
06-05 10:39:57,1,1,37.3,101.9,2,0,37.3,101.9,2.0,0.0,6.5,92.5,2,2,101.9,101.9
06-05 10:40:02,1,1,0.0,47.5,1,0,0.0,47.5,1.0,0.0,4.8,89.9,1,1,47.5,47.5
06-05 10:40:07,1,1,102.5,65.3,2,0,102.5,65.3,2.0,0.0,5.0,89.6,2,2,65.3,65.3
06-05 10:40:12,1,1,0.0,91.9,1,0,0.0,91.9,1.0,0.0,4.9,89.6,1,1,91.9,91.9
06-05 10:40:17,1,1,44.0,59.5,2,0,44.0,59.5,2.0,0.0,5.3,89.5,2,2,59.5,59.5
06-05 10:40:22,1,1,0.0,65.6,1,0,0.0,65.6,1.0,0.0,5.1,89.5,1,1,65.6,65.6
06-05 10:40:27,1,1,45.2,85.8,2,0,45.2,85.8,2.0,0.0,5.6,89.5,2,2,85.8,85.8
06-05 10:40:32,1,1,37.3,54.1,2,0,37.3,54.1,2.0,0.0,5.7,89.6,2,2,54.1,54.1
06-05 10:40:37,1,1,52.1,268.2,5,0,52.1,268.2,5.0,0.0,17.1,92.4,5,5,268.2,268.2
06-05 10:40:42,1,1,117.4,257.9,7,0,117.4,257.9,7.0,0.0,22.7,92.7,7,7,257.9,257.9
06-05 10:40:47,1,1,0.0,50.0,1,0,0.0,50.0,1.0,0.0,6.8,87.9,1,1,50.0,50.0
06-05 10:40:52,1,1,0.0,50.2,1,0,0.0,50.2,1.0,0.0,6.9,87.9,1,1,50.2,50.2
06-05 10:40:57,1,1,0.0,50.1,1,0,0.0,50.1,1.0,0.0,6.9,87.9,1,1,50.1,50.1
06-05 10:41:03,1,1,0.0,249.3,4,0,0.0,249.3,4.0,0.0,15.3,91.8,4,4,249.3,249.3
06-05 10:41:08,1,1,577.5,216.4,5,0,577.5,216.4,5.0,0.0,25.4,91.9,5,5,216.4,216.4
06-05 10:41:13,1,1,213.4,255.5,5,0,213.4,255.5,5.0,0.0,21.2,91.8,5,5,255.5,255.5
06-05 10:41:18,1,1,430.5,237.7,5,0,430.5,237.7,5.0,0.0,23.4,91.8,5,5,237.7,237.7
06-05 10:41:23,1,1,133.4,249.0,5,0,133.4,249.0,5.0,0.0,27.1,91.9,5,5,249.0,249.0
06-05 10:41:28,1,1,0.0,244.4,5,0,0.0,244.4,5.0,0.0,27.4,91.9,5,5,244.4,244.4
06-05 10:41:33,1,1,215.0,291.3,6,0,215.0,291.3,6.0,0.0,30.1,91.9,6,6,291.3,291.3
06-05 10:41:38,1,1,0.0,288.4,5,0,0.0,288.4,5.0,0.0,23.2,91.9,5,5,288.4,288.4
06-05 10:41:43,1,1,0.0,173.6,3,0,0.0,173.6,3.0,0.0,15.4,91.9,3,3,173.6,173.6
06-05 10:41:48,1,1,1046.9,232.1,6,0,1046.9,232.1,6.0,0.0,32.6,91.9,6,6,232.1,232.1
06-05 10:41:53,1,1,0.0,257.6,5,0,0.0,257.6,5.0,0.0,30.1,91.9,5,5,257.6,257.6
06-05 10:41:58,1,1,154.7,258.4,5,0,154.7,258.4,5.0,0.0,25.2,91.9,5,5,258.4,258.4
06-05 10:42:03,1,1,0.0,244.0,5,0,0.0,244.0,5.0,0.0,25.6,91.9,5,5,244.0,244.0
06-05 10:42:08,1,1,270.6,210.3,4,0,270.6,210.3,4.0,0.0,25.1,92.0,4,4,210.3,210.3
06-05 10:42:13,1,1,459.5,252.8,6,0,459.5,252.8,6.0,0.0,35.5,92.0,6,6,252.8,252.8
06-05 10:42:18,1,1,0.0,293.2,6,0,0.0,293.2,6.0,0.0,35.9,92.0,6,6,293.2,293.2
06-05 10:42:23,1,1,149.8,251.1,6,0,149.8,251.1,6.0,0.0,36.5,92.0,6,6,251.1,251.1
06-05 10:42:28,1,1,0.0,149.8,3,0,0.0,149.8,3.0,0.0,20.3,93.1,3,3,149.8,149.8
06-05 10:42:33,1,1,0.0,148.6,3,0,0.0,148.6,3.0,0.0,20.5,93.1,3,3,148.6,148.6
06-05 10:42:38,1,1,22.4,115.3,3,0,22.4,115.3,3.0,0.0,20.7,93.1,3,3,115.3,115.3
06-05 10:42:43,1,1,0.0,140.3,2,0,0.0,140.3,2.0,0.0,17.5,93.1,2,2,140.3,140.3
06-05 10:42:48,1,1,133.9,127.5,3,0,133.9,127.5,3.0,0.0,21.3,93.2,3,3,127.5,127.5
06-05 10:42:53,1,1,89.9,304.6,7,0,89.9,304.6,7.0,0.0,40.4,93.3,7,7,304.6,304.6
06-05 10:42:58,1,1,17.3,245.6,5,0,17.3,245.6,5.0,0.0,34.0,93.4,5,5,245.6,245.6
06-05 10:43:03,1,1,148.5,253.5,6,0,148.5,253.5,6.0,0.0,33.1,93.5,6,6,253.5,253.5
06-05 10:43:08,1,1,0.0,135.0,3,0,0.0,135.0,3.0,0.0,17.3,93.0,3,3,135.0,135.0
06-05 10:43:13,1,1,147.6,251.5,7,0,147.6,251.5,7.0,0.0,42.6,93.7,7,7,251.5,251.5
06-05 10:43:18,1,1,0.0,239.2,5,0,0.0,239.2,5.0,0.0,34.4,93.7,5,5,239.2,239.2
06-05 10:43:23,1,1,89.1,236.3,5,0,89.1,236.3,5.0,0.0,35.7,93.9,5,5,236.3,236.3
06-05 10:43:28,1,1,118.6,219.3,5,0,118.6,219.3,5.0,0.0,35.1,94.0,5,5,219.3,219.3
06-05 10:43:33,1,1,276.0,288.0,6,0,276.0,288.0,6.0,0.0,37.9,94.0,6,6,288.0,288.0
06-05 10:43:38,1,1,181.1,262.0,7,0,181.1,262.0,7.0,0.0,43.8,94.1,7,7,262.0,262.0
06-05 10:43:43,1,1,282.7,254.4,5,0,282.7,254.4,5.0,0.0,30.0,94.1,5,5,254.4,254.4
06-05 10:43:48,1,1,127.6,257.4,5,0,127.6,257.4,5.0,0.0,31.0,94.1,5,5,257.4,257.4
06-05 10:43:53,1,1,199.3,204.1,4,0,199.3,204.1,4.0,0.0,22.9,94.2,4,4,204.1,204.1
06-05 10:43:58,1,1,84.2,173.5,5,0,84.2,173.5,5.0,0.0,30.2,94.3,5,5,173.5,173.5
06-05 10:44:03,1,1,119.8,193.7,4,0,119.8,193.7,4.0,0.0,23.2,94.3,4,4,193.7,193.7
06-05 10:44:08,1,1,110.0,251.9,6,0,110.0,251.9,6.0,0.0,31.3,94.4,6,6,251.9,251.9
06-05 10:44:13,1,1,51.7,140.1,4,0,51.7,140.1,4.0,0.0,12.9,90.9,4,4,140.1,140.1
06-05 10:44:18,1,1,143.8,229.6,5,0,143.8,229.6,5.0,0.0,10.3,91.0,5,5,229.6,229.6
06-05 10:44:23,1,1,503.5,202.0,6,0,503.5,202.0,6.0,0.0,18.0,91.3,6,6,202.0,202.0
06-05 10:44:28,1,1,120.9,192.7,4,0,120.9,192.7,4.0,0.0,14.9,91.6,4,4,192.7,192.7
06-05 10:44:33,1,1,58.9,203.8,5,0,58.9,203.8,5.0,0.0,15.6,91.6,5,5,203.8,203.8
06-05 10:44:38,1,1,75.8,186.5,5,0,75.8,186.5,5.0,0.0,16.0,91.9,5,5,186.5,186.5
06-05 10:44:43,1,1,0.0,215.9,4,0,0.0,215.9,4.0,0.0,8.7,91.9,4,4,215.9,215.9
06-05 10:44:48,1,1,441.9,117.5,3,0,441.9,117.5,3.0,0.0,3.8,91.7,3,3,117.5,117.5
06-05 10:44:53,1,1,233.4,183.1,4,0,233.4,183.1,4.0,0.0,7.4,91.9,4,4,183.1,183.1
06-05 10:44:58,1,1,559.6,143.2,4,0,559.6,143.2,4.0,0.0,10.7,92.0,4,4,143.2,143.2
06-05 10:45:03,1,1,0.0,174.4,4,0,0.0,174.4,4.0,0.0,11.0,92.0,4,4,174.4,174.4
06-05 10:45:08,1,1,125.6,145.4,3,0,125.6,145.4,3.0,0.0,10.9,92.0,3,3,145.4,145.4
06-05 10:45:14,1,1,20.2,412.4,9,0,20.2,412.4,9.0,0.0,30.3,94.3,9,9,412.4,412.4
06-05 10:45:18,1,1,8.2,183.6,4,0,8.2,183.6,4.0,0.0,16.7,96.4,4,4,183.6,183.6
06-05 10:45:24,1,1,53.7,485.4,12,0,53.7,485.4,12.0,0.0,39.2,94.4,12,12,485.4,485.4
06-05 10:45:29,1,1,471.6,480.4,11,0,471.6,480.4,11.0,0.0,42.2,94.4,11,11,480.4,480.4
06-05 10:45:34,1,1,177.1,500.3,9,0,177.1,500.3,9.0,0.0,35.4,94.4,9,9,500.3,500.3
06-05 10:45:39,1,1,289.7,486.5,12,0,289.7,486.5,12.0,0.0,32.1,94.4,12,12,486.5,486.5
06-05 10:45:44,1,1,804.1,524.6,11,0,804.1,524.6,11.0,0.0,42.4,94.4,11,11,524.6,524.6
06-05 10:45:49,1,1,268.9,501.9,12,0,268.9,501.9,12.0,0.0,47.1,94.4,12,12,501.9,501.9
06-05 10:45:54,1,1,499.6,537.6,13,0,499.6,537.6,13.0,0.0,52.2,94.4,13,13,537.6,537.6
06-05 10:45:59,1,1,0.0,95.5,2,0,0.0,95.5,2.0,0.0,15.5,93.9,2,2,95.5,95.5
06-05 10:46:04,1,1,0.0,96.0,2,0,0.0,96.0,2.0,0.0,15.6,93.9,2,2,96.0,96.0
06-05 10:46:09,1,1,0.0,96.1,2,0,0.0,96.1,2.0,0.0,15.7,93.9,2,2,96.1,96.1
06-05 10:46:14,1,1,0.0,96.2,2,0,0.0,96.2,2.0,0.0,15.9,93.9,2,2,96.2,96.2
06-05 10:46:19,1,1,0.0,95.8,2,0,0.0,95.8,2.0,0.0,16.0,93.9,2,2,95.8,95.8
06-05 10:46:24,1,1,508.6,71.9,2,0,508.6,71.9,2.0,0.0,16.8,93.8,2,2,71.9,71.9
06-05 10:46:29,1,1,0.0,77.4,1,0,0.0,77.4,1.0,0.0,9.0,93.8,1,1,77.4,77.4
06-05 10:46:34,1,1,111.7,79.8,2,0,111.7,79.8,2.0,0.0,17.2,94.0,2,2,79.8,79.8
06-05 10:46:39,1,1,101.9,82.4,1,0,101.9,82.4,1.0,0.0,0.4,93.9,1,1,82.4,82.4
06-05 10:46:44,1,1,447.4,114.3,2,0,447.4,114.3,2.0,0.0,9.0,93.9,2,2,114.3,114.3
06-05 10:46:49,1,1,0.0,69.1,1,0,0.0,69.1,1.0,0.0,0.6,93.9,1,1,69.1,69.1
06-05 10:46:54,1,1,118.4,82.2,2,0,118.4,82.2,2.0,0.0,10.8,94.7,2,2,82.2,82.2
06-05 10:46:59,1,1,0.0,88.2,2,0,0.0,88.2,2.0,0.0,11.0,94.7,2,2,88.2,88.2
06-05 10:47:04,1,1,0.0,88.1,2,0,0.0,88.1,2.0,0.0,11.1,94.7,2,2,88.1,88.1
06-05 10:47:09,1,1,592.1,252.1,7,0,592.1,252.1,7.0,0.0,31.0,93.6,7,7,252.1,252.1
06-05 10:47:14,1,1,66.0,308.2,5,0,66.0,308.2,5.0,0.0,25.6,93.6,5,5,308.2,308.2
06-05 10:47:19,1,1,798.5,307.1,8,0,798.5,307.1,8.0,0.0,34.6,93.5,8,8,307.1,307.1
06-05 10:47:24,1,1,64.4,337.8,8,0,64.4,337.8,8.0,0.0,35.6,93.5,8,8,337.8,337.8
06-05 10:47:29,1,1,59.1,359.7,6,0,59.1,359.7,6.0,0.0,30.5,93.6,6,6,359.7,359.7
06-05 10:47:34,1,1,240.9,274.5,7,0,240.9,274.5,7.0,0.0,35.2,93.7,7,7,274.5,274.5
06-05 10:47:39,1,1,668.1,327.8,7,0,668.1,327.8,7.0,0.0,33.5,93.6,7,7,327.8,327.8
06-05 10:47:45,1,1,362.0,366.4,7,0,362.0,366.4,7.0,0.0,36.7,93.7,7,7,366.4,366.4
06-05 10:47:50,1,1,103.4,360.6,8,0,103.4,360.6,8.0,0.0,38.2,93.7,8,8,360.6,360.6
06-05 10:47:55,1,1,140.8,460.6,10,0,140.8,460.6,10.0,0.0,45.0,93.7,10,10,460.6,460.6
06-05 10:48:00,1,1,56.0,357.6,6,0,56.0,357.6,6.0,0.0,32.6,93.7,6,6,357.6,357.6
06-05 10:48:05,1,1,748.6,373.2,7,0,748.6,373.2,7.0,0.0,39.1,93.8,7,7,373.2,373.2
06-05 10:48:10,1,1,204.0,353.4,9,0,204.0,353.4,9.0,0.0,44.4,93.8,9,9,353.4,353.4
06-05 10:48:15,1,1,460.6,431.3,9,0,460.6,431.3,9.0,0.0,43.6,93.8,9,9,431.3,431.3
06-05 10:48:20,1,1,151.7,375.9,6,0,151.7,375.9,6.0,0.0,29.7,93.8,6,6,375.9,375.9
06-05 10:48:25,1,1,500.9,382.7,7,0,500.9,382.7,7.0,0.0,36.0,93.9,7,7,382.7,382.7
06-05 10:48:30,1,1,722.2,335.2,10,0,722.2,335.2,10.0,0.0,44.7,93.9,10,10,335.2,335.2
06-05 10:48:35,1,1,0.0,226.3,3,0,0.0,226.3,3.0,0.0,18.6,94.5,3,3,226.3,226.3
06-05 10:48:40,1,1,254.3,183.9,4,0,254.3,183.9,4.0,0.0,15.7,94.5,4,4,183.9,183.9
06-05 10:48:45,1,1,1147.6,230.7,5,0,1147.6,230.7,5.0,0.0,24.4,94.4,5,5,230.7,230.7
06-05 10:48:50,1,1,614.2,168.8,4,0,614.2,168.8,4.0,0.0,21.3,94.3,4,4,168.8,168.8
06-05 10:48:55,1,1,1159.7,212.4,5,0,1159.7,212.4,5.0,0.0,24.4,94.1,5,5,212.4,212.4
06-05 10:49:00,1,1,176.1,202.4,5,0,176.1,202.4,5.0,0.0,25.7,94.1,5,5,202.4,202.4
06-05 10:49:05,1,1,165.5,319.2,7,0,165.5,319.2,7.0,0.0,31.7,94.1,7,7,319.2,319.2
06-05 10:49:10,1,1,21.7,283.9,5,0,21.7,283.9,5.0,0.0,25.2,94.1,5,5,283.9,283.9
06-05 10:49:15,1,1,56.5,274.2,6,0,56.5,274.2,6.0,0.0,28.7,94.2,6,6,274.2,274.2
06-05 10:49:20,1,1,174.3,256.1,5,0,174.3,256.1,5.0,0.0,27.1,94.2,5,5,256.1,256.1
06-05 10:49:25,1,1,1068.0,259.3,6,0,1068.0,259.3,6.0,0.0,32.1,94.0,6,6,259.3,259.3
06-05 10:49:30,1,1,201.0,290.1,6,0,201.0,290.1,6.0,0.0,31.6,94.0,6,6,290.1,290.1
06-05 10:49:35,1,1,106.3,236.0,5,0,106.3,236.0,5.0,0.0,23.1,94.0,5,5,236.0,236.0
06-05 10:49:40,1,1,144.2,121.0,3,0,144.2,121.0,3.0,0.0,8.2,94.3,3,3,121.0,121.0
06-05 10:49:45,1,1,377.3,204.2,3,0,377.3,204.2,3.0,0.0,7.8,94.3,3,3,204.2,204.2
06-05 10:49:50,1,1,946.4,158.4,3,0,946.4,158.4,3.0,0.0,6.7,94.1,3,3,158.4,158.4
06-05 10:49:55,1,1,543.9,219.9,5,0,543.9,219.9,5.0,0.0,11.8,94.1,5,5,219.9,219.9
06-05 10:50:00,1,1,181.6,193.0,4,0,181.6,193.0,4.0,0.0,12.4,94.1,4,4,193.0,193.0
06-05 10:50:05,1,1,166.5,245.7,5,0,166.5,245.7,5.0,0.0,13.3,94.1,5,5,245.7,245.7
06-05 10:50:10,1,1,95.8,239.6,5,0,95.8,239.6,5.0,0.0,8.2,94.0,5,5,239.6,239.6
06-05 10:50:15,1,1,329.5,196.1,4,0,329.5,196.1,4.0,0.0,6.3,94.1,4,4,196.1,196.1
06-05 10:50:20,1,1,95.3,178.5,2,0,95.3,178.5,2.0,0.0,4.5,94.1,2,2,178.5,178.5
06-05 10:50:25,1,1,224.2,159.7,5,0,224.2,159.7,5.0,0.0,9.4,94.1,5,5,159.7,159.7
06-05 10:50:30,1,1,0.0,208.2,3,0,0.0,208.2,3.0,0.0,6.5,94.1,3,3,208.2,208.2
06-05 10:50:35,1,1,161.6,208.6,3,0,161.6,208.6,3.0,0.0,6.0,94.1,3,3,208.6,208.6
06-05 10:50:40,1,1,199.3,178.8,5,0,199.3,178.8,5.0,0.0,10.8,94.1,5,5,178.8,178.8
06-05 10:50:45,1,1,0.0,227.7,3,0,0.0,227.7,3.0,0.0,6.5,94.1,3,3,227.7,227.7
06-05 10:50:50,1,1,51.8,175.1,4,0,51.8,175.1,4.0,0.0,24.2,94.1,4,4,175.1,175.1
06-05 10:50:55,1,1,711.3,228.5,4,0,711.3,228.5,4.0,0.0,14.4,94.0,4,4,228.5,228.5
06-05 10:51:00,1,1,38.1,210.0,3,0,38.1,210.0,3.0,0.0,10.2,94.0,3,3,210.0,210.0
06-05 10:51:05,1,1,284.3,239.2,4,0,284.3,239.2,4.0,0.0,15.2,94.1,4,4,239.2,239.2
06-05 10:51:10,1,1,162.1,207.7,4,0,162.1,207.7,4.0,0.0,15.8,94.1,4,4,207.7,207.7
06-05 10:51:15,1,1,126.1,228.1,6,0,126.1,228.1,6.0,0.0,21.1,94.1,6,6,228.1,228.1
06-05 10:51:20,1,1,280.4,159.9,2,0,280.4,159.9,2.0,0.0,9.5,94.2,2,2,159.9,159.9
06-05 10:51:26,1,1,228.7,311.9,8,0,228.7,311.9,8.0,0.0,38.6,93.1,8,8,311.9,311.9
06-05 10:51:31,1,1,0.0,271.0,4,0,0.0,271.0,4.0,0.0,20.7,93.1,4,4,271.0,271.0
06-05 10:51:35,1,1,83.5,158.1,3,0,83.5,158.1,3.0,0.0,7.7,93.2,3,3,158.1,158.1
06-05 10:51:41,1,1,162.0,292.3,7,0,162.0,292.3,7.0,0.0,38.8,93.2,7,7,292.3,292.3
06-05 10:51:46,1,1,112.3,352.4,7,0,112.3,352.4,7.0,0.0,29.6,93.2,7,7,352.4,352.4
06-05 10:51:51,1,1,0.0,293.6,5,0,0.0,293.6,5.0,0.0,24.6,93.2,5,5,293.6,293.6
06-05 10:51:56,1,1,54.7,287.0,7,0,54.7,287.0,7.0,0.0,33.8,93.3,7,7,287.0,287.0
06-05 10:52:01,1,1,130.3,296.5,7,0,130.3,296.5,7.0,0.0,31.5,93.3,7,7,296.5,296.5
06-05 10:52:06,1,1,0.0,307.7,6,0,0.0,307.7,6.0,0.0,23.2,93.3,6,6,307.7,307.7
06-05 10:52:11,1,1,314.5,322.9,7,0,314.5,322.9,7.0,0.0,30.2,93.3,7,7,322.9,322.9
06-05 10:52:16,1,1,124.5,302.1,7,0,124.5,302.1,7.0,0.0,24.3,94.4,7,7,302.1,302.1
06-05 10:52:21,1,1,0.0,243.3,5,0,0.0,243.3,5.0,0.0,17.3,94.4,5,5,243.3,243.3
06-05 10:52:26,1,1,116.9,236.5,6,0,116.9,236.5,6.0,0.0,23.2,94.4,6,6,236.5,236.5
06-05 10:52:31,1,1,183.2,301.9,6,0,183.2,301.9,6.0,0.0,16.7,94.4,6,6,301.9,301.9
06-05 10:52:36,1,1,91.8,273.7,6,0,91.8,273.7,6.0,0.0,25.6,94.5,6,6,273.7,273.7
06-05 10:52:41,1,1,1219.3,317.9,7,0,1219.3,317.9,7.0,0.0,27.2,92.3,7,7,317.9,317.9
06-05 10:52:46,1,1,99.1,315.5,7,0,99.1,315.5,7.0,0.0,26.1,92.4,7,7,315.5,315.5
06-05 10:52:51,1,1,282.0,302.8,8,0,282.0,302.8,8.0,0.0,31.8,92.4,8,8,302.8,302.8
06-05 10:52:56,1,1,0.0,354.9,7,0,0.0,354.9,7.0,0.0,28.8,92.4,7,7,354.9,354.9
06-05 10:53:01,1,1,34.7,329.3,7,0,34.7,329.3,7.0,0.0,28.5,92.5,7,7,329.3,329.3
06-05 10:53:06,1,1,0.0,270.6,5,0,0.0,270.6,5.0,0.0,21.4,92.5,5,5,270.6,270.6
06-05 10:53:11,1,1,558.2,269.9,7,0,558.2,269.9,7.0,0.0,30.0,92.5,7,7,269.9,269.9
06-05 10:53:16,1,1,0.0,294.0,6,0,0.0,294.0,6.0,0.0,26.7,92.5,6,6,294.0,294.0
06-05 10:53:21,1,1,361.5,323.2,7,0,361.5,323.2,7.0,0.0,27.0,92.5,7,7,323.2,323.2
06-05 10:53:26,1,1,389.3,344.7,9,0,389.3,344.7,9.0,0.0,36.8,92.6,9,9,344.7,344.7
06-05 10:53:31,1,1,84.3,322.8,7,0,84.3,322.8,7.0,0.0,31.3,92.6,7,7,322.8,322.8
06-05 10:53:36,1,1,201.3,376.3,7,0,201.3,376.3,7.0,0.0,29.1,92.7,7,7,376.3,376.3
06-05 10:53:41,1,1,154.4,259.6,7,0,154.4,259.6,7.0,0.0,29.7,92.7,7,7,259.6,259.6
06-05 10:53:46,1,1,81.2,338.8,6,0,81.2,338.8,6.0,0.0,29.5,92.7,6,6,338.8,338.8
06-05 10:53:51,1,1,506.9,307.2,8,0,506.9,307.2,8.0,0.0,36.7,92.7,8,8,307.2,307.2
06-05 10:53:56,1,1,188.0,348.2,5,0,188.0,348.2,5.0,0.0,25.0,92.7,5,5,348.2,348.2
06-05 10:54:01,1,1,321.0,286.8,9,0,321.0,286.8,9.0,0.0,42.7,92.7,9,9,286.8,286.8
06-05 10:54:06,1,1,480.0,333.4,6,0,480.0,333.4,6.0,0.0,26.2,92.7,6,6,333.4,333.4
06-05 10:54:11,1,1,166.7,295.0,7,0,166.7,295.0,7.0,0.0,34.1,92.8,7,7,295.0,295.0
06-05 10:54:16,1,1,343.1,326.0,8,0,343.1,326.0,8.0,0.0,39.3,92.8,8,8,326.0,326.0
06-05 10:54:21,1,1,297.9,351.5,8,0,297.9,351.5,8.0,0.0,40.6,92.8,8,8,351.5,351.5
06-05 10:54:26,1,1,54.9,355.1,7,0,54.9,355.1,7.0,0.0,33.4,96.2,7,7,355.1,355.1
06-05 10:54:31,1,1,28.0,344.1,6,0,28.0,344.1,6.0,0.0,27.9,96.2,6,6,344.1,344.1
06-05 10:54:37,1,1,35.5,77.1,2,0,35.5,77.1,2.0,0.0,13.7,93.7,2,2,77.1,77.1
06-05 10:54:42,1,1,113.7,110.5,3,0,113.7,110.5,3.0,0.0,14.0,93.6,3,3,110.5,110.5
06-05 10:54:47,1,1,0.0,146.1,3,0,0.0,146.1,3.0,0.0,14.2,93.6,3,3,146.1,146.1
06-05 10:54:52,1,1,43.5,124.6,3,0,43.5,124.6,3.0,0.0,14.5,93.6,3,3,124.6,124.6
06-05 10:54:57,1,1,0.0,125.1,2,0,0.0,125.1,2.0,0.0,14.3,93.6,2,2,125.1,125.1
06-05 10:55:02,1,1,606.9,139.2,4,0,606.9,139.2,4.0,0.0,15.7,93.6,4,4,139.2,139.2
06-05 10:55:07,1,1,90.7,158.9,5,0,90.7,158.9,5.0,0.0,16.4,93.7,5,5,158.9,158.9
06-05 10:55:12,1,1,0.0,243.2,5,0,0.0,243.2,5.0,0.0,16.7,93.7,5,5,243.2,243.2
06-05 10:55:17,1,1,0.0,243.0,5,0,0.0,243.0,5.0,0.0,17.1,93.7,5,5,243.0,243.0
06-05 10:55:22,1,1,0.0,243.0,5,0,0.0,243.0,5.0,0.0,17.4,93.7,5,5,243.0,243.0
06-05 10:55:27,1,1,132.8,228.1,5,0,132.8,228.1,5.0,0.0,17.9,93.6,5,5,228.1,228.1
06-05 10:55:32,1,1,10.6,253.0,4,0,10.6,253.0,4.0,0.0,10.9,93.6,4,4,253.0,253.0
06-05 10:55:37,1,1,939.5,194.9,4,0,939.5,194.9,4.0,0.0,18.1,93.6,4,4,194.9,194.9
06-05 10:55:42,1,1,146.7,273.2,6,0,146.7,273.2,6.0,0.0,18.8,93.6,6,6,273.2,273.2
06-05 10:55:47,1,1,395.4,353.8,7,0,395.4,353.8,7.0,0.0,20.6,93.6,7,7,353.8,353.8
06-05 10:55:52,1,1,273.4,253.6,7,0,273.4,253.6,7.0,0.0,15.1,93.6,7,7,253.6,253.6
06-05 10:55:57,1,1,102.1,313.5,5,0,102.1,313.5,5.0,0.0,13.3,93.7,5,5,313.5,313.5
06-05 10:56:02,1,1,0.0,209.3,3,0,0.0,209.3,3.0,0.0,9.0,93.4,3,3,209.3,209.3
06-05 10:56:07,1,1,45.2,295.7,7,0,45.2,295.7,7.0,0.0,26.5,94.0,7,7,295.7,295.7
06-05 10:56:12,1,1,0.0,301.3,6,0,0.0,301.3,6.0,0.0,22.2,94.0,6,6,301.3,301.3
06-05 10:56:17,1,1,576.5,256.2,5,0,576.5,256.2,5.0,0.0,22.0,93.9,5,5,256.2,256.2
06-05 10:56:22,1,1,11.0,212.7,3,0,11.0,212.7,3.0,0.0,13.8,94.0,3,3,212.7,212.7
06-05 10:56:27,1,1,988.9,192.2,7,0,988.9,192.2,7.0,0.0,25.2,93.9,7,7,192.2,192.2
06-05 10:56:32,1,1,46.4,315.2,6,0,46.4,315.2,6.0,0.0,28.5,94.0,6,6,315.2,315.2
06-05 10:56:37,1,1,60.1,263.3,6,0,60.1,263.3,6.0,0.0,26.1,94.0,6,6,263.3,263.3
06-05 10:56:42,1,1,0.0,293.8,6,0,0.0,293.8,6.0,0.0,26.5,94.0,6,6,293.8,293.8
06-05 10:56:47,1,1,185.6,251.5,6,0,185.6,251.5,6.0,0.0,27.1,94.0,6,6,251.5,251.5
06-05 10:56:52,1,1,0.0,294.0,6,0,0.0,294.0,6.0,0.0,27.5,94.0,6,6,294.0,294.0
06-05 10:56:57,1,1,496.5,324.3,7,0,496.5,324.3,7.0,0.0,27.0,94.0,7,7,324.3,324.3
06-05 10:57:02,1,1,399.9,320.4,7,0,399.9,320.4,7.0,0.0,35.3,94.3,7,7,320.4,320.4
06-05 10:57:07,1,1,145.6,307.2,7,0,145.6,307.2,7.0,0.0,36.2,94.3,7,7,307.2,307.2
06-05 10:57:12,1,1,283.4,268.2,5,0,283.4,268.2,5.0,0.0,22.1,94.3,5,5,268.2,268.2
06-05 10:57:17,1,1,393.3,241.5,5,0,393.3,241.5,5.0,0.0,21.4,94.3,5,5,241.5,241.5
06-05 10:57:22,1,1,152.4,273.4,7,0,152.4,273.4,7.0,0.0,30.6,94.3,7,7,273.4,273.4
06-05 10:57:27,1,1,166.5,262.8,6,0,166.5,262.8,6.0,0.0,29.5,94.4,6,6,262.8,262.8
06-05 10:57:32,1,1,108.5,273.5,6,0,108.5,273.5,6.0,0.0,24.7,94.4,6,6,273.5,273.5
06-05 10:57:37,1,1,356.0,315.0,6,0,356.0,315.0,6.0,0.0,24.2,94.4,6,6,315.0,315.0
06-05 10:57:42,1,1,81.6,280.9,6,0,81.6,280.9,6.0,0.0,26.4,94.4,6,6,280.9,280.9
06-05 10:57:47,1,1,56.3,252.5,4,0,56.3,252.5,4.0,0.0,15.5,94.4,4,4,252.5,252.5
06-05 10:57:52,1,1,194.8,192.4,5,0,194.8,192.4,5.0,0.0,23.7,94.5,5,5,192.4,192.4
06-05 10:57:57,1,1,167.3,233.6,5,0,167.3,233.6,5.0,0.0,18.8,94.4,5,5,233.6,233.6
06-05 10:58:02,1,1,269.2,276.0,7,0,269.2,276.0,7.0,0.0,26.6,94.5,7,7,276.0,276.0
06-05 10:58:07,1,1,21.0,300.1,6,0,21.0,300.1,6.0,0.0,28.7,94.5,6,6,300.1,300.1
06-05 10:58:12,1,1,159.8,279.9,6,0,159.8,279.9,6.0,0.0,27.4,94.5,6,6,279.9,279.9
06-05 10:58:17,1,1,275.3,325.4,5,0,275.3,325.4,5.0,0.0,30.8,94.5,5,5,325.4,325.4
06-05 10:58:23,1,1,58.6,193.5,4,0,58.6,193.5,4.0,0.0,19.2,93.9,4,4,193.5,193.5
06-05 10:58:28,1,1,254.9,174.8,4,0,254.9,174.8,4.0,0.0,17.3,93.8,4,4,174.8,174.8
06-05 10:58:33,1,1,110.8,211.3,5,0,110.8,211.3,5.0,0.0,21.0,93.9,5,5,211.3,211.3
06-05 10:58:38,1,1,22.4,215.0,5,0,22.4,215.0,5.0,0.0,21.6,93.9,5,5,215.0,215.0
06-05 10:58:43,1,1,38.8,166.6,4,0,38.8,166.6,4.0,0.0,20.2,94.0,4,4,166.6,166.6
06-05 10:58:48,1,1,100.9,202.3,4,0,100.9,202.3,4.0,0.0,18.3,94.0,4,4,202.3,202.3
06-05 10:58:53,1,1,95.6,209.6,6,0,95.6,209.6,6.0,0.0,26.2,94.0,6,6,209.6,209.6
06-05 10:58:58,1,1,0.0,242.6,5,0,0.0,242.6,5.0,0.0,22.4,94.0,5,5,242.6,242.6
06-05 10:59:03,1,1,43.7,208.0,5,0,43.7,208.0,5.0,0.0,18.0,94.1,5,5,208.0,208.0
06-05 10:59:08,1,1,0.0,179.2,3,0,0.0,179.2,3.0,0.0,10.3,94.1,3,3,179.2,179.2
06-05 10:59:13,1,1,202.2,157.2,4,0,202.2,157.2,4.0,0.0,15.0,94.1,4,4,157.2,157.2
06-05 10:59:18,1,1,153.4,162.7,5,0,153.4,162.7,5.0,0.0,19.2,94.1,5,5,162.7,162.7
06-05 10:59:23,1,1,0.0,170.9,3,0,0.0,170.9,3.0,0.0,10.8,94.1,3,3,170.9,170.9
06-05 10:59:28,1,1,36.1,167.4,4,0,36.1,167.4,4.0,0.0,15.8,94.2,4,4,167.4,167.4
06-05 10:59:33,1,1,228.1,207.9,5,0,228.1,207.9,5.0,0.0,25.5,92.9,5,5,207.9,207.9
06-05 10:59:38,1,1,0.0,218.3,4,0,0.0,218.3,4.0,0.0,21.4,92.9,4,4,218.3,218.3
06-05 10:59:43,1,1,0.0,176.8,4,0,0.0,176.8,4.0,0.0,21.7,92.9,4,4,176.8,176.8
06-05 10:59:48,1,1,421.4,195.5,5,0,421.4,195.5,5.0,0.0,26.9,92.9,5,5,195.5,195.5
06-05 10:59:53,1,1,0.0,220.6,5,0,0.0,220.6,5.0,0.0,27.2,92.9,5,5,220.6,220.6
06-05 10:59:58,1,1,0.0,220.4,5,0,0.0,220.4,5.0,0.0,27.5,92.9,5,5,220.4,220.4
06-05 11:00:03,1,1,0.0,193.0,3,0,0.0,193.0,3.0,0.0,22.0,92.9,3,3,193.0,193.0
06-05 11:00:08,1,1,21.4,165.6,4,0,21.4,165.6,4.0,0.0,24.2,92.9,4,4,165.6,165.6
06-05 11:00:13,1,1,302.9,192.9,5,0,302.9,192.9,5.0,0.0,28.8,92.9,5,5,192.9,192.9
06-05 11:00:18,1,1,0.0,164.3,3,0,0.0,164.3,3.0,0.0,22.5,92.9,3,3,164.3,164.3
06-05 11:00:23,1,1,71.7,141.5,4,0,71.7,141.5,4.0,0.0,25.0,92.9,4,4,141.5,141.5
06-05 11:00:28,1,1,19.7,180.3,4,0,19.7,180.3,4.0,0.0,27.3,92.9,4,4,180.3,180.3
06-05 11:00:33,1,1,23.6,189.7,5,0,23.6,189.7,5.0,0.0,29.9,93.0,5,5,189.7,189.7
06-05 11:00:38,1,1,9.6,197.2,5,0,9.6,197.2,5.0,0.0,24.6,93.0,5,5,197.2,197.2
06-05 11:00:43,1,1,562.1,212.3,6,0,562.1,212.3,6.0,0.0,28.8,92.9,6,6,212.3,212.3
06-05 11:00:48,1,1,45.5,178.8,3,0,45.5,178.8,3.0,0.0,9.2,92.9,3,3,178.8,178.8
06-05 11:00:53,1,1,152.5,131.0,5,0,152.5,131.0,5.0,0.0,12.3,92.9,5,5,131.0,131.0
06-05 11:00:58,1,1,276.7,177.0,5,0,276.7,177.0,5.0,0.0,23.6,92.9,5,5,177.0,177.0
06-05 11:01:03,1,1,384.6,210.1,5,0,384.6,210.1,5.0,0.0,15.1,92.9,5,5,210.1,210.1
06-05 11:01:08,1,1,0.0,162.6,2,0,0.0,162.6,2.0,0.0,5.6,92.9,2,2,162.6,162.6
06-05 11:01:13,1,1,391.3,163.6,5,0,391.3,163.6,5.0,0.0,16.2,93.0,5,5,163.6,163.6
06-05 11:01:18,1,1,35.5,222.9,5,0,35.5,222.9,5.0,0.0,9.8,92.9,5,5,222.9,222.9
06-05 11:01:23,1,1,0.0,199.8,4,0,0.0,199.8,4.0,0.0,9.7,92.9,4,4,199.8,199.8
06-05 11:01:28,1,1,61.7,166.2,4,0,61.7,166.2,4.0,0.0,16.4,93.0,4,4,166.2,166.2
06-05 11:01:33,1,1,260.6,343.8,8,0,260.6,343.8,8.0,0.0,35.6,95.5,8,8,343.8,343.8
06-05 11:01:38,1,1,394.4,315.8,7,0,394.4,315.8,7.0,0.0,25.9,95.5,7,7,315.8,315.8
06-05 11:01:43,1,1,72.7,313.4,6,0,72.7,313.4,6.0,0.0,30.1,95.5,6,6,313.4,313.4
06-05 11:01:48,1,1,743.4,334.6,9,0,743.4,334.6,9.0,0.0,35.0,95.5,9,9,334.6,334.6
06-05 11:01:53,1,1,113.5,353.1,7,0,113.5,353.1,7.0,0.0,23.5,95.5,7,7,353.1,353.1
06-05 11:01:58,1,1,235.8,327.1,8,0,235.8,327.1,8.0,0.0,36.5,95.5,8,8,327.1,327.1
06-05 11:02:04,1,1,240.6,441.8,8,0,240.6,441.8,8.0,0.0,28.5,93.4,8,8,441.8,441.8
06-05 11:02:09,1,1,144.3,339.5,8,0,144.3,339.5,8.0,0.0,22.1,93.4,8,8,339.5,339.5
06-05 11:02:14,1,1,618.8,454.0,13,0,618.8,454.0,13.0,0.0,43.6,93.4,13,13,454.0,454.0
06-05 11:02:19,1,1,101.8,530.0,11,0,101.8,530.0,11.0,0.0,32.7,93.4,11,11,530.0,530.0
06-05 11:02:24,1,1,704.0,482.5,15,0,704.0,482.5,15.0,0.0,42.9,93.4,15,15,482.5,482.5
06-05 11:02:29,1,1,59.4,595.9,12,0,59.4,595.9,12.0,0.0,42.9,93.5,12,12,595.9,595.9
06-05 11:02:34,1,1,333.4,493.3,12,0,333.4,493.3,12.0,0.0,40.5,93.5,12,12,493.3,493.3
06-05 11:02:39,1,1,508.2,544.0,14,0,508.2,544.0,14.0,0.0,42.5,93.5,14,14,544.0,544.0
06-05 11:02:44,1,1,1376.2,351.2,7,0,1376.2,351.2,7.0,0.0,26.7,94.6,7,7,351.2,351.2
06-05 11:02:49,1,1,566.4,389.9,7,0,566.4,389.9,7.0,0.0,37.9,94.6,7,7,389.9,389.9
06-05 11:02:54,1,1,933.6,435.8,10,0,933.6,435.8,10.0,0.0,38.4,94.5,10,10,435.8,435.8
06-05 11:02:59,1,1,0.0,427.9,7,0,0.0,427.9,7.0,0.0,33.8,94.5,7,7,427.9,427.9
06-05 11:03:04,1,1,123.6,422.1,9,0,123.6,422.1,9.0,0.0,42.2,94.5,9,9,422.1,422.1
06-05 11:03:09,1,1,20.4,389.1,7,0,20.4,389.1,7.0,0.0,37.3,94.5,7,7,389.1,389.1
06-05 11:03:14,1,1,0.0,327.7,6,0,0.0,327.7,6.0,0.0,32.0,94.5,6,6,327.7,327.7
06-05 11:03:19,1,1,260.7,387.2,7,0,260.7,387.2,7.0,0.0,27.5,94.5,7,7,387.2,387.2
06-05 11:03:24,1,1,484.7,376.9,8,0,484.7,376.9,8.0,0.0,36.3,94.5,8,8,376.9,376.9
06-05 11:03:29,1,1,86.8,423.6,8,0,86.8,423.6,8.0,0.0,32.2,94.5,8,8,423.6,423.6
06-05 11:03:34,1,1,0.0,371.3,7,0,0.0,371.3,7.0,0.0,31.9,94.5,7,7,371.3,371.3
06-05 11:03:39,1,1,21.3,315.4,7,0,21.3,315.4,7.0,0.0,28.1,94.2,7,7,315.4,315.4
06-05 11:03:44,1,1,365.0,352.1,8,0,365.0,352.1,8.0,0.0,29.0,94.2,8,8,352.1,352.1
06-05 11:03:49,1,1,211.5,418.7,9,0,211.5,418.7,9.0,0.0,28.4,94.2,9,9,418.7,418.7
06-05 11:03:54,1,1,9.2,365.2,7,0,9.2,365.2,7.0,0.0,19.3,94.2,7,7,365.2,365.2
06-05 11:03:59,1,1,754.2,429.7,10,0,754.2,429.7,10.0,0.0,32.9,94.2,10,10,429.7,429.7
06-05 11:04:04,1,1,564.4,292.4,6,0,564.4,292.4,6.0,0.0,30.9,94.5,6,6,292.4,292.4
06-05 11:04:09,1,1,212.0,310.0,6,0,212.0,310.0,6.0,0.0,23.6,94.5,6,6,310.0,310.0
06-05 11:04:14,1,1,370.9,313.7,6,0,370.9,313.7,6.0,0.0,25.1,94.5,6,6,313.7,313.7
06-05 11:04:19,1,1,354.6,359.0,8,0,354.6,359.0,8.0,0.0,24.1,94.2,8,8,359.0,359.0
06-05 11:04:24,1,1,310.6,273.3,5,0,310.6,273.3,5.0,0.0,22.4,94.5,5,5,273.3,273.3
06-05 11:04:29,1,1,178.2,267.8,5,0,178.2,267.8,5.0,0.0,32.4,94.6,5,5,267.8,267.8
06-05 11:04:34,1,1,305.0,240.7,4,0,305.0,240.7,4.0,0.0,19.8,94.6,4,4,240.7,240.7
06-05 11:04:39,1,1,139.9,231.1,5,0,139.9,231.1,5.0,0.0,24.0,94.6,5,5,231.1,231.1
06-05 11:04:44,1,1,1199.2,308.7,7,0,1199.2,308.7,7.0,0.0,40.2,94.6,7,7,308.7,308.7
06-05 11:04:49,1,1,127.2,571.0,13,0,127.2,571.0,13.0,0.0,65.6,93.5,13,13,571.0,571.0
06-05 11:04:54,1,1,68.2,608.2,13,0,68.2,608.2,13.0,0.0,61.2,93.5,13,13,608.2,608.2
06-05 11:04:59,1,1,0.0,519.2,10,0,0.0,519.2,10.0,0.0,49.1,93.5,10,10,519.2,519.2
06-05 11:05:05,1,1,131.3,311.1,6,0,131.3,311.1,6.0,0.0,37.0,94.9,6,6,311.1,311.1
06-05 11:05:10,1,1,44.3,288.9,6,0,44.3,288.9,6.0,0.0,36.4,94.9,6,6,288.9,288.9
06-05 11:05:15,1,1,7.2,253.0,4,0,7.2,253.0,4.0,0.0,22.0,94.9,4,4,253.0,253.0
06-05 11:05:20,1,1,260.5,261.7,5,0,260.5,261.7,5.0,0.0,29.4,94.9,5,5,261.7,261.7
06-05 11:05:25,1,1,67.1,262.3,6,0,67.1,262.3,6.0,0.0,29.2,94.9,6,6,262.3,262.3
06-05 11:05:30,1,1,286.0,294.8,6,0,286.0,294.8,6.0,0.0,27.7,94.9,6,6,294.8,294.8
06-05 11:05:35,1,1,775.5,313.8,7,0,775.5,313.8,7.0,0.0,33.3,94.8,7,7,313.8,313.8
06-05 11:05:40,1,1,0.0,283.5,4,0,0.0,283.5,4.0,0.0,19.3,94.8,4,4,283.5,283.5
06-05 11:05:45,1,1,763.3,215.4,6,0,763.3,215.4,6.0,0.0,32.3,94.8,6,6,215.4,215.4
06-05 11:05:50,1,1,367.7,346.4,8,0,367.7,346.4,8.0,0.0,39.9,94.8,8,8,346.4,346.4
06-05 11:05:55,1,1,0.0,342.0,7,0,0.0,342.0,7.0,0.0,36.4,94.8,7,7,342.0,342.0
06-05 11:06:00,1,1,798.1,351.2,8,0,798.1,351.2,8.0,0.0,42.5,94.8,8,8,351.2,351.2
06-05 11:06:05,1,1,47.2,323.3,6,0,47.2,323.3,6.0,0.0,25.3,94.8,6,6,323.3,323.3
06-05 11:06:10,1,1,124.7,662.8,16,0,124.7,662.8,16.0,0.0,75.1,94.2,16,16,662.8,662.8
06-05 11:06:15,1,1,59.6,596.2,12,0,59.6,596.2,12.0,0.0,58.0,94.2,12,12,596.2,596.2
06-05 11:06:20,1,1,273.2,536.9,12,0,273.2,536.9,12.0,0.0,54.0,94.2,12,12,536.9,536.9
06-05 11:06:25,1,1,101.7,582.3,12,0,101.7,582.3,12.0,0.0,60.3,94.2,12,12,582.3,582.3
06-05 11:06:30,1,1,412.9,515.3,11,0,412.9,515.3,11.0,0.0,54.7,94.2,11,11,515.3,515.3
06-05 11:06:35,1,1,269.0,467.8,12,0,269.0,467.8,12.0,0.0,57.3,94.2,12,12,467.8,467.8
06-05 11:06:40,1,1,56.8,609.9,11,0,56.8,609.9,11.0,0.0,58.7,95.0,11,11,609.9,609.9
06-05 11:06:45,1,1,531.7,478.4,11,0,531.7,478.4,11.0,0.0,58.4,95.0,11,11,478.4,478.4
06-05 11:06:50,1,1,477.9,453.4,12,0,477.9,453.4,12.0,0.0,56.5,95.2,12,12,453.4,453.4
06-05 11:06:55,1,1,191.1,512.0,9,0,191.1,512.0,9.0,0.0,43.6,95.2,9,9,512.0,512.0
06-05 11:07:00,1,1,574.7,509.9,13,0,574.7,509.9,13.0,0.0,56.2,95.2,13,13,509.9,509.9
06-05 11:07:05,1,1,910.1,483.9,11,0,910.1,483.9,11.0,0.0,63.4,95.2,11,11,483.9,483.9
06-05 11:07:10,1,1,0.0,288.8,5,0,0.0,288.8,5.0,0.0,20.4,94.0,5,5,288.8,288.8
06-05 11:07:16,1,1,62.9,257.3,7,0,62.9,257.3,7.0,0.0,22.1,94.0,7,7,257.3,257.3
06-05 11:07:21,1,1,620.8,359.2,9,0,620.8,359.2,9.0,0.0,35.2,94.0,9,9,359.2,359.2
06-05 11:07:26,1,1,255.9,313.6,10,0,255.9,313.6,10.0,0.0,29.2,94.0,10,10,313.6,313.6
06-05 11:07:31,1,1,42.9,397.7,10,0,42.9,397.7,10.0,0.0,29.8,94.0,10,10,397.7,397.7
06-05 11:07:36,1,1,97.6,426.3,9,0,97.6,426.3,9.0,0.0,36.5,94.0,9,9,426.3,426.3
06-05 11:07:41,1,1,243.9,322.3,9,0,243.9,322.3,9.0,0.0,30.8,94.0,9,9,322.3,322.3
06-05 11:07:46,1,1,295.0,371.5,8,0,295.0,371.5,8.0,0.0,33.3,94.0,8,8,371.5,371.5
06-05 11:07:51,1,1,95.9,404.7,10,0,95.9,404.7,10.0,0.0,39.9,94.0,10,10,404.7,404.7
06-05 11:07:56,1,1,54.1,433.5,10,0,54.1,433.5,10.0,0.0,39.4,94.0,10,10,433.5,433.5
06-05 11:08:01,1,1,113.1,430.0,8,0,113.1,430.0,8.0,0.0,39.0,94.0,8,8,430.0,430.0
06-05 11:08:06,1,1,381.8,378.0,9,0,381.8,378.0,9.0,0.0,40.5,94.0,9,9,378.0,378.0
06-05 11:08:11,1,1,306.3,149.9,3,0,306.3,149.9,3.0,0.0,11.3,95.0,3,3,149.9,149.9
06-05 11:08:16,1,1,457.1,100.0,3,0,457.1,100.0,3.0,0.0,8.1,95.0,3,3,100.0,100.0
06-05 11:08:21,1,1,382.0,117.4,2,0,382.0,117.4,2.0,0.0,9.9,94.9,2,2,117.4,117.4
06-05 11:08:26,1,1,58.0,142.1,3,0,58.0,142.1,3.0,0.0,8.5,94.9,3,3,142.1,142.1
06-05 11:08:31,1,1,20.4,101.3,2,0,20.4,101.3,2.0,0.0,10.2,95.0,2,2,101.3,101.3
06-05 11:08:36,1,1,92.5,118.9,3,0,92.5,118.9,3.0,0.0,8.9,95.0,3,3,118.9,118.9
06-05 11:08:41,1,1,47.4,129.0,2,0,47.4,129.0,2.0,0.0,10.4,95.0,2,2,129.0,129.0
06-05 11:08:46,1,1,353.1,138.7,4,0,353.1,138.7,4.0,0.0,15.1,95.0,4,4,138.7,138.7
06-05 11:08:51,1,1,7.4,171.6,4,0,7.4,171.6,4.0,0.0,13.0,95.0,4,4,171.6,171.6
06-05 11:08:56,1,1,81.1,181.1,4,0,81.1,181.1,4.0,0.0,10.9,95.0,4,4,181.1,181.1
06-05 11:09:01,1,1,131.3,170.3,4,0,131.3,170.3,4.0,0.0,13.6,95.0,4,4,170.3,170.3
06-05 11:09:06,1,1,45.5,203.9,4,0,45.5,203.9,4.0,0.0,11.4,95.0,4,4,203.9,203.9
06-05 11:09:11,1,1,315.3,198.0,5,0,315.3,198.0,5.0,0.0,14.9,95.0,5,5,198.0,198.0
06-05 11:09:16,1,1,102.2,231.5,6,0,102.2,231.5,6.0,0.0,18.7,95.0,6,6,231.5,231.5
06-05 11:09:21,1,1,45.3,256.7,6,0,45.3,256.7,6.0,0.0,19.2,95.0,6,6,256.7,256.7
06-05 11:09:26,1,1,234.0,217.5,6,0,234.0,217.5,6.0,0.0,24.3,94.9,6,6,217.5,217.5
06-05 11:09:31,1,1,0.0,227.4,3,0,0.0,227.4,3.0,0.0,14.1,94.9,3,3,227.4,227.4
06-05 11:09:36,1,1,175.3,611.5,12,0,175.3,611.5,12.0,0.0,39.9,94.5,12,12,611.5,611.5
06-05 11:09:41,1,1,575.4,545.3,14,0,575.4,545.3,14.0,0.0,53.8,94.6,14,14,545.3,545.3
06-05 11:09:46,1,1,222.2,564.0,13,0,222.2,564.0,13.0,0.0,48.5,94.6,13,13,564.0,564.0
06-05 11:09:51,1,1,652.0,562.3,10,0,652.0,562.3,10.0,0.0,46.7,94.6,10,10,562.3,562.3
06-05 11:09:56,1,1,1141.7,368.3,10,0,1141.7,368.3,10.0,0.0,44.0,95.1,10,10,368.3,368.3
06-05 11:10:01,1,1,576.8,561.1,15,0,576.8,561.1,15.0,0.0,63.9,94.6,15,15,561.1,561.1
06-05 11:10:06,1,1,28.9,421.9,9,0,28.9,421.9,9.0,0.0,41.4,95.1,9,9,421.9,421.9
06-05 11:10:12,1,1,192.6,369.8,10,0,192.6,369.8,10.0,0.0,48.8,95.1,10,10,369.8,369.8
06-05 11:10:17,1,1,0.0,409.9,9,0,0.0,409.9,9.0,0.0,43.5,95.1,9,9,409.9,409.9
06-05 11:10:22,1,1,147.7,374.2,9,0,147.7,374.2,9.0,0.0,44.2,95.1,9,9,374.2,374.2
06-05 11:10:27,1,1,16.6,388.1,8,0,16.6,388.1,8.0,0.0,43.3,95.2,8,8,388.1,388.1
06-05 11:10:32,1,1,10.8,380.5,8,0,10.8,380.5,8.0,0.0,36.8,95.2,8,8,380.5,380.5
06-05 11:10:37,1,1,0.0,330.2,5,0,0.0,330.2,5.0,0.0,25.5,95.2,5,5,330.2,330.2
06-05 11:10:41,1,1,416.1,522.0,13,0,416.1,522.0,13.0,0.0,49.4,94.6,13,13,522.0,522.0
06-05 11:10:47,1,1,96.0,395.1,9,0,96.0,395.1,9.0,0.0,42.6,95.1,9,9,395.1,395.1
06-05 11:10:52,1,1,0.0,385.0,8,0,0.0,385.0,8.0,0.0,40.9,95.1,8,8,385.0,385.0
06-05 11:10:57,1,1,503.1,515.7,12,0,503.1,515.7,12.0,0.0,50.1,95.3,12,12,515.7,515.7
06-05 11:11:02,1,1,117.7,564.3,11,0,117.7,564.3,11.0,0.0,41.2,95.3,11,11,564.3,564.3
06-05 11:11:07,1,1,579.2,529.3,11,0,579.2,529.3,11.0,0.0,41.8,95.3,11,11,529.3,529.3
06-05 11:11:12,1,1,358.0,473.7,11,0,358.0,473.7,11.0,0.0,46.3,95.3,11,11,473.7,473.7
06-05 11:11:17,1,1,377.0,560.2,12,0,377.0,560.2,12.0,0.0,50.3,95.3,12,12,560.2,560.2
06-05 11:11:22,1,1,55.9,587.0,12,0,55.9,587.0,12.0,0.0,58.7,95.2,12,12,587.0,587.0
06-05 11:11:27,1,1,103.1,481.6,9,0,103.1,481.6,9.0,0.0,51.9,95.2,9,9,481.6,481.6
06-05 11:11:32,1,1,506.9,440.8,10,0,506.9,440.8,10.0,0.0,49.7,95.2,10,10,440.8,440.8
06-05 11:11:37,1,1,356.6,428.9,9,0,356.6,428.9,9.0,0.0,44.5,95.2,9,9,428.9,428.9
06-05 11:11:42,1,1,261.9,415.7,10,0,261.9,415.7,10.0,0.0,46.2,95.2,10,10,415.7,415.7
06-05 11:11:47,1,1,19.1,516.4,9,0,19.1,516.4,9.0,0.0,44.8,95.3,9,9,516.4,516.4
06-05 11:11:52,1,1,550.1,448.1,11,0,550.1,448.1,11.0,0.0,49.3,95.2,11,11,448.1,448.1
06-05 11:11:57,1,1,551.7,548.1,11,0,551.7,548.1,11.0,0.0,48.8,95.3,11,11,548.1,548.1
06-05 11:12:02,1,1,163.8,481.1,10,0,163.8,481.1,10.0,0.0,50.1,95.3,10,10,481.1,481.1
06-05 11:12:07,1,1,87.2,461.0,10,0,87.2,461.0,10.0,0.0,47.4,95.3,10,10,461.0,461.0
06-05 11:12:12,1,1,244.8,511.1,11,0,244.8,511.1,11.0,0.0,55.5,95.3,11,11,511.1,511.1
06-05 11:12:17,1,1,226.0,322.9,8,0,226.0,322.9,8.0,0.0,30.0,94.2,8,8,322.9,322.9
06-05 11:12:22,1,1,0.0,312.4,5,0,0.0,312.4,5.0,0.0,26.9,94.2,5,5,312.4,312.4
06-05 11:12:27,1,1,696.3,240.5,4,0,696.3,240.5,4.0,0.0,19.6,94.6,4,4,240.5,240.5
06-05 11:12:32,1,1,290.0,215.0,5,0,290.0,215.0,5.0,0.0,21.5,94.6,5,5,215.0,215.0
06-05 11:12:37,1,1,51.7,544.9,12,0,51.7,544.9,12.0,0.0,54.1,94.5,12,12,544.9,544.9
06-05 11:12:42,1,1,0.0,439.2,9,0,0.0,439.2,9.0,0.0,48.7,94.5,9,9,439.2,439.2
06-05 11:12:47,1,1,677.9,532.9,13,0,677.9,532.9,13.0,0.0,56.1,94.5,13,13,532.9,532.9
06-05 11:12:52,1,1,27.6,538.0,12,0,27.6,538.0,12.0,0.0,56.9,94.5,12,12,538.0,538.0
06-05 11:12:57,1,1,67.1,549.3,12,0,67.1,549.3,12.0,0.0,57.1,94.5,12,12,549.3,549.3
06-05 11:13:02,1,1,64.6,277.8,5,0,64.6,277.8,5.0,0.0,24.5,94.7,5,5,277.8,277.8
06-05 11:13:07,1,1,349.7,550.9,13,0,349.7,550.9,13.0,0.0,60.0,94.5,13,13,550.9,550.9
06-05 11:13:13,1,1,347.4,519.7,12,0,347.4,519.7,12.0,0.0,62.6,94.4,12,12,519.7,519.7
06-05 11:13:18,1,1,19.4,482.9,10,0,19.4,482.9,10.0,0.0,51.7,94.4,10,10,482.9,482.9
06-05 11:13:23,1,1,545.7,538.9,14,0,545.7,538.9,14.0,0.0,65.1,94.5,14,14,538.9,538.9
06-05 11:13:28,1,1,46.5,545.3,11,0,46.5,545.3,11.0,0.0,58.0,94.5,11,11,545.3,545.3
06-05 11:13:33,1,1,260.6,441.0,10,0,260.6,441.0,10.0,0.0,45.4,94.5,10,10,441.0,441.0
06-05 11:13:38,1,1,793.8,463.7,9,0,793.8,463.7,9.0,0.0,43.8,94.5,9,9,463.7,463.7
06-05 11:13:43,1,1,171.8,436.7,9,0,171.8,436.7,9.0,0.0,37.6,94.5,9,9,436.7,436.7
06-05 11:13:48,1,1,41.0,371.7,8,0,41.0,371.7,8.0,0.0,28.2,94.1,8,8,371.7,371.7
06-05 11:13:53,1,1,213.0,330.2,9,0,213.0,330.2,9.0,0.0,27.8,94.1,9,9,330.2,330.2
06-05 11:13:58,1,1,321.9,417.2,8,0,321.9,417.2,8.0,0.0,30.3,94.1,8,8,417.2,417.2
06-05 11:14:03,1,1,188.1,311.9,6,0,188.1,311.9,6.0,0.0,22.2,94.1,6,6,311.9,311.9
06-05 11:14:08,1,1,492.3,399.8,8,0,492.3,399.8,8.0,0.0,23.9,94.1,8,8,399.8,399.8
06-05 11:14:13,1,1,304.7,313.1,4,0,304.7,313.1,4.0,0.0,14.7,94.1,4,4,313.1,313.1
06-05 11:14:18,1,1,473.1,341.4,7,0,473.1,341.4,7.0,0.0,22.6,94.1,7,7,341.4,341.4
06-05 11:14:23,1,1,947.3,273.7,9,0,947.3,273.7,9.0,0.0,31.3,94.2,9,9,273.7,273.7
06-05 11:14:28,1,1,364.1,402.3,9,0,364.1,402.3,9.0,0.0,33.3,94.2,9,9,402.3,402.3
06-05 11:14:33,1,1,124.3,411.8,9,0,124.3,411.8,9.0,0.0,36.1,94.2,9,9,411.8,411.8
06-05 11:14:38,1,1,0.0,403.2,7,0,0.0,403.2,7.0,0.0,33.9,93.0,7,7,403.2,403.2
06-05 11:14:43,1,1,0.0,340.5,7,0,0.0,340.5,7.0,0.0,34.3,93.0,7,7,340.5,340.5
06-05 11:14:48,1,1,289.2,408.1,9,0,289.2,408.1,9.0,0.0,43.1,93.0,9,9,408.1,408.1
06-05 11:14:53,1,1,661.3,182.4,9,0,661.3,182.4,9.0,0.0,38.7,94.2,9,9,182.4,182.4
06-05 11:14:58,1,1,356.2,396.7,7,0,356.2,396.7,7.0,0.0,29.4,94.2,7,7,396.7,396.7
06-05 11:15:03,1,1,790.4,328.3,8,0,790.4,328.3,8.0,0.0,31.7,94.2,8,8,328.3,328.3
06-05 11:15:08,1,1,89.1,365.5,8,0,89.1,365.5,8.0,0.0,43.1,93.0,8,8,365.5,365.5
06-05 11:15:13,1,1,136.6,367.1,8,0,136.6,367.1,8.0,0.0,39.7,93.0,8,8,367.1,367.1
06-05 11:15:18,1,1,0.0,382.0,7,0,0.0,382.0,7.0,0.0,37.7,93.0,7,7,382.0,382.0
06-05 11:15:23,1,1,106.4,290.2,7,0,106.4,290.2,7.0,0.0,38.9,93.8,7,7,290.2,290.2
06-05 11:15:28,1,1,78.9,290.5,6,0,78.9,290.5,6.0,0.0,38.5,93.9,6,6,290.5,290.5
06-05 11:15:33,1,1,654.0,295.5,8,0,654.0,295.5,8.0,0.0,49.2,93.9,8,8,295.5,295.5
06-05 11:15:38,1,1,0.0,323.9,7,0,0.0,323.9,7.0,0.0,41.0,93.9,7,7,323.9,323.9
06-05 11:15:43,1,1,0.0,386.1,7,0,0.0,386.1,7.0,0.0,40.0,93.1,7,7,386.1,386.1
06-05 11:15:48,1,1,164.1,260.8,5,0,164.1,260.8,5.0,0.0,30.7,93.9,5,5,260.8,260.8
06-05 11:15:53,1,1,279.0,259.0,6,0,279.0,259.0,6.0,0.0,36.9,93.9,6,6,259.0,259.0
06-05 11:15:58,1,1,236.6,287.7,7,0,236.6,287.7,7.0,0.0,43.3,93.9,7,7,287.7,287.7
06-05 11:16:03,1,1,44.2,287.0,6,0,44.2,287.0,6.0,0.0,22.3,93.1,6,6,287.0,287.0
06-05 11:16:08,1,1,632.9,301.4,8,0,632.9,301.4,8.0,0.0,34.8,93.1,8,8,301.4,301.4
06-05 11:16:13,1,1,29.1,518.0,8,0,29.1,518.0,8.0,0.0,40.3,94.2,8,8,518.0,518.0
06-05 11:16:18,1,1,105.3,300.0,6,0,105.3,300.0,6.0,0.0,34.6,94.2,6,6,300.0,300.0
06-05 11:16:23,1,1,642.5,427.5,11,0,642.5,427.5,11.0,0.0,49.5,94.2,11,11,427.5,427.5
06-05 11:16:28,1,1,0.0,437.9,8,0,0.0,437.9,8.0,0.0,41.3,94.2,8,8,437.9,437.9
06-05 11:16:33,1,1,341.4,411.3,10,0,341.4,411.3,10.0,0.0,46.0,94.2,10,10,411.3,411.3
06-05 11:16:38,1,1,404.9,358.4,7,0,404.9,358.4,7.0,0.0,33.6,94.1,7,7,358.4,358.4
06-05 11:16:43,1,1,89.4,277.3,7,0,89.4,277.3,7.0,0.0,32.4,94.1,7,7,277.3,277.3
06-05 11:16:48,1,1,73.1,306.4,8,0,73.1,306.4,8.0,0.0,37.9,94.1,8,8,306.4,306.4
06-05 11:16:53,1,1,182.8,335.4,8,0,182.8,335.4,8.0,0.0,41.5,94.1,8,8,335.4,335.4
06-05 11:16:58,1,1,208.9,296.6,6,0,208.9,296.6,6.0,0.0,33.2,94.2,6,6,296.6,296.6
06-05 11:17:03,1,1,435.7,320.8,9,0,435.7,320.8,9.0,0.0,46.6,94.2,9,9,320.8,320.8
06-05 11:17:05,1,1,130.9,359.3,7,0,130.9,359.3,7.0,0.0,24.3,93.2,7,7,359.3,359.3
1 datetime_str n_engines_reporting unique_ips total_prompt_throughput_tokens_per_sec total_generation_throughput_tokens_per_sec total_running_requests total_waiting_requests avg_prompt_throughput_per_engine avg_generation_throughput_per_engine avg_running_requests_per_engine avg_waiting_requests_per_engine avg_gpu_kv_cache_usage_pct avg_prefix_cache_hit_rate_pct min_running_requests max_running_requests min_generation_throughput max_generation_throughput
2 06-05 10:33:40 1 1 20.3 0.0 1 0 20.3 0.0 1.0 0.0 0.5 0.0 1 1 0.0 0.0
3 06-05 10:33:45 1 1 0.0 47.4 1 0 0.0 47.4 1.0 0.0 0.5 0.0 1 1 47.4 47.4
4 06-05 10:33:50 1 1 42.3 26.3 1 0 42.3 26.3 1.0 0.0 0.6 51.1 1 1 26.3 26.3
5 06-05 10:33:55 1 1 33.3 28.1 1 0 33.3 28.1 1.0 0.0 0.7 67.9 1 1 28.1 28.1
6 06-05 10:34:00 1 1 0.0 47.0 1 0 0.0 47.0 1.0 0.0 0.6 50.8 1 1 47.0 47.0
7 06-05 10:34:05 1 1 0.0 46.8 1 0 0.0 46.8 1.0 0.0 0.7 50.8 1 1 46.8 46.8
8 06-05 10:34:10 1 1 0.0 46.8 1 0 0.0 46.8 1.0 0.0 0.8 50.8 1 1 46.8 46.8
9 06-05 10:34:15 1 1 0.0 47.0 1 0 0.0 47.0 1.0 0.0 0.8 50.8 1 1 47.0 47.0
10 06-05 10:34:20 1 1 239.9 26.7 1 0 239.9 26.7 1.0 0.0 1.2 62.9 1 1 26.7 26.7
11 06-05 10:34:25 1 1 0.0 46.7 1 0 0.0 46.7 1.0 0.0 1.3 62.9 1 1 46.7 46.7
12 06-05 10:34:30 1 1 0.0 153.7 3 0 0.0 153.7 3.0 0.0 2.7 82.3 3 3 153.7 153.7
13 06-05 10:34:35 1 1 21.0 116.7 3 0 21.0 116.7 3.0 0.0 2.9 84.6 3 3 116.7 116.7
14 06-05 10:34:40 1 1 0.0 152.7 3 0 0.0 152.7 3.0 0.0 3.1 84.6 3 3 152.7 152.7
15 06-05 10:34:45 1 1 0.0 153.7 3 0 0.0 153.7 3.0 0.0 3.3 84.6 3 3 153.7 153.7
16 06-05 10:34:50 1 1 319.0 143.8 4 0 319.0 143.8 4.0 0.0 4.0 82.7 4 4 143.8 143.8
17 06-05 10:34:55 1 1 9.2 179.5 4 0 9.2 179.5 4.0 0.0 4.2 85.0 4 4 179.5 179.5
18 06-05 10:35:00 1 1 12.4 141.5 3 0 12.4 141.5 3.0 0.0 3.3 86.7 3 3 141.5 141.5
19 06-05 10:35:05 1 1 0.0 50.4 1 0 0.0 50.4 1.0 0.0 0.8 51.8 1 1 50.4 50.4
20 06-05 10:35:10 1 1 58.7 20.2 1 0 58.7 20.2 1.0 0.0 0.9 67.9 1 1 20.2 20.2
21 06-05 10:35:15 1 1 0.0 50.2 1 0 0.0 50.2 1.0 0.0 1.0 67.9 1 1 50.2 50.2
22 06-05 10:35:20 1 1 0.0 50.2 1 0 0.0 50.2 1.0 0.0 1.1 67.9 1 1 50.2 50.2
23 06-05 10:35:25 1 1 0.0 50.3 1 0 0.0 50.3 1.0 0.0 1.1 67.9 1 1 50.3 50.3
24 06-05 10:35:31 1 1 0.0 47.2 1 0 0.0 47.2 1.0 0.0 0.9 80.4 1 1 47.2 47.2
25 06-05 10:35:36 1 1 56.9 24.2 1 0 56.9 24.2 1.0 0.0 1.1 83.7 1 1 24.2 24.2
26 06-05 10:35:41 1 1 0.0 50.6 1 0 0.0 50.6 1.0 0.0 1.6 73.8 1 1 50.6 50.6
27 06-05 10:35:46 1 1 0.0 50.5 1 0 0.0 50.5 1.0 0.0 1.6 73.8 1 1 50.5 50.5
28 06-05 10:35:51 1 1 340.8 94.0 4 0 340.8 94.0 4.0 0.0 5.6 86.0 4 4 94.0 94.0
29 06-05 10:35:56 1 1 0.0 117.8 1 0 0.0 117.8 1.0 0.0 1.5 86.0 1 1 117.8 117.8
30 06-05 10:36:01 1 1 61.4 53.9 1 0 61.4 53.9 1.0 0.0 1.7 86.6 1 1 53.9 53.9
31 06-05 10:36:06 1 1 85.9 54.7 2 0 85.9 54.7 2.0 0.0 3.3 86.9 2 2 54.7 54.7
32 06-05 10:36:11 1 1 0.0 94.1 2 0 0.0 94.1 2.0 0.0 3.4 86.9 2 2 94.1 94.1
33 06-05 10:36:16 1 1 22.8 24.2 1 0 22.8 24.2 1.0 0.0 1.4 88.4 1 1 24.2 24.2
34 06-05 10:36:21 1 1 73.6 62.0 1 0 73.6 62.0 1.0 0.0 2.0 89.1 1 1 62.0 62.0
35 06-05 10:36:26 1 1 49.2 83.0 2 0 49.2 83.0 2.0 0.0 3.5 89.6 2 2 83.0 83.0
36 06-05 10:36:31 1 1 26.5 67.8 1 0 26.5 67.8 1.0 0.0 1.7 90.1 1 1 67.8 67.8
37 06-05 10:36:36 1 1 0.0 64.4 1 0 0.0 64.4 1.0 0.0 2.1 88.8 1 1 64.4 64.4
38 06-05 10:36:41 1 1 48.1 78.0 1 0 48.1 78.0 1.0 0.0 1.8 89.1 1 1 78.0 78.0
39 06-05 10:36:46 1 1 242.2 52.8 2 0 242.2 52.8 2.0 0.0 4.7 89.5 2 2 52.8 52.8
40 06-05 10:36:51 1 1 53.3 45.6 1 0 53.3 45.6 1.0 0.0 2.6 89.9 1 1 45.6 45.6
41 06-05 10:36:56 1 1 43.5 54.1 1 0 43.5 54.1 1.0 0.0 2.5 90.3 1 1 54.1 54.1
42 06-05 10:37:01 1 1 1032.4 72.0 3 0 1032.4 72.0 3.0 0.0 7.5 89.1 3 3 72.0 72.0
43 06-05 10:37:06 1 1 38.5 108.0 1 0 38.5 108.0 1.0 0.0 2.2 89.4 1 1 108.0 108.0
44 06-05 10:37:11 1 1 209.4 35.1 2 0 209.4 35.1 2.0 0.0 5.2 89.8 2 2 35.1 35.1
45 06-05 10:37:16 1 1 61.6 65.4 2 0 61.6 65.4 2.0 0.0 1.4 84.8 2 2 65.4 65.4
46 06-05 10:37:21 1 1 0.0 81.3 1 0 0.0 81.3 1.0 0.0 0.8 84.8 1 1 81.3 81.3
47 06-05 10:37:26 1 1 50.8 75.7 2 0 50.8 75.7 2.0 0.0 1.7 85.3 2 2 75.7 75.7
48 06-05 10:37:31 1 1 76.0 68.0 2 0 76.0 68.0 2.0 0.0 1.9 85.5 2 2 68.0 68.0
49 06-05 10:37:36 1 1 0.0 90.3 2 0 0.0 90.3 2.0 0.0 2.0 85.5 2 2 90.3 90.3
50 06-05 10:37:41 1 1 0.0 122.9 1 0 0.0 122.9 1.0 0.0 3.9 87.5 1 1 122.9 122.9
51 06-05 10:37:46 1 1 87.9 116.0 4 0 87.9 116.0 4.0 0.0 6.2 88.1 4 4 116.0 116.0
52 06-05 10:37:51 1 1 0.0 126.4 2 0 0.0 126.4 2.0 0.0 2.4 86.0 2 2 126.4 126.4
53 06-05 10:37:56 1 1 88.3 201.9 4 0 88.3 201.9 4.0 0.0 5.9 87.3 4 4 201.9 201.9
54 06-05 10:38:01 1 1 58.8 214.6 4 0 58.8 214.6 4.0 0.0 8.0 88.4 4 4 214.6 214.6
55 06-05 10:38:06 1 1 153.0 168.2 4 0 153.0 168.2 4.0 0.0 10.2 88.9 4 4 168.2 168.2
56 06-05 10:38:11 1 1 50.8 215.6 3 0 50.8 215.6 3.0 0.0 6.2 88.9 3 3 215.6 215.6
57 06-05 10:38:17 1 1 323.2 180.5 5 0 323.2 180.5 5.0 0.0 11.7 89.4 5 5 180.5 180.5
58 06-05 10:38:22 1 1 17.6 228.8 4 0 17.6 228.8 4.0 0.0 9.3 90.1 4 4 228.8 228.8
59 06-05 10:38:27 1 1 220.1 141.3 4 0 220.1 141.3 4.0 0.0 8.2 90.4 4 4 141.3 141.3
60 06-05 10:38:32 1 1 35.6 217.9 4 0 35.6 217.9 4.0 0.0 10.0 91.0 4 4 217.9 217.9
61 06-05 10:38:37 1 1 159.0 164.0 3 0 159.0 164.0 3.0 0.0 9.6 91.1 3 3 164.0 164.0
62 06-05 10:38:41 1 1 74.7 125.2 3 0 74.7 125.2 3.0 0.0 11.0 91.1 3 3 125.2 125.2
63 06-05 10:38:47 1 1 127.2 160.1 2 0 127.2 160.1 2.0 0.0 5.6 90.6 2 2 160.1 160.1
64 06-05 10:38:52 1 1 208.7 108.1 3 0 208.7 108.1 3.0 0.0 10.3 91.0 3 3 108.1 108.1
65 06-05 10:38:57 1 1 82.4 169.3 2 0 82.4 169.3 2.0 0.0 7.1 91.1 2 2 169.3 169.3
66 06-05 10:39:02 1 1 230.1 149.0 3 0 230.1 149.0 3.0 0.0 9.4 94.8 3 3 149.0 149.0
67 06-05 10:39:07 1 1 80.7 108.9 3 0 80.7 108.9 3.0 0.0 7.8 94.9 3 3 108.9 108.9
68 06-05 10:39:12 1 1 287.8 73.1 3 0 287.8 73.1 3.0 0.0 10.0 95.0 3 3 73.1 73.1
69 06-05 10:39:17 1 1 64.0 131.9 3 0 64.0 131.9 3.0 0.0 8.4 95.0 3 3 131.9 131.9
70 06-05 10:39:22 1 1 76.1 158.0 4 0 76.1 158.0 4.0 0.0 11.0 95.2 4 4 158.0 158.0
71 06-05 10:39:27 1 1 82.8 98.9 3 0 82.8 98.9 3.0 0.0 10.7 95.3 3 3 98.9 98.9
72 06-05 10:39:32 1 1 79.7 231.3 6 0 79.7 231.3 6.0 0.0 20.8 91.8 6 6 231.3 231.3
73 06-05 10:39:37 1 1 91.0 103.9 3 0 91.0 103.9 3.0 0.0 10.6 92.2 3 3 103.9 103.9
74 06-05 10:39:42 1 1 54.5 121.2 2 0 54.5 121.2 2.0 0.0 7.5 92.2 2 2 121.2 121.2
75 06-05 10:39:47 1 1 0.0 97.6 2 0 0.0 97.6 2.0 0.0 7.7 92.2 2 2 97.6 97.6
76 06-05 10:39:52 1 1 0.0 97.6 2 0 0.0 97.6 2.0 0.0 7.8 92.2 2 2 97.6 97.6
77 06-05 10:39:57 1 1 37.3 101.9 2 0 37.3 101.9 2.0 0.0 6.5 92.5 2 2 101.9 101.9
78 06-05 10:40:02 1 1 0.0 47.5 1 0 0.0 47.5 1.0 0.0 4.8 89.9 1 1 47.5 47.5
79 06-05 10:40:07 1 1 102.5 65.3 2 0 102.5 65.3 2.0 0.0 5.0 89.6 2 2 65.3 65.3
80 06-05 10:40:12 1 1 0.0 91.9 1 0 0.0 91.9 1.0 0.0 4.9 89.6 1 1 91.9 91.9
81 06-05 10:40:17 1 1 44.0 59.5 2 0 44.0 59.5 2.0 0.0 5.3 89.5 2 2 59.5 59.5
82 06-05 10:40:22 1 1 0.0 65.6 1 0 0.0 65.6 1.0 0.0 5.1 89.5 1 1 65.6 65.6
83 06-05 10:40:27 1 1 45.2 85.8 2 0 45.2 85.8 2.0 0.0 5.6 89.5 2 2 85.8 85.8
84 06-05 10:40:32 1 1 37.3 54.1 2 0 37.3 54.1 2.0 0.0 5.7 89.6 2 2 54.1 54.1
85 06-05 10:40:37 1 1 52.1 268.2 5 0 52.1 268.2 5.0 0.0 17.1 92.4 5 5 268.2 268.2
86 06-05 10:40:42 1 1 117.4 257.9 7 0 117.4 257.9 7.0 0.0 22.7 92.7 7 7 257.9 257.9
87 06-05 10:40:47 1 1 0.0 50.0 1 0 0.0 50.0 1.0 0.0 6.8 87.9 1 1 50.0 50.0
88 06-05 10:40:52 1 1 0.0 50.2 1 0 0.0 50.2 1.0 0.0 6.9 87.9 1 1 50.2 50.2
89 06-05 10:40:57 1 1 0.0 50.1 1 0 0.0 50.1 1.0 0.0 6.9 87.9 1 1 50.1 50.1
90 06-05 10:41:03 1 1 0.0 249.3 4 0 0.0 249.3 4.0 0.0 15.3 91.8 4 4 249.3 249.3
91 06-05 10:41:08 1 1 577.5 216.4 5 0 577.5 216.4 5.0 0.0 25.4 91.9 5 5 216.4 216.4
92 06-05 10:41:13 1 1 213.4 255.5 5 0 213.4 255.5 5.0 0.0 21.2 91.8 5 5 255.5 255.5
93 06-05 10:41:18 1 1 430.5 237.7 5 0 430.5 237.7 5.0 0.0 23.4 91.8 5 5 237.7 237.7
94 06-05 10:41:23 1 1 133.4 249.0 5 0 133.4 249.0 5.0 0.0 27.1 91.9 5 5 249.0 249.0
95 06-05 10:41:28 1 1 0.0 244.4 5 0 0.0 244.4 5.0 0.0 27.4 91.9 5 5 244.4 244.4
96 06-05 10:41:33 1 1 215.0 291.3 6 0 215.0 291.3 6.0 0.0 30.1 91.9 6 6 291.3 291.3
97 06-05 10:41:38 1 1 0.0 288.4 5 0 0.0 288.4 5.0 0.0 23.2 91.9 5 5 288.4 288.4
98 06-05 10:41:43 1 1 0.0 173.6 3 0 0.0 173.6 3.0 0.0 15.4 91.9 3 3 173.6 173.6
99 06-05 10:41:48 1 1 1046.9 232.1 6 0 1046.9 232.1 6.0 0.0 32.6 91.9 6 6 232.1 232.1
100 06-05 10:41:53 1 1 0.0 257.6 5 0 0.0 257.6 5.0 0.0 30.1 91.9 5 5 257.6 257.6
101 06-05 10:41:58 1 1 154.7 258.4 5 0 154.7 258.4 5.0 0.0 25.2 91.9 5 5 258.4 258.4
102 06-05 10:42:03 1 1 0.0 244.0 5 0 0.0 244.0 5.0 0.0 25.6 91.9 5 5 244.0 244.0
103 06-05 10:42:08 1 1 270.6 210.3 4 0 270.6 210.3 4.0 0.0 25.1 92.0 4 4 210.3 210.3
104 06-05 10:42:13 1 1 459.5 252.8 6 0 459.5 252.8 6.0 0.0 35.5 92.0 6 6 252.8 252.8
105 06-05 10:42:18 1 1 0.0 293.2 6 0 0.0 293.2 6.0 0.0 35.9 92.0 6 6 293.2 293.2
106 06-05 10:42:23 1 1 149.8 251.1 6 0 149.8 251.1 6.0 0.0 36.5 92.0 6 6 251.1 251.1
107 06-05 10:42:28 1 1 0.0 149.8 3 0 0.0 149.8 3.0 0.0 20.3 93.1 3 3 149.8 149.8
108 06-05 10:42:33 1 1 0.0 148.6 3 0 0.0 148.6 3.0 0.0 20.5 93.1 3 3 148.6 148.6
109 06-05 10:42:38 1 1 22.4 115.3 3 0 22.4 115.3 3.0 0.0 20.7 93.1 3 3 115.3 115.3
110 06-05 10:42:43 1 1 0.0 140.3 2 0 0.0 140.3 2.0 0.0 17.5 93.1 2 2 140.3 140.3
111 06-05 10:42:48 1 1 133.9 127.5 3 0 133.9 127.5 3.0 0.0 21.3 93.2 3 3 127.5 127.5
112 06-05 10:42:53 1 1 89.9 304.6 7 0 89.9 304.6 7.0 0.0 40.4 93.3 7 7 304.6 304.6
113 06-05 10:42:58 1 1 17.3 245.6 5 0 17.3 245.6 5.0 0.0 34.0 93.4 5 5 245.6 245.6
114 06-05 10:43:03 1 1 148.5 253.5 6 0 148.5 253.5 6.0 0.0 33.1 93.5 6 6 253.5 253.5
115 06-05 10:43:08 1 1 0.0 135.0 3 0 0.0 135.0 3.0 0.0 17.3 93.0 3 3 135.0 135.0
116 06-05 10:43:13 1 1 147.6 251.5 7 0 147.6 251.5 7.0 0.0 42.6 93.7 7 7 251.5 251.5
117 06-05 10:43:18 1 1 0.0 239.2 5 0 0.0 239.2 5.0 0.0 34.4 93.7 5 5 239.2 239.2
118 06-05 10:43:23 1 1 89.1 236.3 5 0 89.1 236.3 5.0 0.0 35.7 93.9 5 5 236.3 236.3
119 06-05 10:43:28 1 1 118.6 219.3 5 0 118.6 219.3 5.0 0.0 35.1 94.0 5 5 219.3 219.3
120 06-05 10:43:33 1 1 276.0 288.0 6 0 276.0 288.0 6.0 0.0 37.9 94.0 6 6 288.0 288.0
121 06-05 10:43:38 1 1 181.1 262.0 7 0 181.1 262.0 7.0 0.0 43.8 94.1 7 7 262.0 262.0
122 06-05 10:43:43 1 1 282.7 254.4 5 0 282.7 254.4 5.0 0.0 30.0 94.1 5 5 254.4 254.4
123 06-05 10:43:48 1 1 127.6 257.4 5 0 127.6 257.4 5.0 0.0 31.0 94.1 5 5 257.4 257.4
124 06-05 10:43:53 1 1 199.3 204.1 4 0 199.3 204.1 4.0 0.0 22.9 94.2 4 4 204.1 204.1
125 06-05 10:43:58 1 1 84.2 173.5 5 0 84.2 173.5 5.0 0.0 30.2 94.3 5 5 173.5 173.5
126 06-05 10:44:03 1 1 119.8 193.7 4 0 119.8 193.7 4.0 0.0 23.2 94.3 4 4 193.7 193.7
127 06-05 10:44:08 1 1 110.0 251.9 6 0 110.0 251.9 6.0 0.0 31.3 94.4 6 6 251.9 251.9
128 06-05 10:44:13 1 1 51.7 140.1 4 0 51.7 140.1 4.0 0.0 12.9 90.9 4 4 140.1 140.1
129 06-05 10:44:18 1 1 143.8 229.6 5 0 143.8 229.6 5.0 0.0 10.3 91.0 5 5 229.6 229.6
130 06-05 10:44:23 1 1 503.5 202.0 6 0 503.5 202.0 6.0 0.0 18.0 91.3 6 6 202.0 202.0
131 06-05 10:44:28 1 1 120.9 192.7 4 0 120.9 192.7 4.0 0.0 14.9 91.6 4 4 192.7 192.7
132 06-05 10:44:33 1 1 58.9 203.8 5 0 58.9 203.8 5.0 0.0 15.6 91.6 5 5 203.8 203.8
133 06-05 10:44:38 1 1 75.8 186.5 5 0 75.8 186.5 5.0 0.0 16.0 91.9 5 5 186.5 186.5
134 06-05 10:44:43 1 1 0.0 215.9 4 0 0.0 215.9 4.0 0.0 8.7 91.9 4 4 215.9 215.9
135 06-05 10:44:48 1 1 441.9 117.5 3 0 441.9 117.5 3.0 0.0 3.8 91.7 3 3 117.5 117.5
136 06-05 10:44:53 1 1 233.4 183.1 4 0 233.4 183.1 4.0 0.0 7.4 91.9 4 4 183.1 183.1
137 06-05 10:44:58 1 1 559.6 143.2 4 0 559.6 143.2 4.0 0.0 10.7 92.0 4 4 143.2 143.2
138 06-05 10:45:03 1 1 0.0 174.4 4 0 0.0 174.4 4.0 0.0 11.0 92.0 4 4 174.4 174.4
139 06-05 10:45:08 1 1 125.6 145.4 3 0 125.6 145.4 3.0 0.0 10.9 92.0 3 3 145.4 145.4
140 06-05 10:45:14 1 1 20.2 412.4 9 0 20.2 412.4 9.0 0.0 30.3 94.3 9 9 412.4 412.4
141 06-05 10:45:18 1 1 8.2 183.6 4 0 8.2 183.6 4.0 0.0 16.7 96.4 4 4 183.6 183.6
142 06-05 10:45:24 1 1 53.7 485.4 12 0 53.7 485.4 12.0 0.0 39.2 94.4 12 12 485.4 485.4
143 06-05 10:45:29 1 1 471.6 480.4 11 0 471.6 480.4 11.0 0.0 42.2 94.4 11 11 480.4 480.4
144 06-05 10:45:34 1 1 177.1 500.3 9 0 177.1 500.3 9.0 0.0 35.4 94.4 9 9 500.3 500.3
145 06-05 10:45:39 1 1 289.7 486.5 12 0 289.7 486.5 12.0 0.0 32.1 94.4 12 12 486.5 486.5
146 06-05 10:45:44 1 1 804.1 524.6 11 0 804.1 524.6 11.0 0.0 42.4 94.4 11 11 524.6 524.6
147 06-05 10:45:49 1 1 268.9 501.9 12 0 268.9 501.9 12.0 0.0 47.1 94.4 12 12 501.9 501.9
148 06-05 10:45:54 1 1 499.6 537.6 13 0 499.6 537.6 13.0 0.0 52.2 94.4 13 13 537.6 537.6
149 06-05 10:45:59 1 1 0.0 95.5 2 0 0.0 95.5 2.0 0.0 15.5 93.9 2 2 95.5 95.5
150 06-05 10:46:04 1 1 0.0 96.0 2 0 0.0 96.0 2.0 0.0 15.6 93.9 2 2 96.0 96.0
151 06-05 10:46:09 1 1 0.0 96.1 2 0 0.0 96.1 2.0 0.0 15.7 93.9 2 2 96.1 96.1
152 06-05 10:46:14 1 1 0.0 96.2 2 0 0.0 96.2 2.0 0.0 15.9 93.9 2 2 96.2 96.2
153 06-05 10:46:19 1 1 0.0 95.8 2 0 0.0 95.8 2.0 0.0 16.0 93.9 2 2 95.8 95.8
154 06-05 10:46:24 1 1 508.6 71.9 2 0 508.6 71.9 2.0 0.0 16.8 93.8 2 2 71.9 71.9
155 06-05 10:46:29 1 1 0.0 77.4 1 0 0.0 77.4 1.0 0.0 9.0 93.8 1 1 77.4 77.4
156 06-05 10:46:34 1 1 111.7 79.8 2 0 111.7 79.8 2.0 0.0 17.2 94.0 2 2 79.8 79.8
157 06-05 10:46:39 1 1 101.9 82.4 1 0 101.9 82.4 1.0 0.0 0.4 93.9 1 1 82.4 82.4
158 06-05 10:46:44 1 1 447.4 114.3 2 0 447.4 114.3 2.0 0.0 9.0 93.9 2 2 114.3 114.3
159 06-05 10:46:49 1 1 0.0 69.1 1 0 0.0 69.1 1.0 0.0 0.6 93.9 1 1 69.1 69.1
160 06-05 10:46:54 1 1 118.4 82.2 2 0 118.4 82.2 2.0 0.0 10.8 94.7 2 2 82.2 82.2
161 06-05 10:46:59 1 1 0.0 88.2 2 0 0.0 88.2 2.0 0.0 11.0 94.7 2 2 88.2 88.2
162 06-05 10:47:04 1 1 0.0 88.1 2 0 0.0 88.1 2.0 0.0 11.1 94.7 2 2 88.1 88.1
163 06-05 10:47:09 1 1 592.1 252.1 7 0 592.1 252.1 7.0 0.0 31.0 93.6 7 7 252.1 252.1
164 06-05 10:47:14 1 1 66.0 308.2 5 0 66.0 308.2 5.0 0.0 25.6 93.6 5 5 308.2 308.2
165 06-05 10:47:19 1 1 798.5 307.1 8 0 798.5 307.1 8.0 0.0 34.6 93.5 8 8 307.1 307.1
166 06-05 10:47:24 1 1 64.4 337.8 8 0 64.4 337.8 8.0 0.0 35.6 93.5 8 8 337.8 337.8
167 06-05 10:47:29 1 1 59.1 359.7 6 0 59.1 359.7 6.0 0.0 30.5 93.6 6 6 359.7 359.7
168 06-05 10:47:34 1 1 240.9 274.5 7 0 240.9 274.5 7.0 0.0 35.2 93.7 7 7 274.5 274.5
169 06-05 10:47:39 1 1 668.1 327.8 7 0 668.1 327.8 7.0 0.0 33.5 93.6 7 7 327.8 327.8
170 06-05 10:47:45 1 1 362.0 366.4 7 0 362.0 366.4 7.0 0.0 36.7 93.7 7 7 366.4 366.4
171 06-05 10:47:50 1 1 103.4 360.6 8 0 103.4 360.6 8.0 0.0 38.2 93.7 8 8 360.6 360.6
172 06-05 10:47:55 1 1 140.8 460.6 10 0 140.8 460.6 10.0 0.0 45.0 93.7 10 10 460.6 460.6
173 06-05 10:48:00 1 1 56.0 357.6 6 0 56.0 357.6 6.0 0.0 32.6 93.7 6 6 357.6 357.6
174 06-05 10:48:05 1 1 748.6 373.2 7 0 748.6 373.2 7.0 0.0 39.1 93.8 7 7 373.2 373.2
175 06-05 10:48:10 1 1 204.0 353.4 9 0 204.0 353.4 9.0 0.0 44.4 93.8 9 9 353.4 353.4
176 06-05 10:48:15 1 1 460.6 431.3 9 0 460.6 431.3 9.0 0.0 43.6 93.8 9 9 431.3 431.3
177 06-05 10:48:20 1 1 151.7 375.9 6 0 151.7 375.9 6.0 0.0 29.7 93.8 6 6 375.9 375.9
178 06-05 10:48:25 1 1 500.9 382.7 7 0 500.9 382.7 7.0 0.0 36.0 93.9 7 7 382.7 382.7
179 06-05 10:48:30 1 1 722.2 335.2 10 0 722.2 335.2 10.0 0.0 44.7 93.9 10 10 335.2 335.2
180 06-05 10:48:35 1 1 0.0 226.3 3 0 0.0 226.3 3.0 0.0 18.6 94.5 3 3 226.3 226.3
181 06-05 10:48:40 1 1 254.3 183.9 4 0 254.3 183.9 4.0 0.0 15.7 94.5 4 4 183.9 183.9
182 06-05 10:48:45 1 1 1147.6 230.7 5 0 1147.6 230.7 5.0 0.0 24.4 94.4 5 5 230.7 230.7
183 06-05 10:48:50 1 1 614.2 168.8 4 0 614.2 168.8 4.0 0.0 21.3 94.3 4 4 168.8 168.8
184 06-05 10:48:55 1 1 1159.7 212.4 5 0 1159.7 212.4 5.0 0.0 24.4 94.1 5 5 212.4 212.4
185 06-05 10:49:00 1 1 176.1 202.4 5 0 176.1 202.4 5.0 0.0 25.7 94.1 5 5 202.4 202.4
186 06-05 10:49:05 1 1 165.5 319.2 7 0 165.5 319.2 7.0 0.0 31.7 94.1 7 7 319.2 319.2
187 06-05 10:49:10 1 1 21.7 283.9 5 0 21.7 283.9 5.0 0.0 25.2 94.1 5 5 283.9 283.9
188 06-05 10:49:15 1 1 56.5 274.2 6 0 56.5 274.2 6.0 0.0 28.7 94.2 6 6 274.2 274.2
189 06-05 10:49:20 1 1 174.3 256.1 5 0 174.3 256.1 5.0 0.0 27.1 94.2 5 5 256.1 256.1
190 06-05 10:49:25 1 1 1068.0 259.3 6 0 1068.0 259.3 6.0 0.0 32.1 94.0 6 6 259.3 259.3
191 06-05 10:49:30 1 1 201.0 290.1 6 0 201.0 290.1 6.0 0.0 31.6 94.0 6 6 290.1 290.1
192 06-05 10:49:35 1 1 106.3 236.0 5 0 106.3 236.0 5.0 0.0 23.1 94.0 5 5 236.0 236.0
193 06-05 10:49:40 1 1 144.2 121.0 3 0 144.2 121.0 3.0 0.0 8.2 94.3 3 3 121.0 121.0
194 06-05 10:49:45 1 1 377.3 204.2 3 0 377.3 204.2 3.0 0.0 7.8 94.3 3 3 204.2 204.2
195 06-05 10:49:50 1 1 946.4 158.4 3 0 946.4 158.4 3.0 0.0 6.7 94.1 3 3 158.4 158.4
196 06-05 10:49:55 1 1 543.9 219.9 5 0 543.9 219.9 5.0 0.0 11.8 94.1 5 5 219.9 219.9
197 06-05 10:50:00 1 1 181.6 193.0 4 0 181.6 193.0 4.0 0.0 12.4 94.1 4 4 193.0 193.0
198 06-05 10:50:05 1 1 166.5 245.7 5 0 166.5 245.7 5.0 0.0 13.3 94.1 5 5 245.7 245.7
199 06-05 10:50:10 1 1 95.8 239.6 5 0 95.8 239.6 5.0 0.0 8.2 94.0 5 5 239.6 239.6
200 06-05 10:50:15 1 1 329.5 196.1 4 0 329.5 196.1 4.0 0.0 6.3 94.1 4 4 196.1 196.1
201 06-05 10:50:20 1 1 95.3 178.5 2 0 95.3 178.5 2.0 0.0 4.5 94.1 2 2 178.5 178.5
202 06-05 10:50:25 1 1 224.2 159.7 5 0 224.2 159.7 5.0 0.0 9.4 94.1 5 5 159.7 159.7
203 06-05 10:50:30 1 1 0.0 208.2 3 0 0.0 208.2 3.0 0.0 6.5 94.1 3 3 208.2 208.2
204 06-05 10:50:35 1 1 161.6 208.6 3 0 161.6 208.6 3.0 0.0 6.0 94.1 3 3 208.6 208.6
205 06-05 10:50:40 1 1 199.3 178.8 5 0 199.3 178.8 5.0 0.0 10.8 94.1 5 5 178.8 178.8
206 06-05 10:50:45 1 1 0.0 227.7 3 0 0.0 227.7 3.0 0.0 6.5 94.1 3 3 227.7 227.7
207 06-05 10:50:50 1 1 51.8 175.1 4 0 51.8 175.1 4.0 0.0 24.2 94.1 4 4 175.1 175.1
208 06-05 10:50:55 1 1 711.3 228.5 4 0 711.3 228.5 4.0 0.0 14.4 94.0 4 4 228.5 228.5
209 06-05 10:51:00 1 1 38.1 210.0 3 0 38.1 210.0 3.0 0.0 10.2 94.0 3 3 210.0 210.0
210 06-05 10:51:05 1 1 284.3 239.2 4 0 284.3 239.2 4.0 0.0 15.2 94.1 4 4 239.2 239.2
211 06-05 10:51:10 1 1 162.1 207.7 4 0 162.1 207.7 4.0 0.0 15.8 94.1 4 4 207.7 207.7
212 06-05 10:51:15 1 1 126.1 228.1 6 0 126.1 228.1 6.0 0.0 21.1 94.1 6 6 228.1 228.1
213 06-05 10:51:20 1 1 280.4 159.9 2 0 280.4 159.9 2.0 0.0 9.5 94.2 2 2 159.9 159.9
214 06-05 10:51:26 1 1 228.7 311.9 8 0 228.7 311.9 8.0 0.0 38.6 93.1 8 8 311.9 311.9
215 06-05 10:51:31 1 1 0.0 271.0 4 0 0.0 271.0 4.0 0.0 20.7 93.1 4 4 271.0 271.0
216 06-05 10:51:35 1 1 83.5 158.1 3 0 83.5 158.1 3.0 0.0 7.7 93.2 3 3 158.1 158.1
217 06-05 10:51:41 1 1 162.0 292.3 7 0 162.0 292.3 7.0 0.0 38.8 93.2 7 7 292.3 292.3
218 06-05 10:51:46 1 1 112.3 352.4 7 0 112.3 352.4 7.0 0.0 29.6 93.2 7 7 352.4 352.4
219 06-05 10:51:51 1 1 0.0 293.6 5 0 0.0 293.6 5.0 0.0 24.6 93.2 5 5 293.6 293.6
220 06-05 10:51:56 1 1 54.7 287.0 7 0 54.7 287.0 7.0 0.0 33.8 93.3 7 7 287.0 287.0
221 06-05 10:52:01 1 1 130.3 296.5 7 0 130.3 296.5 7.0 0.0 31.5 93.3 7 7 296.5 296.5
222 06-05 10:52:06 1 1 0.0 307.7 6 0 0.0 307.7 6.0 0.0 23.2 93.3 6 6 307.7 307.7
223 06-05 10:52:11 1 1 314.5 322.9 7 0 314.5 322.9 7.0 0.0 30.2 93.3 7 7 322.9 322.9
224 06-05 10:52:16 1 1 124.5 302.1 7 0 124.5 302.1 7.0 0.0 24.3 94.4 7 7 302.1 302.1
225 06-05 10:52:21 1 1 0.0 243.3 5 0 0.0 243.3 5.0 0.0 17.3 94.4 5 5 243.3 243.3
226 06-05 10:52:26 1 1 116.9 236.5 6 0 116.9 236.5 6.0 0.0 23.2 94.4 6 6 236.5 236.5
227 06-05 10:52:31 1 1 183.2 301.9 6 0 183.2 301.9 6.0 0.0 16.7 94.4 6 6 301.9 301.9
228 06-05 10:52:36 1 1 91.8 273.7 6 0 91.8 273.7 6.0 0.0 25.6 94.5 6 6 273.7 273.7
229 06-05 10:52:41 1 1 1219.3 317.9 7 0 1219.3 317.9 7.0 0.0 27.2 92.3 7 7 317.9 317.9
230 06-05 10:52:46 1 1 99.1 315.5 7 0 99.1 315.5 7.0 0.0 26.1 92.4 7 7 315.5 315.5
231 06-05 10:52:51 1 1 282.0 302.8 8 0 282.0 302.8 8.0 0.0 31.8 92.4 8 8 302.8 302.8
232 06-05 10:52:56 1 1 0.0 354.9 7 0 0.0 354.9 7.0 0.0 28.8 92.4 7 7 354.9 354.9
233 06-05 10:53:01 1 1 34.7 329.3 7 0 34.7 329.3 7.0 0.0 28.5 92.5 7 7 329.3 329.3
234 06-05 10:53:06 1 1 0.0 270.6 5 0 0.0 270.6 5.0 0.0 21.4 92.5 5 5 270.6 270.6
235 06-05 10:53:11 1 1 558.2 269.9 7 0 558.2 269.9 7.0 0.0 30.0 92.5 7 7 269.9 269.9
236 06-05 10:53:16 1 1 0.0 294.0 6 0 0.0 294.0 6.0 0.0 26.7 92.5 6 6 294.0 294.0
237 06-05 10:53:21 1 1 361.5 323.2 7 0 361.5 323.2 7.0 0.0 27.0 92.5 7 7 323.2 323.2
238 06-05 10:53:26 1 1 389.3 344.7 9 0 389.3 344.7 9.0 0.0 36.8 92.6 9 9 344.7 344.7
239 06-05 10:53:31 1 1 84.3 322.8 7 0 84.3 322.8 7.0 0.0 31.3 92.6 7 7 322.8 322.8
240 06-05 10:53:36 1 1 201.3 376.3 7 0 201.3 376.3 7.0 0.0 29.1 92.7 7 7 376.3 376.3
241 06-05 10:53:41 1 1 154.4 259.6 7 0 154.4 259.6 7.0 0.0 29.7 92.7 7 7 259.6 259.6
242 06-05 10:53:46 1 1 81.2 338.8 6 0 81.2 338.8 6.0 0.0 29.5 92.7 6 6 338.8 338.8
243 06-05 10:53:51 1 1 506.9 307.2 8 0 506.9 307.2 8.0 0.0 36.7 92.7 8 8 307.2 307.2
244 06-05 10:53:56 1 1 188.0 348.2 5 0 188.0 348.2 5.0 0.0 25.0 92.7 5 5 348.2 348.2
245 06-05 10:54:01 1 1 321.0 286.8 9 0 321.0 286.8 9.0 0.0 42.7 92.7 9 9 286.8 286.8
246 06-05 10:54:06 1 1 480.0 333.4 6 0 480.0 333.4 6.0 0.0 26.2 92.7 6 6 333.4 333.4
247 06-05 10:54:11 1 1 166.7 295.0 7 0 166.7 295.0 7.0 0.0 34.1 92.8 7 7 295.0 295.0
248 06-05 10:54:16 1 1 343.1 326.0 8 0 343.1 326.0 8.0 0.0 39.3 92.8 8 8 326.0 326.0
249 06-05 10:54:21 1 1 297.9 351.5 8 0 297.9 351.5 8.0 0.0 40.6 92.8 8 8 351.5 351.5
250 06-05 10:54:26 1 1 54.9 355.1 7 0 54.9 355.1 7.0 0.0 33.4 96.2 7 7 355.1 355.1
251 06-05 10:54:31 1 1 28.0 344.1 6 0 28.0 344.1 6.0 0.0 27.9 96.2 6 6 344.1 344.1
252 06-05 10:54:37 1 1 35.5 77.1 2 0 35.5 77.1 2.0 0.0 13.7 93.7 2 2 77.1 77.1
253 06-05 10:54:42 1 1 113.7 110.5 3 0 113.7 110.5 3.0 0.0 14.0 93.6 3 3 110.5 110.5
254 06-05 10:54:47 1 1 0.0 146.1 3 0 0.0 146.1 3.0 0.0 14.2 93.6 3 3 146.1 146.1
255 06-05 10:54:52 1 1 43.5 124.6 3 0 43.5 124.6 3.0 0.0 14.5 93.6 3 3 124.6 124.6
256 06-05 10:54:57 1 1 0.0 125.1 2 0 0.0 125.1 2.0 0.0 14.3 93.6 2 2 125.1 125.1
257 06-05 10:55:02 1 1 606.9 139.2 4 0 606.9 139.2 4.0 0.0 15.7 93.6 4 4 139.2 139.2
258 06-05 10:55:07 1 1 90.7 158.9 5 0 90.7 158.9 5.0 0.0 16.4 93.7 5 5 158.9 158.9
259 06-05 10:55:12 1 1 0.0 243.2 5 0 0.0 243.2 5.0 0.0 16.7 93.7 5 5 243.2 243.2
260 06-05 10:55:17 1 1 0.0 243.0 5 0 0.0 243.0 5.0 0.0 17.1 93.7 5 5 243.0 243.0
261 06-05 10:55:22 1 1 0.0 243.0 5 0 0.0 243.0 5.0 0.0 17.4 93.7 5 5 243.0 243.0
262 06-05 10:55:27 1 1 132.8 228.1 5 0 132.8 228.1 5.0 0.0 17.9 93.6 5 5 228.1 228.1
263 06-05 10:55:32 1 1 10.6 253.0 4 0 10.6 253.0 4.0 0.0 10.9 93.6 4 4 253.0 253.0
264 06-05 10:55:37 1 1 939.5 194.9 4 0 939.5 194.9 4.0 0.0 18.1 93.6 4 4 194.9 194.9
265 06-05 10:55:42 1 1 146.7 273.2 6 0 146.7 273.2 6.0 0.0 18.8 93.6 6 6 273.2 273.2
266 06-05 10:55:47 1 1 395.4 353.8 7 0 395.4 353.8 7.0 0.0 20.6 93.6 7 7 353.8 353.8
267 06-05 10:55:52 1 1 273.4 253.6 7 0 273.4 253.6 7.0 0.0 15.1 93.6 7 7 253.6 253.6
268 06-05 10:55:57 1 1 102.1 313.5 5 0 102.1 313.5 5.0 0.0 13.3 93.7 5 5 313.5 313.5
269 06-05 10:56:02 1 1 0.0 209.3 3 0 0.0 209.3 3.0 0.0 9.0 93.4 3 3 209.3 209.3
270 06-05 10:56:07 1 1 45.2 295.7 7 0 45.2 295.7 7.0 0.0 26.5 94.0 7 7 295.7 295.7
271 06-05 10:56:12 1 1 0.0 301.3 6 0 0.0 301.3 6.0 0.0 22.2 94.0 6 6 301.3 301.3
272 06-05 10:56:17 1 1 576.5 256.2 5 0 576.5 256.2 5.0 0.0 22.0 93.9 5 5 256.2 256.2
273 06-05 10:56:22 1 1 11.0 212.7 3 0 11.0 212.7 3.0 0.0 13.8 94.0 3 3 212.7 212.7
274 06-05 10:56:27 1 1 988.9 192.2 7 0 988.9 192.2 7.0 0.0 25.2 93.9 7 7 192.2 192.2
275 06-05 10:56:32 1 1 46.4 315.2 6 0 46.4 315.2 6.0 0.0 28.5 94.0 6 6 315.2 315.2
276 06-05 10:56:37 1 1 60.1 263.3 6 0 60.1 263.3 6.0 0.0 26.1 94.0 6 6 263.3 263.3
277 06-05 10:56:42 1 1 0.0 293.8 6 0 0.0 293.8 6.0 0.0 26.5 94.0 6 6 293.8 293.8
278 06-05 10:56:47 1 1 185.6 251.5 6 0 185.6 251.5 6.0 0.0 27.1 94.0 6 6 251.5 251.5
279 06-05 10:56:52 1 1 0.0 294.0 6 0 0.0 294.0 6.0 0.0 27.5 94.0 6 6 294.0 294.0
280 06-05 10:56:57 1 1 496.5 324.3 7 0 496.5 324.3 7.0 0.0 27.0 94.0 7 7 324.3 324.3
281 06-05 10:57:02 1 1 399.9 320.4 7 0 399.9 320.4 7.0 0.0 35.3 94.3 7 7 320.4 320.4
282 06-05 10:57:07 1 1 145.6 307.2 7 0 145.6 307.2 7.0 0.0 36.2 94.3 7 7 307.2 307.2
283 06-05 10:57:12 1 1 283.4 268.2 5 0 283.4 268.2 5.0 0.0 22.1 94.3 5 5 268.2 268.2
284 06-05 10:57:17 1 1 393.3 241.5 5 0 393.3 241.5 5.0 0.0 21.4 94.3 5 5 241.5 241.5
285 06-05 10:57:22 1 1 152.4 273.4 7 0 152.4 273.4 7.0 0.0 30.6 94.3 7 7 273.4 273.4
286 06-05 10:57:27 1 1 166.5 262.8 6 0 166.5 262.8 6.0 0.0 29.5 94.4 6 6 262.8 262.8
287 06-05 10:57:32 1 1 108.5 273.5 6 0 108.5 273.5 6.0 0.0 24.7 94.4 6 6 273.5 273.5
288 06-05 10:57:37 1 1 356.0 315.0 6 0 356.0 315.0 6.0 0.0 24.2 94.4 6 6 315.0 315.0
289 06-05 10:57:42 1 1 81.6 280.9 6 0 81.6 280.9 6.0 0.0 26.4 94.4 6 6 280.9 280.9
290 06-05 10:57:47 1 1 56.3 252.5 4 0 56.3 252.5 4.0 0.0 15.5 94.4 4 4 252.5 252.5
291 06-05 10:57:52 1 1 194.8 192.4 5 0 194.8 192.4 5.0 0.0 23.7 94.5 5 5 192.4 192.4
292 06-05 10:57:57 1 1 167.3 233.6 5 0 167.3 233.6 5.0 0.0 18.8 94.4 5 5 233.6 233.6
293 06-05 10:58:02 1 1 269.2 276.0 7 0 269.2 276.0 7.0 0.0 26.6 94.5 7 7 276.0 276.0
294 06-05 10:58:07 1 1 21.0 300.1 6 0 21.0 300.1 6.0 0.0 28.7 94.5 6 6 300.1 300.1
295 06-05 10:58:12 1 1 159.8 279.9 6 0 159.8 279.9 6.0 0.0 27.4 94.5 6 6 279.9 279.9
296 06-05 10:58:17 1 1 275.3 325.4 5 0 275.3 325.4 5.0 0.0 30.8 94.5 5 5 325.4 325.4
297 06-05 10:58:23 1 1 58.6 193.5 4 0 58.6 193.5 4.0 0.0 19.2 93.9 4 4 193.5 193.5
298 06-05 10:58:28 1 1 254.9 174.8 4 0 254.9 174.8 4.0 0.0 17.3 93.8 4 4 174.8 174.8
299 06-05 10:58:33 1 1 110.8 211.3 5 0 110.8 211.3 5.0 0.0 21.0 93.9 5 5 211.3 211.3
300 06-05 10:58:38 1 1 22.4 215.0 5 0 22.4 215.0 5.0 0.0 21.6 93.9 5 5 215.0 215.0
301 06-05 10:58:43 1 1 38.8 166.6 4 0 38.8 166.6 4.0 0.0 20.2 94.0 4 4 166.6 166.6
302 06-05 10:58:48 1 1 100.9 202.3 4 0 100.9 202.3 4.0 0.0 18.3 94.0 4 4 202.3 202.3
303 06-05 10:58:53 1 1 95.6 209.6 6 0 95.6 209.6 6.0 0.0 26.2 94.0 6 6 209.6 209.6
304 06-05 10:58:58 1 1 0.0 242.6 5 0 0.0 242.6 5.0 0.0 22.4 94.0 5 5 242.6 242.6
305 06-05 10:59:03 1 1 43.7 208.0 5 0 43.7 208.0 5.0 0.0 18.0 94.1 5 5 208.0 208.0
306 06-05 10:59:08 1 1 0.0 179.2 3 0 0.0 179.2 3.0 0.0 10.3 94.1 3 3 179.2 179.2
307 06-05 10:59:13 1 1 202.2 157.2 4 0 202.2 157.2 4.0 0.0 15.0 94.1 4 4 157.2 157.2
308 06-05 10:59:18 1 1 153.4 162.7 5 0 153.4 162.7 5.0 0.0 19.2 94.1 5 5 162.7 162.7
309 06-05 10:59:23 1 1 0.0 170.9 3 0 0.0 170.9 3.0 0.0 10.8 94.1 3 3 170.9 170.9
310 06-05 10:59:28 1 1 36.1 167.4 4 0 36.1 167.4 4.0 0.0 15.8 94.2 4 4 167.4 167.4
311 06-05 10:59:33 1 1 228.1 207.9 5 0 228.1 207.9 5.0 0.0 25.5 92.9 5 5 207.9 207.9
312 06-05 10:59:38 1 1 0.0 218.3 4 0 0.0 218.3 4.0 0.0 21.4 92.9 4 4 218.3 218.3
313 06-05 10:59:43 1 1 0.0 176.8 4 0 0.0 176.8 4.0 0.0 21.7 92.9 4 4 176.8 176.8
314 06-05 10:59:48 1 1 421.4 195.5 5 0 421.4 195.5 5.0 0.0 26.9 92.9 5 5 195.5 195.5
315 06-05 10:59:53 1 1 0.0 220.6 5 0 0.0 220.6 5.0 0.0 27.2 92.9 5 5 220.6 220.6
316 06-05 10:59:58 1 1 0.0 220.4 5 0 0.0 220.4 5.0 0.0 27.5 92.9 5 5 220.4 220.4
317 06-05 11:00:03 1 1 0.0 193.0 3 0 0.0 193.0 3.0 0.0 22.0 92.9 3 3 193.0 193.0
318 06-05 11:00:08 1 1 21.4 165.6 4 0 21.4 165.6 4.0 0.0 24.2 92.9 4 4 165.6 165.6
319 06-05 11:00:13 1 1 302.9 192.9 5 0 302.9 192.9 5.0 0.0 28.8 92.9 5 5 192.9 192.9
320 06-05 11:00:18 1 1 0.0 164.3 3 0 0.0 164.3 3.0 0.0 22.5 92.9 3 3 164.3 164.3
321 06-05 11:00:23 1 1 71.7 141.5 4 0 71.7 141.5 4.0 0.0 25.0 92.9 4 4 141.5 141.5
322 06-05 11:00:28 1 1 19.7 180.3 4 0 19.7 180.3 4.0 0.0 27.3 92.9 4 4 180.3 180.3
323 06-05 11:00:33 1 1 23.6 189.7 5 0 23.6 189.7 5.0 0.0 29.9 93.0 5 5 189.7 189.7
324 06-05 11:00:38 1 1 9.6 197.2 5 0 9.6 197.2 5.0 0.0 24.6 93.0 5 5 197.2 197.2
325 06-05 11:00:43 1 1 562.1 212.3 6 0 562.1 212.3 6.0 0.0 28.8 92.9 6 6 212.3 212.3
326 06-05 11:00:48 1 1 45.5 178.8 3 0 45.5 178.8 3.0 0.0 9.2 92.9 3 3 178.8 178.8
327 06-05 11:00:53 1 1 152.5 131.0 5 0 152.5 131.0 5.0 0.0 12.3 92.9 5 5 131.0 131.0
328 06-05 11:00:58 1 1 276.7 177.0 5 0 276.7 177.0 5.0 0.0 23.6 92.9 5 5 177.0 177.0
329 06-05 11:01:03 1 1 384.6 210.1 5 0 384.6 210.1 5.0 0.0 15.1 92.9 5 5 210.1 210.1
330 06-05 11:01:08 1 1 0.0 162.6 2 0 0.0 162.6 2.0 0.0 5.6 92.9 2 2 162.6 162.6
331 06-05 11:01:13 1 1 391.3 163.6 5 0 391.3 163.6 5.0 0.0 16.2 93.0 5 5 163.6 163.6
332 06-05 11:01:18 1 1 35.5 222.9 5 0 35.5 222.9 5.0 0.0 9.8 92.9 5 5 222.9 222.9
333 06-05 11:01:23 1 1 0.0 199.8 4 0 0.0 199.8 4.0 0.0 9.7 92.9 4 4 199.8 199.8
334 06-05 11:01:28 1 1 61.7 166.2 4 0 61.7 166.2 4.0 0.0 16.4 93.0 4 4 166.2 166.2
335 06-05 11:01:33 1 1 260.6 343.8 8 0 260.6 343.8 8.0 0.0 35.6 95.5 8 8 343.8 343.8
336 06-05 11:01:38 1 1 394.4 315.8 7 0 394.4 315.8 7.0 0.0 25.9 95.5 7 7 315.8 315.8
337 06-05 11:01:43 1 1 72.7 313.4 6 0 72.7 313.4 6.0 0.0 30.1 95.5 6 6 313.4 313.4
338 06-05 11:01:48 1 1 743.4 334.6 9 0 743.4 334.6 9.0 0.0 35.0 95.5 9 9 334.6 334.6
339 06-05 11:01:53 1 1 113.5 353.1 7 0 113.5 353.1 7.0 0.0 23.5 95.5 7 7 353.1 353.1
340 06-05 11:01:58 1 1 235.8 327.1 8 0 235.8 327.1 8.0 0.0 36.5 95.5 8 8 327.1 327.1
341 06-05 11:02:04 1 1 240.6 441.8 8 0 240.6 441.8 8.0 0.0 28.5 93.4 8 8 441.8 441.8
342 06-05 11:02:09 1 1 144.3 339.5 8 0 144.3 339.5 8.0 0.0 22.1 93.4 8 8 339.5 339.5
343 06-05 11:02:14 1 1 618.8 454.0 13 0 618.8 454.0 13.0 0.0 43.6 93.4 13 13 454.0 454.0
344 06-05 11:02:19 1 1 101.8 530.0 11 0 101.8 530.0 11.0 0.0 32.7 93.4 11 11 530.0 530.0
345 06-05 11:02:24 1 1 704.0 482.5 15 0 704.0 482.5 15.0 0.0 42.9 93.4 15 15 482.5 482.5
346 06-05 11:02:29 1 1 59.4 595.9 12 0 59.4 595.9 12.0 0.0 42.9 93.5 12 12 595.9 595.9
347 06-05 11:02:34 1 1 333.4 493.3 12 0 333.4 493.3 12.0 0.0 40.5 93.5 12 12 493.3 493.3
348 06-05 11:02:39 1 1 508.2 544.0 14 0 508.2 544.0 14.0 0.0 42.5 93.5 14 14 544.0 544.0
349 06-05 11:02:44 1 1 1376.2 351.2 7 0 1376.2 351.2 7.0 0.0 26.7 94.6 7 7 351.2 351.2
350 06-05 11:02:49 1 1 566.4 389.9 7 0 566.4 389.9 7.0 0.0 37.9 94.6 7 7 389.9 389.9
351 06-05 11:02:54 1 1 933.6 435.8 10 0 933.6 435.8 10.0 0.0 38.4 94.5 10 10 435.8 435.8
352 06-05 11:02:59 1 1 0.0 427.9 7 0 0.0 427.9 7.0 0.0 33.8 94.5 7 7 427.9 427.9
353 06-05 11:03:04 1 1 123.6 422.1 9 0 123.6 422.1 9.0 0.0 42.2 94.5 9 9 422.1 422.1
354 06-05 11:03:09 1 1 20.4 389.1 7 0 20.4 389.1 7.0 0.0 37.3 94.5 7 7 389.1 389.1
355 06-05 11:03:14 1 1 0.0 327.7 6 0 0.0 327.7 6.0 0.0 32.0 94.5 6 6 327.7 327.7
356 06-05 11:03:19 1 1 260.7 387.2 7 0 260.7 387.2 7.0 0.0 27.5 94.5 7 7 387.2 387.2
357 06-05 11:03:24 1 1 484.7 376.9 8 0 484.7 376.9 8.0 0.0 36.3 94.5 8 8 376.9 376.9
358 06-05 11:03:29 1 1 86.8 423.6 8 0 86.8 423.6 8.0 0.0 32.2 94.5 8 8 423.6 423.6
359 06-05 11:03:34 1 1 0.0 371.3 7 0 0.0 371.3 7.0 0.0 31.9 94.5 7 7 371.3 371.3
360 06-05 11:03:39 1 1 21.3 315.4 7 0 21.3 315.4 7.0 0.0 28.1 94.2 7 7 315.4 315.4
361 06-05 11:03:44 1 1 365.0 352.1 8 0 365.0 352.1 8.0 0.0 29.0 94.2 8 8 352.1 352.1
362 06-05 11:03:49 1 1 211.5 418.7 9 0 211.5 418.7 9.0 0.0 28.4 94.2 9 9 418.7 418.7
363 06-05 11:03:54 1 1 9.2 365.2 7 0 9.2 365.2 7.0 0.0 19.3 94.2 7 7 365.2 365.2
364 06-05 11:03:59 1 1 754.2 429.7 10 0 754.2 429.7 10.0 0.0 32.9 94.2 10 10 429.7 429.7
365 06-05 11:04:04 1 1 564.4 292.4 6 0 564.4 292.4 6.0 0.0 30.9 94.5 6 6 292.4 292.4
366 06-05 11:04:09 1 1 212.0 310.0 6 0 212.0 310.0 6.0 0.0 23.6 94.5 6 6 310.0 310.0
367 06-05 11:04:14 1 1 370.9 313.7 6 0 370.9 313.7 6.0 0.0 25.1 94.5 6 6 313.7 313.7
368 06-05 11:04:19 1 1 354.6 359.0 8 0 354.6 359.0 8.0 0.0 24.1 94.2 8 8 359.0 359.0
369 06-05 11:04:24 1 1 310.6 273.3 5 0 310.6 273.3 5.0 0.0 22.4 94.5 5 5 273.3 273.3
370 06-05 11:04:29 1 1 178.2 267.8 5 0 178.2 267.8 5.0 0.0 32.4 94.6 5 5 267.8 267.8
371 06-05 11:04:34 1 1 305.0 240.7 4 0 305.0 240.7 4.0 0.0 19.8 94.6 4 4 240.7 240.7
372 06-05 11:04:39 1 1 139.9 231.1 5 0 139.9 231.1 5.0 0.0 24.0 94.6 5 5 231.1 231.1
373 06-05 11:04:44 1 1 1199.2 308.7 7 0 1199.2 308.7 7.0 0.0 40.2 94.6 7 7 308.7 308.7
374 06-05 11:04:49 1 1 127.2 571.0 13 0 127.2 571.0 13.0 0.0 65.6 93.5 13 13 571.0 571.0
375 06-05 11:04:54 1 1 68.2 608.2 13 0 68.2 608.2 13.0 0.0 61.2 93.5 13 13 608.2 608.2
376 06-05 11:04:59 1 1 0.0 519.2 10 0 0.0 519.2 10.0 0.0 49.1 93.5 10 10 519.2 519.2
377 06-05 11:05:05 1 1 131.3 311.1 6 0 131.3 311.1 6.0 0.0 37.0 94.9 6 6 311.1 311.1
378 06-05 11:05:10 1 1 44.3 288.9 6 0 44.3 288.9 6.0 0.0 36.4 94.9 6 6 288.9 288.9
379 06-05 11:05:15 1 1 7.2 253.0 4 0 7.2 253.0 4.0 0.0 22.0 94.9 4 4 253.0 253.0
380 06-05 11:05:20 1 1 260.5 261.7 5 0 260.5 261.7 5.0 0.0 29.4 94.9 5 5 261.7 261.7
381 06-05 11:05:25 1 1 67.1 262.3 6 0 67.1 262.3 6.0 0.0 29.2 94.9 6 6 262.3 262.3
382 06-05 11:05:30 1 1 286.0 294.8 6 0 286.0 294.8 6.0 0.0 27.7 94.9 6 6 294.8 294.8
383 06-05 11:05:35 1 1 775.5 313.8 7 0 775.5 313.8 7.0 0.0 33.3 94.8 7 7 313.8 313.8
384 06-05 11:05:40 1 1 0.0 283.5 4 0 0.0 283.5 4.0 0.0 19.3 94.8 4 4 283.5 283.5
385 06-05 11:05:45 1 1 763.3 215.4 6 0 763.3 215.4 6.0 0.0 32.3 94.8 6 6 215.4 215.4
386 06-05 11:05:50 1 1 367.7 346.4 8 0 367.7 346.4 8.0 0.0 39.9 94.8 8 8 346.4 346.4
387 06-05 11:05:55 1 1 0.0 342.0 7 0 0.0 342.0 7.0 0.0 36.4 94.8 7 7 342.0 342.0
388 06-05 11:06:00 1 1 798.1 351.2 8 0 798.1 351.2 8.0 0.0 42.5 94.8 8 8 351.2 351.2
389 06-05 11:06:05 1 1 47.2 323.3 6 0 47.2 323.3 6.0 0.0 25.3 94.8 6 6 323.3 323.3
390 06-05 11:06:10 1 1 124.7 662.8 16 0 124.7 662.8 16.0 0.0 75.1 94.2 16 16 662.8 662.8
391 06-05 11:06:15 1 1 59.6 596.2 12 0 59.6 596.2 12.0 0.0 58.0 94.2 12 12 596.2 596.2
392 06-05 11:06:20 1 1 273.2 536.9 12 0 273.2 536.9 12.0 0.0 54.0 94.2 12 12 536.9 536.9
393 06-05 11:06:25 1 1 101.7 582.3 12 0 101.7 582.3 12.0 0.0 60.3 94.2 12 12 582.3 582.3
394 06-05 11:06:30 1 1 412.9 515.3 11 0 412.9 515.3 11.0 0.0 54.7 94.2 11 11 515.3 515.3
395 06-05 11:06:35 1 1 269.0 467.8 12 0 269.0 467.8 12.0 0.0 57.3 94.2 12 12 467.8 467.8
396 06-05 11:06:40 1 1 56.8 609.9 11 0 56.8 609.9 11.0 0.0 58.7 95.0 11 11 609.9 609.9
397 06-05 11:06:45 1 1 531.7 478.4 11 0 531.7 478.4 11.0 0.0 58.4 95.0 11 11 478.4 478.4
398 06-05 11:06:50 1 1 477.9 453.4 12 0 477.9 453.4 12.0 0.0 56.5 95.2 12 12 453.4 453.4
399 06-05 11:06:55 1 1 191.1 512.0 9 0 191.1 512.0 9.0 0.0 43.6 95.2 9 9 512.0 512.0
400 06-05 11:07:00 1 1 574.7 509.9 13 0 574.7 509.9 13.0 0.0 56.2 95.2 13 13 509.9 509.9
401 06-05 11:07:05 1 1 910.1 483.9 11 0 910.1 483.9 11.0 0.0 63.4 95.2 11 11 483.9 483.9
402 06-05 11:07:10 1 1 0.0 288.8 5 0 0.0 288.8 5.0 0.0 20.4 94.0 5 5 288.8 288.8
403 06-05 11:07:16 1 1 62.9 257.3 7 0 62.9 257.3 7.0 0.0 22.1 94.0 7 7 257.3 257.3
404 06-05 11:07:21 1 1 620.8 359.2 9 0 620.8 359.2 9.0 0.0 35.2 94.0 9 9 359.2 359.2
405 06-05 11:07:26 1 1 255.9 313.6 10 0 255.9 313.6 10.0 0.0 29.2 94.0 10 10 313.6 313.6
406 06-05 11:07:31 1 1 42.9 397.7 10 0 42.9 397.7 10.0 0.0 29.8 94.0 10 10 397.7 397.7
407 06-05 11:07:36 1 1 97.6 426.3 9 0 97.6 426.3 9.0 0.0 36.5 94.0 9 9 426.3 426.3
408 06-05 11:07:41 1 1 243.9 322.3 9 0 243.9 322.3 9.0 0.0 30.8 94.0 9 9 322.3 322.3
409 06-05 11:07:46 1 1 295.0 371.5 8 0 295.0 371.5 8.0 0.0 33.3 94.0 8 8 371.5 371.5
410 06-05 11:07:51 1 1 95.9 404.7 10 0 95.9 404.7 10.0 0.0 39.9 94.0 10 10 404.7 404.7
411 06-05 11:07:56 1 1 54.1 433.5 10 0 54.1 433.5 10.0 0.0 39.4 94.0 10 10 433.5 433.5
412 06-05 11:08:01 1 1 113.1 430.0 8 0 113.1 430.0 8.0 0.0 39.0 94.0 8 8 430.0 430.0
413 06-05 11:08:06 1 1 381.8 378.0 9 0 381.8 378.0 9.0 0.0 40.5 94.0 9 9 378.0 378.0
414 06-05 11:08:11 1 1 306.3 149.9 3 0 306.3 149.9 3.0 0.0 11.3 95.0 3 3 149.9 149.9
415 06-05 11:08:16 1 1 457.1 100.0 3 0 457.1 100.0 3.0 0.0 8.1 95.0 3 3 100.0 100.0
416 06-05 11:08:21 1 1 382.0 117.4 2 0 382.0 117.4 2.0 0.0 9.9 94.9 2 2 117.4 117.4
417 06-05 11:08:26 1 1 58.0 142.1 3 0 58.0 142.1 3.0 0.0 8.5 94.9 3 3 142.1 142.1
418 06-05 11:08:31 1 1 20.4 101.3 2 0 20.4 101.3 2.0 0.0 10.2 95.0 2 2 101.3 101.3
419 06-05 11:08:36 1 1 92.5 118.9 3 0 92.5 118.9 3.0 0.0 8.9 95.0 3 3 118.9 118.9
420 06-05 11:08:41 1 1 47.4 129.0 2 0 47.4 129.0 2.0 0.0 10.4 95.0 2 2 129.0 129.0
421 06-05 11:08:46 1 1 353.1 138.7 4 0 353.1 138.7 4.0 0.0 15.1 95.0 4 4 138.7 138.7
422 06-05 11:08:51 1 1 7.4 171.6 4 0 7.4 171.6 4.0 0.0 13.0 95.0 4 4 171.6 171.6
423 06-05 11:08:56 1 1 81.1 181.1 4 0 81.1 181.1 4.0 0.0 10.9 95.0 4 4 181.1 181.1
424 06-05 11:09:01 1 1 131.3 170.3 4 0 131.3 170.3 4.0 0.0 13.6 95.0 4 4 170.3 170.3
425 06-05 11:09:06 1 1 45.5 203.9 4 0 45.5 203.9 4.0 0.0 11.4 95.0 4 4 203.9 203.9
426 06-05 11:09:11 1 1 315.3 198.0 5 0 315.3 198.0 5.0 0.0 14.9 95.0 5 5 198.0 198.0
427 06-05 11:09:16 1 1 102.2 231.5 6 0 102.2 231.5 6.0 0.0 18.7 95.0 6 6 231.5 231.5
428 06-05 11:09:21 1 1 45.3 256.7 6 0 45.3 256.7 6.0 0.0 19.2 95.0 6 6 256.7 256.7
429 06-05 11:09:26 1 1 234.0 217.5 6 0 234.0 217.5 6.0 0.0 24.3 94.9 6 6 217.5 217.5
430 06-05 11:09:31 1 1 0.0 227.4 3 0 0.0 227.4 3.0 0.0 14.1 94.9 3 3 227.4 227.4
431 06-05 11:09:36 1 1 175.3 611.5 12 0 175.3 611.5 12.0 0.0 39.9 94.5 12 12 611.5 611.5
432 06-05 11:09:41 1 1 575.4 545.3 14 0 575.4 545.3 14.0 0.0 53.8 94.6 14 14 545.3 545.3
433 06-05 11:09:46 1 1 222.2 564.0 13 0 222.2 564.0 13.0 0.0 48.5 94.6 13 13 564.0 564.0
434 06-05 11:09:51 1 1 652.0 562.3 10 0 652.0 562.3 10.0 0.0 46.7 94.6 10 10 562.3 562.3
435 06-05 11:09:56 1 1 1141.7 368.3 10 0 1141.7 368.3 10.0 0.0 44.0 95.1 10 10 368.3 368.3
436 06-05 11:10:01 1 1 576.8 561.1 15 0 576.8 561.1 15.0 0.0 63.9 94.6 15 15 561.1 561.1
437 06-05 11:10:06 1 1 28.9 421.9 9 0 28.9 421.9 9.0 0.0 41.4 95.1 9 9 421.9 421.9
438 06-05 11:10:12 1 1 192.6 369.8 10 0 192.6 369.8 10.0 0.0 48.8 95.1 10 10 369.8 369.8
439 06-05 11:10:17 1 1 0.0 409.9 9 0 0.0 409.9 9.0 0.0 43.5 95.1 9 9 409.9 409.9
440 06-05 11:10:22 1 1 147.7 374.2 9 0 147.7 374.2 9.0 0.0 44.2 95.1 9 9 374.2 374.2
441 06-05 11:10:27 1 1 16.6 388.1 8 0 16.6 388.1 8.0 0.0 43.3 95.2 8 8 388.1 388.1
442 06-05 11:10:32 1 1 10.8 380.5 8 0 10.8 380.5 8.0 0.0 36.8 95.2 8 8 380.5 380.5
443 06-05 11:10:37 1 1 0.0 330.2 5 0 0.0 330.2 5.0 0.0 25.5 95.2 5 5 330.2 330.2
444 06-05 11:10:41 1 1 416.1 522.0 13 0 416.1 522.0 13.0 0.0 49.4 94.6 13 13 522.0 522.0
445 06-05 11:10:47 1 1 96.0 395.1 9 0 96.0 395.1 9.0 0.0 42.6 95.1 9 9 395.1 395.1
446 06-05 11:10:52 1 1 0.0 385.0 8 0 0.0 385.0 8.0 0.0 40.9 95.1 8 8 385.0 385.0
447 06-05 11:10:57 1 1 503.1 515.7 12 0 503.1 515.7 12.0 0.0 50.1 95.3 12 12 515.7 515.7
448 06-05 11:11:02 1 1 117.7 564.3 11 0 117.7 564.3 11.0 0.0 41.2 95.3 11 11 564.3 564.3
449 06-05 11:11:07 1 1 579.2 529.3 11 0 579.2 529.3 11.0 0.0 41.8 95.3 11 11 529.3 529.3
450 06-05 11:11:12 1 1 358.0 473.7 11 0 358.0 473.7 11.0 0.0 46.3 95.3 11 11 473.7 473.7
451 06-05 11:11:17 1 1 377.0 560.2 12 0 377.0 560.2 12.0 0.0 50.3 95.3 12 12 560.2 560.2
452 06-05 11:11:22 1 1 55.9 587.0 12 0 55.9 587.0 12.0 0.0 58.7 95.2 12 12 587.0 587.0
453 06-05 11:11:27 1 1 103.1 481.6 9 0 103.1 481.6 9.0 0.0 51.9 95.2 9 9 481.6 481.6
454 06-05 11:11:32 1 1 506.9 440.8 10 0 506.9 440.8 10.0 0.0 49.7 95.2 10 10 440.8 440.8
455 06-05 11:11:37 1 1 356.6 428.9 9 0 356.6 428.9 9.0 0.0 44.5 95.2 9 9 428.9 428.9
456 06-05 11:11:42 1 1 261.9 415.7 10 0 261.9 415.7 10.0 0.0 46.2 95.2 10 10 415.7 415.7
457 06-05 11:11:47 1 1 19.1 516.4 9 0 19.1 516.4 9.0 0.0 44.8 95.3 9 9 516.4 516.4
458 06-05 11:11:52 1 1 550.1 448.1 11 0 550.1 448.1 11.0 0.0 49.3 95.2 11 11 448.1 448.1
459 06-05 11:11:57 1 1 551.7 548.1 11 0 551.7 548.1 11.0 0.0 48.8 95.3 11 11 548.1 548.1
460 06-05 11:12:02 1 1 163.8 481.1 10 0 163.8 481.1 10.0 0.0 50.1 95.3 10 10 481.1 481.1
461 06-05 11:12:07 1 1 87.2 461.0 10 0 87.2 461.0 10.0 0.0 47.4 95.3 10 10 461.0 461.0
462 06-05 11:12:12 1 1 244.8 511.1 11 0 244.8 511.1 11.0 0.0 55.5 95.3 11 11 511.1 511.1
463 06-05 11:12:17 1 1 226.0 322.9 8 0 226.0 322.9 8.0 0.0 30.0 94.2 8 8 322.9 322.9
464 06-05 11:12:22 1 1 0.0 312.4 5 0 0.0 312.4 5.0 0.0 26.9 94.2 5 5 312.4 312.4
465 06-05 11:12:27 1 1 696.3 240.5 4 0 696.3 240.5 4.0 0.0 19.6 94.6 4 4 240.5 240.5
466 06-05 11:12:32 1 1 290.0 215.0 5 0 290.0 215.0 5.0 0.0 21.5 94.6 5 5 215.0 215.0
467 06-05 11:12:37 1 1 51.7 544.9 12 0 51.7 544.9 12.0 0.0 54.1 94.5 12 12 544.9 544.9
468 06-05 11:12:42 1 1 0.0 439.2 9 0 0.0 439.2 9.0 0.0 48.7 94.5 9 9 439.2 439.2
469 06-05 11:12:47 1 1 677.9 532.9 13 0 677.9 532.9 13.0 0.0 56.1 94.5 13 13 532.9 532.9
470 06-05 11:12:52 1 1 27.6 538.0 12 0 27.6 538.0 12.0 0.0 56.9 94.5 12 12 538.0 538.0
471 06-05 11:12:57 1 1 67.1 549.3 12 0 67.1 549.3 12.0 0.0 57.1 94.5 12 12 549.3 549.3
472 06-05 11:13:02 1 1 64.6 277.8 5 0 64.6 277.8 5.0 0.0 24.5 94.7 5 5 277.8 277.8
473 06-05 11:13:07 1 1 349.7 550.9 13 0 349.7 550.9 13.0 0.0 60.0 94.5 13 13 550.9 550.9
474 06-05 11:13:13 1 1 347.4 519.7 12 0 347.4 519.7 12.0 0.0 62.6 94.4 12 12 519.7 519.7
475 06-05 11:13:18 1 1 19.4 482.9 10 0 19.4 482.9 10.0 0.0 51.7 94.4 10 10 482.9 482.9
476 06-05 11:13:23 1 1 545.7 538.9 14 0 545.7 538.9 14.0 0.0 65.1 94.5 14 14 538.9 538.9
477 06-05 11:13:28 1 1 46.5 545.3 11 0 46.5 545.3 11.0 0.0 58.0 94.5 11 11 545.3 545.3
478 06-05 11:13:33 1 1 260.6 441.0 10 0 260.6 441.0 10.0 0.0 45.4 94.5 10 10 441.0 441.0
479 06-05 11:13:38 1 1 793.8 463.7 9 0 793.8 463.7 9.0 0.0 43.8 94.5 9 9 463.7 463.7
480 06-05 11:13:43 1 1 171.8 436.7 9 0 171.8 436.7 9.0 0.0 37.6 94.5 9 9 436.7 436.7
481 06-05 11:13:48 1 1 41.0 371.7 8 0 41.0 371.7 8.0 0.0 28.2 94.1 8 8 371.7 371.7
482 06-05 11:13:53 1 1 213.0 330.2 9 0 213.0 330.2 9.0 0.0 27.8 94.1 9 9 330.2 330.2
483 06-05 11:13:58 1 1 321.9 417.2 8 0 321.9 417.2 8.0 0.0 30.3 94.1 8 8 417.2 417.2
484 06-05 11:14:03 1 1 188.1 311.9 6 0 188.1 311.9 6.0 0.0 22.2 94.1 6 6 311.9 311.9
485 06-05 11:14:08 1 1 492.3 399.8 8 0 492.3 399.8 8.0 0.0 23.9 94.1 8 8 399.8 399.8
486 06-05 11:14:13 1 1 304.7 313.1 4 0 304.7 313.1 4.0 0.0 14.7 94.1 4 4 313.1 313.1
487 06-05 11:14:18 1 1 473.1 341.4 7 0 473.1 341.4 7.0 0.0 22.6 94.1 7 7 341.4 341.4
488 06-05 11:14:23 1 1 947.3 273.7 9 0 947.3 273.7 9.0 0.0 31.3 94.2 9 9 273.7 273.7
489 06-05 11:14:28 1 1 364.1 402.3 9 0 364.1 402.3 9.0 0.0 33.3 94.2 9 9 402.3 402.3
490 06-05 11:14:33 1 1 124.3 411.8 9 0 124.3 411.8 9.0 0.0 36.1 94.2 9 9 411.8 411.8
491 06-05 11:14:38 1 1 0.0 403.2 7 0 0.0 403.2 7.0 0.0 33.9 93.0 7 7 403.2 403.2
492 06-05 11:14:43 1 1 0.0 340.5 7 0 0.0 340.5 7.0 0.0 34.3 93.0 7 7 340.5 340.5
493 06-05 11:14:48 1 1 289.2 408.1 9 0 289.2 408.1 9.0 0.0 43.1 93.0 9 9 408.1 408.1
494 06-05 11:14:53 1 1 661.3 182.4 9 0 661.3 182.4 9.0 0.0 38.7 94.2 9 9 182.4 182.4
495 06-05 11:14:58 1 1 356.2 396.7 7 0 356.2 396.7 7.0 0.0 29.4 94.2 7 7 396.7 396.7
496 06-05 11:15:03 1 1 790.4 328.3 8 0 790.4 328.3 8.0 0.0 31.7 94.2 8 8 328.3 328.3
497 06-05 11:15:08 1 1 89.1 365.5 8 0 89.1 365.5 8.0 0.0 43.1 93.0 8 8 365.5 365.5
498 06-05 11:15:13 1 1 136.6 367.1 8 0 136.6 367.1 8.0 0.0 39.7 93.0 8 8 367.1 367.1
499 06-05 11:15:18 1 1 0.0 382.0 7 0 0.0 382.0 7.0 0.0 37.7 93.0 7 7 382.0 382.0
500 06-05 11:15:23 1 1 106.4 290.2 7 0 106.4 290.2 7.0 0.0 38.9 93.8 7 7 290.2 290.2
501 06-05 11:15:28 1 1 78.9 290.5 6 0 78.9 290.5 6.0 0.0 38.5 93.9 6 6 290.5 290.5
502 06-05 11:15:33 1 1 654.0 295.5 8 0 654.0 295.5 8.0 0.0 49.2 93.9 8 8 295.5 295.5
503 06-05 11:15:38 1 1 0.0 323.9 7 0 0.0 323.9 7.0 0.0 41.0 93.9 7 7 323.9 323.9
504 06-05 11:15:43 1 1 0.0 386.1 7 0 0.0 386.1 7.0 0.0 40.0 93.1 7 7 386.1 386.1
505 06-05 11:15:48 1 1 164.1 260.8 5 0 164.1 260.8 5.0 0.0 30.7 93.9 5 5 260.8 260.8
506 06-05 11:15:53 1 1 279.0 259.0 6 0 279.0 259.0 6.0 0.0 36.9 93.9 6 6 259.0 259.0
507 06-05 11:15:58 1 1 236.6 287.7 7 0 236.6 287.7 7.0 0.0 43.3 93.9 7 7 287.7 287.7
508 06-05 11:16:03 1 1 44.2 287.0 6 0 44.2 287.0 6.0 0.0 22.3 93.1 6 6 287.0 287.0
509 06-05 11:16:08 1 1 632.9 301.4 8 0 632.9 301.4 8.0 0.0 34.8 93.1 8 8 301.4 301.4
510 06-05 11:16:13 1 1 29.1 518.0 8 0 29.1 518.0 8.0 0.0 40.3 94.2 8 8 518.0 518.0
511 06-05 11:16:18 1 1 105.3 300.0 6 0 105.3 300.0 6.0 0.0 34.6 94.2 6 6 300.0 300.0
512 06-05 11:16:23 1 1 642.5 427.5 11 0 642.5 427.5 11.0 0.0 49.5 94.2 11 11 427.5 427.5
513 06-05 11:16:28 1 1 0.0 437.9 8 0 0.0 437.9 8.0 0.0 41.3 94.2 8 8 437.9 437.9
514 06-05 11:16:33 1 1 341.4 411.3 10 0 341.4 411.3 10.0 0.0 46.0 94.2 10 10 411.3 411.3
515 06-05 11:16:38 1 1 404.9 358.4 7 0 404.9 358.4 7.0 0.0 33.6 94.1 7 7 358.4 358.4
516 06-05 11:16:43 1 1 89.4 277.3 7 0 89.4 277.3 7.0 0.0 32.4 94.1 7 7 277.3 277.3
517 06-05 11:16:48 1 1 73.1 306.4 8 0 73.1 306.4 8.0 0.0 37.9 94.1 8 8 306.4 306.4
518 06-05 11:16:53 1 1 182.8 335.4 8 0 182.8 335.4 8.0 0.0 41.5 94.1 8 8 335.4 335.4
519 06-05 11:16:58 1 1 208.9 296.6 6 0 208.9 296.6 6.0 0.0 33.2 94.2 6 6 296.6 296.6
520 06-05 11:17:03 1 1 435.7 320.8 9 0 435.7 320.8 9.0 0.0 46.6 94.2 9 9 320.8 320.8
521 06-05 11:17:05 1 1 130.9 359.3 7 0 130.9 359.3 7.0 0.0 24.3 93.2 7 7 359.3 359.3

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56cd7232135be84d34d20ed6f68f725d35c0e24613043bb8f0c631d588b21644
size 39599633

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c51f38c36f15d3d64dd44d7d61c879335e3eac2a6349d8f990e4d654d388df8
size 99480790

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3086faf2fbab4e7211bf5fd927fa38f0c6d6cc894e7242085dc2fffbfca8a24b
size 82988536

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0f2a52aa8bc4bb7227ba5eda71b2e9ba2b3daa7098695af270de36768fc29ad
size 36424258

File diff suppressed because one or more lines are too long

25
training_logs/report.md Normal file
View File

@@ -0,0 +1,25 @@
# RL Training Report — a3-rl-DCAgent_mix_h2_language_proportional
Chain 570909-570912 (winner, reached max_steps=80). EMA-best (alpha=1/3) over global_step<=80.
**Selected checkpoint:** global_step_65 EMA=0.4924 reward=0.6816 pass@8=0.734375
| step | reward | EMA | pass@8 | grad_norm | entropy |
|---|---|---|---|---|---|
| 10 | 0.3086 | 0.2947 | 0.46875 | 0.012359619140625 | NA |
| 15 | 0.4180 | 0.3842 | 0.609375 | 0.0121917724609375 | NA |
| 20 | 0.4609 | 0.3983 | 0.609375 | 0.008453369140625 | NA |
| 25 | 0.5098 | 0.4421 | 0.65625 | 0.00807952880859375 | NA |
| 30 | 0.4805 | 0.4224 | 0.578125 | 0.00757598876953125 | NA |
| 35 | 0.4238 | 0.4208 | 0.546875 | 0.00506591796875 | NA |
| 40 | 0.3301 | 0.4021 | 0.421875 | 0.00420379638671875 | NA |
| 45 | 0.3809 | 0.3868 | 0.5625 | 0.00640869140625 | NA |
| 50 | 0.3867 | 0.3979 | 0.5 | 0.00432586669921875 | NA |
| 55 | 0.3730 | 0.3763 | 0.484375 | 0.00620269775390625 | NA |
| 60 | 0.4121 | 0.4032 | 0.578125 | 0.00632476806640625 | NA |
| 65 | 0.6816 | 0.4924 | 0.734375 | 0.00507354736328125 | NA |
| 70 | 0.5273 | 0.4775 | 0.640625 | 0.0052642822265625 | NA |
| 75 | 0.3555 | 0.4352 | 0.578125 | 0.006622314453125 | NA |
| 80 | 0.4746 | 0.4275 | 0.65625 | 0.00689697265625 | NA |
step 80: reward=0.4746 pass@8=0.65625

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccf999243eb0ad566a0896137e95450ec55bdc9deba286d4177bd872bb1e03f6
size 175822

1
vocab.json Normal file

File diff suppressed because one or more lines are too long