Instructions to use AesSedai/GLM-5.1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AesSedai/GLM-5.1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AesSedai/GLM-5.1-GGUF", filename="IQ3_S/GLM-5.1-IQ3_S-00001-of-00007.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use AesSedai/GLM-5.1-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AesSedai/GLM-5.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf AesSedai/GLM-5.1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AesSedai/GLM-5.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf AesSedai/GLM-5.1-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf AesSedai/GLM-5.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf AesSedai/GLM-5.1-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf AesSedai/GLM-5.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf AesSedai/GLM-5.1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/AesSedai/GLM-5.1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use AesSedai/GLM-5.1-GGUF with Ollama:
ollama run hf.co/AesSedai/GLM-5.1-GGUF:Q4_K_M
- Unsloth Studio
How to use AesSedai/GLM-5.1-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AesSedai/GLM-5.1-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AesSedai/GLM-5.1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AesSedai/GLM-5.1-GGUF to start chatting
- Pi
How to use AesSedai/GLM-5.1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AesSedai/GLM-5.1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "AesSedai/GLM-5.1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use AesSedai/GLM-5.1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AesSedai/GLM-5.1-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default AesSedai/GLM-5.1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use AesSedai/GLM-5.1-GGUF with Docker Model Runner:
docker model run hf.co/AesSedai/GLM-5.1-GGUF:Q4_K_M
- Lemonade
How to use AesSedai/GLM-5.1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AesSedai/GLM-5.1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.GLM-5.1-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +35 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00001-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00002-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00003-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00004-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00005-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00006-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00007-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00008-of-00009.gguf +3 -0
- IQ4_XS/GLM-5.1-IQ4_XS-00009-of-00009.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00001-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00002-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00003-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00004-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00005-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00006-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00007-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00008-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00009-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00010-of-00011.gguf +3 -0
- Q4_K_M/GLM-5.1-Q4_K_M-00011-of-00011.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00001-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00002-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00003-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00004-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00005-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00006-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00007-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00008-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00009-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00010-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00011-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00012-of-00013.gguf +3 -0
- Q5_K_M/GLM-5.1-Q5_K_M-00013-of-00013.gguf +3 -0
- kld_data/01_kld_vs_filesize.png +3 -0
- kld_data/02_ppl_vs_filesize.png +3 -0
- kld_data/aes_sedai/GLM-5.1-IQ4_XS.md +900 -0
- kld_data/aes_sedai/GLM-5.1-Q4_K_M.md +900 -0
- kld_data/aes_sedai/GLM-5.1-Q5_K_M.md +900 -0
- kld_data/llm_quantization_data.csv +4 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,38 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00001-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00002-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00003-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00004-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00005-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00006-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00007-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00008-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
IQ4_XS/GLM-5.1-IQ4_XS-00009-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00001-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00002-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00003-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00004-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00005-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00006-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00007-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00008-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Q4_K_M/GLM-5.1-Q4_K_M-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00001-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00002-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00003-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00004-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00005-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00006-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00007-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00008-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00009-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00010-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00011-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00012-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
Q5_K_M/GLM-5.1-Q5_K_M-00013-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
kld_data/01_kld_vs_filesize.png filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
kld_data/02_ppl_vs_filesize.png filter=lfs diff=lfs merge=lfs -text
|
IQ4_XS/GLM-5.1-IQ4_XS-00001-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:158a3c52ba69db0f29e05bad3b43387254e8ae6db7d24b60132b1c0bfe75ebe1
|
| 3 |
+
size 9422784
|
IQ4_XS/GLM-5.1-IQ4_XS-00002-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd44ca4d73db3b2d2015cd862b36ca2bb1b67907dce45b52bdae27e590595112
|
| 3 |
+
size 49005389312
|
IQ4_XS/GLM-5.1-IQ4_XS-00003-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6928a760c9f2628680ce1a43d63165c8786166e9c94ce7995a1d3d56fe930390
|
| 3 |
+
size 48695516928
|
IQ4_XS/GLM-5.1-IQ4_XS-00004-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a52bccca9f78f7001e13c63a43f5525ca4fb54c87b610fe955a43af10fc3d851
|
| 3 |
+
size 48837344096
|
IQ4_XS/GLM-5.1-IQ4_XS-00005-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26c74b443d18502223ec4ce8c8538720ec80ac1e075bb122aed6d22f6550fcb5
|
| 3 |
+
size 49934424736
|
IQ4_XS/GLM-5.1-IQ4_XS-00006-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e24e68bfde622cb149484421aad8d439612f6ef6baf2175392720a03443dfe0
|
| 3 |
+
size 49002242240
|
IQ4_XS/GLM-5.1-IQ4_XS-00007-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0d92e21e1079ea01f83d34dc718d396a9ab927cfd36c147182ef48fc681dc65
|
| 3 |
+
size 49934424736
|
IQ4_XS/GLM-5.1-IQ4_XS-00008-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb23ad164c2b88ac7ba4c75180e1408c5250df87c7a574ecfe210dbf10b671f3
|
| 3 |
+
size 49002242240
|
IQ4_XS/GLM-5.1-IQ4_XS-00009-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b4a5ab056b0149df67a66ab1d8718b9e9a0dae61c3732f0bc42217706c8666c
|
| 3 |
+
size 17025354176
|
Q4_K_M/GLM-5.1-Q4_K_M-00001-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f1269c544c45987f6b0d30e1987234cb796ab2f9e30e4a54337b9f72aa15efd
|
| 3 |
+
size 9422784
|
Q4_K_M/GLM-5.1-Q4_K_M-00002-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a319de79e38ce43bf4fcfbc92841a2c4cd6844bc6410ecaffdb0c21d301dbeec
|
| 3 |
+
size 48195041600
|
Q4_K_M/GLM-5.1-Q4_K_M-00003-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb9f54bcfc91608c34bd3b8b2219ac4d79fedf9df9cf2a962db256cd5863e33e
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00004-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f29b2bdc58555ded413b8282e8c1431c1e927be24864ecc823c631835b6453e
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00005-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e19fbc180656d3e7088675a8c1a5201c0158d001811b79bbdbe9bc9f553a3336
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00006-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:343b64571f2f3b86ff45eac122f3c50942aad70830b54674197954b8cd189b85
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00007-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03be13b90c037d62d0ef05b70fcf95113da1c84e05103e0363677c3586c5e37a
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00008-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:380785c4e0c192ac57e424084d0336477aef9aea1864f34d0dc3fac2e3ea8e97
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00009-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7d16e2362ca1494f29197cfcaa3520683adf0f38f7782bc30e9c91b796cd23d
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00010-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72aba28c8da078aca4de2dd58d7c42a0f9bef74c314791681156663931a6ae60
|
| 3 |
+
size 48561794848
|
Q4_K_M/GLM-5.1-Q4_K_M-00011-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2fb920e71262685d2169e513bde2dbd6212c97d6f09bd41aca5a08c13d4282e
|
| 3 |
+
size 28028080032
|
Q5_K_M/GLM-5.1-Q5_K_M-00001-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4be69cc3defd7de381e54a465dd63043f6a58dfff3b5298148208dcc096fec09
|
| 3 |
+
size 9422784
|
Q5_K_M/GLM-5.1-Q5_K_M-00002-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5021c255586c8a8096202037afbfa436d50f3e1b8e699ad0a8301def397adea
|
| 3 |
+
size 49951388544
|
Q5_K_M/GLM-5.1-Q5_K_M-00003-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9edfe3edcb3863185635b2d163e734bc036e14f42895edb695d2c1b5ab2c61a9
|
| 3 |
+
size 48467667104
|
Q5_K_M/GLM-5.1-Q5_K_M-00004-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f302d7b80271fcb53a3793cdb656f489165b508c6a8b2cc9a03b48b93d68595b
|
| 3 |
+
size 48710157568
|
Q5_K_M/GLM-5.1-Q5_K_M-00005-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d532f1497ad9a86449aaa0606ce25a0fd1883e4ab13a6221fa404ca4f1692e72
|
| 3 |
+
size 48889169984
|
Q5_K_M/GLM-5.1-Q5_K_M-00006-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e776a0a55f42ec30919c9ae89e9faf0d312a42bd57c3be3c9a3f1fb47a61d9b
|
| 3 |
+
size 48467667136
|
Q5_K_M/GLM-5.1-Q5_K_M-00007-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75353fb28cca4f165462c13f5f98b5b32e4e3f96f407e0b10a1846f3a526e75c
|
| 3 |
+
size 48710157568
|
Q5_K_M/GLM-5.1-Q5_K_M-00008-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bebac3648528949935084d616e9f48d7a01003d1c27f061c69c3cafc9619249e
|
| 3 |
+
size 48889169984
|
Q5_K_M/GLM-5.1-Q5_K_M-00009-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:332b78baa241122487aa667816ad9736ae54685eec8b582b3b275ed42e344771
|
| 3 |
+
size 48467667136
|
Q5_K_M/GLM-5.1-Q5_K_M-00010-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02b0078d92dd3c81c2cf18bcd0c467855764b4476b17ea3de7e19205e3e42ef
|
| 3 |
+
size 48710157568
|
Q5_K_M/GLM-5.1-Q5_K_M-00011-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1238d70ea4ef6c160a6e76d40e845d378eecb9e3d8c26b4fac61ecb787d65ab
|
| 3 |
+
size 48889169984
|
Q5_K_M/GLM-5.1-Q5_K_M-00012-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd13aede927347c884fcaa2c732009b1c3981eda0539cb542f3db2712da63d02
|
| 3 |
+
size 48467667136
|
Q5_K_M/GLM-5.1-Q5_K_M-00013-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5dd8370c60b02e037778cd84483751cd0257839a9bfb3c56be758137f667045
|
| 3 |
+
size 21814969472
|
kld_data/01_kld_vs_filesize.png
ADDED
|
Git LFS Details
|
kld_data/02_ppl_vs_filesize.png
ADDED
|
Git LFS Details
|
kld_data/aes_sedai/GLM-5.1-IQ4_XS.md
ADDED
|
@@ -0,0 +1,900 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### GLM-5.1-IQ4_XS (aes_sedai)
|
| 2 |
+
|
| 3 |
+
```txt
|
| 4 |
+
/home/jarvis/development/llama.cpp/build/bin/llama-perplexity --threads 48 --flash-attn on --file /mnt/srv/host/resources/KLD/wiki.test.raw --kl-divergence-base /mnt/srv/snowdrift/ref-logits/GLM-5.1-Q8_0-512ctx-wiki.test.raw.bin --kl-divergence --batch-size 8192 --ubatch-size 8192 --model /mnt/srv/snowdrift/gguf/GLM-5.1-GGUF/aes_sedai/GLM-5.1-IQ4_XS.gguf
|
| 5 |
+
ggml_cuda_init: found 7 CUDA devices (Total VRAM: 680750 MiB):
|
| 6 |
+
Device 0: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 7 |
+
Device 1: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 8 |
+
Device 2: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 9 |
+
Device 3: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 10 |
+
Device 4: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 11 |
+
Device 5: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 12 |
+
Device 6: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 13 |
+
common_init_result: fitting params to device memory, for bugs during this step try to reproduce them with -fit off, or provide --verbose logs if the bug only occurs with -fit on
|
| 14 |
+
common_params_fit_impl: getting device memory data for initial parameters:
|
| 15 |
+
common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
|
| 16 |
+
common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (46188 = 41655 + 108 + 4424) + -45626 |
|
| 17 |
+
common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (54866 = 49423 + 99 + 5344) + -54304 |
|
| 18 |
+
common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (59368 = 53916 + 108 + 5344) + -58806 |
|
| 19 |
+
common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (54866 = 49423 + 99 + 5344) + -54304 |
|
| 20 |
+
common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (59368 = 53916 + 108 + 5344) + -58806 |
|
| 21 |
+
common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (54866 = 49423 + 99 + 5344) + -54304 |
|
| 22 |
+
common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (48466 = 41401 + 81 + 6984) + -47904 |
|
| 23 |
+
common_memory_breakdown_print: | - Host | 1412 = 964 + 0 + 448 |
|
| 24 |
+
common_params_fit_impl: projected memory use with initial parameters [MiB]:
|
| 25 |
+
common_params_fit_impl: - CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 46188 used, 50499 free vs. target of 1024
|
| 26 |
+
common_params_fit_impl: - CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 54866 used, 41821 free vs. target of 1024
|
| 27 |
+
common_params_fit_impl: - CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 59368 used, 37319 free vs. target of 1024
|
| 28 |
+
common_params_fit_impl: - CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 54866 used, 41821 free vs. target of 1024
|
| 29 |
+
common_params_fit_impl: - CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 59368 used, 37319 free vs. target of 1024
|
| 30 |
+
common_params_fit_impl: - CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 54866 used, 41821 free vs. target of 1024
|
| 31 |
+
common_params_fit_impl: - CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 48466 used, 48220 free vs. target of 1024
|
| 32 |
+
common_params_fit_impl: projected to use 377991 MiB of device memory vs. 676815 MiB of free device memory
|
| 33 |
+
common_params_fit_impl: targets for free memory can be met on all devices, no changes needed
|
| 34 |
+
common_fit_params: successfully fit params to free device memory
|
| 35 |
+
common_fit_params: fitting params to free memory took 0.84 seconds
|
| 36 |
+
llama_model_load_from_file_impl: using device CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:01:00.0) - 96687 MiB free
|
| 37 |
+
llama_model_load_from_file_impl: using device CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:02:00.0) - 96687 MiB free
|
| 38 |
+
llama_model_load_from_file_impl: using device CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:03:00.0) - 96687 MiB free
|
| 39 |
+
llama_model_load_from_file_impl: using device CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:05:00.0) - 96687 MiB free
|
| 40 |
+
llama_model_load_from_file_impl: using device CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:06:00.0) - 96687 MiB free
|
| 41 |
+
llama_model_load_from_file_impl: using device CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:07:00.0) - 96687 MiB free
|
| 42 |
+
llama_model_load_from_file_impl: using device CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:08:00.0) - 96687 MiB free
|
| 43 |
+
llama_model_loader: loaded meta data with 63 key-value pairs and 1809 tensors from /mnt/srv/snowdrift/gguf/GLM-5.1-GGUF/aes_sedai/GLM-5.1-IQ4_XS.gguf (version GGUF V3 (latest))
|
| 44 |
+
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
|
| 45 |
+
llama_model_loader: - kv 0: general.architecture str = glm-dsa
|
| 46 |
+
llama_model_loader: - kv 1: general.type str = model
|
| 47 |
+
llama_model_loader: - kv 2: general.sampling.top_p f32 = 0.950000
|
| 48 |
+
llama_model_loader: - kv 3: general.sampling.temp f32 = 1.000000
|
| 49 |
+
llama_model_loader: - kv 4: general.name str = GLM 5.1
|
| 50 |
+
llama_model_loader: - kv 5: general.version str = 5.1
|
| 51 |
+
llama_model_loader: - kv 6: general.basename str = GLM
|
| 52 |
+
llama_model_loader: - kv 7: general.size_label str = 256x22B
|
| 53 |
+
llama_model_loader: - kv 8: general.license str = mit
|
| 54 |
+
llama_model_loader: - kv 9: general.tags arr[str,1] = ["text-generation"]
|
| 55 |
+
llama_model_loader: - kv 10: general.languages arr[str,2] = ["en", "zh"]
|
| 56 |
+
llama_model_loader: - kv 11: glm-dsa.block_count u32 = 79
|
| 57 |
+
llama_model_loader: - kv 12: glm-dsa.context_length u32 = 202752
|
| 58 |
+
llama_model_loader: - kv 13: glm-dsa.embedding_length u32 = 6144
|
| 59 |
+
llama_model_loader: - kv 14: glm-dsa.feed_forward_length u32 = 12288
|
| 60 |
+
llama_model_loader: - kv 15: glm-dsa.attention.head_count u32 = 64
|
| 61 |
+
llama_model_loader: - kv 16: glm-dsa.attention.head_count_kv u32 = 1
|
| 62 |
+
llama_model_loader: - kv 17: glm-dsa.rope.freq_base f32 = 1000000.000000
|
| 63 |
+
llama_model_loader: - kv 18: glm-dsa.attention.layer_norm_rms_epsilon f32 = 0.000010
|
| 64 |
+
llama_model_loader: - kv 19: glm-dsa.expert_used_count u32 = 8
|
| 65 |
+
llama_model_loader: - kv 20: glm-dsa.expert_group_count u32 = 1
|
| 66 |
+
llama_model_loader: - kv 21: glm-dsa.expert_group_used_count u32 = 1
|
| 67 |
+
llama_model_loader: - kv 22: glm-dsa.expert_gating_func u32 = 2
|
| 68 |
+
llama_model_loader: - kv 23: glm-dsa.leading_dense_block_count u32 = 3
|
| 69 |
+
llama_model_loader: - kv 24: glm-dsa.vocab_size u32 = 154880
|
| 70 |
+
llama_model_loader: - kv 25: glm-dsa.attention.q_lora_rank u32 = 2048
|
| 71 |
+
llama_model_loader: - kv 26: glm-dsa.attention.kv_lora_rank u32 = 512
|
| 72 |
+
llama_model_loader: - kv 27: glm-dsa.attention.key_length u32 = 576
|
| 73 |
+
llama_model_loader: - kv 28: glm-dsa.attention.value_length u32 = 512
|
| 74 |
+
llama_model_loader: - kv 29: glm-dsa.attention.key_length_mla u32 = 256
|
| 75 |
+
llama_model_loader: - kv 30: glm-dsa.attention.value_length_mla u32 = 256
|
| 76 |
+
llama_model_loader: - kv 31: glm-dsa.expert_feed_forward_length u32 = 2048
|
| 77 |
+
llama_model_loader: - kv 32: glm-dsa.expert_count u32 = 256
|
| 78 |
+
llama_model_loader: - kv 33: glm-dsa.expert_shared_count u32 = 1
|
| 79 |
+
llama_model_loader: - kv 34: glm-dsa.expert_weights_scale f32 = 2.500000
|
| 80 |
+
llama_model_loader: - kv 35: glm-dsa.expert_weights_norm bool = true
|
| 81 |
+
llama_model_loader: - kv 36: glm-dsa.rope.dimension_count u32 = 64
|
| 82 |
+
llama_model_loader: - kv 37: glm-dsa.nextn_predict_layers u32 = 1
|
| 83 |
+
llama_model_loader: - kv 38: glm-dsa.attention.indexer.head_count u32 = 32
|
| 84 |
+
llama_model_loader: - kv 39: glm-dsa.attention.indexer.key_length u32 = 128
|
| 85 |
+
llama_model_loader: - kv 40: glm-dsa.attention.indexer.top_k u32 = 2048
|
| 86 |
+
llama_model_loader: - kv 41: tokenizer.ggml.model str = gpt2
|
| 87 |
+
llama_model_loader: - kv 42: tokenizer.ggml.pre str = glm4
|
| 88 |
+
llama_model_loader: - kv 43: tokenizer.ggml.tokens arr[str,154880] = ["!", "\"", "#", "$", "%", "&", "'", ...
|
| 89 |
+
llama_model_loader: - kv 44: tokenizer.ggml.token_type arr[i32,154880] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
|
| 90 |
+
llama_model_loader: - kv 45: tokenizer.ggml.merges arr[str,321649] = ["Ġ Ġ", "Ġ ĠĠĠ", "ĠĠ ĠĠ", "...
|
| 91 |
+
llama_model_loader: - kv 46: tokenizer.ggml.eos_token_id u32 = 154820
|
| 92 |
+
llama_model_loader: - kv 47: tokenizer.ggml.padding_token_id u32 = 154820
|
| 93 |
+
llama_model_loader: - kv 48: tokenizer.ggml.bos_token_id u32 = 154822
|
| 94 |
+
llama_model_loader: - kv 49: tokenizer.ggml.eot_token_id u32 = 154827
|
| 95 |
+
llama_model_loader: - kv 50: tokenizer.ggml.unknown_token_id u32 = 154820
|
| 96 |
+
llama_model_loader: - kv 51: tokenizer.ggml.eom_token_id u32 = 154829
|
| 97 |
+
llama_model_loader: - kv 52: tokenizer.chat_template str = [gMASK]<sop>\n{%- if tools -%}\n{%- mac...
|
| 98 |
+
llama_model_loader: - kv 53: general.quantization_version u32 = 2
|
| 99 |
+
llama_model_loader: - kv 54: general.file_type u32 = 7
|
| 100 |
+
llama_model_loader: - kv 55: MoE_Quantization.ffn_up_exps str = IQ3_S
|
| 101 |
+
llama_model_loader: - kv 56: MoE_Quantization.ffn_gate_exps str = IQ3_S
|
| 102 |
+
llama_model_loader: - kv 57: MoE_Quantization.ffn_down_exps str = IQ4_XS
|
| 103 |
+
llama_model_loader: - kv 58: MoE_Quantization.type_default str = Q8_0
|
| 104 |
+
llama_model_loader: - kv 59: quantize.imatrix.file str = /mnt/srv/snowdrift/ggml/GLM-5.1/imatr...
|
| 105 |
+
llama_model_loader: - kv 60: quantize.imatrix.dataset str = /mnt/srv/host/resources/KLD/calibrati...
|
| 106 |
+
llama_model_loader: - kv 61: quantize.imatrix.entries_count u32 = 1002
|
| 107 |
+
llama_model_loader: - kv 62: quantize.imatrix.chunks_count u32 = 50
|
| 108 |
+
llama_model_loader: - type f32: 630 tensors
|
| 109 |
+
llama_model_loader: - type q8_0: 951 tensors
|
| 110 |
+
llama_model_loader: - type iq3_s: 152 tensors
|
| 111 |
+
llama_model_loader: - type iq4_xs: 76 tensors
|
| 112 |
+
print_info: file format = GGUF V3 (latest)
|
| 113 |
+
print_info: file type = Q8_0
|
| 114 |
+
print_info: file size = 336.61 GiB (3.84 BPW)
|
| 115 |
+
load: 0 unused tokens
|
| 116 |
+
load: special_eot_id is not in special_eog_ids - the tokenizer config may be incorrect
|
| 117 |
+
load: special_eom_id is not in special_eog_ids - the tokenizer config may be incorrect
|
| 118 |
+
load: printing all EOG tokens:
|
| 119 |
+
load: - 154820 ('<|endoftext|>')
|
| 120 |
+
load: - 154827 ('<|user|>')
|
| 121 |
+
load: - 154829 ('<|observation|>')
|
| 122 |
+
load: special tokens cache size = 36
|
| 123 |
+
load: token to piece cache size = 0.9811 MB
|
| 124 |
+
print_info: arch = glm-dsa
|
| 125 |
+
print_info: vocab_only = 0
|
| 126 |
+
print_info: no_alloc = 0
|
| 127 |
+
print_info: n_ctx_train = 202752
|
| 128 |
+
print_info: n_embd = 6144
|
| 129 |
+
print_info: n_embd_inp = 6144
|
| 130 |
+
print_info: n_layer = 79
|
| 131 |
+
print_info: n_head = 64
|
| 132 |
+
print_info: n_head_kv = 1
|
| 133 |
+
print_info: n_rot = 64
|
| 134 |
+
print_info: n_swa = 0
|
| 135 |
+
print_info: is_swa_any = 0
|
| 136 |
+
print_info: n_embd_head_k = 576
|
| 137 |
+
print_info: n_embd_head_v = 512
|
| 138 |
+
print_info: n_gqa = 64
|
| 139 |
+
print_info: n_embd_k_gqa = 576
|
| 140 |
+
print_info: n_embd_v_gqa = 512
|
| 141 |
+
print_info: f_norm_eps = 0.0e+00
|
| 142 |
+
print_info: f_norm_rms_eps = 1.0e-05
|
| 143 |
+
print_info: f_clamp_kqv = 0.0e+00
|
| 144 |
+
print_info: f_max_alibi_bias = 0.0e+00
|
| 145 |
+
print_info: f_logit_scale = 0.0e+00
|
| 146 |
+
print_info: f_attn_scale = 0.0e+00
|
| 147 |
+
print_info: f_attn_value_scale = 1.0000
|
| 148 |
+
print_info: n_ff = 12288
|
| 149 |
+
print_info: n_expert = 256
|
| 150 |
+
print_info: n_expert_used = 8
|
| 151 |
+
print_info: n_expert_groups = 1
|
| 152 |
+
print_info: n_group_used = 1
|
| 153 |
+
print_info: causal attn = 1
|
| 154 |
+
print_info: pooling type = -1
|
| 155 |
+
print_info: rope type = 0
|
| 156 |
+
print_info: rope scaling = linear
|
| 157 |
+
print_info: freq_base_train = 1000000.0
|
| 158 |
+
print_info: freq_scale_train = 1
|
| 159 |
+
print_info: n_ctx_orig_yarn = 202752
|
| 160 |
+
print_info: rope_yarn_log_mul = 0.0000
|
| 161 |
+
print_info: rope_finetuned = unknown
|
| 162 |
+
print_info: model type = 744B.A40B
|
| 163 |
+
print_info: model params = 753.86 B
|
| 164 |
+
print_info: general.name = GLM 5.1
|
| 165 |
+
print_info: n_layer_dense_lead = 3
|
| 166 |
+
print_info: n_lora_q = 2048
|
| 167 |
+
print_info: n_lora_kv = 512
|
| 168 |
+
print_info: n_embd_head_k_mla = 256
|
| 169 |
+
print_info: n_embd_head_v_mla = 256
|
| 170 |
+
print_info: n_ff_exp = 2048
|
| 171 |
+
print_info: n_expert_shared = 1
|
| 172 |
+
print_info: expert_weights_scale = 2.5
|
| 173 |
+
print_info: expert_weights_norm = 1
|
| 174 |
+
print_info: expert_gating_func = sigmoid
|
| 175 |
+
print_info: vocab type = BPE
|
| 176 |
+
print_info: n_vocab = 154880
|
| 177 |
+
print_info: n_merges = 321649
|
| 178 |
+
print_info: BOS token = 154822 '[gMASK]'
|
| 179 |
+
print_info: EOS token = 154820 '<|endoftext|>'
|
| 180 |
+
print_info: EOT token = 154827 '<|user|>'
|
| 181 |
+
print_info: EOM token = 154829 '<|observation|>'
|
| 182 |
+
print_info: UNK token = 154820 '<|endoftext|>'
|
| 183 |
+
print_info: PAD token = 154820 '<|endoftext|>'
|
| 184 |
+
print_info: LF token = 198 'Ċ'
|
| 185 |
+
print_info: FIM PRE token = 154838 '<|code_prefix|>'
|
| 186 |
+
print_info: FIM SUF token = 154840 '<|code_suffix|>'
|
| 187 |
+
print_info: FIM MID token = 154839 '<|code_middle|>'
|
| 188 |
+
print_info: EOG token = 154820 '<|endoftext|>'
|
| 189 |
+
print_info: EOG token = 154827 '<|user|>'
|
| 190 |
+
print_info: EOG token = 154829 '<|observation|>'
|
| 191 |
+
print_info: max token length = 1024
|
| 192 |
+
load_tensors: loading model tensors, this can take a while... (mmap = true, direct_io = false)
|
| 193 |
+
model has unused tensor blk.78.attn_norm.weight (size = 24576 bytes) -- ignoring
|
| 194 |
+
model has unused tensor blk.78.attn_q_a_norm.weight (size = 8192 bytes) -- ignoring
|
| 195 |
+
model has unused tensor blk.78.attn_kv_a_norm.weight (size = 2048 bytes) -- ignoring
|
| 196 |
+
model has unused tensor blk.78.attn_q_a.weight (size = 13369344 bytes) -- ignoring
|
| 197 |
+
model has unused tensor blk.78.attn_q_b.weight (size = 35651584 bytes) -- ignoring
|
| 198 |
+
model has unused tensor blk.78.attn_kv_a_mqa.weight (size = 3760128 bytes) -- ignoring
|
| 199 |
+
model has unused tensor blk.78.attn_k_b.weight (size = 6684672 bytes) -- ignoring
|
| 200 |
+
model has unused tensor blk.78.attn_v_b.weight (size = 8912896 bytes) -- ignoring
|
| 201 |
+
model has unused tensor blk.78.attn_output.weight (size = 106954752 bytes) -- ignoring
|
| 202 |
+
model has unused tensor blk.78.ffn_norm.weight (size = 24576 bytes) -- ignoring
|
| 203 |
+
model has unused tensor blk.78.indexer.k_norm.weight (size = 512 bytes) -- ignoring
|
| 204 |
+
model has unused tensor blk.78.indexer.k_norm.bias (size = 512 bytes) -- ignoring
|
| 205 |
+
model has unused tensor blk.78.indexer.proj.weight (size = 208896 bytes) -- ignoring
|
| 206 |
+
model has unused tensor blk.78.indexer.attn_k.weight (size = 835584 bytes) -- ignoring
|
| 207 |
+
model has unused tensor blk.78.indexer.attn_q_b.weight (size = 8912896 bytes) -- ignoring
|
| 208 |
+
model has unused tensor blk.78.ffn_gate_inp.weight (size = 6291456 bytes) -- ignoring
|
| 209 |
+
model has unused tensor blk.78.ffn_gate_exps.weight (size = 1384120320 bytes) -- ignoring
|
| 210 |
+
model has unused tensor blk.78.ffn_down_exps.weight (size = 1711276032 bytes) -- ignoring
|
| 211 |
+
model has unused tensor blk.78.ffn_up_exps.weight (size = 1384120320 bytes) -- ignoring
|
| 212 |
+
model has unused tensor blk.78.ffn_gate_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 213 |
+
model has unused tensor blk.78.ffn_down_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 214 |
+
model has unused tensor blk.78.ffn_up_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 215 |
+
model has unused tensor blk.78.nextn.eh_proj.weight (size = 80216064 bytes) -- ignoring
|
| 216 |
+
model has unused tensor blk.78.nextn.enorm.weight (size = 24576 bytes) -- ignoring
|
| 217 |
+
model has unused tensor blk.78.nextn.hnorm.weight (size = 24576 bytes) -- ignoring
|
| 218 |
+
model has unused tensor blk.78.nextn.shared_head_norm.weight (size = 24576 bytes) -- ignoring
|
| 219 |
+
load_tensors: offloading output layer to GPU
|
| 220 |
+
load_tensors: offloading 78 repeating layers to GPU
|
| 221 |
+
load_tensors: offloaded 80/80 layers to GPU
|
| 222 |
+
load_tensors: CPU_Mapped model buffer size = 964.22 MiB
|
| 223 |
+
load_tensors: CUDA0 model buffer size = 41655.94 MiB
|
| 224 |
+
load_tensors: CUDA1 model buffer size = 49423.18 MiB
|
| 225 |
+
load_tensors: CUDA2 model buffer size = 53916.19 MiB
|
| 226 |
+
load_tensors: CUDA3 model buffer size = 49423.18 MiB
|
| 227 |
+
load_tensors: CUDA4 model buffer size = 53916.19 MiB
|
| 228 |
+
load_tensors: CUDA5 model buffer size = 49423.18 MiB
|
| 229 |
+
load_tensors: CUDA6 model buffer size = 41401.39 MiB
|
| 230 |
+
....................................................................................................
|
| 231 |
+
common_init_result: added <|endoftext|> logit bias = -inf
|
| 232 |
+
common_init_result: added <|user|> logit bias = -inf
|
| 233 |
+
common_init_result: added <|observation|> logit bias = -inf
|
| 234 |
+
llama_context: constructing llama_context
|
| 235 |
+
llama_context: n_seq_max = 16
|
| 236 |
+
llama_context: n_ctx = 8192
|
| 237 |
+
llama_context: n_ctx_seq = 512
|
| 238 |
+
llama_context: n_batch = 8192
|
| 239 |
+
llama_context: n_ubatch = 8192
|
| 240 |
+
llama_context: causal_attn = 1
|
| 241 |
+
llama_context: flash_attn = enabled
|
| 242 |
+
llama_context: kv_unified = false
|
| 243 |
+
llama_context: freq_base = 1000000.0
|
| 244 |
+
llama_context: freq_scale = 1
|
| 245 |
+
llama_context: n_ctx_seq (512) < n_ctx_train (202752) -- the full capacity of the model will not be utilized
|
| 246 |
+
llama_context: CUDA_Host output buffer size = 9.45 MiB
|
| 247 |
+
llama_kv_cache: CUDA0 KV buffer size = 108.00 MiB
|
| 248 |
+
llama_kv_cache: CUDA1 KV buffer size = 99.00 MiB
|
| 249 |
+
llama_kv_cache: CUDA2 KV buffer size = 108.00 MiB
|
| 250 |
+
llama_kv_cache: CUDA3 KV buffer size = 99.00 MiB
|
| 251 |
+
llama_kv_cache: CUDA4 KV buffer size = 108.00 MiB
|
| 252 |
+
llama_kv_cache: CUDA5 KV buffer size = 99.00 MiB
|
| 253 |
+
llama_kv_cache: CUDA6 KV buffer size = 81.00 MiB
|
| 254 |
+
llama_kv_cache: size = 702.00 MiB ( 512 cells, 78 layers, 16/16 seqs), K (f16): 702.00 MiB, V (f16): 0.00 MiB
|
| 255 |
+
llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 576
|
| 256 |
+
llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 512
|
| 257 |
+
llama_context: pipeline parallelism enabled
|
| 258 |
+
sched_reserve: reserving ...
|
| 259 |
+
sched_reserve: resolving fused Gated Delta Net support:
|
| 260 |
+
sched_reserve: fused Gated Delta Net (autoregressive) enabled
|
| 261 |
+
sched_reserve: fused Gated Delta Net (chunked) enabled
|
| 262 |
+
sched_reserve: CUDA0 compute buffer size = 4424.38 MiB
|
| 263 |
+
sched_reserve: CUDA1 compute buffer size = 4576.38 MiB
|
| 264 |
+
sched_reserve: CUDA2 compute buffer size = 4576.38 MiB
|
| 265 |
+
sched_reserve: CUDA3 compute buffer size = 4576.38 MiB
|
| 266 |
+
sched_reserve: CUDA4 compute buffer size = 4576.38 MiB
|
| 267 |
+
sched_reserve: CUDA5 compute buffer size = 4576.38 MiB
|
| 268 |
+
sched_reserve: CUDA6 compute buffer size = 6216.50 MiB
|
| 269 |
+
sched_reserve: CUDA_Host compute buffer size = 448.62 MiB
|
| 270 |
+
sched_reserve: graph nodes = 6142
|
| 271 |
+
sched_reserve: graph splits = 8
|
| 272 |
+
sched_reserve: reserve took 118.39 ms, sched copies = 4
|
| 273 |
+
common_init_from_params: warming up the model with an empty run - please wait ... (--no-warmup to disable)
|
| 274 |
+
|
| 275 |
+
system_info: n_threads = 48 (n_threads_batch = 48) / 56 | CUDA : ARCHS = 1200 | USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | BLACKWELL_NATIVE_FP4 = 1 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX_VNNI = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | BMI2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | AVX512_BF16 = 1 | LLAMAFILE = 1 | OPENMP = 1 | REPACK = 1 |
|
| 276 |
+
kl_divergence: computing over 565 chunks, n_ctx=512, batch_size=8192, n_seq=16
|
| 277 |
+
kl_divergence: 6.50 seconds per pass - ETA 3.82 minutes
|
| 278 |
+
|
| 279 |
+
chunk PPL ln(PPL(Q)/PPL(base)) KL Divergence Δp RMS Same top p
|
| 280 |
+
1 1.4951 ± 0.1025 0.11116 ± 0.03546 0.09383 ± 0.01484 15.163 ± 1.687 % 93.333 ± 1.565 %
|
| 281 |
+
2 2.2793 ± 0.1864 0.09492 ± 0.02769 0.09384 ± 0.00947 13.592 ± 1.122 % 91.373 ± 1.244 %
|
| 282 |
+
3 1.9097 ± 0.1199 0.06081 ± 0.01960 0.07049 ± 0.00674 11.737 ± 0.914 % 93.987 ± 0.860 %
|
| 283 |
+
4 1.6978 ± 0.0863 0.06059 ± 0.01696 0.06894 ± 0.00734 11.925 ± 0.909 % 95.000 ± 0.683 %
|
| 284 |
+
5 1.5800 ± 0.0664 0.05730 ± 0.01457 0.06608 ± 0.00648 11.775 ± 0.826 % 95.686 ± 0.569 %
|
| 285 |
+
6 1.5175 ± 0.0549 0.05917 ± 0.01327 0.06821 ± 0.00640 12.173 ± 0.772 % 95.752 ± 0.516 %
|
| 286 |
+
7 1.5130 ± 0.0512 0.07362 ± 0.01320 0.07298 ± 0.00693 12.796 ± 0.761 % 95.742 ± 0.478 %
|
| 287 |
+
8 1.4686 ± 0.0444 0.07083 ± 0.01206 0.07198 ± 0.00650 12.807 ± 0.714 % 95.637 ± 0.452 %
|
| 288 |
+
9 1.4907 ± 0.0435 0.08832 ± 0.01254 0.09166 ± 0.00766 14.221 ± 0.689 % 94.771 ± 0.465 %
|
| 289 |
+
10 1.4596 ± 0.0391 0.08684 ± 0.01176 0.08841 ± 0.00706 14.037 ± 0.651 % 94.980 ± 0.432 %
|
| 290 |
+
11 1.4348 ± 0.0358 0.08099 ± 0.01120 0.08749 ± 0.00668 14.029 ± 0.619 % 95.045 ± 0.410 %
|
| 291 |
+
12 1.5036 ± 0.0381 0.09126 ± 0.01153 0.09549 ± 0.00655 14.412 ± 0.578 % 94.477 ± 0.413 %
|
| 292 |
+
13 1.4991 ± 0.0363 0.09007 ± 0.01096 0.09793 ± 0.00628 14.674 ± 0.550 % 94.268 ± 0.404 %
|
| 293 |
+
14 1.5599 ± 0.0377 0.08481 ± 0.01047 0.09805 ± 0.00593 14.515 ± 0.524 % 94.062 ± 0.396 %
|
| 294 |
+
15 1.6670 ± 0.0415 0.07967 ± 0.01007 0.09855 ± 0.00560 14.355 ± 0.501 % 93.673 ± 0.394 %
|
| 295 |
+
16 1.7707 ± 0.0449 0.07544 ± 0.00959 0.09637 ± 0.00527 14.035 ± 0.481 % 93.284 ± 0.392 %
|
| 296 |
+
17 1.8938 ± 0.0500 0.07348 ± 0.00917 0.09537 ± 0.00500 13.763 ± 0.464 % 92.895 ± 0.390 %
|
| 297 |
+
18 2.0475 ± 0.0556 0.07419 ± 0.00880 0.09459 ± 0.00476 13.596 ± 0.448 % 92.484 ± 0.389 %
|
| 298 |
+
19 2.0441 ± 0.0541 0.07371 ± 0.00854 0.09566 ± 0.00468 13.625 ± 0.440 % 92.549 ± 0.377 %
|
| 299 |
+
20 2.0421 ± 0.0522 0.07519 ± 0.00856 0.10026 ± 0.00469 13.935 ± 0.426 % 92.176 ± 0.376 %
|
| 300 |
+
21 2.1206 ± 0.0544 0.07258 ± 0.00858 0.10104 ± 0.00453 13.844 ± 0.412 % 92.176 ± 0.367 %
|
| 301 |
+
22 2.1338 ± 0.0536 0.07108 ± 0.00828 0.09933 ± 0.00436 13.677 ± 0.401 % 92.246 ± 0.357 %
|
| 302 |
+
23 2.1160 ± 0.0519 0.06913 ± 0.00798 0.09644 ± 0.00419 13.463 ± 0.391 % 92.532 ± 0.343 %
|
| 303 |
+
24 2.1010 ± 0.0501 0.06966 ± 0.00788 0.09667 ± 0.00413 13.472 ± 0.381 % 92.614 ± 0.334 %
|
| 304 |
+
25 2.0879 ± 0.0486 0.06866 ± 0.00768 0.09762 ± 0.00409 13.514 ± 0.373 % 92.596 ± 0.328 %
|
| 305 |
+
26 2.0768 ± 0.0472 0.06704 ± 0.00743 0.09585 ± 0.00394 13.362 ± 0.364 % 92.655 ± 0.320 %
|
| 306 |
+
27 2.0920 ± 0.0469 0.06805 ± 0.00732 0.09665 ± 0.00388 13.405 ± 0.357 % 92.622 ± 0.315 %
|
| 307 |
+
28 2.1232 ± 0.0471 0.06822 ± 0.00714 0.09549 ± 0.00375 13.291 ± 0.348 % 92.633 ± 0.309 %
|
| 308 |
+
29 2.1473 ± 0.0469 0.06618 ± 0.00706 0.09681 ± 0.00369 13.370 ± 0.341 % 92.508 ± 0.306 %
|
| 309 |
+
30 2.2096 ± 0.0484 0.06623 ± 0.00690 0.09624 ± 0.00359 13.258 ± 0.334 % 92.392 ± 0.303 %
|
| 310 |
+
31 2.2670 ± 0.0495 0.06580 ± 0.00675 0.09590 ± 0.00348 13.144 ± 0.327 % 92.170 ± 0.302 %
|
| 311 |
+
32 2.3107 ± 0.0500 0.06522 ± 0.00661 0.09610 ± 0.00339 13.063 ± 0.319 % 91.998 ± 0.300 %
|
| 312 |
+
33 2.3611 ± 0.0508 0.06436 ± 0.00649 0.09607 ± 0.00331 12.985 ± 0.313 % 91.907 ± 0.297 %
|
| 313 |
+
34 2.3950 ± 0.0510 0.06467 ± 0.00637 0.09608 ± 0.00323 12.942 ± 0.306 % 91.730 ± 0.296 %
|
| 314 |
+
35 2.4431 ± 0.0515 0.06230 ± 0.00628 0.09565 ± 0.00315 12.847 ± 0.300 % 91.653 ± 0.293 %
|
| 315 |
+
36 2.4841 ± 0.0519 0.06239 ± 0.00620 0.09580 ± 0.00307 12.865 ± 0.294 % 91.514 ± 0.291 %
|
| 316 |
+
37 2.5135 ± 0.0518 0.06165 ± 0.00609 0.09516 ± 0.00301 12.763 ± 0.289 % 91.468 ± 0.288 %
|
| 317 |
+
38 2.5962 ± 0.0541 0.05884 ± 0.00602 0.09524 ± 0.00294 12.698 ± 0.283 % 91.424 ± 0.284 %
|
| 318 |
+
39 2.6364 ± 0.0545 0.05880 ± 0.00590 0.09393 ± 0.00287 12.586 ± 0.279 % 91.453 ± 0.280 %
|
| 319 |
+
40 2.6795 ± 0.0548 0.05736 ± 0.00578 0.09264 ± 0.00280 12.464 ± 0.275 % 91.402 ± 0.278 %
|
| 320 |
+
41 2.7511 ± 0.0560 0.05725 ± 0.00567 0.09159 ± 0.00274 12.344 ± 0.271 % 91.401 ± 0.274 %
|
| 321 |
+
42 2.7440 ± 0.0551 0.05707 ± 0.00562 0.09259 ± 0.00271 12.379 ± 0.266 % 91.326 ± 0.272 %
|
| 322 |
+
43 2.7614 ± 0.0551 0.05666 ± 0.00555 0.09217 ± 0.00266 12.334 ± 0.262 % 91.300 ± 0.269 %
|
| 323 |
+
44 2.7940 ± 0.0552 0.05539 ± 0.00546 0.09137 ± 0.00260 12.251 ± 0.258 % 91.212 ± 0.267 %
|
| 324 |
+
45 2.8651 ± 0.0563 0.05351 ± 0.00537 0.09067 ± 0.00255 12.160 ± 0.255 % 91.190 ± 0.265 %
|
| 325 |
+
46 2.9172 ± 0.0570 0.05260 ± 0.00528 0.09009 ± 0.00250 12.077 ± 0.251 % 91.168 ± 0.262 %
|
| 326 |
+
47 2.8776 ± 0.0554 0.05310 ± 0.00521 0.09006 ± 0.00248 12.132 ± 0.249 % 91.239 ± 0.258 %
|
| 327 |
+
48 2.8388 ± 0.0538 0.05398 ± 0.00517 0.09030 ± 0.00247 12.220 ± 0.246 % 91.266 ± 0.255 %
|
| 328 |
+
49 2.8114 ± 0.0524 0.05498 ± 0.00514 0.09119 ± 0.00247 12.337 ± 0.244 % 91.244 ± 0.253 %
|
| 329 |
+
50 2.8007 ± 0.0517 0.05611 ± 0.00511 0.09212 ± 0.00245 12.407 ± 0.241 % 91.224 ± 0.251 %
|
| 330 |
+
51 2.8184 ± 0.0515 0.05547 ± 0.00509 0.09348 ± 0.00244 12.434 ± 0.238 % 91.057 ± 0.250 %
|
| 331 |
+
52 2.8479 ± 0.0517 0.05434 ± 0.00502 0.09276 ± 0.00239 12.357 ± 0.235 % 90.995 ± 0.249 %
|
| 332 |
+
53 2.8865 ± 0.0522 0.05338 ± 0.00496 0.09287 ± 0.00236 12.316 ± 0.232 % 90.958 ± 0.247 %
|
| 333 |
+
54 2.9125 ± 0.0523 0.05183 ± 0.00492 0.09359 ± 0.00234 12.316 ± 0.230 % 90.893 ± 0.245 %
|
| 334 |
+
55 2.9407 ± 0.0526 0.05114 ± 0.00486 0.09319 ± 0.00230 12.240 ± 0.227 % 90.873 ± 0.243 %
|
| 335 |
+
56 2.9684 ± 0.0527 0.05003 ± 0.00481 0.09319 ± 0.00227 12.197 ± 0.225 % 90.903 ± 0.241 %
|
| 336 |
+
57 2.9695 ± 0.0522 0.04882 ± 0.00479 0.09410 ± 0.00227 12.203 ± 0.222 % 90.836 ± 0.239 %
|
| 337 |
+
58 2.9934 ± 0.0523 0.04864 ± 0.00473 0.09367 ± 0.00224 12.147 ± 0.220 % 90.798 ± 0.238 %
|
| 338 |
+
59 3.0088 ± 0.0522 0.04889 ± 0.00467 0.09343 ± 0.00221 12.107 ± 0.217 % 90.774 ± 0.236 %
|
| 339 |
+
60 3.0482 ± 0.0526 0.04875 ± 0.00463 0.09331 ± 0.00218 12.063 ± 0.215 % 90.706 ± 0.235 %
|
| 340 |
+
61 3.0839 ± 0.0530 0.04831 ± 0.00457 0.09298 ± 0.00215 12.018 ± 0.213 % 90.685 ± 0.233 %
|
| 341 |
+
62 3.1313 ± 0.0537 0.04773 ± 0.00453 0.09260 ± 0.00212 11.956 ± 0.211 % 90.639 ± 0.232 %
|
| 342 |
+
63 3.1708 ± 0.0542 0.04814 ± 0.00449 0.09291 ± 0.00210 11.938 ± 0.209 % 90.563 ± 0.231 %
|
| 343 |
+
64 3.1982 ± 0.0543 0.04727 ± 0.00445 0.09281 ± 0.00207 11.900 ± 0.207 % 90.509 ± 0.229 %
|
| 344 |
+
65 3.2129 ± 0.0542 0.04653 ± 0.00442 0.09218 ± 0.00204 11.840 ± 0.205 % 90.564 �� 0.227 %
|
| 345 |
+
66 3.2116 ± 0.0537 0.04710 ± 0.00441 0.09321 ± 0.00204 11.922 ± 0.204 % 90.517 ± 0.226 %
|
| 346 |
+
67 3.1822 ± 0.0526 0.04658 ± 0.00438 0.09347 ± 0.00202 11.994 ± 0.202 % 90.571 ± 0.224 %
|
| 347 |
+
68 3.1666 ± 0.0518 0.04675 ± 0.00437 0.09430 ± 0.00202 12.053 ± 0.201 % 90.542 ± 0.222 %
|
| 348 |
+
69 3.1914 ± 0.0520 0.04745 ± 0.00436 0.09506 ± 0.00200 12.107 ± 0.199 % 90.486 ± 0.221 %
|
| 349 |
+
70 3.1804 ± 0.0514 0.04772 ± 0.00435 0.09570 ± 0.00199 12.150 ± 0.196 % 90.482 ± 0.220 %
|
| 350 |
+
71 3.1655 ± 0.0508 0.04834 ± 0.00434 0.09640 ± 0.00201 12.227 ± 0.195 % 90.494 ± 0.218 %
|
| 351 |
+
72 3.1640 ± 0.0504 0.04874 ± 0.00431 0.09645 ± 0.00199 12.239 ± 0.194 % 90.501 ± 0.216 %
|
| 352 |
+
73 3.1698 ± 0.0502 0.04910 ± 0.00427 0.09633 ± 0.00197 12.213 ± 0.192 % 90.524 ± 0.215 %
|
| 353 |
+
74 3.1944 ± 0.0504 0.04852 ± 0.00424 0.09605 ± 0.00196 12.181 ± 0.191 % 90.530 ± 0.213 %
|
| 354 |
+
75 3.1962 ± 0.0502 0.04832 ± 0.00420 0.09579 ± 0.00194 12.163 ± 0.190 % 90.515 ± 0.212 %
|
| 355 |
+
76 3.1588 ± 0.0492 0.04841 ± 0.00416 0.09506 ± 0.00193 12.125 ± 0.189 % 90.619 ± 0.209 %
|
| 356 |
+
77 3.1232 ± 0.0481 0.04823 ± 0.00414 0.09482 ± 0.00192 12.126 ± 0.188 % 90.700 ± 0.207 %
|
| 357 |
+
78 3.0899 ± 0.0471 0.04871 ± 0.00411 0.09487 ± 0.00192 12.156 ± 0.187 % 90.754 ± 0.205 %
|
| 358 |
+
79 3.0607 ± 0.0462 0.04872 ± 0.00409 0.09487 ± 0.00191 12.148 ± 0.186 % 90.802 ± 0.204 %
|
| 359 |
+
80 3.0332 ± 0.0454 0.04876 ± 0.00409 0.09590 ± 0.00192 12.243 ± 0.185 % 90.819 ± 0.202 %
|
| 360 |
+
81 3.0115 ± 0.0446 0.04928 ± 0.00407 0.09626 ± 0.00191 12.307 ± 0.184 % 90.825 ± 0.201 %
|
| 361 |
+
82 3.0021 ± 0.0442 0.05074 ± 0.00409 0.09710 ± 0.00192 12.370 ± 0.183 % 90.851 ± 0.199 %
|
| 362 |
+
83 3.0075 ± 0.0441 0.05160 ± 0.00409 0.09834 ± 0.00194 12.465 ± 0.184 % 90.824 ± 0.198 %
|
| 363 |
+
84 2.9847 ± 0.0434 0.05299 ± 0.00407 0.09883 ± 0.00194 12.518 ± 0.183 % 90.850 ± 0.197 %
|
| 364 |
+
85 2.9741 ± 0.0429 0.05381 ± 0.00406 0.09947 ± 0.00193 12.555 ± 0.182 % 90.851 ± 0.196 %
|
| 365 |
+
86 2.9709 ± 0.0426 0.05469 ± 0.00406 0.10060 ± 0.00194 12.633 ± 0.181 % 90.844 ± 0.195 %
|
| 366 |
+
87 2.9678 ± 0.0423 0.05778 ± 0.00408 0.10248 ± 0.00197 12.785 ± 0.180 % 90.778 ± 0.194 %
|
| 367 |
+
88 2.9580 ± 0.0419 0.06009 ± 0.00409 0.10411 ± 0.00200 12.924 ± 0.181 % 90.775 ± 0.193 %
|
| 368 |
+
89 2.9381 ± 0.0413 0.06097 ± 0.00408 0.10505 ± 0.00202 13.023 ± 0.181 % 90.760 ± 0.192 %
|
| 369 |
+
90 2.9279 ± 0.0408 0.06186 ± 0.00407 0.10574 ± 0.00201 13.074 ± 0.179 % 90.745 ± 0.191 %
|
| 370 |
+
91 2.9102 ± 0.0402 0.06277 ± 0.00404 0.10625 ± 0.00200 13.150 ± 0.179 % 90.743 ± 0.190 %
|
| 371 |
+
92 2.8920 ± 0.0396 0.06440 ± 0.00404 0.10758 ± 0.00202 13.254 ± 0.178 % 90.729 ± 0.189 %
|
| 372 |
+
93 2.8891 ± 0.0393 0.06629 ± 0.00403 0.10861 ± 0.00201 13.341 ± 0.177 % 90.694 ± 0.189 %
|
| 373 |
+
94 2.8765 ± 0.0388 0.06753 ± 0.00402 0.10945 ± 0.00201 13.413 ± 0.176 % 90.676 ± 0.188 %
|
| 374 |
+
95 2.8629 ± 0.0384 0.06912 ± 0.00401 0.11000 ± 0.00201 13.471 ± 0.175 % 90.671 ± 0.187 %
|
| 375 |
+
96 2.8607 ± 0.0381 0.07084 ± 0.00402 0.11155 ± 0.00201 13.598 ± 0.175 % 90.641 ± 0.186 %
|
| 376 |
+
97 2.8749 ± 0.0382 0.07264 ± 0.00401 0.11240 ± 0.00200 13.632 ± 0.173 % 90.572 ± 0.186 %
|
| 377 |
+
98 2.8713 ± 0.0380 0.07422 ± 0.00400 0.11293 ± 0.00199 13.668 ± 0.172 % 90.548 ± 0.185 %
|
| 378 |
+
99 2.8536 ± 0.0374 0.07397 ± 0.00399 0.11360 ± 0.00200 13.706 ± 0.171 % 90.533 ± 0.184 %
|
| 379 |
+
100 2.8316 ± 0.0368 0.07391 ± 0.00396 0.11322 ± 0.00199 13.696 ± 0.170 % 90.588 ± 0.183 %
|
| 380 |
+
101 2.8409 ± 0.0369 0.07301 ± 0.00394 0.11305 ± 0.00197 13.663 ± 0.169 % 90.604 ± 0.182 %
|
| 381 |
+
102 2.8240 ± 0.0364 0.07369 ± 0.00393 0.11363 ± 0.00197 13.735 ± 0.169 % 90.573 ± 0.181 %
|
| 382 |
+
103 2.8144 ± 0.0360 0.07429 ± 0.00392 0.11460 ± 0.00197 13.814 ± 0.168 % 90.524 ± 0.181 %
|
| 383 |
+
104 2.8101 ± 0.0357 0.07536 ± 0.00392 0.11541 ± 0.00197 13.871 ± 0.168 % 90.505 ± 0.180 %
|
| 384 |
+
105 2.8245 ± 0.0359 0.07629 ± 0.00390 0.11600 ± 0.00197 13.889 ± 0.167 % 90.461 ± 0.180 %
|
| 385 |
+
106 2.8498 ± 0.0361 0.07573 ± 0.00388 0.11567 ± 0.00195 13.849 ± 0.166 % 90.429 ± 0.179 %
|
| 386 |
+
107 2.9004 ± 0.0370 0.07466 ± 0.00386 0.11547 ± 0.00194 13.803 ± 0.165 % 90.401 ± 0.178 %
|
| 387 |
+
108 2.9095 ± 0.0370 0.07383 ± 0.00384 0.11500 ± 0.00193 13.772 ± 0.165 % 90.399 ± 0.178 %
|
| 388 |
+
109 2.9201 ± 0.0370 0.07305 ± 0.00381 0.11441 ± 0.00191 13.723 ± 0.164 % 90.416 ± 0.177 %
|
| 389 |
+
110 2.9563 ± 0.0375 0.07228 ± 0.00378 0.11392 ± 0.00189 13.672 ± 0.163 % 90.389 ± 0.176 %
|
| 390 |
+
111 2.9819 ± 0.0378 0.07227 ± 0.00376 0.11373 ± 0.00188 13.629 ± 0.162 % 90.352 ± 0.175 %
|
| 391 |
+
112 2.9574 ± 0.0373 0.07173 ± 0.00373 0.11286 ± 0.00186 13.579 ± 0.161 % 90.427 ± 0.174 %
|
| 392 |
+
113 2.9431 ± 0.0369 0.07182 ± 0.00372 0.11263 ± 0.00185 13.587 ± 0.161 % 90.449 ± 0.173 %
|
| 393 |
+
114 2.9440 ± 0.0367 0.07150 ± 0.00371 0.11290 ± 0.00185 13.576 ± 0.160 % 90.430 ± 0.173 %
|
| 394 |
+
115 2.9407 ± 0.0365 0.07110 ± 0.00369 0.11263 ± 0.00184 13.556 ± 0.159 % 90.445 ± 0.172 %
|
| 395 |
+
116 2.9447 ± 0.0364 0.07156 ± 0.00367 0.11304 ± 0.00183 13.585 ± 0.158 % 90.385 ± 0.171 %
|
| 396 |
+
117 2.9466 ± 0.0362 0.07162 ± 0.00365 0.11287 ± 0.00183 13.561 ± 0.157 % 90.390 ± 0.171 %
|
| 397 |
+
118 2.9512 ± 0.0361 0.07144 ± 0.00363 0.11265 ± 0.00181 13.532 ± 0.157 % 90.415 ± 0.170 %
|
| 398 |
+
119 2.9553 ± 0.0361 0.07081 ± 0.00361 0.11226 ± 0.00180 13.498 ± 0.156 % 90.430 ± 0.169 %
|
| 399 |
+
120 2.9527 ± 0.0359 0.07053 ± 0.00360 0.11234 ± 0.00179 13.494 ± 0.155 % 90.428 ± 0.168 %
|
| 400 |
+
121 2.9447 ± 0.0356 0.07069 ± 0.00360 0.11277 ± 0.00179 13.547 ± 0.154 % 90.400 ± 0.168 %
|
| 401 |
+
122 2.9456 ± 0.0354 0.06989 ± 0.00359 0.11274 ± 0.00178 13.531 ± 0.154 % 90.383 ± 0.167 %
|
| 402 |
+
123 2.9301 ± 0.0351 0.06947 ± 0.00356 0.11222 ± 0.00177 13.512 ± 0.153 % 90.432 ± 0.166 %
|
| 403 |
+
124 2.9296 ± 0.0349 0.06941 ± 0.00354 0.11181 ± 0.00176 13.489 ± 0.153 % 90.449 ± 0.165 %
|
| 404 |
+
125 2.9290 ± 0.0348 0.06870 ± 0.00353 0.11151 ± 0.00175 13.460 ± 0.152 % 90.472 ± 0.164 %
|
| 405 |
+
126 2.9270 ± 0.0346 0.06806 ± 0.00351 0.11123 ± 0.00174 13.439 ± 0.151 % 90.470 ± 0.164 %
|
| 406 |
+
127 2.9258 ± 0.0344 0.06781 ± 0.00349 0.11095 ± 0.00172 13.423 ± 0.150 % 90.483 ± 0.163 %
|
| 407 |
+
128 2.9410 ± 0.0346 0.06764 ± 0.00347 0.11077 ± 0.00171 13.399 ± 0.150 % 90.469 ± 0.163 %
|
| 408 |
+
129 2.9472 ± 0.0346 0.06725 ± 0.00345 0.11050 ± 0.00170 13.369 ± 0.149 % 90.473 ± 0.162 %
|
| 409 |
+
130 2.9479 ± 0.0344 0.06716 ± 0.00344 0.11056 ± 0.00169 13.368 ± 0.148 % 90.474 ± 0.161 %
|
| 410 |
+
131 2.9597 ± 0.0344 0.06667 ± 0.00342 0.11041 ± 0.00168 13.344 ± 0.148 % 90.430 ± 0.161 %
|
| 411 |
+
132 2.9609 ± 0.0343 0.06614 ± 0.00341 0.11064 ± 0.00168 13.368 ± 0.147 % 90.419 ± 0.160 %
|
| 412 |
+
133 2.9590 ± 0.0342 0.06631 ± 0.00340 0.11079 ± 0.00167 13.374 ± 0.146 % 90.423 ± 0.160 %
|
| 413 |
+
134 2.9730 ± 0.0343 0.06599 ± 0.00338 0.11039 ± 0.00166 13.339 ± 0.146 % 90.445 ± 0.159 %
|
| 414 |
+
135 2.9922 ± 0.0345 0.06568 ± 0.00337 0.11016 ± 0.00165 13.309 ± 0.145 % 90.452 ± 0.158 %
|
| 415 |
+
136 2.9869 ± 0.0343 0.06631 ± 0.00337 0.11062 ± 0.00165 13.337 ± 0.145 % 90.444 ± 0.158 %
|
| 416 |
+
137 2.9843 ± 0.0341 0.06667 ± 0.00336 0.11085 ± 0.00165 13.355 ± 0.144 % 90.437 ± 0.157 %
|
| 417 |
+
138 2.9819 ± 0.0340 0.06680 ± 0.00336 0.11111 ± 0.00164 13.374 ± 0.144 % 90.438 ± 0.157 %
|
| 418 |
+
139 2.9673 ± 0.0336 0.06640 ± 0.00334 0.11101 ± 0.00164 13.367 ± 0.143 % 90.467 ± 0.156 %
|
| 419 |
+
140 2.9823 ± 0.0338 0.06654 ± 0.00333 0.11085 ± 0.00163 13.345 ± 0.143 % 90.429 ± 0.156 %
|
| 420 |
+
141 2.9832 ± 0.0336 0.06639 ± 0.00331 0.11040 ± 0.00162 13.313 ± 0.142 % 90.430 ± 0.155 %
|
| 421 |
+
142 2.9780 ± 0.0335 0.06694 ± 0.00330 0.11043 ± 0.00161 13.322 ± 0.142 % 90.417 ± 0.155 %
|
| 422 |
+
143 2.9756 ± 0.0333 0.06651 ± 0.00328 0.10998 ± 0.00160 13.289 ± 0.141 % 90.437 ± 0.154 %
|
| 423 |
+
144 2.9759 ± 0.0331 0.06627 ± 0.00326 0.10959 ± 0.00159 13.265 ± 0.140 % 90.463 ± 0.153 %
|
| 424 |
+
145 2.9741 ± 0.0330 0.06599 ± 0.00325 0.10913 ± 0.00158 13.234 ± 0.140 % 90.464 ± 0.153 %
|
| 425 |
+
146 2.9672 ± 0.0328 0.06563 ± 0.00323 0.10870 ± 0.00157 13.211 ± 0.139 % 90.494 ± 0.152 %
|
| 426 |
+
147 2.9520 ± 0.0324 0.06549 ± 0.00321 0.10844 ± 0.00156 13.203 ± 0.139 % 90.522 ± 0.151 %
|
| 427 |
+
148 2.9469 ± 0.0323 0.06568 ± 0.00320 0.10855 ± 0.00156 13.217 ± 0.138 % 90.522 ± 0.151 %
|
| 428 |
+
149 2.9406 ± 0.0320 0.06522 ± 0.00319 0.10835 ± 0.00155 13.207 ± 0.138 % 90.517 ± 0.150 %
|
| 429 |
+
150 2.9377 ± 0.0319 0.06529 ± 0.00318 0.10839 ± 0.00155 13.203 ± 0.137 % 90.523 ± 0.150 %
|
| 430 |
+
151 2.9298 ± 0.0316 0.06543 ± 0.00316 0.10829 ± 0.00154 13.212 ± 0.137 % 90.526 ± 0.149 %
|
| 431 |
+
152 2.9278 ± 0.0315 0.06504 ± 0.00315 0.10801 ± 0.00153 13.186 ± 0.136 % 90.544 ± 0.149 %
|
| 432 |
+
153 2.9316 ± 0.0314 0.06486 ± 0.00314 0.10778 ± 0.00152 13.176 ± 0.136 % 90.560 ± 0.148 %
|
| 433 |
+
154 2.9296 ± 0.0313 0.06455 ± 0.00312 0.10730 ± 0.00151 13.144 ± 0.135 % 90.578 ± 0.147 %
|
| 434 |
+
155 2.9292 ± 0.0312 0.06459 ± 0.00311 0.10693 ± 0.00150 13.125 ± 0.134 % 90.588 ± 0.147 %
|
| 435 |
+
156 2.9316 ± 0.0311 0.06419 ± 0.00309 0.10651 ± 0.00150 13.093 ± 0.134 % 90.598 ± 0.146 %
|
| 436 |
+
157 2.9337 ± 0.0310 0.06385 ± 0.00308 0.10622 ± 0.00149 13.075 ± 0.133 % 90.618 ± 0.146 %
|
| 437 |
+
158 2.9351 ± 0.0309 0.06365 ± 0.00306 0.10584 ± 0.00148 13.049 ± 0.133 % 90.625 ± 0.145 %
|
| 438 |
+
159 2.9453 ± 0.0309 0.06352 ± 0.00305 0.10553 ± 0.00147 13.020 ± 0.132 % 90.620 ± 0.145 %
|
| 439 |
+
160 2.9546 ± 0.0310 0.06312 ± 0.00304 0.10532 ± 0.00146 12.996 ± 0.132 % 90.615 ± 0.144 %
|
| 440 |
+
161 2.9600 ± 0.0309 0.06272 ± 0.00302 0.10512 ± 0.00145 12.975 ± 0.131 % 90.617 ± 0.144 %
|
| 441 |
+
162 2.9541 ± 0.0308 0.06358 ± 0.00302 0.10547 ± 0.00145 13.007 ± 0.131 % 90.612 ± 0.143 %
|
| 442 |
+
163 2.9455 ± 0.0305 0.06431 ± 0.00302 0.10583 ± 0.00145 13.043 ± 0.130 % 90.627 ± 0.143 %
|
| 443 |
+
164 2.9500 ± 0.0305 0.06425 ± 0.00300 0.10589 ± 0.00145 13.038 ± 0.130 % 90.617 ± 0.143 %
|
| 444 |
+
165 2.9434 ± 0.0303 0.06524 ± 0.00301 0.10653 ± 0.00145 13.077 ± 0.130 % 90.610 ± 0.142 %
|
| 445 |
+
166 2.9400 ± 0.0302 0.06591 ± 0.00301 0.10769 ± 0.00146 13.153 ± 0.130 % 90.550 ± 0.142 %
|
| 446 |
+
167 2.9534 ± 0.0302 0.06578 ± 0.00300 0.10800 ± 0.00146 13.150 ± 0.129 % 90.515 ± 0.142 %
|
| 447 |
+
168 2.9542 ± 0.0302 0.06589 ± 0.00299 0.10800 ± 0.00145 13.145 ± 0.129 % 90.516 ± 0.142 %
|
| 448 |
+
169 2.9776 ± 0.0304 0.06545 ± 0.00298 0.10796 ± 0.00144 13.124 ± 0.129 % 90.498 ± 0.141 %
|
| 449 |
+
170 2.9948 ± 0.0306 0.06522 ± 0.00297 0.10779 ± 0.00144 13.096 ± 0.128 % 90.480 ± 0.141 %
|
| 450 |
+
171 3.0066 ± 0.0307 0.06523 ± 0.00296 0.10790 ± 0.00143 13.119 ± 0.128 % 90.444 ± 0.141 %
|
| 451 |
+
172 3.0256 ± 0.0309 0.06519 ± 0.00295 0.10796 ± 0.00143 13.105 ± 0.128 % 90.397 ± 0.141 %
|
| 452 |
+
173 3.0152 ± 0.0306 0.06505 ± 0.00293 0.10753 ± 0.00142 13.080 ± 0.127 % 90.420 ± 0.140 %
|
| 453 |
+
174 3.0008 ± 0.0303 0.06479 ± 0.00292 0.10748 ± 0.00142 13.087 ± 0.127 % 90.437 ± 0.140 %
|
| 454 |
+
175 2.9862 ± 0.0300 0.06467 ± 0.00291 0.10729 ± 0.00141 13.089 ± 0.127 % 90.467 ± 0.139 %
|
| 455 |
+
176 2.9747 ± 0.0298 0.06493 ± 0.00290 0.10717 ± 0.00141 13.091 ± 0.126 % 90.492 ± 0.138 %
|
| 456 |
+
177 2.9606 ± 0.0295 0.06515 ± 0.00289 0.10699 ± 0.00140 13.101 ± 0.126 % 90.526 ± 0.138 %
|
| 457 |
+
178 2.9459 ± 0.0292 0.06504 ± 0.00288 0.10685 ± 0.00140 13.103 ± 0.126 % 90.557 ± 0.137 %
|
| 458 |
+
179 2.9347 ± 0.0290 0.06529 ± 0.00287 0.10690 ± 0.00140 13.119 ± 0.126 % 90.573 ± 0.137 %
|
| 459 |
+
180 2.9222 ± 0.0288 0.06548 ± 0.00287 0.10687 ± 0.00140 13.130 ± 0.126 % 90.601 ± 0.136 %
|
| 460 |
+
181 2.9176 ± 0.0287 0.06610 ± 0.00286 0.10693 ± 0.00140 13.150 ± 0.125 % 90.606 ± 0.136 %
|
| 461 |
+
182 2.9324 ± 0.0288 0.06576 ± 0.00285 0.10670 ± 0.00139 13.122 ± 0.125 % 90.599 ± 0.135 %
|
| 462 |
+
183 2.9499 ± 0.0290 0.06530 ± 0.00284 0.10649 ± 0.00138 13.101 ± 0.125 % 90.601 ± 0.135 %
|
| 463 |
+
184 2.9744 ± 0.0293 0.06485 ± 0.00283 0.10628 ± 0.00138 13.075 ± 0.124 % 90.586 ± 0.135 %
|
| 464 |
+
185 2.9921 ± 0.0295 0.06462 ± 0.00282 0.10594 ± 0.00137 13.044 ± 0.124 % 90.578 ± 0.135 %
|
| 465 |
+
186 3.0029 ± 0.0295 0.06468 ± 0.00281 0.10569 ± 0.00136 13.023 ± 0.124 % 90.580 ± 0.134 %
|
| 466 |
+
187 3.0232 ± 0.0297 0.06449 ± 0.00280 0.10550 ± 0.00136 12.996 ± 0.123 % 90.584 ± 0.134 %
|
| 467 |
+
188 3.0478 ± 0.0300 0.06409 ± 0.00279 0.10534 ± 0.00135 12.966 ± 0.123 % 90.559 ± 0.134 %
|
| 468 |
+
189 3.0698 ± 0.0302 0.06378 ± 0.00278 0.10512 ± 0.00135 12.937 ± 0.122 % 90.551 ± 0.133 %
|
| 469 |
+
190 3.0870 ± 0.0304 0.06364 ± 0.00277 0.10495 ± 0.00134 12.911 ± 0.122 % 90.553 ± 0.133 %
|
| 470 |
+
191 3.1017 ± 0.0305 0.06327 ± 0.00276 0.10477 ± 0.00133 12.888 ± 0.122 % 90.537 ± 0.133 %
|
| 471 |
+
192 3.1104 ± 0.0306 0.06305 ± 0.00275 0.10448 ± 0.00133 12.865 ± 0.121 % 90.549 ± 0.132 %
|
| 472 |
+
193 3.1166 ± 0.0306 0.06263 ± 0.00274 0.10413 ± 0.00132 12.839 ± 0.121 % 90.552 ± 0.132 %
|
| 473 |
+
194 3.1202 ± 0.0306 0.06263 ± 0.00273 0.10396 ± 0.00131 12.823 ± 0.121 % 90.544 ± 0.132 %
|
| 474 |
+
195 3.1174 ± 0.0304 0.06248 ± 0.00272 0.10374 ± 0.00131 12.806 ± 0.120 % 90.550 ± 0.131 %
|
| 475 |
+
196 3.1212 ± 0.0304 0.06254 ± 0.00271 0.10406 ± 0.00131 12.814 ± 0.120 % 90.514 ± 0.131 %
|
| 476 |
+
197 3.1350 ± 0.0305 0.06232 ± 0.00270 0.10403 ± 0.00130 12.799 ± 0.119 % 90.505 ± 0.131 %
|
| 477 |
+
198 3.1493 ± 0.0306 0.06208 ± 0.00269 0.10378 ± 0.00130 12.776 ± 0.119 % 90.499 ± 0.130 %
|
| 478 |
+
199 3.1496 ± 0.0306 0.06227 ± 0.00269 0.10373 ± 0.00129 12.766 ± 0.119 % 90.496 ± 0.130 %
|
| 479 |
+
200 3.1548 ± 0.0305 0.06184 ± 0.00268 0.10367 ± 0.00129 12.752 ± 0.118 % 90.482 ± 0.130 %
|
| 480 |
+
201 3.1569 ± 0.0305 0.06174 ± 0.00267 0.10333 ± 0.00128 12.726 ± 0.118 % 90.502 ± 0.130 %
|
| 481 |
+
202 3.1609 ± 0.0305 0.06186 ± 0.00266 0.10332 ± 0.00128 12.730 ± 0.118 % 90.493 ± 0.129 %
|
| 482 |
+
203 3.1587 ± 0.0304 0.06171 ± 0.00265 0.10337 ± 0.00128 12.725 ± 0.117 % 90.503 ± 0.129 %
|
| 483 |
+
204 3.1671 ± 0.0304 0.06138 ± 0.00264 0.10320 ± 0.00127 12.703 ± 0.117 % 90.494 ± 0.129 %
|
| 484 |
+
205 3.1750 ± 0.0304 0.06117 ± 0.00263 0.10298 ± 0.00127 12.683 ± 0.117 % 90.495 ± 0.128 %
|
| 485 |
+
206 3.1812 ± 0.0304 0.06098 ± 0.00262 0.10273 ± 0.00126 12.662 ± 0.116 % 90.480 ± 0.128 %
|
| 486 |
+
207 3.1875 ± 0.0304 0.06092 ± 0.00261 0.10247 ± 0.00125 12.641 ± 0.116 % 90.471 ± 0.128 %
|
| 487 |
+
208 3.1877 ± 0.0303 0.06078 ± 0.00261 0.10257 ± 0.00125 12.653 ± 0.116 % 90.460 ± 0.128 %
|
| 488 |
+
209 3.1890 ± 0.0303 0.06048 ± 0.00260 0.10227 ± 0.00125 12.629 ± 0.115 % 90.472 ± 0.127 %
|
| 489 |
+
210 3.1858 ± 0.0301 0.06063 ± 0.00259 0.10231 ± 0.00124 12.634 ± 0.115 % 90.469 ± 0.127 %
|
| 490 |
+
211 3.1891 ± 0.0301 0.06034 ± 0.00258 0.10209 ± 0.00124 12.612 ± 0.115 % 90.475 ± 0.127 %
|
| 491 |
+
212 3.1900 ± 0.0300 0.06011 ± 0.00258 0.10195 ± 0.00123 12.599 ± 0.115 % 90.459 ± 0.126 %
|
| 492 |
+
213 3.1936 ± 0.0300 0.06010 ± 0.00257 0.10176 ± 0.00123 12.583 ± 0.114 % 90.458 ± 0.126 %
|
| 493 |
+
214 3.1982 ± 0.0300 0.05977 ± 0.00256 0.10166 ± 0.00122 12.566 ± 0.114 % 90.443 ± 0.126 %
|
| 494 |
+
215 3.2016 ± 0.0299 0.05984 ± 0.00255 0.10162 ± 0.00122 12.557 ± 0.113 % 90.442 ± 0.126 %
|
| 495 |
+
216 3.2067 ± 0.0299 0.05969 ± 0.00254 0.10141 ± 0.00121 12.538 ± 0.113 % 90.447 ± 0.125 %
|
| 496 |
+
217 3.2098 ± 0.0299 0.05935 ± 0.00253 0.10117 ± 0.00121 12.519 ± 0.113 % 90.445 ± 0.125 %
|
| 497 |
+
218 3.2178 ± 0.0299 0.05913 ± 0.00253 0.10104 ± 0.00120 12.503 ± 0.112 % 90.448 ± 0.125 %
|
| 498 |
+
219 3.2118 ± 0.0298 0.05898 ± 0.00252 0.10095 ± 0.00120 12.502 ± 0.112 % 90.456 ± 0.124 %
|
| 499 |
+
220 3.2099 ± 0.0297 0.05874 ± 0.00251 0.10071 ± 0.00119 12.485 ± 0.112 % 90.462 ± 0.124 %
|
| 500 |
+
221 3.2075 ± 0.0296 0.05869 ± 0.00251 0.10055 ± 0.00119 12.475 ± 0.112 % 90.471 ± 0.124 %
|
| 501 |
+
222 3.2091 ± 0.0296 0.05872 ± 0.00250 0.10033 ± 0.00118 12.455 ± 0.111 % 90.480 ± 0.123 %
|
| 502 |
+
223 3.2083 ± 0.0295 0.05864 ± 0.00250 0.10012 ± 0.00118 12.437 ± 0.111 % 90.481 ± 0.123 %
|
| 503 |
+
224 3.2143 ± 0.0295 0.05852 ± 0.00249 0.09989 ± 0.00118 12.417 ± 0.111 % 90.492 ± 0.123 %
|
| 504 |
+
225 3.2160 ± 0.0294 0.05839 ± 0.00248 0.09977 ± 0.00117 12.406 ± 0.110 % 90.477 ± 0.123 %
|
| 505 |
+
226 3.2223 ± 0.0294 0.05814 ± 0.00247 0.09961 ± 0.00117 12.388 ± 0.110 % 90.455 ± 0.122 %
|
| 506 |
+
227 3.2190 ± 0.0293 0.05803 ± 0.00246 0.09946 ± 0.00116 12.375 ± 0.110 % 90.462 ± 0.122 %
|
| 507 |
+
228 3.2174 ± 0.0292 0.05788 ± 0.00246 0.09932 ± 0.00116 12.363 ± 0.109 % 90.475 ± 0.122 %
|
| 508 |
+
229 3.2094 ± 0.0291 0.05816 ± 0.00245 0.09957 ± 0.00116 12.387 ± 0.109 % 90.479 ± 0.121 %
|
| 509 |
+
230 3.2023 ± 0.0289 0.05871 ± 0.00245 0.09977 ± 0.00116 12.407 ± 0.109 % 90.483 ± 0.121 %
|
| 510 |
+
231 3.2001 ± 0.0288 0.05918 ± 0.00246 0.09997 ± 0.00116 12.435 ± 0.109 % 90.478 ± 0.121 %
|
| 511 |
+
232 3.2016 ± 0.0288 0.05916 ± 0.00245 0.10001 ± 0.00115 12.436 ± 0.109 % 90.467 ± 0.121 %
|
| 512 |
+
233 3.2005 ± 0.0287 0.05907 ± 0.00245 0.10035 ± 0.00115 12.454 ± 0.109 % 90.452 ± 0.121 %
|
| 513 |
+
234 3.1942 ± 0.0286 0.05935 ± 0.00245 0.10059 ± 0.00116 12.478 ± 0.109 % 90.458 ± 0.120 %
|
| 514 |
+
235 3.1835 ± 0.0284 0.05938 ± 0.00245 0.10034 ± 0.00115 12.466 ± 0.108 % 90.486 ± 0.120 %
|
| 515 |
+
236 3.1784 ± 0.0283 0.06010 ± 0.00244 0.10056 ± 0.00115 12.483 ± 0.108 % 90.487 ± 0.120 %
|
| 516 |
+
237 3.1702 ± 0.0281 0.06012 ± 0.00244 0.10082 ± 0.00116 12.503 ± 0.108 % 90.482 ± 0.119 %
|
| 517 |
+
238 3.1729 ± 0.0281 0.06007 ± 0.00243 0.10088 ± 0.00115 12.503 ± 0.108 % 90.473 ± 0.119 %
|
| 518 |
+
239 3.1878 ± 0.0282 0.05994 ± 0.00243 0.10078 ± 0.00115 12.484 ± 0.107 % 90.455 ± 0.119 %
|
| 519 |
+
240 3.2032 ± 0.0283 0.05982 ± 0.00242 0.10066 ± 0.00114 12.467 ± 0.107 % 90.446 ± 0.119 %
|
| 520 |
+
241 3.2155 ± 0.0284 0.05949 ± 0.00241 0.10049 ± 0.00114 12.449 ± 0.107 % 90.440 ± 0.119 %
|
| 521 |
+
242 3.2253 ± 0.0285 0.05921 ± 0.00241 0.10034 ± 0.00114 12.427 ± 0.107 % 90.438 ± 0.118 %
|
| 522 |
+
243 3.2377 ± 0.0286 0.05895 ± 0.00240 0.10020 ± 0.00113 12.407 ± 0.106 % 90.427 ± 0.118 %
|
| 523 |
+
244 3.2498 ± 0.0286 0.05847 ± 0.00239 0.10016 ± 0.00113 12.392 ± 0.106 % 90.407 ± 0.118 %
|
| 524 |
+
245 3.2637 ± 0.0288 0.05823 ± 0.00239 0.10007 ± 0.00113 12.376 ± 0.106 % 90.403 ± 0.118 %
|
| 525 |
+
246 3.2754 ± 0.0288 0.05818 ± 0.00238 0.09991 ± 0.00112 12.358 ± 0.106 % 90.407 ± 0.118 %
|
| 526 |
+
247 3.2895 ± 0.0290 0.05804 ± 0.00238 0.09990 ± 0.00112 12.347 ± 0.105 % 90.395 ± 0.117 %
|
| 527 |
+
248 3.3005 ± 0.0291 0.05768 ± 0.00237 0.09990 ± 0.00111 12.334 ± 0.105 % 90.391 ± 0.117 %
|
| 528 |
+
249 3.3025 ± 0.0290 0.05770 ± 0.00237 0.09984 ± 0.00111 12.326 ± 0.105 % 90.395 ± 0.117 %
|
| 529 |
+
250 3.3028 ± 0.0290 0.05755 ± 0.00236 0.09973 ± 0.00111 12.314 ± 0.104 % 90.391 ± 0.117 %
|
| 530 |
+
251 3.2903 ± 0.0288 0.05751 ± 0.00236 0.09950 ± 0.00110 12.307 ± 0.104 % 90.415 ± 0.116 %
|
| 531 |
+
252 3.2797 ± 0.0286 0.05727 ± 0.00235 0.09933 ± 0.00110 12.302 ± 0.104 % 90.430 ± 0.116 %
|
| 532 |
+
253 3.2709 ± 0.0285 0.05706 ± 0.00234 0.09929 ± 0.00110 12.303 ± 0.104 % 90.443 ± 0.116 %
|
| 533 |
+
254 3.2673 ± 0.0284 0.05696 ± 0.00234 0.09932 ± 0.00110 12.313 ± 0.104 % 90.442 ± 0.116 %
|
| 534 |
+
255 3.2687 ± 0.0283 0.05682 ± 0.00233 0.09921 ± 0.00109 12.306 ± 0.103 % 90.428 ± 0.115 %
|
| 535 |
+
256 3.2690 ± 0.0283 0.05708 ± 0.00233 0.09932 ± 0.00109 12.306 ± 0.103 % 90.420 ± 0.115 %
|
| 536 |
+
257 3.2637 ± 0.0281 0.05705 ± 0.00232 0.09939 ± 0.00109 12.316 ± 0.103 % 90.416 ± 0.115 %
|
| 537 |
+
258 3.2613 ± 0.0281 0.05699 ± 0.00231 0.09930 ± 0.00109 12.307 ± 0.103 % 90.420 ± 0.115 %
|
| 538 |
+
259 3.2510 ± 0.0279 0.05709 ± 0.00231 0.09926 ± 0.00108 12.322 ± 0.102 % 90.429 ± 0.114 %
|
| 539 |
+
260 3.2454 ± 0.0278 0.05714 ± 0.00230 0.09921 ± 0.00108 12.319 ± 0.102 % 90.440 ± 0.114 %
|
| 540 |
+
261 3.2375 ± 0.0276 0.05700 ± 0.00230 0.09906 ± 0.00108 12.317 ± 0.102 % 90.459 ± 0.114 %
|
| 541 |
+
262 3.2315 ± 0.0275 0.05704 ± 0.00229 0.09902 ± 0.00107 12.316 ± 0.102 % 90.470 ± 0.114 %
|
| 542 |
+
263 3.2240 ± 0.0273 0.05692 ± 0.00229 0.09895 ± 0.00107 12.320 ± 0.102 % 90.475 ± 0.113 %
|
| 543 |
+
264 3.2193 ± 0.0272 0.05685 ± 0.00228 0.09886 ± 0.00107 12.317 ± 0.101 % 90.478 ± 0.113 %
|
| 544 |
+
265 3.2156 ± 0.0271 0.05711 ± 0.00228 0.09892 ± 0.00107 12.322 ± 0.101 % 90.485 ± 0.113 %
|
| 545 |
+
266 3.2121 ± 0.0270 0.05697 ± 0.00228 0.09887 ± 0.00106 12.315 ± 0.101 % 90.487 ± 0.113 %
|
| 546 |
+
267 3.2041 ± 0.0269 0.05690 ± 0.00227 0.09878 ± 0.00106 12.316 ± 0.101 % 90.502 ± 0.112 %
|
| 547 |
+
268 3.1971 ± 0.0268 0.05685 ± 0.00226 0.09874 ± 0.00106 12.323 ± 0.100 % 90.506 ± 0.112 %
|
| 548 |
+
269 3.1926 ± 0.0267 0.05678 ± 0.00226 0.09870 ± 0.00106 12.322 ± 0.100 % 90.520 ± 0.112 %
|
| 549 |
+
270 3.1907 ± 0.0266 0.05677 ± 0.00226 0.09873 ± 0.00105 12.324 ± 0.100 % 90.508 ± 0.112 %
|
| 550 |
+
271 3.1878 ± 0.0265 0.05680 ± 0.00225 0.09865 ± 0.00105 12.318 ± 0.100 % 90.510 ± 0.111 %
|
| 551 |
+
272 3.1820 ± 0.0264 0.05667 ± 0.00225 0.09854 ± 0.00105 12.312 ± 0.099 % 90.528 ± 0.111 %
|
| 552 |
+
273 3.1789 ± 0.0263 0.05622 ± 0.00224 0.09861 ± 0.00105 12.316 ± 0.099 % 90.532 ± 0.111 %
|
| 553 |
+
274 3.1699 ± 0.0262 0.05610 ± 0.00224 0.09847 ± 0.00104 12.310 ± 0.099 % 90.552 ± 0.111 %
|
| 554 |
+
275 3.1620 ± 0.0260 0.05612 ± 0.00223 0.09846 ± 0.00104 12.311 ± 0.099 % 90.568 ± 0.110 %
|
| 555 |
+
276 3.1517 ± 0.0259 0.05633 ± 0.00223 0.09851 ± 0.00105 12.323 ± 0.099 % 90.588 ± 0.110 %
|
| 556 |
+
277 3.1438 ± 0.0257 0.05657 ± 0.00223 0.09859 ± 0.00105 12.337 ± 0.099 % 90.601 ± 0.110 %
|
| 557 |
+
278 3.1341 ± 0.0256 0.05657 ± 0.00222 0.09858 ± 0.00105 12.351 ± 0.099 % 90.618 ± 0.110 %
|
| 558 |
+
279 3.1348 ± 0.0255 0.05643 ± 0.00222 0.09848 ± 0.00105 12.344 ± 0.099 % 90.618 ± 0.109 %
|
| 559 |
+
280 3.1380 ± 0.0255 0.05654 ± 0.00221 0.09860 ± 0.00104 12.341 ± 0.099 % 90.599 ± 0.109 %
|
| 560 |
+
281 3.1408 ± 0.0255 0.05627 ± 0.00221 0.09846 ± 0.00104 12.326 ± 0.098 % 90.595 ± 0.109 %
|
| 561 |
+
282 3.1463 ± 0.0255 0.05625 ± 0.00220 0.09842 ± 0.00104 12.319 ± 0.098 % 90.590 ± 0.109 %
|
| 562 |
+
283 3.1515 ± 0.0255 0.05622 ± 0.00220 0.09833 ± 0.00103 12.309 ± 0.098 % 90.587 ± 0.109 %
|
| 563 |
+
284 3.1535 ± 0.0255 0.05616 ± 0.00219 0.09840 ± 0.00103 12.310 ± 0.098 % 90.573 ± 0.109 %
|
| 564 |
+
285 3.1564 ± 0.0255 0.05636 ± 0.00219 0.09836 ± 0.00103 12.305 ± 0.097 % 90.572 ± 0.108 %
|
| 565 |
+
286 3.1628 ± 0.0255 0.05608 ± 0.00219 0.09825 ± 0.00102 12.292 ± 0.097 % 90.565 ± 0.108 %
|
| 566 |
+
287 3.1738 ± 0.0256 0.05591 ± 0.00218 0.09814 ± 0.00102 12.277 ± 0.097 % 90.558 ± 0.108 %
|
| 567 |
+
288 3.1748 ± 0.0255 0.05583 ± 0.00218 0.09805 ± 0.00102 12.270 ± 0.097 % 90.565 ± 0.108 %
|
| 568 |
+
289 3.1760 ± 0.0255 0.05557 ± 0.00217 0.09797 ± 0.00102 12.261 ± 0.097 % 90.561 ± 0.108 %
|
| 569 |
+
290 3.1798 ± 0.0255 0.05546 ± 0.00217 0.09781 ± 0.00101 12.245 ± 0.096 % 90.561 ± 0.108 %
|
| 570 |
+
291 3.1827 ± 0.0255 0.05536 ± 0.00216 0.09765 ± 0.00101 12.231 ± 0.096 % 90.567 ± 0.107 %
|
| 571 |
+
292 3.1776 ± 0.0254 0.05531 ± 0.00215 0.09745 ± 0.00101 12.221 ± 0.096 % 90.586 ± 0.107 %
|
| 572 |
+
293 3.1687 ± 0.0252 0.05535 ± 0.00215 0.09738 ± 0.00100 12.222 ± 0.096 % 90.602 ± 0.107 %
|
| 573 |
+
294 3.1632 ± 0.0251 0.05559 ± 0.00215 0.09770 ± 0.00100 12.251 ± 0.096 % 90.592 ± 0.107 %
|
| 574 |
+
295 3.1628 ± 0.0251 0.05576 ± 0.00215 0.09789 ± 0.00100 12.262 ± 0.095 % 90.590 ± 0.106 %
|
| 575 |
+
296 3.1567 ± 0.0250 0.05574 ± 0.00214 0.09799 ± 0.00100 12.279 ± 0.095 % 90.588 ± 0.106 %
|
| 576 |
+
297 3.1540 ± 0.0249 0.05617 ± 0.00215 0.09818 ± 0.00100 12.296 ± 0.095 % 90.580 ± 0.106 %
|
| 577 |
+
298 3.1513 ± 0.0248 0.05655 ± 0.00215 0.09834 ± 0.00100 12.310 ± 0.095 % 90.566 ± 0.106 %
|
| 578 |
+
299 3.1473 ± 0.0247 0.05660 ± 0.00214 0.09842 ± 0.00100 12.320 ± 0.095 % 90.563 ± 0.106 %
|
| 579 |
+
300 3.1470 ± 0.0247 0.05688 ± 0.00214 0.09844 ± 0.00099 12.318 ± 0.094 % 90.557 ± 0.106 %
|
| 580 |
+
301 3.1458 ± 0.0246 0.05702 ± 0.00214 0.09874 ± 0.00099 12.335 ± 0.094 % 90.532 ± 0.106 %
|
| 581 |
+
302 3.1436 ± 0.0245 0.05742 ± 0.00214 0.09892 ± 0.00099 12.351 ± 0.094 % 90.523 ± 0.106 %
|
| 582 |
+
303 3.1420 ± 0.0245 0.05751 ± 0.00213 0.09908 ± 0.00099 12.363 ± 0.094 % 90.521 ± 0.105 %
|
| 583 |
+
304 3.1398 ± 0.0244 0.05794 ± 0.00213 0.09922 ± 0.00099 12.382 ± 0.094 % 90.522 ± 0.105 %
|
| 584 |
+
305 3.1339 ± 0.0243 0.05780 ± 0.00213 0.09919 ± 0.00099 12.386 ± 0.093 % 90.520 ± 0.105 %
|
| 585 |
+
306 3.1298 ± 0.0242 0.05805 ± 0.00213 0.09925 ± 0.00099 12.388 ± 0.093 % 90.519 ± 0.105 %
|
| 586 |
+
307 3.1321 ± 0.0242 0.05819 ± 0.00213 0.09945 ± 0.00099 12.398 ± 0.093 % 90.494 ± 0.105 %
|
| 587 |
+
308 3.1373 ± 0.0242 0.05802 ± 0.00212 0.09927 ± 0.00098 12.382 ± 0.093 % 90.500 ± 0.105 %
|
| 588 |
+
309 3.1481 ± 0.0243 0.05785 ± 0.00211 0.09908 ± 0.00098 12.367 ± 0.093 % 90.496 ± 0.104 %
|
| 589 |
+
310 3.1378 ± 0.0241 0.05768 ± 0.00211 0.09885 ± 0.00098 12.354 ± 0.092 % 90.522 ± 0.104 %
|
| 590 |
+
311 3.1317 ± 0.0240 0.05768 ± 0.00211 0.09889 ± 0.00098 12.363 ± 0.092 % 90.531 ± 0.104 %
|
| 591 |
+
312 3.1249 ± 0.0239 0.05776 ± 0.00211 0.09903 ± 0.00098 12.386 ± 0.092 % 90.528 ± 0.104 %
|
| 592 |
+
313 3.1214 ± 0.0238 0.05784 ± 0.00210 0.09916 ± 0.00097 12.395 ± 0.092 % 90.527 ± 0.104 %
|
| 593 |
+
314 3.1176 ± 0.0237 0.05791 ± 0.00210 0.09937 ± 0.00097 12.409 ± 0.092 % 90.523 ± 0.104 %
|
| 594 |
+
315 3.1179 ± 0.0237 0.05819 ± 0.00210 0.09964 ± 0.00097 12.430 ± 0.092 % 90.504 ± 0.103 %
|
| 595 |
+
316 3.1167 ± 0.0236 0.05829 ± 0.00210 0.09963 ± 0.00097 12.427 ± 0.091 % 90.491 ± 0.103 %
|
| 596 |
+
317 3.1162 ± 0.0236 0.05837 ± 0.00210 0.09967 ± 0.00097 12.428 ± 0.091 % 90.493 ± 0.103 %
|
| 597 |
+
318 3.1153 ± 0.0235 0.05839 ± 0.00209 0.09971 ± 0.00097 12.430 ± 0.091 % 90.501 ± 0.103 %
|
| 598 |
+
319 3.1129 ± 0.0235 0.05857 ± 0.00209 0.09971 ± 0.00096 12.430 ± 0.091 % 90.506 ± 0.103 %
|
| 599 |
+
320 3.1108 ± 0.0234 0.05863 ± 0.00208 0.09983 ± 0.00096 12.435 ± 0.091 % 90.498 ± 0.103 %
|
| 600 |
+
321 3.1138 ± 0.0234 0.05860 ± 0.00208 0.09980 ± 0.00096 12.427 ± 0.090 % 90.492 ± 0.103 %
|
| 601 |
+
322 3.1153 ± 0.0234 0.05860 ± 0.00208 0.10011 ± 0.00096 12.443 ± 0.090 % 90.474 ± 0.102 %
|
| 602 |
+
323 3.1096 ± 0.0233 0.05870 ± 0.00208 0.10015 ± 0.00096 12.450 ± 0.090 % 90.474 ± 0.102 %
|
| 603 |
+
324 3.1063 ± 0.0232 0.05885 ± 0.00208 0.10027 ± 0.00096 12.465 ± 0.090 % 90.472 ± 0.102 %
|
| 604 |
+
325 3.1051 ± 0.0232 0.05872 ± 0.00208 0.10042 ± 0.00096 12.475 ± 0.090 % 90.464 ± 0.102 %
|
| 605 |
+
326 3.1032 ± 0.0231 0.05885 ± 0.00208 0.10054 ± 0.00096 12.489 ± 0.090 % 90.467 ± 0.102 %
|
| 606 |
+
327 3.1056 ± 0.0231 0.05877 ± 0.00207 0.10069 ± 0.00095 12.494 ± 0.089 % 90.437 ± 0.102 %
|
| 607 |
+
328 3.1036 ± 0.0230 0.05878 ± 0.00207 0.10070 ± 0.00095 12.500 ± 0.089 % 90.445 ± 0.102 %
|
| 608 |
+
329 3.1034 ± 0.0230 0.05871 ± 0.00207 0.10084 ± 0.00095 12.506 ± 0.089 % 90.444 ± 0.101 %
|
| 609 |
+
330 3.1022 ± 0.0230 0.05859 ± 0.00206 0.10072 ± 0.00095 12.499 ± 0.089 % 90.452 ± 0.101 %
|
| 610 |
+
331 3.0979 ± 0.0229 0.05857 ± 0.00206 0.10082 ± 0.00095 12.508 ± 0.089 % 90.460 ± 0.101 %
|
| 611 |
+
332 3.0994 ± 0.0228 0.05847 ± 0.00206 0.10069 ± 0.00095 12.500 ± 0.089 % 90.469 ± 0.101 %
|
| 612 |
+
333 3.1020 ± 0.0228 0.05838 ± 0.00206 0.10083 ± 0.00095 12.508 ± 0.089 % 90.458 ± 0.101 %
|
| 613 |
+
334 3.1054 ± 0.0228 0.05821 ± 0.00205 0.10074 ± 0.00095 12.497 ± 0.089 % 90.457 ± 0.101 %
|
| 614 |
+
335 3.1054 ± 0.0228 0.05798 ± 0.00205 0.10062 ± 0.00095 12.487 ± 0.088 % 90.464 ± 0.100 %
|
| 615 |
+
336 3.1057 ± 0.0227 0.05784 ± 0.00204 0.10053 ± 0.00094 12.482 ± 0.088 % 90.465 ± 0.100 %
|
| 616 |
+
337 3.1066 ± 0.0227 0.05778 ± 0.00204 0.10044 ± 0.00094 12.478 ± 0.088 % 90.463 ± 0.100 %
|
| 617 |
+
338 3.1060 ± 0.0227 0.05757 ± 0.00204 0.10028 ± 0.00094 12.468 ± 0.088 % 90.468 ± 0.100 %
|
| 618 |
+
339 3.1058 ± 0.0226 0.05736 ± 0.00203 0.10017 ± 0.00094 12.459 ± 0.088 % 90.473 ± 0.100 %
|
| 619 |
+
340 3.1090 ± 0.0226 0.05744 ± 0.00203 0.10009 ± 0.00094 12.453 ± 0.088 % 90.463 ± 0.100 %
|
| 620 |
+
341 3.1114 ± 0.0226 0.05723 ± 0.00202 0.09994 ± 0.00093 12.441 ± 0.088 % 90.470 ± 0.100 %
|
| 621 |
+
342 3.1135 ± 0.0226 0.05715 ± 0.00202 0.09986 ± 0.00093 12.432 ± 0.087 % 90.471 ± 0.099 %
|
| 622 |
+
343 3.1186 ± 0.0226 0.05698 ± 0.00202 0.09975 ± 0.00093 12.420 ± 0.087 % 90.477 ± 0.099 %
|
| 623 |
+
344 3.1236 ± 0.0226 0.05699 ± 0.00201 0.09969 ± 0.00093 12.415 ± 0.087 % 90.478 ± 0.099 %
|
| 624 |
+
345 3.1335 ± 0.0227 0.05714 ± 0.00201 0.09965 ± 0.00092 12.406 ± 0.087 % 90.470 ± 0.099 %
|
| 625 |
+
346 3.1330 ± 0.0227 0.05694 ± 0.00201 0.09956 ± 0.00092 12.397 ± 0.087 % 90.482 ± 0.099 %
|
| 626 |
+
347 3.1255 ± 0.0225 0.05709 ± 0.00200 0.09971 ± 0.00092 12.421 ± 0.087 % 90.479 ± 0.099 %
|
| 627 |
+
348 3.1192 ± 0.0224 0.05722 ± 0.00200 0.09983 ± 0.00092 12.437 ± 0.087 % 90.480 ± 0.099 %
|
| 628 |
+
349 3.1143 ± 0.0224 0.05741 ± 0.00200 0.10003 ± 0.00092 12.462 ± 0.087 % 90.475 ± 0.098 %
|
| 629 |
+
350 3.1075 ± 0.0223 0.05728 ± 0.00199 0.09986 ± 0.00092 12.453 ± 0.086 % 90.495 ± 0.098 %
|
| 630 |
+
351 3.0996 ± 0.0222 0.05711 ± 0.00199 0.09967 ± 0.00092 12.444 ± 0.086 % 90.514 ± 0.098 %
|
| 631 |
+
352 3.0965 ± 0.0221 0.05721 ± 0.00199 0.09957 ± 0.00092 12.441 ± 0.086 % 90.528 ± 0.098 %
|
| 632 |
+
353 3.0935 ± 0.0220 0.05748 ± 0.00198 0.09964 ± 0.00092 12.456 ± 0.086 % 90.529 ± 0.098 %
|
| 633 |
+
354 3.0888 ± 0.0220 0.05790 ± 0.00199 0.10017 ± 0.00092 12.494 ± 0.086 % 90.513 ± 0.098 %
|
| 634 |
+
355 3.0839 ± 0.0219 0.05816 ± 0.00198 0.10040 ± 0.00093 12.524 ± 0.086 % 90.511 ± 0.097 %
|
| 635 |
+
356 3.0815 ± 0.0218 0.05872 ± 0.00198 0.10068 ± 0.00093 12.552 ± 0.086 % 90.509 ± 0.097 %
|
| 636 |
+
357 3.0763 ± 0.0217 0.05894 ± 0.00198 0.10085 ± 0.00093 12.575 ± 0.086 % 90.506 ± 0.097 %
|
| 637 |
+
358 3.0722 ± 0.0217 0.05940 ± 0.00198 0.10111 ± 0.00093 12.595 ± 0.086 % 90.505 ± 0.097 %
|
| 638 |
+
359 3.0723 ± 0.0217 0.05990 ± 0.00198 0.10158 ± 0.00093 12.619 ± 0.086 % 90.490 ± 0.097 %
|
| 639 |
+
360 3.0691 ± 0.0216 0.06036 ± 0.00199 0.10210 ± 0.00094 12.645 ± 0.086 % 90.481 ± 0.097 %
|
| 640 |
+
361 3.0619 ± 0.0215 0.06014 ± 0.00199 0.10210 ± 0.00094 12.655 ± 0.086 % 90.490 ± 0.097 %
|
| 641 |
+
362 3.0569 ± 0.0214 0.06061 ± 0.00199 0.10247 ± 0.00094 12.691 ± 0.086 % 90.479 ± 0.097 %
|
| 642 |
+
363 3.0529 ± 0.0213 0.06107 ± 0.00199 0.10273 ± 0.00094 12.720 ± 0.086 % 90.470 ± 0.097 %
|
| 643 |
+
364 3.0516 ± 0.0213 0.06129 ± 0.00198 0.10311 ± 0.00094 12.751 ± 0.086 % 90.458 ± 0.096 %
|
| 644 |
+
365 3.0476 ± 0.0212 0.06150 ± 0.00198 0.10328 ± 0.00094 12.767 ± 0.086 % 90.445 ± 0.096 %
|
| 645 |
+
366 3.0453 ± 0.0212 0.06142 ± 0.00198 0.10359 ± 0.00094 12.787 ± 0.086 % 90.435 ± 0.096 %
|
| 646 |
+
367 3.0409 ± 0.0211 0.06163 ± 0.00198 0.10384 ± 0.00094 12.805 ± 0.086 % 90.441 ± 0.096 %
|
| 647 |
+
368 3.0356 ± 0.0210 0.06188 ± 0.00198 0.10409 ± 0.00094 12.834 ± 0.085 % 90.436 ± 0.096 %
|
| 648 |
+
369 3.0308 ± 0.0209 0.06224 ± 0.00198 0.10426 ± 0.00095 12.856 ± 0.085 % 90.436 ± 0.096 %
|
| 649 |
+
370 3.0294 ± 0.0209 0.06234 ± 0.00198 0.10442 ± 0.00094 12.863 ± 0.085 % 90.439 ± 0.096 %
|
| 650 |
+
371 3.0264 ± 0.0208 0.06283 ± 0.00198 0.10466 ± 0.00095 12.882 ± 0.085 % 90.435 ± 0.096 %
|
| 651 |
+
372 3.0269 ± 0.0208 0.06317 ± 0.00198 0.10486 ± 0.00094 12.895 ± 0.085 % 90.419 ± 0.096 %
|
| 652 |
+
373 3.0263 ± 0.0208 0.06341 ± 0.00198 0.10520 ± 0.00094 12.915 ± 0.085 % 90.404 ± 0.096 %
|
| 653 |
+
374 3.0273 ± 0.0208 0.06361 ± 0.00197 0.10536 ± 0.00094 12.926 ± 0.085 % 90.398 ± 0.095 %
|
| 654 |
+
375 3.0247 ± 0.0207 0.06362 ± 0.00197 0.10542 ± 0.00094 12.931 ± 0.085 % 90.397 ± 0.095 %
|
| 655 |
+
376 3.0208 ± 0.0206 0.06380 ± 0.00197 0.10548 ± 0.00094 12.945 ± 0.085 % 90.396 ± 0.095 %
|
| 656 |
+
377 3.0173 ± 0.0206 0.06409 ± 0.00197 0.10553 ± 0.00094 12.952 ± 0.085 % 90.400 ± 0.095 %
|
| 657 |
+
378 3.0163 ± 0.0205 0.06452 ± 0.00197 0.10593 ± 0.00094 12.980 ± 0.084 % 90.382 ± 0.095 %
|
| 658 |
+
379 3.0184 ± 0.0205 0.06464 ± 0.00197 0.10622 ± 0.00094 12.990 ± 0.084 % 90.365 ± 0.095 %
|
| 659 |
+
380 3.0136 ± 0.0204 0.06483 ± 0.00197 0.10641 ± 0.00094 13.000 ± 0.084 % 90.365 ± 0.095 %
|
| 660 |
+
381 3.0101 ± 0.0204 0.06487 ± 0.00197 0.10639 ± 0.00094 13.003 ± 0.084 % 90.365 ± 0.095 %
|
| 661 |
+
382 3.0064 ± 0.0203 0.06487 ± 0.00196 0.10633 ± 0.00094 13.005 ± 0.084 % 90.378 ± 0.094 %
|
| 662 |
+
383 3.0100 ± 0.0204 0.06487 ± 0.00196 0.10634 ± 0.00094 13.002 ± 0.084 % 90.376 ± 0.094 %
|
| 663 |
+
384 3.0163 ± 0.0204 0.06464 ± 0.00196 0.10627 ± 0.00093 12.994 ± 0.084 % 90.371 ± 0.094 %
|
| 664 |
+
385 3.0217 ± 0.0204 0.06463 ± 0.00195 0.10617 ± 0.00093 12.984 ± 0.084 % 90.373 ± 0.094 %
|
| 665 |
+
386 3.0293 ± 0.0205 0.06434 ± 0.00195 0.10607 ± 0.00093 12.972 ± 0.083 % 90.376 ± 0.094 %
|
| 666 |
+
387 3.0337 ± 0.0205 0.06420 ± 0.00195 0.10601 ± 0.00093 12.965 ± 0.083 % 90.373 ± 0.094 %
|
| 667 |
+
388 3.0400 ± 0.0205 0.06397 ± 0.00194 0.10588 ± 0.00093 12.953 ± 0.083 % 90.381 ± 0.094 %
|
| 668 |
+
389 3.0473 ± 0.0205 0.06380 ± 0.00194 0.10578 ± 0.00092 12.945 ± 0.083 % 90.374 ± 0.094 %
|
| 669 |
+
390 3.0489 ± 0.0205 0.06355 ± 0.00194 0.10567 ± 0.00092 12.934 ± 0.083 % 90.378 ± 0.094 %
|
| 670 |
+
391 3.0414 ± 0.0204 0.06347 ± 0.00193 0.10546 ± 0.00092 12.923 ± 0.083 % 90.399 ± 0.093 %
|
| 671 |
+
392 3.0351 ± 0.0204 0.06354 ± 0.00193 0.10542 ± 0.00092 12.928 ± 0.083 % 90.413 ± 0.093 %
|
| 672 |
+
393 3.0277 ± 0.0203 0.06345 ± 0.00192 0.10525 ± 0.00092 12.922 ± 0.083 % 90.430 ± 0.093 %
|
| 673 |
+
394 3.0272 ± 0.0202 0.06342 ± 0.00192 0.10514 ± 0.00091 12.913 ± 0.083 % 90.431 ± 0.093 %
|
| 674 |
+
395 3.0216 ± 0.0202 0.06355 ± 0.00192 0.10523 ± 0.00092 12.930 ± 0.083 % 90.438 ± 0.093 %
|
| 675 |
+
396 3.0165 ± 0.0201 0.06345 ± 0.00192 0.10508 ± 0.00091 12.923 ± 0.083 % 90.456 ± 0.092 %
|
| 676 |
+
397 3.0101 ± 0.0200 0.06347 ± 0.00192 0.10504 ± 0.00092 12.922 ± 0.083 % 90.471 ± 0.092 %
|
| 677 |
+
398 3.0030 ± 0.0199 0.06351 ± 0.00191 0.10495 ± 0.00092 12.917 ± 0.082 % 90.488 ± 0.092 %
|
| 678 |
+
399 2.9973 ± 0.0199 0.06351 ± 0.00191 0.10483 ± 0.00091 12.915 ± 0.082 % 90.502 ± 0.092 %
|
| 679 |
+
400 2.9907 ± 0.0198 0.06338 ± 0.00191 0.10463 ± 0.00091 12.903 ± 0.082 % 90.524 ± 0.092 %
|
| 680 |
+
401 2.9837 ± 0.0197 0.06334 ± 0.00190 0.10462 ± 0.00091 12.909 ± 0.082 % 90.536 ± 0.092 %
|
| 681 |
+
402 2.9776 ± 0.0196 0.06335 ± 0.00190 0.10459 ± 0.00091 12.913 ± 0.082 % 90.550 ± 0.091 %
|
| 682 |
+
403 2.9707 ± 0.0195 0.06329 ± 0.00190 0.10447 ± 0.00091 12.912 ± 0.082 % 90.568 ± 0.091 %
|
| 683 |
+
404 2.9631 ± 0.0194 0.06325 ± 0.00189 0.10432 ± 0.00091 12.909 ± 0.082 % 90.585 ± 0.091 %
|
| 684 |
+
405 2.9568 ± 0.0194 0.06319 ± 0.00189 0.10426 ± 0.00091 12.906 ± 0.082 % 90.600 ± 0.091 %
|
| 685 |
+
406 2.9494 ± 0.0193 0.06310 ± 0.00189 0.10415 ± 0.00091 12.905 ± 0.082 % 90.617 ± 0.091 %
|
| 686 |
+
407 2.9423 ± 0.0192 0.06299 ± 0.00188 0.10399 ± 0.00091 12.899 ± 0.082 % 90.635 ± 0.090 %
|
| 687 |
+
408 2.9352 ± 0.0191 0.06294 ± 0.00188 0.10389 ± 0.00091 12.896 ± 0.082 % 90.655 ± 0.090 %
|
| 688 |
+
409 2.9304 ± 0.0190 0.06318 ± 0.00188 0.10404 ± 0.00091 12.917 ± 0.082 % 90.657 ± 0.090 %
|
| 689 |
+
410 2.9244 ± 0.0189 0.06330 ± 0.00188 0.10396 ± 0.00091 12.916 ± 0.082 % 90.669 ± 0.090 %
|
| 690 |
+
411 2.9187 ± 0.0189 0.06328 ± 0.00187 0.10392 ± 0.00091 12.918 ± 0.082 % 90.681 ± 0.090 %
|
| 691 |
+
412 2.9148 ± 0.0188 0.06336 ± 0.00187 0.10390 ± 0.00091 12.914 ± 0.082 % 90.694 ± 0.090 %
|
| 692 |
+
413 2.9107 ± 0.0188 0.06334 ± 0.00187 0.10377 ± 0.00091 12.908 ± 0.082 % 90.708 ± 0.089 %
|
| 693 |
+
414 2.9087 ± 0.0187 0.06321 ± 0.00187 0.10378 ± 0.00091 12.907 ± 0.082 % 90.715 ± 0.089 %
|
| 694 |
+
415 2.9066 ± 0.0187 0.06355 ± 0.00187 0.10384 ± 0.00090 12.916 ± 0.082 % 90.721 ± 0.089 %
|
| 695 |
+
416 2.9043 ± 0.0187 0.06364 ± 0.00186 0.10396 ± 0.00090 12.926 ± 0.081 % 90.723 ± 0.089 %
|
| 696 |
+
417 2.8988 ± 0.0186 0.06358 ± 0.00186 0.10391 ± 0.00090 12.929 ± 0.081 % 90.731 ± 0.089 %
|
| 697 |
+
418 2.8932 ± 0.0185 0.06364 ± 0.00186 0.10390 ± 0.00090 12.930 ± 0.081 % 90.745 ± 0.089 %
|
| 698 |
+
419 2.8985 ± 0.0185 0.06360 ± 0.00186 0.10393 ± 0.00090 12.926 ± 0.081 % 90.743 ± 0.089 %
|
| 699 |
+
420 2.8936 ± 0.0185 0.06361 ± 0.00185 0.10380 ± 0.00090 12.920 ± 0.081 % 90.754 ± 0.089 %
|
| 700 |
+
421 2.8914 ± 0.0184 0.06377 ± 0.00185 0.10383 ± 0.00090 12.924 ± 0.081 % 90.752 ± 0.088 %
|
| 701 |
+
422 2.8931 ± 0.0184 0.06369 ± 0.00185 0.10374 ± 0.00090 12.918 ± 0.081 % 90.756 ± 0.088 %
|
| 702 |
+
423 2.8897 ± 0.0184 0.06361 ± 0.00185 0.10364 ± 0.00090 12.914 ± 0.081 % 90.762 ± 0.088 %
|
| 703 |
+
424 2.8852 ± 0.0183 0.06371 ± 0.00184 0.10360 ± 0.00090 12.919 ± 0.081 % 90.771 ± 0.088 %
|
| 704 |
+
425 2.8812 ± 0.0183 0.06380 ± 0.00184 0.10361 ± 0.00089 12.924 ± 0.081 % 90.776 ± 0.088 %
|
| 705 |
+
426 2.8791 ± 0.0182 0.06390 ± 0.00184 0.10361 ± 0.00089 12.927 ± 0.081 % 90.782 ± 0.088 %
|
| 706 |
+
427 2.8773 ± 0.0182 0.06404 ± 0.00184 0.10357 ± 0.00089 12.927 ± 0.080 % 90.787 ± 0.088 %
|
| 707 |
+
428 2.8741 ± 0.0181 0.06413 ± 0.00184 0.10360 ± 0.00089 12.932 ± 0.080 % 90.786 ± 0.088 %
|
| 708 |
+
429 2.8693 ± 0.0181 0.06401 ± 0.00183 0.10361 ± 0.00089 12.938 ± 0.080 % 90.795 ± 0.087 %
|
| 709 |
+
430 2.8651 ± 0.0180 0.06400 ± 0.00183 0.10356 ± 0.00089 12.938 ± 0.080 % 90.803 ± 0.087 %
|
| 710 |
+
431 2.8657 ± 0.0180 0.06390 ± 0.00183 0.10349 ± 0.00089 12.933 ± 0.080 % 90.804 ± 0.087 %
|
| 711 |
+
432 2.8616 ± 0.0180 0.06392 ± 0.00182 0.10344 ± 0.00089 12.932 ± 0.080 % 90.811 ± 0.087 %
|
| 712 |
+
433 2.8569 ± 0.0179 0.06383 ± 0.00182 0.10338 ± 0.00089 12.933 ± 0.080 % 90.822 ± 0.087 %
|
| 713 |
+
434 2.8533 ± 0.0178 0.06390 ± 0.00182 0.10338 ± 0.00089 12.939 ± 0.080 % 90.825 ± 0.087 %
|
| 714 |
+
435 2.8493 ± 0.0178 0.06385 ± 0.00182 0.10327 ± 0.00089 12.934 ± 0.080 % 90.837 ± 0.087 %
|
| 715 |
+
436 2.8440 ± 0.0177 0.06388 ± 0.00182 0.10318 ± 0.00088 12.934 ± 0.080 % 90.849 ± 0.086 %
|
| 716 |
+
437 2.8383 ± 0.0176 0.06391 ± 0.00181 0.10322 ± 0.00089 12.943 ± 0.080 % 90.859 ± 0.086 %
|
| 717 |
+
438 2.8339 ± 0.0176 0.06405 ± 0.00181 0.10331 ± 0.00089 12.957 ± 0.080 % 90.862 ± 0.086 %
|
| 718 |
+
439 2.8331 ± 0.0176 0.06402 ± 0.00181 0.10333 ± 0.00089 12.963 ± 0.080 % 90.864 ± 0.086 %
|
| 719 |
+
440 2.8298 ± 0.0175 0.06410 ± 0.00181 0.10332 ± 0.00088 12.964 ± 0.080 % 90.871 ± 0.086 %
|
| 720 |
+
441 2.8279 ± 0.0175 0.06408 ± 0.00181 0.10342 ± 0.00088 12.978 ± 0.080 % 90.869 ± 0.086 %
|
| 721 |
+
442 2.8235 ± 0.0174 0.06412 ± 0.00180 0.10337 ± 0.00088 12.975 ± 0.079 % 90.880 ± 0.086 %
|
| 722 |
+
443 2.8290 ± 0.0174 0.06398 ± 0.00180 0.10324 ± 0.00088 12.963 ± 0.079 % 90.881 ± 0.086 %
|
| 723 |
+
444 2.8368 ± 0.0175 0.06401 ± 0.00180 0.10316 ± 0.00088 12.951 ± 0.079 % 90.875 ± 0.086 %
|
| 724 |
+
445 2.8344 ± 0.0175 0.06395 ± 0.00180 0.10304 ± 0.00088 12.944 ± 0.079 % 90.885 ± 0.085 %
|
| 725 |
+
446 2.8337 ± 0.0174 0.06388 ± 0.00179 0.10302 ± 0.00088 12.942 ± 0.079 % 90.885 ± 0.085 %
|
| 726 |
+
447 2.8354 ± 0.0174 0.06368 ± 0.00179 0.10299 ± 0.00087 12.938 ± 0.079 % 90.876 ± 0.085 %
|
| 727 |
+
448 2.8374 ± 0.0174 0.06360 ± 0.00179 0.10297 ± 0.00087 12.936 ± 0.079 % 90.872 ± 0.085 %
|
| 728 |
+
449 2.8440 ± 0.0175 0.06353 ± 0.00179 0.10291 ± 0.00087 12.927 ± 0.079 % 90.858 ± 0.085 %
|
| 729 |
+
450 2.8458 ± 0.0175 0.06352 ± 0.00178 0.10284 ± 0.00087 12.922 ± 0.079 % 90.856 ± 0.085 %
|
| 730 |
+
451 2.8481 ± 0.0175 0.06346 ± 0.00178 0.10276 ± 0.00087 12.915 ± 0.079 % 90.860 ± 0.085 %
|
| 731 |
+
452 2.8526 ± 0.0175 0.06349 ± 0.00178 0.10268 ± 0.00087 12.907 ± 0.078 % 90.852 ± 0.085 %
|
| 732 |
+
453 2.8604 ± 0.0175 0.06339 ± 0.00178 0.10258 ± 0.00086 12.895 ± 0.078 % 90.842 ± 0.085 %
|
| 733 |
+
454 2.8659 ± 0.0176 0.06326 ± 0.00177 0.10250 ± 0.00086 12.887 ± 0.078 % 90.834 ± 0.085 %
|
| 734 |
+
455 2.8686 ± 0.0176 0.06310 ± 0.00177 0.10241 ± 0.00086 12.878 ± 0.078 % 90.836 ± 0.085 %
|
| 735 |
+
456 2.8740 ± 0.0176 0.06296 ± 0.00177 0.10231 ± 0.00086 12.867 ± 0.078 % 90.838 ± 0.085 %
|
| 736 |
+
457 2.8724 ± 0.0175 0.06296 ± 0.00177 0.10231 ± 0.00086 12.866 ± 0.078 % 90.839 ± 0.085 %
|
| 737 |
+
458 2.8760 ± 0.0176 0.06282 ± 0.00176 0.10221 ± 0.00086 12.856 ± 0.078 % 90.843 ± 0.084 %
|
| 738 |
+
459 2.8782 ± 0.0176 0.06268 ± 0.00176 0.10205 ± 0.00085 12.845 ± 0.078 % 90.850 ± 0.084 %
|
| 739 |
+
460 2.8846 ± 0.0176 0.06255 ± 0.00176 0.10198 ± 0.00085 12.834 ± 0.078 % 90.841 ± 0.084 %
|
| 740 |
+
461 2.8906 ± 0.0176 0.06243 ± 0.00175 0.10189 ± 0.00085 12.822 ± 0.078 % 90.835 ± 0.084 %
|
| 741 |
+
462 2.8941 ± 0.0176 0.06233 ± 0.00175 0.10177 ± 0.00085 12.813 ± 0.077 % 90.834 ± 0.084 %
|
| 742 |
+
463 2.8944 ± 0.0176 0.06226 ± 0.00175 0.10178 ± 0.00085 12.814 ± 0.077 % 90.834 ± 0.084 %
|
| 743 |
+
464 2.8930 ± 0.0176 0.06229 ± 0.00175 0.10184 ± 0.00085 12.817 ± 0.077 % 90.838 ± 0.084 %
|
| 744 |
+
465 2.8932 ± 0.0176 0.06250 ± 0.00175 0.10194 ± 0.00085 12.823 ± 0.077 % 90.833 ± 0.084 %
|
| 745 |
+
466 2.8991 ± 0.0176 0.06248 ± 0.00175 0.10192 ± 0.00085 12.817 ± 0.077 % 90.831 ± 0.084 %
|
| 746 |
+
467 2.8985 ± 0.0176 0.06250 ± 0.00174 0.10187 ± 0.00084 12.812 ± 0.077 % 90.833 ± 0.084 %
|
| 747 |
+
468 2.8954 ± 0.0176 0.06247 ± 0.00174 0.10188 ± 0.00084 12.814 ± 0.077 % 90.837 ± 0.084 %
|
| 748 |
+
469 2.9011 ± 0.0176 0.06235 ± 0.00174 0.10182 ± 0.00084 12.805 ± 0.077 % 90.828 ± 0.083 %
|
| 749 |
+
470 2.9029 ± 0.0176 0.06224 ± 0.00174 0.10177 ± 0.00084 12.799 ± 0.077 % 90.827 ± 0.083 %
|
| 750 |
+
471 2.9055 ± 0.0176 0.06211 ± 0.00174 0.10171 ± 0.00084 12.791 ± 0.077 % 90.823 ± 0.083 %
|
| 751 |
+
472 2.9090 ± 0.0176 0.06207 ± 0.00173 0.10161 ± 0.00084 12.782 ± 0.077 % 90.822 ± 0.083 %
|
| 752 |
+
473 2.9103 ± 0.0176 0.06195 ± 0.00173 0.10152 ± 0.00084 12.774 ± 0.076 % 90.824 ± 0.083 %
|
| 753 |
+
474 2.9117 ± 0.0176 0.06178 ± 0.00173 0.10139 ± 0.00083 12.764 ± 0.076 % 90.820 ± 0.083 %
|
| 754 |
+
475 2.9135 ± 0.0176 0.06165 ± 0.00172 0.10132 ± 0.00083 12.757 ± 0.076 % 90.824 ± 0.083 %
|
| 755 |
+
476 2.9163 ± 0.0176 0.06151 ± 0.00172 0.10121 ± 0.00083 12.749 ± 0.076 % 90.823 ± 0.083 %
|
| 756 |
+
477 2.9195 ± 0.0176 0.06142 ± 0.00172 0.10109 ± 0.00083 12.738 ± 0.076 % 90.827 ± 0.083 %
|
| 757 |
+
478 2.9217 ± 0.0176 0.06127 ± 0.00172 0.10101 ± 0.00083 12.731 ± 0.076 % 90.827 ± 0.083 %
|
| 758 |
+
479 2.9241 ± 0.0176 0.06110 ± 0.00171 0.10090 ± 0.00083 12.721 ± 0.076 % 90.835 ± 0.083 %
|
| 759 |
+
480 2.9260 ± 0.0176 0.06089 ± 0.00171 0.10084 ± 0.00083 12.712 ± 0.076 % 90.833 ± 0.082 %
|
| 760 |
+
481 2.9298 ± 0.0176 0.06094 ± 0.00171 0.10076 ± 0.00082 12.704 ± 0.076 % 90.834 ± 0.082 %
|
| 761 |
+
482 2.9320 ± 0.0176 0.06080 ± 0.00171 0.10068 ± 0.00082 12.696 ± 0.076 % 90.837 ± 0.082 %
|
| 762 |
+
483 2.9350 ± 0.0176 0.06069 ± 0.00170 0.10060 ± 0.00082 12.686 ± 0.075 % 90.840 ± 0.082 %
|
| 763 |
+
484 2.9318 ± 0.0176 0.06068 ± 0.00170 0.10050 ± 0.00082 12.681 ± 0.075 % 90.851 ± 0.082 %
|
| 764 |
+
485 2.9363 ± 0.0176 0.06057 ± 0.00170 0.10041 ± 0.00082 12.672 ± 0.075 % 90.854 ± 0.082 %
|
| 765 |
+
486 2.9380 ± 0.0176 0.06039 ± 0.00170 0.10034 ± 0.00082 12.665 ± 0.075 % 90.860 ± 0.082 %
|
| 766 |
+
487 2.9444 ± 0.0176 0.06031 ± 0.00169 0.10024 ± 0.00082 12.656 ± 0.075 % 90.862 ± 0.082 %
|
| 767 |
+
488 2.9494 ± 0.0176 0.06024 ± 0.00169 0.10017 ± 0.00081 12.647 ± 0.075 % 90.861 ± 0.082 %
|
| 768 |
+
489 2.9547 ± 0.0177 0.06009 ± 0.00169 0.10006 ± 0.00081 12.637 ± 0.075 % 90.869 ± 0.082 %
|
| 769 |
+
490 2.9545 ± 0.0177 0.06017 ± 0.00169 0.10005 ± 0.00081 12.635 ± 0.075 % 90.870 ± 0.081 %
|
| 770 |
+
491 2.9599 ± 0.0177 0.06006 ± 0.00168 0.09995 ± 0.00081 12.625 ± 0.075 % 90.870 ± 0.081 %
|
| 771 |
+
492 2.9646 ± 0.0177 0.05998 ± 0.00168 0.09986 ± 0.00081 12.615 ± 0.075 % 90.867 ± 0.081 %
|
| 772 |
+
493 2.9681 ± 0.0177 0.05977 ± 0.00168 0.09977 ± 0.00081 12.608 ± 0.075 % 90.867 ± 0.081 %
|
| 773 |
+
494 2.9726 ± 0.0177 0.05957 ± 0.00168 0.09972 ± 0.00081 12.600 ± 0.075 % 90.872 ± 0.081 %
|
| 774 |
+
495 2.9783 ± 0.0178 0.05939 ± 0.00168 0.09965 ± 0.00080 12.591 ± 0.074 % 90.867 ± 0.081 %
|
| 775 |
+
496 2.9781 ± 0.0177 0.05935 ± 0.00167 0.09964 ± 0.00080 12.590 ± 0.074 % 90.863 ± 0.081 %
|
| 776 |
+
497 2.9796 ± 0.0177 0.05930 ± 0.00167 0.09960 ± 0.00080 12.587 ± 0.074 % 90.859 ± 0.081 %
|
| 777 |
+
498 2.9816 ± 0.0177 0.05924 ± 0.00167 0.09952 ± 0.00080 12.579 ± 0.074 % 90.862 ± 0.081 %
|
| 778 |
+
499 2.9838 ± 0.0177 0.05912 ± 0.00167 0.09944 ± 0.00080 12.571 ± 0.074 % 90.863 ± 0.081 %
|
| 779 |
+
500 2.9872 ± 0.0177 0.05909 ± 0.00166 0.09935 ± 0.00080 12.561 ± 0.074 % 90.856 ± 0.081 %
|
| 780 |
+
501 2.9881 ± 0.0177 0.05901 ± 0.00166 0.09929 ± 0.00080 12.555 ± 0.074 % 90.855 ± 0.081 %
|
| 781 |
+
502 2.9898 ± 0.0177 0.05891 ± 0.00166 0.09922 ± 0.00079 12.547 ± 0.074 % 90.848 ± 0.081 %
|
| 782 |
+
503 2.9953 ± 0.0177 0.05887 ± 0.00166 0.09913 ± 0.00079 12.539 ± 0.074 % 90.849 ± 0.081 %
|
| 783 |
+
504 3.0009 ± 0.0178 0.05875 ± 0.00165 0.09903 ± 0.00079 12.529 ± 0.074 % 90.847 ± 0.080 %
|
| 784 |
+
505 3.0016 ± 0.0178 0.05867 ± 0.00165 0.09897 ± 0.00079 12.522 ± 0.074 % 90.847 ± 0.080 %
|
| 785 |
+
506 3.0017 ± 0.0177 0.05861 ± 0.00165 0.09885 ± 0.00079 12.513 ± 0.073 % 90.849 ± 0.080 %
|
| 786 |
+
507 3.0036 ± 0.0177 0.05861 ± 0.00165 0.09885 ± 0.00079 12.513 ± 0.073 % 90.847 ± 0.080 %
|
| 787 |
+
508 3.0070 ± 0.0178 0.05852 ± 0.00165 0.09877 ± 0.00079 12.504 ± 0.073 % 90.847 ± 0.080 %
|
| 788 |
+
509 3.0129 ± 0.0178 0.05838 ± 0.00165 0.09874 ± 0.00079 12.498 ± 0.073 % 90.839 ± 0.080 %
|
| 789 |
+
510 3.0159 ± 0.0178 0.05833 ± 0.00164 0.09865 ± 0.00078 12.490 ± 0.073 % 90.843 ± 0.080 %
|
| 790 |
+
511 3.0208 ± 0.0178 0.05830 ± 0.00164 0.09857 ± 0.00078 12.482 ± 0.073 % 90.838 ± 0.080 %
|
| 791 |
+
512 3.0145 ± 0.0178 0.05820 ± 0.00164 0.09844 ± 0.00078 12.475 ± 0.073 % 90.852 ± 0.080 %
|
| 792 |
+
513 3.0104 ± 0.0177 0.05842 ± 0.00164 0.09857 ± 0.00078 12.491 ± 0.073 % 90.853 ± 0.080 %
|
| 793 |
+
514 3.0057 ± 0.0176 0.05857 ± 0.00164 0.09857 ± 0.00078 12.497 ± 0.073 % 90.860 ± 0.080 %
|
| 794 |
+
515 3.0024 ± 0.0176 0.05864 ± 0.00163 0.09860 ± 0.00078 12.504 ± 0.073 % 90.860 ± 0.080 %
|
| 795 |
+
516 2.9995 ± 0.0176 0.05868 ± 0.00163 0.09867 ± 0.00078 12.513 ± 0.073 % 90.859 ± 0.079 %
|
| 796 |
+
517 2.9975 ± 0.0175 0.05880 ± 0.00163 0.09869 ± 0.00078 12.516 ± 0.073 % 90.859 ± 0.079 %
|
| 797 |
+
518 2.9939 ± 0.0175 0.05888 ± 0.00163 0.09872 ± 0.00078 12.522 ± 0.073 % 90.864 ± 0.079 %
|
| 798 |
+
519 2.9893 ± 0.0174 0.05894 ± 0.00163 0.09869 ± 0.00078 12.524 ± 0.073 % 90.872 ± 0.079 %
|
| 799 |
+
520 2.9876 ± 0.0174 0.05881 ± 0.00163 0.09867 ± 0.00078 12.523 ± 0.073 % 90.874 ± 0.079 %
|
| 800 |
+
521 2.9852 ± 0.0174 0.05898 ± 0.00163 0.09878 ± 0.00078 12.537 ± 0.073 % 90.873 ± 0.079 %
|
| 801 |
+
522 2.9807 ± 0.0173 0.05898 ± 0.00162 0.09877 ± 0.00078 12.544 ± 0.073 % 90.880 ± 0.079 %
|
| 802 |
+
523 2.9784 ± 0.0173 0.05931 ± 0.00163 0.09894 ± 0.00078 12.556 ± 0.073 % 90.880 ± 0.079 %
|
| 803 |
+
524 2.9809 ± 0.0173 0.05915 ± 0.00162 0.09894 ± 0.00078 12.552 ± 0.072 % 90.883 ± 0.079 %
|
| 804 |
+
525 2.9778 ± 0.0172 0.05900 ± 0.00162 0.09886 ± 0.00078 12.549 ± 0.072 % 90.889 ± 0.079 %
|
| 805 |
+
526 2.9747 ± 0.0172 0.05913 ± 0.00162 0.09893 ± 0.00078 12.558 ± 0.072 % 90.891 ± 0.079 %
|
| 806 |
+
527 2.9748 ± 0.0172 0.05926 ± 0.00162 0.09895 ± 0.00078 12.561 ± 0.072 % 90.893 ± 0.078 %
|
| 807 |
+
528 2.9728 ± 0.0172 0.05936 ± 0.00162 0.09904 ± 0.00077 12.573 ± 0.072 % 90.888 ± 0.078 %
|
| 808 |
+
529 2.9689 ± 0.0171 0.05934 ± 0.00162 0.09899 ± 0.00077 12.576 ± 0.072 % 90.897 ± 0.078 %
|
| 809 |
+
530 2.9656 ± 0.0171 0.05933 ± 0.00161 0.09894 ± 0.00077 12.576 ± 0.072 % 90.900 ± 0.078 %
|
| 810 |
+
531 2.9624 ± 0.0170 0.05922 ± 0.00161 0.09891 ± 0.00077 12.578 ± 0.072 % 90.907 ± 0.078 %
|
| 811 |
+
532 2.9618 ± 0.0170 0.05921 ± 0.00161 0.09901 ± 0.00077 12.590 ± 0.072 % 90.897 ± 0.078 %
|
| 812 |
+
533 2.9596 ± 0.0170 0.05926 ± 0.00161 0.09901 ± 0.00077 12.589 ± 0.072 % 90.899 ± 0.078 %
|
| 813 |
+
534 2.9584 ± 0.0170 0.05924 ± 0.00161 0.09895 ± 0.00077 12.584 ± 0.072 % 90.902 ± 0.078 %
|
| 814 |
+
535 2.9556 ± 0.0169 0.05913 ± 0.00161 0.09889 ± 0.00077 12.577 ± 0.072 % 90.909 ± 0.078 %
|
| 815 |
+
536 2.9536 ± 0.0169 0.05910 ± 0.00160 0.09886 ± 0.00077 12.572 ± 0.072 % 90.916 ± 0.078 %
|
| 816 |
+
537 2.9486 ± 0.0168 0.05917 ± 0.00160 0.09884 ± 0.00077 12.573 ± 0.072 % 90.926 ± 0.078 %
|
| 817 |
+
538 2.9448 ± 0.0168 0.05930 ± 0.00160 0.09895 ± 0.00077 12.584 ± 0.072 % 90.926 ± 0.078 %
|
| 818 |
+
539 2.9409 ± 0.0167 0.05929 ± 0.00160 0.09894 ± 0.00077 12.588 ± 0.072 % 90.935 ± 0.077 %
|
| 819 |
+
540 2.9405 ± 0.0167 0.05926 ± 0.00160 0.09904 ± 0.00077 12.595 ± 0.071 % 90.927 ± 0.077 %
|
| 820 |
+
541 2.9411 ± 0.0167 0.05945 ± 0.00160 0.09917 ± 0.00077 12.602 ± 0.071 % 90.915 ± 0.077 %
|
| 821 |
+
542 2.9391 ± 0.0167 0.05963 ± 0.00160 0.09929 ± 0.00077 12.617 ± 0.071 % 90.908 ± 0.077 %
|
| 822 |
+
543 2.9376 ± 0.0166 0.05967 ± 0.00160 0.09946 ± 0.00077 12.630 ± 0.071 % 90.905 ± 0.077 %
|
| 823 |
+
544 2.9375 ± 0.0166 0.05981 ± 0.00160 0.09963 ± 0.00077 12.641 ± 0.071 % 90.895 ± 0.077 %
|
| 824 |
+
545 2.9352 ± 0.0166 0.05984 ± 0.00160 0.09970 ± 0.00077 12.643 ± 0.071 % 90.895 ± 0.077 %
|
| 825 |
+
546 2.9353 ± 0.0166 0.05993 ± 0.00159 0.09976 ± 0.00077 12.646 ± 0.071 % 90.893 ± 0.077 %
|
| 826 |
+
547 2.9328 ± 0.0165 0.06014 ± 0.00160 0.09995 ± 0.00077 12.662 ± 0.071 % 90.892 ± 0.077 %
|
| 827 |
+
548 2.9305 ± 0.0165 0.06032 ± 0.00159 0.09998 ± 0.00077 12.666 ± 0.071 % 90.889 ± 0.077 %
|
| 828 |
+
549 2.9271 ± 0.0165 0.06020 ± 0.00159 0.09990 ± 0.00077 12.664 ± 0.071 % 90.897 ± 0.077 %
|
| 829 |
+
550 2.9222 ± 0.0164 0.06010 ± 0.00159 0.09976 ± 0.00076 12.656 ± 0.071 % 90.913 ± 0.077 %
|
| 830 |
+
551 2.9168 ± 0.0164 0.06003 ± 0.00159 0.09963 ± 0.00076 12.649 ± 0.071 % 90.924 ± 0.077 %
|
| 831 |
+
552 2.9125 ± 0.0163 0.06002 ± 0.00158 0.09952 ± 0.00076 12.643 ± 0.071 % 90.936 ± 0.077 %
|
| 832 |
+
553 2.9078 ± 0.0163 0.05995 ± 0.00158 0.09945 ± 0.00076 12.639 ± 0.071 % 90.948 ± 0.076 %
|
| 833 |
+
554 2.9038 ± 0.0162 0.06001 ± 0.00158 0.09947 ± 0.00076 12.639 ± 0.071 % 90.952 ± 0.076 %
|
| 834 |
+
555 2.8989 ± 0.0162 0.05993 ± 0.00158 0.09943 ± 0.00076 12.642 ± 0.071 % 90.961 ± 0.076 %
|
| 835 |
+
556 2.8951 ± 0.0161 0.05994 ± 0.00158 0.09940 ± 0.00076 12.643 ± 0.070 % 90.971 ± 0.076 %
|
| 836 |
+
557 2.8905 ± 0.0161 0.05994 ± 0.00158 0.09936 ± 0.00076 12.645 ± 0.070 % 90.980 ± 0.076 %
|
| 837 |
+
558 2.8904 ± 0.0161 0.05994 ± 0.00157 0.09935 ± 0.00076 12.643 ± 0.070 % 90.980 ± 0.076 %
|
| 838 |
+
559 2.8873 ± 0.0160 0.05988 ± 0.00157 0.09941 ± 0.00076 12.655 ± 0.070 % 90.983 ± 0.076 %
|
| 839 |
+
560 2.8863 ± 0.0160 0.06004 ± 0.00157 0.09946 ± 0.00076 12.657 ± 0.070 % 90.981 ± 0.076 %
|
| 840 |
+
561 2.8871 ± 0.0160 0.06011 ± 0.00157 0.09951 ± 0.00076 12.661 ± 0.070 % 90.975 ± 0.076 %
|
| 841 |
+
562 2.8884 ± 0.0160 0.06026 ± 0.00157 0.09961 ± 0.00076 12.667 ± 0.070 % 90.969 ± 0.076 %
|
| 842 |
+
563 2.8925 ± 0.0160 0.06037 ± 0.00157 0.09969 ± 0.00076 12.667 ± 0.070 % 90.964 ± 0.076 %
|
| 843 |
+
564 2.8950 ± 0.0160 0.06042 ± 0.00157 0.09981 ± 0.00075 12.667 ± 0.070 % 90.954 ± 0.076 %
|
| 844 |
+
565 2.8927 ± 0.0160 0.06042 ± 0.00157 0.09982 ± 0.00075 12.667 ± 0.070 % 90.958 ± 0.076 %
|
| 845 |
+
|
| 846 |
+
====== Perplexity statistics ======
|
| 847 |
+
Mean PPL(Q) : 2.892748 ± 0.015981
|
| 848 |
+
Mean PPL(base) : 2.723132 ± 0.014900
|
| 849 |
+
Cor(ln(PPL(Q)), ln(PPL(base))): 95.94%
|
| 850 |
+
Mean ln(PPL(Q)/PPL(base)) : 0.060424 ± 0.001568
|
| 851 |
+
Mean PPL(Q)/PPL(base) : 1.062287 ± 0.001665
|
| 852 |
+
Mean PPL(Q)-PPL(base) : 0.169615 ± 0.004528
|
| 853 |
+
|
| 854 |
+
====== KL divergence statistics ======
|
| 855 |
+
Mean KLD: 0.099818 ± 0.000754
|
| 856 |
+
Maximum KLD: 8.413041
|
| 857 |
+
99.9% KLD: 3.231633
|
| 858 |
+
99.0% KLD: 1.391727
|
| 859 |
+
95.0% KLD: 0.484126
|
| 860 |
+
90.0% KLD: 0.248516
|
| 861 |
+
Median KLD: 0.009711
|
| 862 |
+
10.0% KLD: 0.000025
|
| 863 |
+
5.0% KLD: 0.000006
|
| 864 |
+
1.0% KLD: 0.000000
|
| 865 |
+
0.1% KLD: -0.000002
|
| 866 |
+
Minimum KLD: -0.000008
|
| 867 |
+
|
| 868 |
+
====== Token probability statistics ======
|
| 869 |
+
Mean Δp: -2.162 ± 0.033 %
|
| 870 |
+
Maximum Δp: 97.589%
|
| 871 |
+
99.9% Δp: 66.862%
|
| 872 |
+
99.0% Δp: 30.619%
|
| 873 |
+
95.0% Δp: 9.332%
|
| 874 |
+
90.0% Δp: 3.375%
|
| 875 |
+
75.0% Δp: 0.050%
|
| 876 |
+
Median Δp: -0.017%
|
| 877 |
+
25.0% Δp: -1.559%
|
| 878 |
+
10.0% Δp: -10.711%
|
| 879 |
+
5.0% Δp: -22.537%
|
| 880 |
+
1.0% Δp: -56.896%
|
| 881 |
+
0.1% Δp: -86.770%
|
| 882 |
+
Minimum Δp: -99.825%
|
| 883 |
+
RMS Δp : 12.667 ± 0.070 %
|
| 884 |
+
Same top p: 90.958 ± 0.076 %
|
| 885 |
+
|
| 886 |
+
llama_perf_context_print: load time = 127663.30 ms
|
| 887 |
+
llama_perf_context_print: prompt eval time = 203793.77 ms / 289280 tokens ( 0.70 ms per token, 1419.47 tokens per second)
|
| 888 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 889 |
+
llama_perf_context_print: total time = 231708.33 ms / 289281 tokens
|
| 890 |
+
llama_perf_context_print: graphs reused = 34
|
| 891 |
+
common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
|
| 892 |
+
common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 49923 + (46188 = 41655 + 108 + 4424) + 1137 |
|
| 893 |
+
common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 42011 + (54098 = 49423 + 99 + 4576) + 1139 |
|
| 894 |
+
common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 37509 + (58600 = 53916 + 108 + 4576) + 1139 |
|
| 895 |
+
common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 42011 + (54098 = 49423 + 99 + 4576) + 1139 |
|
| 896 |
+
common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 37509 + (58600 = 53916 + 108 + 4576) + 1139 |
|
| 897 |
+
common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 42011 + (54098 = 49423 + 99 + 4576) + 1139 |
|
| 898 |
+
common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 48411 + (47698 = 41401 + 81 + 6216) + 1139 |
|
| 899 |
+
common_memory_breakdown_print: | - Host | 1412 = 964 + 0 + 448 |
|
| 900 |
+
```
|
kld_data/aes_sedai/GLM-5.1-Q4_K_M.md
ADDED
|
@@ -0,0 +1,900 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### GLM-5.1-Q4_K_M (aes_sedai)
|
| 2 |
+
|
| 3 |
+
```txt
|
| 4 |
+
/home/jarvis/development/llama.cpp/build/bin/llama-perplexity --threads 48 --flash-attn on --file /mnt/srv/host/resources/KLD/wiki.test.raw --kl-divergence-base /mnt/srv/snowdrift/ref-logits/GLM-5.1-Q8_0-512ctx-wiki.test.raw.bin --kl-divergence --batch-size 8192 --ubatch-size 8192 --model /mnt/srv/snowdrift/gguf/GLM-5.1-GGUF/aes_sedai/GLM-5.1-Q4_K_M.gguf
|
| 5 |
+
ggml_cuda_init: found 7 CUDA devices (Total VRAM: 680750 MiB):
|
| 6 |
+
Device 0: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 7 |
+
Device 1: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 8 |
+
Device 2: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 9 |
+
Device 3: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 10 |
+
Device 4: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 11 |
+
Device 5: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 12 |
+
Device 6: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 13 |
+
common_init_result: fitting params to device memory, for bugs during this step try to reproduce them with -fit off, or provide --verbose logs if the bug only occurs with -fit on
|
| 14 |
+
common_params_fit_impl: getting device memory data for initial parameters:
|
| 15 |
+
common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
|
| 16 |
+
common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (57852 = 53319 + 108 + 4424) + -57290 |
|
| 17 |
+
common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (69122 = 63679 + 99 + 5344) + -68560 |
|
| 18 |
+
common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (74920 = 69468 + 108 + 5344) + -74358 |
|
| 19 |
+
common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (69122 = 63679 + 99 + 5344) + -68560 |
|
| 20 |
+
common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (74920 = 69468 + 108 + 5344) + -74358 |
|
| 21 |
+
common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (69122 = 63679 + 99 + 5344) + -68560 |
|
| 22 |
+
common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (60130 = 53065 + 81 + 6984) + -59568 |
|
| 23 |
+
common_memory_breakdown_print: | - Host | 1412 = 964 + 0 + 448 |
|
| 24 |
+
common_params_fit_impl: projected memory use with initial parameters [MiB]:
|
| 25 |
+
common_params_fit_impl: - CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 57852 used, 38835 free vs. target of 1024
|
| 26 |
+
common_params_fit_impl: - CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 69122 used, 27565 free vs. target of 1024
|
| 27 |
+
common_params_fit_impl: - CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 74920 used, 21767 free vs. target of 1024
|
| 28 |
+
common_params_fit_impl: - CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 69122 used, 27565 free vs. target of 1024
|
| 29 |
+
common_params_fit_impl: - CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 74920 used, 21767 free vs. target of 1024
|
| 30 |
+
common_params_fit_impl: - CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 69122 used, 27565 free vs. target of 1024
|
| 31 |
+
common_params_fit_impl: - CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 60130 used, 36556 free vs. target of 1024
|
| 32 |
+
common_params_fit_impl: projected to use 475191 MiB of device memory vs. 676815 MiB of free device memory
|
| 33 |
+
common_params_fit_impl: targets for free memory can be met on all devices, no changes needed
|
| 34 |
+
common_fit_params: successfully fit params to free device memory
|
| 35 |
+
common_fit_params: fitting params to free memory took 0.83 seconds
|
| 36 |
+
llama_model_load_from_file_impl: using device CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:01:00.0) - 96687 MiB free
|
| 37 |
+
llama_model_load_from_file_impl: using device CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:02:00.0) - 96687 MiB free
|
| 38 |
+
llama_model_load_from_file_impl: using device CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:03:00.0) - 96687 MiB free
|
| 39 |
+
llama_model_load_from_file_impl: using device CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:05:00.0) - 96687 MiB free
|
| 40 |
+
llama_model_load_from_file_impl: using device CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:06:00.0) - 96687 MiB free
|
| 41 |
+
llama_model_load_from_file_impl: using device CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:07:00.0) - 96687 MiB free
|
| 42 |
+
llama_model_load_from_file_impl: using device CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:08:00.0) - 96687 MiB free
|
| 43 |
+
llama_model_loader: loaded meta data with 63 key-value pairs and 1809 tensors from /mnt/srv/snowdrift/gguf/GLM-5.1-GGUF/aes_sedai/GLM-5.1-Q4_K_M.gguf (version GGUF V3 (latest))
|
| 44 |
+
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
|
| 45 |
+
llama_model_loader: - kv 0: general.architecture str = glm-dsa
|
| 46 |
+
llama_model_loader: - kv 1: general.type str = model
|
| 47 |
+
llama_model_loader: - kv 2: general.sampling.top_p f32 = 0.950000
|
| 48 |
+
llama_model_loader: - kv 3: general.sampling.temp f32 = 1.000000
|
| 49 |
+
llama_model_loader: - kv 4: general.name str = GLM 5.1
|
| 50 |
+
llama_model_loader: - kv 5: general.version str = 5.1
|
| 51 |
+
llama_model_loader: - kv 6: general.basename str = GLM
|
| 52 |
+
llama_model_loader: - kv 7: general.size_label str = 256x22B
|
| 53 |
+
llama_model_loader: - kv 8: general.license str = mit
|
| 54 |
+
llama_model_loader: - kv 9: general.tags arr[str,1] = ["text-generation"]
|
| 55 |
+
llama_model_loader: - kv 10: general.languages arr[str,2] = ["en", "zh"]
|
| 56 |
+
llama_model_loader: - kv 11: glm-dsa.block_count u32 = 79
|
| 57 |
+
llama_model_loader: - kv 12: glm-dsa.context_length u32 = 202752
|
| 58 |
+
llama_model_loader: - kv 13: glm-dsa.embedding_length u32 = 6144
|
| 59 |
+
llama_model_loader: - kv 14: glm-dsa.feed_forward_length u32 = 12288
|
| 60 |
+
llama_model_loader: - kv 15: glm-dsa.attention.head_count u32 = 64
|
| 61 |
+
llama_model_loader: - kv 16: glm-dsa.attention.head_count_kv u32 = 1
|
| 62 |
+
llama_model_loader: - kv 17: glm-dsa.rope.freq_base f32 = 1000000.000000
|
| 63 |
+
llama_model_loader: - kv 18: glm-dsa.attention.layer_norm_rms_epsilon f32 = 0.000010
|
| 64 |
+
llama_model_loader: - kv 19: glm-dsa.expert_used_count u32 = 8
|
| 65 |
+
llama_model_loader: - kv 20: glm-dsa.expert_group_count u32 = 1
|
| 66 |
+
llama_model_loader: - kv 21: glm-dsa.expert_group_used_count u32 = 1
|
| 67 |
+
llama_model_loader: - kv 22: glm-dsa.expert_gating_func u32 = 2
|
| 68 |
+
llama_model_loader: - kv 23: glm-dsa.leading_dense_block_count u32 = 3
|
| 69 |
+
llama_model_loader: - kv 24: glm-dsa.vocab_size u32 = 154880
|
| 70 |
+
llama_model_loader: - kv 25: glm-dsa.attention.q_lora_rank u32 = 2048
|
| 71 |
+
llama_model_loader: - kv 26: glm-dsa.attention.kv_lora_rank u32 = 512
|
| 72 |
+
llama_model_loader: - kv 27: glm-dsa.attention.key_length u32 = 576
|
| 73 |
+
llama_model_loader: - kv 28: glm-dsa.attention.value_length u32 = 512
|
| 74 |
+
llama_model_loader: - kv 29: glm-dsa.attention.key_length_mla u32 = 256
|
| 75 |
+
llama_model_loader: - kv 30: glm-dsa.attention.value_length_mla u32 = 256
|
| 76 |
+
llama_model_loader: - kv 31: glm-dsa.expert_feed_forward_length u32 = 2048
|
| 77 |
+
llama_model_loader: - kv 32: glm-dsa.expert_count u32 = 256
|
| 78 |
+
llama_model_loader: - kv 33: glm-dsa.expert_shared_count u32 = 1
|
| 79 |
+
llama_model_loader: - kv 34: glm-dsa.expert_weights_scale f32 = 2.500000
|
| 80 |
+
llama_model_loader: - kv 35: glm-dsa.expert_weights_norm bool = true
|
| 81 |
+
llama_model_loader: - kv 36: glm-dsa.rope.dimension_count u32 = 64
|
| 82 |
+
llama_model_loader: - kv 37: glm-dsa.nextn_predict_layers u32 = 1
|
| 83 |
+
llama_model_loader: - kv 38: glm-dsa.attention.indexer.head_count u32 = 32
|
| 84 |
+
llama_model_loader: - kv 39: glm-dsa.attention.indexer.key_length u32 = 128
|
| 85 |
+
llama_model_loader: - kv 40: glm-dsa.attention.indexer.top_k u32 = 2048
|
| 86 |
+
llama_model_loader: - kv 41: tokenizer.ggml.model str = gpt2
|
| 87 |
+
llama_model_loader: - kv 42: tokenizer.ggml.pre str = glm4
|
| 88 |
+
llama_model_loader: - kv 43: tokenizer.ggml.tokens arr[str,154880] = ["!", "\"", "#", "$", "%", "&", "'", ...
|
| 89 |
+
llama_model_loader: - kv 44: tokenizer.ggml.token_type arr[i32,154880] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
|
| 90 |
+
llama_model_loader: - kv 45: tokenizer.ggml.merges arr[str,321649] = ["Ġ Ġ", "Ġ ĠĠĠ", "ĠĠ ĠĠ", "...
|
| 91 |
+
llama_model_loader: - kv 46: tokenizer.ggml.eos_token_id u32 = 154820
|
| 92 |
+
llama_model_loader: - kv 47: tokenizer.ggml.padding_token_id u32 = 154820
|
| 93 |
+
llama_model_loader: - kv 48: tokenizer.ggml.bos_token_id u32 = 154822
|
| 94 |
+
llama_model_loader: - kv 49: tokenizer.ggml.eot_token_id u32 = 154827
|
| 95 |
+
llama_model_loader: - kv 50: tokenizer.ggml.unknown_token_id u32 = 154820
|
| 96 |
+
llama_model_loader: - kv 51: tokenizer.ggml.eom_token_id u32 = 154829
|
| 97 |
+
llama_model_loader: - kv 52: tokenizer.chat_template str = [gMASK]<sop>\n{%- if tools -%}\n{%- mac...
|
| 98 |
+
llama_model_loader: - kv 53: general.quantization_version u32 = 2
|
| 99 |
+
llama_model_loader: - kv 54: general.file_type u32 = 7
|
| 100 |
+
llama_model_loader: - kv 55: MoE_Quantization.ffn_up_exps str = Q4_K
|
| 101 |
+
llama_model_loader: - kv 56: MoE_Quantization.ffn_gate_exps str = Q4_K
|
| 102 |
+
llama_model_loader: - kv 57: MoE_Quantization.ffn_down_exps str = Q5_K
|
| 103 |
+
llama_model_loader: - kv 58: MoE_Quantization.type_default str = Q8_0
|
| 104 |
+
llama_model_loader: - kv 59: quantize.imatrix.file str = /mnt/srv/snowdrift/ggml/GLM-5.1/imatr...
|
| 105 |
+
llama_model_loader: - kv 60: quantize.imatrix.dataset str = /mnt/srv/host/resources/KLD/calibrati...
|
| 106 |
+
llama_model_loader: - kv 61: quantize.imatrix.entries_count u32 = 1002
|
| 107 |
+
llama_model_loader: - kv 62: quantize.imatrix.chunks_count u32 = 50
|
| 108 |
+
llama_model_loader: - type f32: 630 tensors
|
| 109 |
+
llama_model_loader: - type q8_0: 951 tensors
|
| 110 |
+
llama_model_loader: - type q4_K: 152 tensors
|
| 111 |
+
llama_model_loader: - type q5_K: 76 tensors
|
| 112 |
+
print_info: file format = GGUF V3 (latest)
|
| 113 |
+
print_info: file type = Q8_0
|
| 114 |
+
print_info: file size = 432.80 GiB (4.93 BPW)
|
| 115 |
+
load: 0 unused tokens
|
| 116 |
+
load: special_eot_id is not in special_eog_ids - the tokenizer config may be incorrect
|
| 117 |
+
load: special_eom_id is not in special_eog_ids - the tokenizer config may be incorrect
|
| 118 |
+
load: printing all EOG tokens:
|
| 119 |
+
load: - 154820 ('<|endoftext|>')
|
| 120 |
+
load: - 154827 ('<|user|>')
|
| 121 |
+
load: - 154829 ('<|observation|>')
|
| 122 |
+
load: special tokens cache size = 36
|
| 123 |
+
load: token to piece cache size = 0.9811 MB
|
| 124 |
+
print_info: arch = glm-dsa
|
| 125 |
+
print_info: vocab_only = 0
|
| 126 |
+
print_info: no_alloc = 0
|
| 127 |
+
print_info: n_ctx_train = 202752
|
| 128 |
+
print_info: n_embd = 6144
|
| 129 |
+
print_info: n_embd_inp = 6144
|
| 130 |
+
print_info: n_layer = 79
|
| 131 |
+
print_info: n_head = 64
|
| 132 |
+
print_info: n_head_kv = 1
|
| 133 |
+
print_info: n_rot = 64
|
| 134 |
+
print_info: n_swa = 0
|
| 135 |
+
print_info: is_swa_any = 0
|
| 136 |
+
print_info: n_embd_head_k = 576
|
| 137 |
+
print_info: n_embd_head_v = 512
|
| 138 |
+
print_info: n_gqa = 64
|
| 139 |
+
print_info: n_embd_k_gqa = 576
|
| 140 |
+
print_info: n_embd_v_gqa = 512
|
| 141 |
+
print_info: f_norm_eps = 0.0e+00
|
| 142 |
+
print_info: f_norm_rms_eps = 1.0e-05
|
| 143 |
+
print_info: f_clamp_kqv = 0.0e+00
|
| 144 |
+
print_info: f_max_alibi_bias = 0.0e+00
|
| 145 |
+
print_info: f_logit_scale = 0.0e+00
|
| 146 |
+
print_info: f_attn_scale = 0.0e+00
|
| 147 |
+
print_info: f_attn_value_scale = 1.0000
|
| 148 |
+
print_info: n_ff = 12288
|
| 149 |
+
print_info: n_expert = 256
|
| 150 |
+
print_info: n_expert_used = 8
|
| 151 |
+
print_info: n_expert_groups = 1
|
| 152 |
+
print_info: n_group_used = 1
|
| 153 |
+
print_info: causal attn = 1
|
| 154 |
+
print_info: pooling type = -1
|
| 155 |
+
print_info: rope type = 0
|
| 156 |
+
print_info: rope scaling = linear
|
| 157 |
+
print_info: freq_base_train = 1000000.0
|
| 158 |
+
print_info: freq_scale_train = 1
|
| 159 |
+
print_info: n_ctx_orig_yarn = 202752
|
| 160 |
+
print_info: rope_yarn_log_mul = 0.0000
|
| 161 |
+
print_info: rope_finetuned = unknown
|
| 162 |
+
print_info: model type = 744B.A40B
|
| 163 |
+
print_info: model params = 753.86 B
|
| 164 |
+
print_info: general.name = GLM 5.1
|
| 165 |
+
print_info: n_layer_dense_lead = 3
|
| 166 |
+
print_info: n_lora_q = 2048
|
| 167 |
+
print_info: n_lora_kv = 512
|
| 168 |
+
print_info: n_embd_head_k_mla = 256
|
| 169 |
+
print_info: n_embd_head_v_mla = 256
|
| 170 |
+
print_info: n_ff_exp = 2048
|
| 171 |
+
print_info: n_expert_shared = 1
|
| 172 |
+
print_info: expert_weights_scale = 2.5
|
| 173 |
+
print_info: expert_weights_norm = 1
|
| 174 |
+
print_info: expert_gating_func = sigmoid
|
| 175 |
+
print_info: vocab type = BPE
|
| 176 |
+
print_info: n_vocab = 154880
|
| 177 |
+
print_info: n_merges = 321649
|
| 178 |
+
print_info: BOS token = 154822 '[gMASK]'
|
| 179 |
+
print_info: EOS token = 154820 '<|endoftext|>'
|
| 180 |
+
print_info: EOT token = 154827 '<|user|>'
|
| 181 |
+
print_info: EOM token = 154829 '<|observation|>'
|
| 182 |
+
print_info: UNK token = 154820 '<|endoftext|>'
|
| 183 |
+
print_info: PAD token = 154820 '<|endoftext|>'
|
| 184 |
+
print_info: LF token = 198 'Ċ'
|
| 185 |
+
print_info: FIM PRE token = 154838 '<|code_prefix|>'
|
| 186 |
+
print_info: FIM SUF token = 154840 '<|code_suffix|>'
|
| 187 |
+
print_info: FIM MID token = 154839 '<|code_middle|>'
|
| 188 |
+
print_info: EOG token = 154820 '<|endoftext|>'
|
| 189 |
+
print_info: EOG token = 154827 '<|user|>'
|
| 190 |
+
print_info: EOG token = 154829 '<|observation|>'
|
| 191 |
+
print_info: max token length = 1024
|
| 192 |
+
load_tensors: loading model tensors, this can take a while... (mmap = true, direct_io = false)
|
| 193 |
+
model has unused tensor blk.78.attn_norm.weight (size = 24576 bytes) -- ignoring
|
| 194 |
+
model has unused tensor blk.78.attn_q_a_norm.weight (size = 8192 bytes) -- ignoring
|
| 195 |
+
model has unused tensor blk.78.attn_kv_a_norm.weight (size = 2048 bytes) -- ignoring
|
| 196 |
+
model has unused tensor blk.78.attn_q_a.weight (size = 13369344 bytes) -- ignoring
|
| 197 |
+
model has unused tensor blk.78.attn_q_b.weight (size = 35651584 bytes) -- ignoring
|
| 198 |
+
model has unused tensor blk.78.attn_kv_a_mqa.weight (size = 3760128 bytes) -- ignoring
|
| 199 |
+
model has unused tensor blk.78.attn_k_b.weight (size = 6684672 bytes) -- ignoring
|
| 200 |
+
model has unused tensor blk.78.attn_v_b.weight (size = 8912896 bytes) -- ignoring
|
| 201 |
+
model has unused tensor blk.78.attn_output.weight (size = 106954752 bytes) -- ignoring
|
| 202 |
+
model has unused tensor blk.78.ffn_norm.weight (size = 24576 bytes) -- ignoring
|
| 203 |
+
model has unused tensor blk.78.indexer.k_norm.weight (size = 512 bytes) -- ignoring
|
| 204 |
+
model has unused tensor blk.78.indexer.k_norm.bias (size = 512 bytes) -- ignoring
|
| 205 |
+
model has unused tensor blk.78.indexer.proj.weight (size = 208896 bytes) -- ignoring
|
| 206 |
+
model has unused tensor blk.78.indexer.attn_k.weight (size = 835584 bytes) -- ignoring
|
| 207 |
+
model has unused tensor blk.78.indexer.attn_q_b.weight (size = 8912896 bytes) -- ignoring
|
| 208 |
+
model has unused tensor blk.78.ffn_gate_inp.weight (size = 6291456 bytes) -- ignoring
|
| 209 |
+
model has unused tensor blk.78.ffn_gate_exps.weight (size = 1811939328 bytes) -- ignoring
|
| 210 |
+
model has unused tensor blk.78.ffn_down_exps.weight (size = 2214592512 bytes) -- ignoring
|
| 211 |
+
model has unused tensor blk.78.ffn_up_exps.weight (size = 1811939328 bytes) -- ignoring
|
| 212 |
+
model has unused tensor blk.78.ffn_gate_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 213 |
+
model has unused tensor blk.78.ffn_down_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 214 |
+
model has unused tensor blk.78.ffn_up_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 215 |
+
model has unused tensor blk.78.nextn.eh_proj.weight (size = 80216064 bytes) -- ignoring
|
| 216 |
+
model has unused tensor blk.78.nextn.enorm.weight (size = 24576 bytes) -- ignoring
|
| 217 |
+
model has unused tensor blk.78.nextn.hnorm.weight (size = 24576 bytes) -- ignoring
|
| 218 |
+
model has unused tensor blk.78.nextn.shared_head_norm.weight (size = 24576 bytes) -- ignoring
|
| 219 |
+
load_tensors: offloading output layer to GPU
|
| 220 |
+
load_tensors: offloading 78 repeating layers to GPU
|
| 221 |
+
load_tensors: offloaded 80/80 layers to GPU
|
| 222 |
+
load_tensors: CPU_Mapped model buffer size = 964.22 MiB
|
| 223 |
+
load_tensors: CUDA0 model buffer size = 53319.94 MiB
|
| 224 |
+
load_tensors: CUDA1 model buffer size = 63679.18 MiB
|
| 225 |
+
load_tensors: CUDA2 model buffer size = 69468.19 MiB
|
| 226 |
+
load_tensors: CUDA3 model buffer size = 63679.18 MiB
|
| 227 |
+
load_tensors: CUDA4 model buffer size = 69468.19 MiB
|
| 228 |
+
load_tensors: CUDA5 model buffer size = 63679.18 MiB
|
| 229 |
+
load_tensors: CUDA6 model buffer size = 53065.39 MiB
|
| 230 |
+
....................................................................................................
|
| 231 |
+
common_init_result: added <|endoftext|> logit bias = -inf
|
| 232 |
+
common_init_result: added <|user|> logit bias = -inf
|
| 233 |
+
common_init_result: added <|observation|> logit bias = -inf
|
| 234 |
+
llama_context: constructing llama_context
|
| 235 |
+
llama_context: n_seq_max = 16
|
| 236 |
+
llama_context: n_ctx = 8192
|
| 237 |
+
llama_context: n_ctx_seq = 512
|
| 238 |
+
llama_context: n_batch = 8192
|
| 239 |
+
llama_context: n_ubatch = 8192
|
| 240 |
+
llama_context: causal_attn = 1
|
| 241 |
+
llama_context: flash_attn = enabled
|
| 242 |
+
llama_context: kv_unified = false
|
| 243 |
+
llama_context: freq_base = 1000000.0
|
| 244 |
+
llama_context: freq_scale = 1
|
| 245 |
+
llama_context: n_ctx_seq (512) < n_ctx_train (202752) -- the full capacity of the model will not be utilized
|
| 246 |
+
llama_context: CUDA_Host output buffer size = 9.45 MiB
|
| 247 |
+
llama_kv_cache: CUDA0 KV buffer size = 108.00 MiB
|
| 248 |
+
llama_kv_cache: CUDA1 KV buffer size = 99.00 MiB
|
| 249 |
+
llama_kv_cache: CUDA2 KV buffer size = 108.00 MiB
|
| 250 |
+
llama_kv_cache: CUDA3 KV buffer size = 99.00 MiB
|
| 251 |
+
llama_kv_cache: CUDA4 KV buffer size = 108.00 MiB
|
| 252 |
+
llama_kv_cache: CUDA5 KV buffer size = 99.00 MiB
|
| 253 |
+
llama_kv_cache: CUDA6 KV buffer size = 81.00 MiB
|
| 254 |
+
llama_kv_cache: size = 702.00 MiB ( 512 cells, 78 layers, 16/16 seqs), K (f16): 702.00 MiB, V (f16): 0.00 MiB
|
| 255 |
+
llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 576
|
| 256 |
+
llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 512
|
| 257 |
+
llama_context: pipeline parallelism enabled
|
| 258 |
+
sched_reserve: reserving ...
|
| 259 |
+
sched_reserve: resolving fused Gated Delta Net support:
|
| 260 |
+
sched_reserve: fused Gated Delta Net (autoregressive) enabled
|
| 261 |
+
sched_reserve: fused Gated Delta Net (chunked) enabled
|
| 262 |
+
sched_reserve: CUDA0 compute buffer size = 4424.38 MiB
|
| 263 |
+
sched_reserve: CUDA1 compute buffer size = 4576.38 MiB
|
| 264 |
+
sched_reserve: CUDA2 compute buffer size = 4576.38 MiB
|
| 265 |
+
sched_reserve: CUDA3 compute buffer size = 4576.38 MiB
|
| 266 |
+
sched_reserve: CUDA4 compute buffer size = 4576.38 MiB
|
| 267 |
+
sched_reserve: CUDA5 compute buffer size = 4576.38 MiB
|
| 268 |
+
sched_reserve: CUDA6 compute buffer size = 6216.50 MiB
|
| 269 |
+
sched_reserve: CUDA_Host compute buffer size = 448.62 MiB
|
| 270 |
+
sched_reserve: graph nodes = 6142
|
| 271 |
+
sched_reserve: graph splits = 8
|
| 272 |
+
sched_reserve: reserve took 112.75 ms, sched copies = 4
|
| 273 |
+
common_init_from_params: warming up the model with an empty run - please wait ... (--no-warmup to disable)
|
| 274 |
+
|
| 275 |
+
system_info: n_threads = 48 (n_threads_batch = 48) / 56 | CUDA : ARCHS = 1200 | USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | BLACKWELL_NATIVE_FP4 = 1 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX_VNNI = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | BMI2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | AVX512_BF16 = 1 | LLAMAFILE = 1 | OPENMP = 1 | REPACK = 1 |
|
| 276 |
+
kl_divergence: computing over 565 chunks, n_ctx=512, batch_size=8192, n_seq=16
|
| 277 |
+
kl_divergence: 6.69 seconds per pass - ETA 3.93 minutes
|
| 278 |
+
|
| 279 |
+
chunk PPL ln(PPL(Q)/PPL(base)) KL Divergence Δp RMS Same top p
|
| 280 |
+
1 1.3479 ± 0.0720 0.00751 ± 0.01802 0.02976 ± 0.00594 8.183 ± 1.158 % 96.471 ± 1.158 %
|
| 281 |
+
2 2.0831 ± 0.1563 0.00492 ± 0.01248 0.03440 ± 0.00424 7.305 ± 0.747 % 95.098 ± 0.957 %
|
| 282 |
+
3 1.8064 ± 0.1073 0.00522 ± 0.01032 0.02851 ± 0.00324 6.736 ± 0.596 % 96.340 ± 0.679 %
|
| 283 |
+
4 1.6012 ± 0.0746 0.00202 ± 0.00879 0.02475 ± 0.00282 6.643 ± 0.625 % 97.059 ± 0.529 %
|
| 284 |
+
5 1.5140 ± 0.0590 0.01463 ± 0.00883 0.02861 ± 0.00374 7.713 ± 0.686 % 97.176 ± 0.464 %
|
| 285 |
+
6 1.4436 ± 0.0478 0.00924 ± 0.00805 0.02716 ± 0.00324 7.668 ± 0.614 % 97.451 ± 0.403 %
|
| 286 |
+
7 1.4223 ± 0.0432 0.01179 ± 0.00733 0.02598 ± 0.00287 7.533 ± 0.562 % 97.535 ± 0.367 %
|
| 287 |
+
8 1.3847 ± 0.0376 0.01200 ± 0.00652 0.02477 ± 0.00261 7.341 ± 0.516 % 97.647 ± 0.336 %
|
| 288 |
+
9 1.3913 ± 0.0360 0.01937 ± 0.00686 0.02967 ± 0.00296 7.700 ± 0.483 % 97.255 ± 0.341 %
|
| 289 |
+
10 1.3636 ± 0.0324 0.01880 ± 0.00633 0.02870 ± 0.00273 7.685 ± 0.460 % 97.333 ± 0.319 %
|
| 290 |
+
11 1.3470 ± 0.0299 0.01792 ± 0.00587 0.02789 ± 0.00252 7.556 ± 0.434 % 97.469 ± 0.297 %
|
| 291 |
+
12 1.3978 ± 0.0316 0.01834 ± 0.00589 0.02898 ± 0.00237 7.659 ± 0.403 % 97.255 ± 0.295 %
|
| 292 |
+
13 1.3940 ± 0.0302 0.01734 ± 0.00563 0.03016 ± 0.00227 7.834 ± 0.386 % 97.134 ± 0.290 %
|
| 293 |
+
14 1.4544 ± 0.0320 0.01480 ± 0.00559 0.03081 ± 0.00214 7.806 ± 0.364 % 96.807 ± 0.294 %
|
| 294 |
+
15 1.5614 ± 0.0360 0.01419 ± 0.00543 0.03170 ± 0.00203 7.748 ± 0.345 % 96.497 ± 0.297 %
|
| 295 |
+
16 1.6680 ± 0.0399 0.01569 ± 0.00528 0.03196 ± 0.00194 7.713 ± 0.330 % 96.324 ± 0.295 %
|
| 296 |
+
17 1.7877 ± 0.0451 0.01583 ± 0.00517 0.03248 ± 0.00185 7.655 ± 0.316 % 96.055 ± 0.296 %
|
| 297 |
+
18 1.9310 ± 0.0504 0.01563 ± 0.00498 0.03256 ± 0.00176 7.575 ± 0.303 % 95.773 ± 0.297 %
|
| 298 |
+
19 1.9253 ± 0.0487 0.01385 ± 0.00485 0.03247 ± 0.00169 7.516 ± 0.292 % 95.831 ± 0.287 %
|
| 299 |
+
20 1.9212 ± 0.0470 0.01416 ± 0.00478 0.03376 ± 0.00177 7.689 ± 0.294 % 95.706 ± 0.284 %
|
| 300 |
+
21 1.9983 ± 0.0495 0.01320 ± 0.00472 0.03432 ± 0.00171 7.667 ± 0.283 % 95.556 ± 0.282 %
|
| 301 |
+
22 2.0132 ± 0.0489 0.01292 ± 0.00456 0.03370 ± 0.00164 7.570 ± 0.275 % 95.597 ± 0.274 %
|
| 302 |
+
23 1.9999 ± 0.0475 0.01271 ± 0.00444 0.03345 ± 0.00160 7.512 ± 0.268 % 95.601 ± 0.268 %
|
| 303 |
+
24 1.9851 ± 0.0458 0.01294 ± 0.00443 0.03379 ± 0.00158 7.565 ± 0.262 % 95.637 ± 0.261 %
|
| 304 |
+
25 1.9764 ± 0.0446 0.01375 ± 0.00433 0.03355 ± 0.00153 7.559 ± 0.253 % 95.624 ± 0.256 %
|
| 305 |
+
26 1.9689 ± 0.0434 0.01369 ± 0.00423 0.03312 ± 0.00148 7.490 ± 0.246 % 95.656 ± 0.250 %
|
| 306 |
+
27 1.9795 ± 0.0430 0.01277 ± 0.00415 0.03333 ± 0.00144 7.509 ± 0.240 % 95.628 ± 0.246 %
|
| 307 |
+
28 2.0084 ± 0.0431 0.01264 ± 0.00404 0.03295 ± 0.00140 7.456 ± 0.234 % 95.574 ± 0.243 %
|
| 308 |
+
29 2.0328 ± 0.0432 0.01136 ± 0.00400 0.03336 ± 0.00137 7.468 ± 0.228 % 95.524 ± 0.240 %
|
| 309 |
+
30 2.0896 ± 0.0445 0.01038 ± 0.00391 0.03346 ± 0.00134 7.454 ± 0.222 % 95.386 ± 0.240 %
|
| 310 |
+
31 2.1433 ± 0.0456 0.00970 ± 0.00384 0.03345 ± 0.00130 7.422 ± 0.217 % 95.294 ± 0.238 %
|
| 311 |
+
32 2.1870 ± 0.0462 0.01018 ± 0.00378 0.03369 ± 0.00127 7.397 ± 0.212 % 95.159 ± 0.238 %
|
| 312 |
+
33 2.2364 ± 0.0470 0.01007 ± 0.00377 0.03386 ± 0.00124 7.382 ± 0.207 % 95.128 ± 0.235 %
|
| 313 |
+
34 2.2673 ± 0.0471 0.00990 ± 0.00371 0.03412 ± 0.00122 7.398 ± 0.202 % 94.960 ± 0.235 %
|
| 314 |
+
35 2.3155 ± 0.0478 0.00865 ± 0.00371 0.03432 ± 0.00120 7.406 ± 0.202 % 94.824 ± 0.235 %
|
| 315 |
+
36 2.3531 ± 0.0481 0.00820 ± 0.00367 0.03414 ± 0.00117 7.361 ± 0.197 % 94.847 ± 0.231 %
|
| 316 |
+
37 2.3826 ± 0.0481 0.00818 ± 0.00359 0.03418 ± 0.00117 7.353 ± 0.195 % 94.807 ± 0.228 %
|
| 317 |
+
38 2.4666 ± 0.0506 0.00762 ± 0.00359 0.03449 ± 0.00115 7.337 ± 0.192 % 94.799 ± 0.226 %
|
| 318 |
+
39 2.5063 ± 0.0510 0.00820 ± 0.00352 0.03405 ± 0.00113 7.264 ± 0.189 % 94.842 ± 0.222 %
|
| 319 |
+
40 2.5496 ± 0.0513 0.00770 ± 0.00346 0.03370 ± 0.00110 7.197 ± 0.186 % 94.804 ± 0.220 %
|
| 320 |
+
41 2.6190 ± 0.0525 0.00802 ± 0.00342 0.03347 ± 0.00108 7.132 ± 0.184 % 94.787 ± 0.217 %
|
| 321 |
+
42 2.6133 ± 0.0517 0.00827 ± 0.00339 0.03389 ± 0.00107 7.201 ± 0.181 % 94.734 ± 0.216 %
|
| 322 |
+
43 2.6311 ± 0.0517 0.00833 ± 0.00333 0.03364 ± 0.00104 7.152 ± 0.179 % 94.738 ± 0.213 %
|
| 323 |
+
44 2.6646 ± 0.0519 0.00796 ± 0.00328 0.03356 ± 0.00103 7.120 ± 0.176 % 94.697 ± 0.212 %
|
| 324 |
+
45 2.7363 ± 0.0531 0.00753 ± 0.00322 0.03340 ± 0.00100 7.071 ± 0.173 % 94.623 ± 0.211 %
|
| 325 |
+
46 2.7898 ± 0.0539 0.00795 ± 0.00319 0.03336 ± 0.00098 7.052 ± 0.171 % 94.578 ± 0.209 %
|
| 326 |
+
47 2.7508 ± 0.0523 0.00805 ± 0.00315 0.03315 ± 0.00097 7.049 ± 0.170 % 94.627 ± 0.206 %
|
| 327 |
+
48 2.7122 ± 0.0508 0.00837 ± 0.00311 0.03315 ± 0.00096 7.089 ± 0.168 % 94.657 ± 0.203 %
|
| 328 |
+
49 2.6835 ± 0.0495 0.00842 ± 0.00308 0.03341 ± 0.00096 7.148 ± 0.166 % 94.670 ± 0.201 %
|
| 329 |
+
50 2.6715 ± 0.0487 0.00888 ± 0.00307 0.03394 ± 0.00095 7.256 ± 0.165 % 94.604 ± 0.200 %
|
| 330 |
+
51 2.6928 ± 0.0487 0.00988 ± 0.00309 0.03453 ± 0.00094 7.294 ± 0.162 % 94.525 ± 0.199 %
|
| 331 |
+
52 2.7245 ± 0.0490 0.01003 ± 0.00305 0.03427 ± 0.00093 7.250 ± 0.160 % 94.548 ± 0.197 %
|
| 332 |
+
53 2.7652 ± 0.0496 0.01045 ± 0.00302 0.03435 ± 0.00091 7.238 ± 0.158 % 94.532 ± 0.196 %
|
| 333 |
+
54 2.7942 ± 0.0499 0.01036 ± 0.00302 0.03496 ± 0.00092 7.232 ± 0.155 % 94.444 ± 0.195 %
|
| 334 |
+
55 2.8229 ± 0.0501 0.01025 ± 0.00299 0.03487 ± 0.00090 7.188 ± 0.154 % 94.410 ± 0.194 %
|
| 335 |
+
56 2.8524 ± 0.0503 0.01019 ± 0.00296 0.03479 ± 0.00089 7.170 ± 0.152 % 94.384 ± 0.193 %
|
| 336 |
+
57 2.8536 ± 0.0499 0.00902 ± 0.00296 0.03567 ± 0.00093 7.239 ± 0.152 % 94.358 ± 0.191 %
|
| 337 |
+
58 2.8762 ± 0.0499 0.00871 ± 0.00293 0.03554 ± 0.00092 7.211 ± 0.150 % 94.361 ± 0.190 %
|
| 338 |
+
59 2.8896 ± 0.0498 0.00847 ± 0.00290 0.03559 ± 0.00091 7.219 ± 0.149 % 94.324 ± 0.189 %
|
| 339 |
+
60 2.9250 ± 0.0501 0.00752 ± 0.00288 0.03573 ± 0.00094 7.186 ± 0.148 % 94.314 ± 0.187 %
|
| 340 |
+
61 2.9604 ± 0.0505 0.00744 ± 0.00285 0.03563 ± 0.00093 7.150 ± 0.146 % 94.285 ± 0.186 %
|
| 341 |
+
62 3.0080 ± 0.0513 0.00757 ± 0.00282 0.03545 ± 0.00092 7.117 ± 0.144 % 94.250 ± 0.185 %
|
| 342 |
+
63 3.0441 ± 0.0517 0.00734 ± 0.00279 0.03549 ± 0.00090 7.104 ± 0.143 % 94.199 ± 0.184 %
|
| 343 |
+
64 3.0740 ± 0.0519 0.00767 ± 0.00277 0.03549 ± 0.00090 7.109 ± 0.144 % 94.179 ± 0.183 %
|
| 344 |
+
65 3.0934 ± 0.0519 0.00864 ± 0.00279 0.03544 ± 0.00088 7.086 ± 0.142 % 94.184 ± 0.182 %
|
| 345 |
+
66 3.0923 ± 0.0515 0.00926 ± 0.00280 0.03596 ± 0.00089 7.121 ± 0.141 % 94.153 ± 0.181 %
|
| 346 |
+
67 3.0641 ± 0.0504 0.00876 ± 0.00279 0.03611 ± 0.00089 7.180 ± 0.141 % 94.170 ± 0.179 %
|
| 347 |
+
68 3.0492 ± 0.0497 0.00897 ± 0.00277 0.03637 ± 0.00089 7.217 ± 0.141 % 94.158 ± 0.178 %
|
| 348 |
+
69 3.0722 ± 0.0499 0.00939 ± 0.00276 0.03672 ± 0.00088 7.252 ± 0.140 % 94.072 ± 0.178 %
|
| 349 |
+
70 3.0591 ± 0.0492 0.00883 ± 0.00275 0.03710 ± 0.00089 7.336 ± 0.142 % 94.078 ± 0.177 %
|
| 350 |
+
71 3.0435 ± 0.0486 0.00902 ± 0.00273 0.03720 ± 0.00088 7.351 ± 0.140 % 94.118 ± 0.175 %
|
| 351 |
+
72 3.0425 ± 0.0483 0.00957 ± 0.00271 0.03719 ± 0.00087 7.337 ± 0.139 % 94.118 ± 0.174 %
|
| 352 |
+
73 3.0465 ± 0.0480 0.00941 ± 0.00269 0.03724 ± 0.00087 7.335 ± 0.138 % 94.107 ± 0.173 %
|
| 353 |
+
74 3.0717 ± 0.0482 0.00936 ± 0.00266 0.03715 ± 0.00086 7.311 ± 0.136 % 94.091 ± 0.172 %
|
| 354 |
+
75 3.0740 ± 0.0480 0.00931 ± 0.00263 0.03706 ± 0.00085 7.294 ± 0.135 % 94.092 ± 0.170 %
|
| 355 |
+
76 3.0381 ± 0.0470 0.00947 ± 0.00261 0.03668 ± 0.00084 7.256 ± 0.134 % 94.159 ± 0.168 %
|
| 356 |
+
77 3.0039 ± 0.0460 0.00928 ± 0.00261 0.03652 ± 0.00083 7.257 ± 0.134 % 94.204 ± 0.167 %
|
| 357 |
+
78 2.9711 ± 0.0451 0.00949 ± 0.00258 0.03650 ± 0.00083 7.284 ± 0.133 % 94.228 ± 0.165 %
|
| 358 |
+
79 2.9440 ± 0.0442 0.00984 ± 0.00257 0.03648 ± 0.00082 7.308 ± 0.132 % 94.247 ± 0.164 %
|
| 359 |
+
80 2.9169 ± 0.0434 0.00967 ± 0.00255 0.03658 ± 0.00082 7.335 ± 0.131 % 94.284 ± 0.163 %
|
| 360 |
+
81 2.8931 ± 0.0426 0.00919 ± 0.00253 0.03652 ± 0.00081 7.336 ± 0.130 % 94.321 ± 0.161 %
|
| 361 |
+
82 2.8795 ± 0.0421 0.00906 ± 0.00252 0.03672 ± 0.00081 7.358 ± 0.129 % 94.342 ± 0.160 %
|
| 362 |
+
83 2.8804 ± 0.0419 0.00843 ± 0.00252 0.03686 ± 0.00081 7.374 ± 0.128 % 94.311 ± 0.159 %
|
| 363 |
+
84 2.8557 ± 0.0412 0.00882 ± 0.00250 0.03690 ± 0.00080 7.382 ± 0.127 % 94.337 ± 0.158 %
|
| 364 |
+
85 2.8445 ± 0.0407 0.00924 ± 0.00251 0.03739 ± 0.00081 7.465 ± 0.128 % 94.321 ± 0.157 %
|
| 365 |
+
86 2.8386 ± 0.0404 0.00916 ± 0.00251 0.03770 ± 0.00081 7.533 ± 0.129 % 94.332 ± 0.156 %
|
| 366 |
+
87 2.8273 ± 0.0400 0.00931 ± 0.00250 0.03811 ± 0.00081 7.591 ± 0.128 % 94.343 ± 0.155 %
|
| 367 |
+
88 2.8123 ± 0.0394 0.00957 ± 0.00249 0.03861 ± 0.00082 7.678 ± 0.129 % 94.332 ± 0.154 %
|
| 368 |
+
89 2.7927 ± 0.0389 0.01022 ± 0.00249 0.03880 ± 0.00082 7.716 ± 0.129 % 94.338 ± 0.153 %
|
| 369 |
+
90 2.7792 ± 0.0383 0.00974 ± 0.00248 0.03904 ± 0.00082 7.748 ± 0.128 % 94.322 ± 0.153 %
|
| 370 |
+
91 2.7589 ± 0.0377 0.00938 ± 0.00247 0.03917 ± 0.00081 7.792 ± 0.128 % 94.342 ± 0.152 %
|
| 371 |
+
92 2.7380 ± 0.0371 0.00970 ± 0.00246 0.03942 ± 0.00081 7.831 ± 0.127 % 94.348 ± 0.151 %
|
| 372 |
+
93 2.7302 ± 0.0367 0.00972 ± 0.00246 0.03957 ± 0.00081 7.848 ± 0.126 % 94.350 ± 0.150 %
|
| 373 |
+
94 2.7156 ± 0.0362 0.00996 ± 0.00246 0.03990 ± 0.00081 7.899 ± 0.125 % 94.355 ± 0.149 %
|
| 374 |
+
95 2.6978 ± 0.0357 0.00972 ± 0.00246 0.04002 ± 0.00080 7.913 ± 0.125 % 94.369 ± 0.148 %
|
| 375 |
+
96 2.6925 ± 0.0354 0.01026 ± 0.00246 0.04042 ± 0.00080 7.947 ± 0.124 % 94.367 ± 0.147 %
|
| 376 |
+
97 2.7032 ± 0.0355 0.01109 ± 0.00246 0.04070 ± 0.00080 7.965 ± 0.123 % 94.300 ± 0.147 %
|
| 377 |
+
98 2.6964 ± 0.0352 0.01136 ± 0.00244 0.04076 ± 0.00079 7.974 ± 0.122 % 94.310 ± 0.147 %
|
| 378 |
+
99 2.6808 ± 0.0347 0.01150 ± 0.00244 0.04081 ± 0.00079 8.000 ± 0.121 % 94.324 ± 0.146 %
|
| 379 |
+
100 2.6611 ± 0.0342 0.01179 ± 0.00242 0.04061 ± 0.00078 7.988 ± 0.121 % 94.365 ± 0.144 %
|
| 380 |
+
101 2.6725 ± 0.0343 0.01189 ± 0.00240 0.04057 ± 0.00078 7.971 ± 0.120 % 94.362 ± 0.144 %
|
| 381 |
+
102 2.6546 ± 0.0338 0.01184 ± 0.00239 0.04079 ± 0.00078 8.017 ± 0.119 % 94.364 ± 0.143 %
|
| 382 |
+
103 2.6446 ± 0.0334 0.01205 ± 0.00239 0.04122 ± 0.00078 8.087 ± 0.119 % 94.338 ± 0.143 %
|
| 383 |
+
104 2.6377 ± 0.0331 0.01204 ± 0.00239 0.04161 ± 0.00079 8.129 ± 0.119 % 94.329 ± 0.142 %
|
| 384 |
+
105 2.6496 ± 0.0332 0.01238 ± 0.00238 0.04182 ± 0.00078 8.126 ± 0.118 % 94.297 ± 0.142 %
|
| 385 |
+
106 2.6740 ± 0.0335 0.01206 ± 0.00238 0.04189 ± 0.00078 8.113 ± 0.118 % 94.269 ± 0.141 %
|
| 386 |
+
107 2.7239 ± 0.0343 0.01190 ± 0.00236 0.04194 ± 0.00078 8.089 ± 0.117 % 94.235 ± 0.141 %
|
| 387 |
+
108 2.7341 ± 0.0344 0.01166 ± 0.00235 0.04183 ± 0.00077 8.074 ± 0.116 % 94.230 ± 0.141 %
|
| 388 |
+
109 2.7458 ± 0.0345 0.01151 ± 0.00234 0.04180 ± 0.00077 8.056 ± 0.116 % 94.222 ± 0.140 %
|
| 389 |
+
110 2.7809 ± 0.0349 0.01114 ± 0.00232 0.04167 ± 0.00076 8.027 ± 0.115 % 94.217 ± 0.139 %
|
| 390 |
+
111 2.8049 ± 0.0352 0.01109 ± 0.00231 0.04163 ± 0.00075 8.008 ± 0.114 % 94.195 ± 0.139 %
|
| 391 |
+
112 2.7830 ± 0.0347 0.01096 ± 0.00229 0.04134 ± 0.00075 7.983 ± 0.114 % 94.240 ± 0.138 %
|
| 392 |
+
113 2.7703 ± 0.0343 0.01133 ± 0.00229 0.04132 ± 0.00075 7.977 ± 0.113 % 94.256 ± 0.137 %
|
| 393 |
+
114 2.7722 ± 0.0342 0.01134 ± 0.00227 0.04141 ± 0.00074 7.984 ± 0.113 % 94.241 ± 0.137 %
|
| 394 |
+
115 2.7700 ± 0.0340 0.01132 ± 0.00226 0.04132 ± 0.00074 7.983 ± 0.113 % 94.251 ± 0.136 %
|
| 395 |
+
116 2.7727 ± 0.0338 0.01137 ± 0.00225 0.04132 ± 0.00073 7.975 ± 0.112 % 94.222 ± 0.136 %
|
| 396 |
+
117 2.7741 ± 0.0337 0.01129 ± 0.00224 0.04117 ± 0.00073 7.958 ± 0.111 % 94.232 ± 0.135 %
|
| 397 |
+
118 2.7791 ± 0.0336 0.01135 ± 0.00223 0.04111 ± 0.00072 7.949 ± 0.111 % 94.227 ± 0.134 %
|
| 398 |
+
119 2.7838 ± 0.0336 0.01102 ± 0.00222 0.04095 ± 0.00072 7.934 ± 0.110 % 94.236 ± 0.134 %
|
| 399 |
+
120 2.7817 ± 0.0334 0.01088 ± 0.00221 0.04090 ± 0.00071 7.927 ± 0.110 % 94.235 ± 0.133 %
|
| 400 |
+
121 2.7740 ± 0.0332 0.01099 ± 0.00221 0.04110 ± 0.00072 7.964 ± 0.109 % 94.221 ± 0.133 %
|
| 401 |
+
122 2.7761 ± 0.0330 0.01061 ± 0.00220 0.04120 ± 0.00072 7.978 ± 0.110 % 94.204 ± 0.132 %
|
| 402 |
+
123 2.7629 ± 0.0327 0.01071 ± 0.00219 0.04103 ± 0.00072 7.964 ± 0.110 % 94.229 ± 0.132 %
|
| 403 |
+
124 2.7626 ± 0.0326 0.01071 ± 0.00218 0.04087 ± 0.00071 7.948 ± 0.109 % 94.257 ± 0.131 %
|
| 404 |
+
125 2.7635 ± 0.0324 0.01054 ± 0.00217 0.04078 ± 0.00071 7.937 ± 0.108 % 94.265 ± 0.130 %
|
| 405 |
+
126 2.7635 ± 0.0323 0.01056 ± 0.00216 0.04070 ± 0.00070 7.920 ± 0.108 % 94.267 ± 0.130 %
|
| 406 |
+
127 2.7625 ± 0.0322 0.01038 ± 0.00215 0.04066 ± 0.00070 7.920 ± 0.107 % 94.278 ± 0.129 %
|
| 407 |
+
128 2.7779 ± 0.0323 0.01058 ± 0.00214 0.04067 ± 0.00070 7.920 ± 0.107 % 94.262 ± 0.129 %
|
| 408 |
+
129 2.7844 ± 0.0323 0.01044 ± 0.00213 0.04067 ± 0.00069 7.913 ± 0.106 % 94.230 ± 0.129 %
|
| 409 |
+
130 2.7871 ± 0.0322 0.01108 ± 0.00213 0.04078 ± 0.00069 7.909 ± 0.106 % 94.226 ± 0.128 %
|
| 410 |
+
131 2.8000 ± 0.0322 0.01118 ± 0.00211 0.04071 ± 0.00068 7.893 ± 0.105 % 94.207 ± 0.128 %
|
| 411 |
+
132 2.8022 ± 0.0322 0.01105 ± 0.00211 0.04084 ± 0.00068 7.894 ± 0.104 % 94.216 ± 0.127 %
|
| 412 |
+
133 2.7998 ± 0.0320 0.01103 ± 0.00210 0.04076 ± 0.00068 7.877 ± 0.104 % 94.236 ± 0.127 %
|
| 413 |
+
134 2.8141 ± 0.0322 0.01106 ± 0.00209 0.04063 ± 0.00067 7.865 ± 0.104 % 94.220 ± 0.126 %
|
| 414 |
+
135 2.8323 ± 0.0324 0.01075 ± 0.00208 0.04058 ± 0.00067 7.848 ± 0.103 % 94.225 ± 0.126 %
|
| 415 |
+
136 2.8255 ± 0.0321 0.01079 ± 0.00208 0.04063 ± 0.00067 7.860 ± 0.103 % 94.227 ± 0.125 %
|
| 416 |
+
137 2.8219 ± 0.0320 0.01072 ± 0.00207 0.04069 ± 0.00066 7.871 ± 0.102 % 94.218 ± 0.125 %
|
| 417 |
+
138 2.8195 ± 0.0318 0.01080 ± 0.00206 0.04077 ± 0.00066 7.890 ± 0.102 % 94.220 ± 0.124 %
|
| 418 |
+
139 2.8067 ± 0.0315 0.01074 ± 0.00205 0.04068 ± 0.00066 7.880 ± 0.102 % 94.245 ± 0.124 %
|
| 419 |
+
140 2.8205 ± 0.0316 0.01077 ± 0.00204 0.04059 ± 0.00066 7.865 ± 0.101 % 94.230 ± 0.123 %
|
| 420 |
+
141 2.8215 ± 0.0315 0.01069 ± 0.00203 0.04049 ± 0.00065 7.853 ± 0.101 % 94.240 ± 0.123 %
|
| 421 |
+
142 2.8157 ± 0.0313 0.01090 ± 0.00203 0.04062 ± 0.00065 7.876 ± 0.101 % 94.231 ± 0.123 %
|
| 422 |
+
143 2.8142 ± 0.0312 0.01076 ± 0.00202 0.04048 ± 0.00065 7.860 ± 0.101 % 94.241 ± 0.122 %
|
| 423 |
+
144 2.8152 ± 0.0310 0.01076 ± 0.00201 0.04040 ± 0.00064 7.858 ± 0.100 % 94.240 ± 0.122 %
|
| 424 |
+
145 2.8143 ± 0.0309 0.01078 ± 0.00200 0.04029 ± 0.00064 7.843 ± 0.100 % 94.247 ± 0.121 %
|
| 425 |
+
146 2.8086 ± 0.0307 0.01070 ± 0.00198 0.04012 ± 0.00064 7.825 ± 0.100 % 94.268 ± 0.120 %
|
| 426 |
+
147 2.7953 ± 0.0304 0.01095 ± 0.00198 0.04006 ± 0.00063 7.827 ± 0.099 % 94.286 ± 0.120 %
|
| 427 |
+
148 2.7904 ± 0.0303 0.01114 ± 0.00197 0.04011 ± 0.00063 7.840 ± 0.099 % 94.271 ± 0.120 %
|
| 428 |
+
149 2.7859 ± 0.0301 0.01117 ± 0.00196 0.04002 ± 0.00063 7.832 ± 0.098 % 94.270 ± 0.119 %
|
| 429 |
+
150 2.7830 ± 0.0299 0.01120 ± 0.00196 0.04001 ± 0.00063 7.831 ± 0.098 % 94.267 ± 0.119 %
|
| 430 |
+
151 2.7753 ± 0.0297 0.01127 ± 0.00195 0.03994 ± 0.00062 7.831 ± 0.097 % 94.281 ± 0.118 %
|
| 431 |
+
152 2.7740 ± 0.0295 0.01109 ± 0.00194 0.03983 ± 0.00062 7.820 ± 0.097 % 94.298 ± 0.118 %
|
| 432 |
+
153 2.7775 ± 0.0295 0.01085 ± 0.00193 0.03969 ± 0.00062 7.804 ± 0.097 % 94.325 ± 0.117 %
|
| 433 |
+
154 2.7765 ± 0.0293 0.01089 ± 0.00192 0.03957 ± 0.00061 7.793 ± 0.096 % 94.339 ± 0.117 %
|
| 434 |
+
155 2.7761 ± 0.0292 0.01093 ± 0.00191 0.03948 ± 0.00061 7.788 ± 0.096 % 94.340 ± 0.116 %
|
| 435 |
+
156 2.7790 ± 0.0292 0.01073 ± 0.00191 0.03932 ± 0.00061 7.770 ± 0.096 % 94.344 ± 0.116 %
|
| 436 |
+
157 2.7816 ± 0.0291 0.01061 ± 0.00190 0.03925 ± 0.00060 7.760 ± 0.095 % 94.347 ± 0.115 %
|
| 437 |
+
158 2.7831 ± 0.0290 0.01047 ± 0.00189 0.03913 ± 0.00060 7.747 ± 0.095 % 94.341 ± 0.115 %
|
| 438 |
+
159 2.7933 ± 0.0291 0.01053 ± 0.00188 0.03902 ± 0.00060 7.731 ± 0.094 % 94.332 ± 0.115 %
|
| 439 |
+
160 2.8027 ± 0.0291 0.01036 ± 0.00187 0.03893 ± 0.00059 7.714 ± 0.094 % 94.333 ± 0.114 %
|
| 440 |
+
161 2.8088 ± 0.0291 0.01027 ± 0.00186 0.03887 ± 0.00059 7.701 ± 0.094 % 94.317 ± 0.114 %
|
| 441 |
+
162 2.8013 ± 0.0289 0.01045 ± 0.00186 0.03909 ± 0.00059 7.730 ± 0.094 % 94.314 ± 0.114 %
|
| 442 |
+
163 2.7915 ± 0.0286 0.01060 ± 0.00186 0.03920 ± 0.00059 7.747 ± 0.093 % 94.322 ± 0.114 %
|
| 443 |
+
164 2.7955 ± 0.0286 0.01043 ± 0.00185 0.03923 ± 0.00059 7.741 ± 0.093 % 94.328 ± 0.113 %
|
| 444 |
+
165 2.7867 ± 0.0284 0.01051 ± 0.00185 0.03938 ± 0.00059 7.763 ± 0.093 % 94.346 ± 0.113 %
|
| 445 |
+
166 2.7826 ± 0.0282 0.01088 ± 0.00185 0.03980 ± 0.00059 7.795 ± 0.092 % 94.311 ± 0.113 %
|
| 446 |
+
167 2.7951 ± 0.0283 0.01070 ± 0.00184 0.04003 ± 0.00060 7.803 ± 0.093 % 94.275 ± 0.113 %
|
| 447 |
+
168 2.7963 ± 0.0283 0.01098 ± 0.00184 0.04000 ± 0.00060 7.797 ± 0.092 % 94.276 ± 0.112 %
|
| 448 |
+
169 2.8189 ± 0.0285 0.01068 ± 0.00183 0.04001 ± 0.00059 7.788 ± 0.092 % 94.252 ± 0.112 %
|
| 449 |
+
170 2.8355 ± 0.0287 0.01056 ± 0.00183 0.03997 ± 0.00059 7.777 ± 0.092 % 94.240 ± 0.112 %
|
| 450 |
+
171 2.8465 ± 0.0287 0.01052 ± 0.00182 0.03991 ± 0.00059 7.765 ± 0.091 % 94.225 ± 0.112 %
|
| 451 |
+
172 2.8641 ± 0.0289 0.01032 ± 0.00182 0.04000 ± 0.00059 7.757 ± 0.091 % 94.184 ± 0.112 %
|
| 452 |
+
173 2.8545 ± 0.0287 0.01027 ± 0.00181 0.03986 ± 0.00058 7.746 ± 0.091 % 94.206 ± 0.111 %
|
| 453 |
+
174 2.8414 ± 0.0284 0.01018 ± 0.00180 0.03977 ± 0.00058 7.747 ± 0.091 % 94.224 ± 0.111 %
|
| 454 |
+
175 2.8280 ± 0.0282 0.01023 ± 0.00179 0.03963 ± 0.00058 7.736 ± 0.090 % 94.250 ± 0.110 %
|
| 455 |
+
176 2.8164 ± 0.0279 0.01025 ± 0.00179 0.03965 ± 0.00058 7.753 ± 0.090 % 94.265 ± 0.110 %
|
| 456 |
+
177 2.8026 ± 0.0276 0.01029 ± 0.00178 0.03951 ± 0.00058 7.740 ± 0.090 % 94.293 ± 0.109 %
|
| 457 |
+
178 2.7883 ± 0.0274 0.01008 ± 0.00177 0.03943 ± 0.00057 7.743 ± 0.090 % 94.316 ± 0.109 %
|
| 458 |
+
179 2.7778 ± 0.0272 0.01035 ± 0.00177 0.03941 ± 0.00057 7.750 ± 0.090 % 94.335 ± 0.108 %
|
| 459 |
+
180 2.7653 ± 0.0269 0.01029 ± 0.00176 0.03930 ± 0.00057 7.743 ± 0.090 % 94.353 ± 0.108 %
|
| 460 |
+
181 2.7606 ± 0.0268 0.01076 ± 0.00177 0.03935 ± 0.00057 7.746 ± 0.090 % 94.347 ± 0.107 %
|
| 461 |
+
182 2.7754 ± 0.0270 0.01073 ± 0.00176 0.03928 ± 0.00057 7.731 ± 0.089 % 94.353 ± 0.107 %
|
| 462 |
+
183 2.7926 ± 0.0272 0.01050 ± 0.00176 0.03923 ± 0.00057 7.722 ± 0.089 % 94.347 ± 0.107 %
|
| 463 |
+
184 2.8171 ± 0.0275 0.01052 ± 0.00176 0.03924 ± 0.00056 7.712 ± 0.089 % 94.333 ± 0.107 %
|
| 464 |
+
185 2.8341 ± 0.0276 0.01035 ± 0.00175 0.03915 ± 0.00056 7.698 ± 0.088 % 94.323 ± 0.107 %
|
| 465 |
+
186 2.8440 ± 0.0277 0.01030 ± 0.00174 0.03906 ± 0.00056 7.682 ± 0.088 % 94.328 ± 0.106 %
|
| 466 |
+
187 2.8639 ± 0.0279 0.01036 ± 0.00174 0.03902 ± 0.00055 7.667 ± 0.088 % 94.321 ± 0.106 %
|
| 467 |
+
188 2.8886 ± 0.0282 0.01044 ± 0.00174 0.03897 ± 0.00055 7.653 ± 0.088 % 94.310 ± 0.106 %
|
| 468 |
+
189 2.9103 ± 0.0284 0.01041 ± 0.00173 0.03890 ± 0.00055 7.636 ± 0.087 % 94.273 ± 0.106 %
|
| 469 |
+
190 2.9263 ± 0.0286 0.01018 ± 0.00172 0.03890 ± 0.00055 7.622 ± 0.087 % 94.266 ± 0.106 %
|
| 470 |
+
191 2.9410 ± 0.0287 0.01006 ± 0.00172 0.03886 ± 0.00054 7.610 ± 0.087 % 94.253 ± 0.105 %
|
| 471 |
+
192 2.9497 ± 0.0287 0.00999 ± 0.00171 0.03876 ± 0.00054 7.595 ± 0.086 % 94.252 ± 0.105 %
|
| 472 |
+
193 2.9571 ± 0.0288 0.01007 ± 0.00171 0.03867 ± 0.00054 7.583 ± 0.086 % 94.250 ± 0.105 %
|
| 473 |
+
194 2.9612 ± 0.0288 0.01032 ± 0.00170 0.03865 ± 0.00054 7.579 ± 0.086 % 94.251 ± 0.105 %
|
| 474 |
+
195 2.9591 ± 0.0287 0.01036 ± 0.00170 0.03856 ± 0.00053 7.572 ± 0.086 % 94.258 ± 0.104 %
|
| 475 |
+
196 2.9630 ± 0.0286 0.01052 ± 0.00169 0.03864 ± 0.00053 7.574 ± 0.085 % 94.244 ± 0.104 %
|
| 476 |
+
197 2.9761 ± 0.0288 0.01033 ± 0.00169 0.03866 ± 0.00053 7.573 ± 0.085 % 94.235 ± 0.104 %
|
| 477 |
+
198 2.9902 ± 0.0289 0.01025 ± 0.00168 0.03858 ± 0.00053 7.560 ± 0.085 % 94.231 ± 0.104 %
|
| 478 |
+
199 2.9901 ± 0.0288 0.01030 ± 0.00167 0.03854 ± 0.00053 7.555 ± 0.085 % 94.224 ± 0.104 %
|
| 479 |
+
200 2.9963 ± 0.0288 0.01029 ± 0.00167 0.03852 ± 0.00052 7.547 ± 0.084 % 94.216 ± 0.103 %
|
| 480 |
+
201 2.9985 ± 0.0287 0.01027 ± 0.00166 0.03842 ± 0.00052 7.535 ± 0.084 % 94.219 ± 0.103 %
|
| 481 |
+
202 3.0022 ± 0.0287 0.01038 ± 0.00166 0.03840 ± 0.00052 7.527 ± 0.084 % 94.211 ± 0.103 %
|
| 482 |
+
203 3.0008 ± 0.0286 0.01041 ± 0.00165 0.03844 ± 0.00052 7.535 ± 0.084 % 94.214 ± 0.103 %
|
| 483 |
+
204 3.0096 ± 0.0287 0.01035 ± 0.00165 0.03837 ± 0.00052 7.523 ± 0.083 % 94.214 ± 0.102 %
|
| 484 |
+
205 3.0175 ± 0.0287 0.01028 ± 0.00164 0.03828 ± 0.00052 7.510 ± 0.083 % 94.213 ± 0.102 %
|
| 485 |
+
206 3.0238 ± 0.0287 0.01024 ± 0.00163 0.03819 ± 0.00051 7.499 ± 0.083 % 94.207 ± 0.102 %
|
| 486 |
+
207 3.0301 ± 0.0287 0.01028 ± 0.00163 0.03810 ± 0.00051 7.486 ± 0.083 % 94.207 ± 0.102 %
|
| 487 |
+
208 3.0303 ± 0.0286 0.01014 ± 0.00162 0.03812 ± 0.00051 7.484 ± 0.082 % 94.206 ± 0.101 %
|
| 488 |
+
209 3.0323 ± 0.0286 0.01010 ± 0.00162 0.03801 ± 0.00051 7.469 ± 0.082 % 94.215 ± 0.101 %
|
| 489 |
+
210 3.0295 ± 0.0285 0.01033 ± 0.00162 0.03805 ± 0.00050 7.474 ± 0.082 % 94.213 ± 0.101 %
|
| 490 |
+
211 3.0334 ± 0.0284 0.01027 ± 0.00161 0.03799 ± 0.00050 7.462 ± 0.082 % 94.212 ± 0.101 %
|
| 491 |
+
212 3.0352 ± 0.0284 0.01038 ± 0.00161 0.03792 ± 0.00050 7.452 ± 0.081 % 94.212 ± 0.100 %
|
| 492 |
+
213 3.0387 ± 0.0283 0.01036 ± 0.00160 0.03787 ± 0.00050 7.442 ± 0.081 % 94.212 ± 0.100 %
|
| 493 |
+
214 3.0442 ± 0.0283 0.01042 ± 0.00160 0.03784 ± 0.00050 7.437 ± 0.081 % 94.211 ± 0.100 %
|
| 494 |
+
215 3.0477 ± 0.0283 0.01058 ± 0.00159 0.03783 ± 0.00049 7.435 ± 0.081 % 94.207 ± 0.100 %
|
| 495 |
+
216 3.0529 ± 0.0283 0.01055 ± 0.00159 0.03782 ± 0.00049 7.429 ± 0.080 % 94.201 ± 0.100 %
|
| 496 |
+
217 3.0571 ± 0.0283 0.01060 ± 0.00159 0.03776 ± 0.00049 7.421 ± 0.080 % 94.190 ± 0.099 %
|
| 497 |
+
218 3.0656 ± 0.0283 0.01067 ± 0.00158 0.03776 ± 0.00049 7.420 ± 0.080 % 94.188 ± 0.099 %
|
| 498 |
+
219 3.0606 ± 0.0282 0.01076 ± 0.00158 0.03773 ± 0.00049 7.418 ± 0.080 % 94.187 ± 0.099 %
|
| 499 |
+
220 3.0593 ± 0.0281 0.01069 ± 0.00157 0.03765 ± 0.00049 7.408 ± 0.080 % 94.184 ± 0.099 %
|
| 500 |
+
221 3.0574 ± 0.0280 0.01076 ± 0.00157 0.03761 ± 0.00048 7.404 ± 0.079 % 94.185 ± 0.099 %
|
| 501 |
+
222 3.0597 ± 0.0280 0.01106 ± 0.00157 0.03754 ± 0.00048 7.394 ± 0.079 % 94.190 ± 0.098 %
|
| 502 |
+
223 3.0593 ± 0.0279 0.01108 ± 0.00156 0.03748 ± 0.00048 7.386 ± 0.079 % 94.195 ± 0.098 %
|
| 503 |
+
224 3.0657 ± 0.0280 0.01119 ± 0.00156 0.03742 ± 0.00048 7.378 ± 0.079 % 94.184 ± 0.098 %
|
| 504 |
+
225 3.0676 ± 0.0279 0.01116 ± 0.00155 0.03739 ± 0.00048 7.374 ± 0.078 % 94.187 ± 0.098 %
|
| 505 |
+
226 3.0741 ± 0.0279 0.01105 ± 0.00155 0.03731 ± 0.00048 7.362 ± 0.078 % 94.187 ± 0.097 %
|
| 506 |
+
227 3.0712 ± 0.0278 0.01104 ± 0.00154 0.03725 ± 0.00047 7.355 ± 0.078 % 94.192 ± 0.097 %
|
| 507 |
+
228 3.0704 ± 0.0278 0.01114 ± 0.00154 0.03720 ± 0.00047 7.354 ± 0.078 % 94.192 ± 0.097 %
|
| 508 |
+
229 3.0623 ± 0.0276 0.01122 ± 0.00154 0.03730 ± 0.00047 7.379 ± 0.078 % 94.196 ± 0.097 %
|
| 509 |
+
230 3.0545 ± 0.0274 0.01143 ± 0.00154 0.03739 ± 0.00047 7.389 ± 0.078 % 94.194 ± 0.097 %
|
| 510 |
+
231 3.0508 ± 0.0273 0.01139 ± 0.00154 0.03750 ± 0.00047 7.407 ± 0.078 % 94.192 ± 0.096 %
|
| 511 |
+
232 3.0519 ± 0.0273 0.01129 ± 0.00154 0.03766 ± 0.00047 7.425 ± 0.078 % 94.177 ± 0.096 %
|
| 512 |
+
233 3.0516 ± 0.0272 0.01144 ± 0.00154 0.03779 ± 0.00048 7.443 ± 0.078 % 94.166 ± 0.096 %
|
| 513 |
+
234 3.0448 ± 0.0271 0.01145 ± 0.00153 0.03784 ± 0.00048 7.447 ± 0.078 % 94.173 ± 0.096 %
|
| 514 |
+
235 3.0349 ± 0.0269 0.01156 ± 0.00153 0.03779 ± 0.00048 7.445 ± 0.077 % 94.184 ± 0.096 %
|
| 515 |
+
236 3.0282 ± 0.0268 0.01167 ± 0.00153 0.03788 ± 0.00048 7.463 ± 0.077 % 94.187 ± 0.095 %
|
| 516 |
+
237 3.0197 ± 0.0266 0.01148 ± 0.00153 0.03798 ± 0.00048 7.482 ± 0.077 % 94.184 ± 0.095 %
|
| 517 |
+
238 3.0225 ± 0.0266 0.01149 ± 0.00152 0.03801 ± 0.00048 7.481 ± 0.077 % 94.184 ± 0.095 %
|
| 518 |
+
239 3.0369 ± 0.0267 0.01147 ± 0.00152 0.03797 ± 0.00047 7.471 ± 0.077 % 94.175 ± 0.095 %
|
| 519 |
+
240 3.0520 ± 0.0268 0.01146 ± 0.00152 0.03801 ± 0.00047 7.463 ± 0.077 % 94.154 ± 0.095 %
|
| 520 |
+
241 3.0643 ± 0.0269 0.01132 ± 0.00151 0.03794 ± 0.00047 7.452 ± 0.077 % 94.153 ± 0.095 %
|
| 521 |
+
242 3.0743 ± 0.0270 0.01123 ± 0.00151 0.03788 ± 0.00047 7.441 ± 0.076 % 94.145 ± 0.095 %
|
| 522 |
+
243 3.0868 ± 0.0271 0.01124 ± 0.00150 0.03784 ± 0.00047 7.432 ± 0.076 % 94.139 ± 0.094 %
|
| 523 |
+
244 3.0998 ± 0.0272 0.01123 ± 0.00150 0.03777 ± 0.00047 7.419 ± 0.076 % 94.134 ± 0.094 %
|
| 524 |
+
245 3.1141 ± 0.0273 0.01131 ± 0.00149 0.03776 ± 0.00046 7.415 ± 0.076 % 94.132 ± 0.094 %
|
| 525 |
+
246 3.1254 ± 0.0274 0.01130 ± 0.00149 0.03774 ± 0.00046 7.408 ± 0.076 % 94.116 ± 0.094 %
|
| 526 |
+
247 3.1396 ± 0.0275 0.01141 ± 0.00149 0.03772 ± 0.00046 7.400 ± 0.075 % 94.107 ± 0.094 %
|
| 527 |
+
248 3.1508 ± 0.0276 0.01125 ± 0.00148 0.03771 ± 0.00046 7.392 ± 0.075 % 94.110 ± 0.094 %
|
| 528 |
+
249 3.1520 ± 0.0276 0.01108 ± 0.00148 0.03767 ± 0.00046 7.384 ± 0.075 % 94.114 ± 0.093 %
|
| 529 |
+
250 3.1533 ± 0.0276 0.01121 ± 0.00148 0.03768 ± 0.00046 7.384 ± 0.075 % 94.113 ± 0.093 %
|
| 530 |
+
251 3.1413 ± 0.0274 0.01116 ± 0.00147 0.03758 ± 0.00046 7.377 ± 0.075 % 94.132 ± 0.093 %
|
| 531 |
+
252 3.1319 ± 0.0272 0.01116 ± 0.00147 0.03751 ± 0.00045 7.372 ± 0.074 % 94.146 ± 0.093 %
|
| 532 |
+
253 3.1240 ± 0.0270 0.01112 ± 0.00147 0.03743 ± 0.00045 7.364 ± 0.074 % 94.159 ± 0.092 %
|
| 533 |
+
254 3.1213 ± 0.0270 0.01124 ± 0.00146 0.03750 ± 0.00045 7.382 ± 0.075 % 94.152 ± 0.092 %
|
| 534 |
+
255 3.1231 ± 0.0269 0.01125 ± 0.00146 0.03745 ± 0.00045 7.377 ± 0.074 % 94.159 ± 0.092 %
|
| 535 |
+
256 3.1227 ± 0.0269 0.01129 ± 0.00146 0.03748 ± 0.00045 7.380 ± 0.074 % 94.159 ± 0.092 %
|
| 536 |
+
257 3.1176 ± 0.0267 0.01125 ± 0.00145 0.03753 ± 0.00045 7.389 ± 0.074 % 94.160 ± 0.092 %
|
| 537 |
+
258 3.1153 ± 0.0267 0.01122 ± 0.00145 0.03751 ± 0.00045 7.382 ± 0.074 % 94.165 ± 0.091 %
|
| 538 |
+
259 3.1048 ± 0.0265 0.01108 ± 0.00145 0.03745 ± 0.00045 7.381 ± 0.074 % 94.178 ± 0.091 %
|
| 539 |
+
260 3.0993 ± 0.0264 0.01108 ± 0.00144 0.03742 ± 0.00045 7.378 ± 0.073 % 94.187 ± 0.091 %
|
| 540 |
+
261 3.0923 ± 0.0263 0.01110 ± 0.00144 0.03743 ± 0.00045 7.389 ± 0.073 % 94.191 ± 0.091 %
|
| 541 |
+
262 3.0869 ± 0.0261 0.01125 ± 0.00144 0.03745 ± 0.00045 7.385 ± 0.073 % 94.197 ± 0.090 %
|
| 542 |
+
263 3.0798 ± 0.0260 0.01118 ± 0.00143 0.03742 ± 0.00044 7.385 ± 0.073 % 94.200 ± 0.090 %
|
| 543 |
+
264 3.0758 ± 0.0259 0.01123 ± 0.00143 0.03737 ± 0.00044 7.381 ± 0.073 % 94.207 ± 0.090 %
|
| 544 |
+
265 3.0711 ± 0.0258 0.01113 ± 0.00143 0.03743 ± 0.00044 7.389 ± 0.073 % 94.209 ± 0.090 %
|
| 545 |
+
266 3.0680 ± 0.0257 0.01108 ± 0.00142 0.03746 ± 0.00044 7.398 ± 0.073 % 94.213 ± 0.090 %
|
| 546 |
+
267 3.0608 ± 0.0256 0.01116 ± 0.00142 0.03747 ± 0.00044 7.402 ± 0.073 % 94.223 ± 0.089 %
|
| 547 |
+
268 3.0542 ± 0.0255 0.01111 ± 0.00142 0.03746 ± 0.00044 7.407 ± 0.073 % 94.230 ± 0.089 %
|
| 548 |
+
269 3.0500 ± 0.0254 0.01109 ± 0.00141 0.03742 ± 0.00044 7.404 ± 0.072 % 94.240 ± 0.089 %
|
| 549 |
+
270 3.0483 ± 0.0253 0.01111 ± 0.00141 0.03748 ± 0.00044 7.410 ± 0.072 % 94.237 ± 0.089 %
|
| 550 |
+
271 3.0454 ± 0.0252 0.01110 ± 0.00141 0.03745 ± 0.00044 7.409 ± 0.072 % 94.233 ± 0.089 %
|
| 551 |
+
272 3.0399 ± 0.0251 0.01100 ± 0.00140 0.03738 ± 0.00044 7.402 ± 0.072 % 94.243 ± 0.088 %
|
| 552 |
+
273 3.0380 ± 0.0250 0.01091 ± 0.00140 0.03740 ± 0.00044 7.404 ± 0.072 % 94.243 ± 0.088 %
|
| 553 |
+
274 3.0297 ± 0.0249 0.01084 ± 0.00140 0.03737 ± 0.00044 7.405 ± 0.072 % 94.246 ± 0.088 %
|
| 554 |
+
275 3.0219 ± 0.0248 0.01082 ± 0.00139 0.03739 ± 0.00044 7.404 ± 0.071 % 94.255 ± 0.088 %
|
| 555 |
+
276 3.0116 ± 0.0246 0.01087 ± 0.00139 0.03741 ± 0.00044 7.412 ± 0.072 % 94.270 ± 0.088 %
|
| 556 |
+
277 3.0035 ± 0.0245 0.01089 ± 0.00139 0.03743 ± 0.00044 7.420 ± 0.072 % 94.282 ± 0.087 %
|
| 557 |
+
278 2.9941 ± 0.0243 0.01086 ± 0.00139 0.03734 ± 0.00044 7.417 ± 0.072 % 94.295 ± 0.087 %
|
| 558 |
+
279 2.9954 ± 0.0243 0.01095 ± 0.00138 0.03731 ± 0.00044 7.415 ± 0.072 % 94.291 ± 0.087 %
|
| 559 |
+
280 2.9985 ± 0.0243 0.01106 ± 0.00138 0.03735 ± 0.00044 7.415 ± 0.072 % 94.282 ± 0.087 %
|
| 560 |
+
281 3.0021 ± 0.0243 0.01111 ± 0.00138 0.03731 ± 0.00044 7.408 ± 0.072 % 94.280 ± 0.087 %
|
| 561 |
+
282 3.0071 ± 0.0243 0.01101 ± 0.00137 0.03741 ± 0.00044 7.412 ± 0.071 % 94.251 ± 0.087 %
|
| 562 |
+
283 3.0123 ± 0.0243 0.01104 ± 0.00137 0.03738 ± 0.00044 7.404 ± 0.071 % 94.247 ± 0.087 %
|
| 563 |
+
284 3.0141 ± 0.0243 0.01095 ± 0.00137 0.03745 ± 0.00044 7.414 ± 0.071 % 94.229 ± 0.087 %
|
| 564 |
+
285 3.0165 ± 0.0242 0.01104 ± 0.00137 0.03748 ± 0.00044 7.417 ± 0.071 % 94.218 ± 0.087 %
|
| 565 |
+
286 3.0231 ± 0.0243 0.01090 ± 0.00136 0.03751 ± 0.00043 7.416 ± 0.071 % 94.211 ± 0.086 %
|
| 566 |
+
287 3.0340 ± 0.0243 0.01085 ± 0.00136 0.03749 ± 0.00043 7.408 ± 0.071 % 94.194 ± 0.086 %
|
| 567 |
+
288 3.0353 ± 0.0243 0.01088 ± 0.00136 0.03746 ± 0.00043 7.403 ± 0.070 % 94.193 ± 0.086 %
|
| 568 |
+
289 3.0370 ± 0.0243 0.01079 ± 0.00136 0.03741 ± 0.00043 7.396 ± 0.070 % 94.188 ± 0.086 %
|
| 569 |
+
290 3.0405 ± 0.0243 0.01066 ± 0.00135 0.03736 ± 0.00043 7.389 ± 0.070 % 94.185 ± 0.086 %
|
| 570 |
+
291 3.0436 ± 0.0242 0.01068 ± 0.00135 0.03729 ± 0.00043 7.380 ± 0.070 % 94.190 ± 0.086 %
|
| 571 |
+
292 3.0387 ± 0.0242 0.01060 ± 0.00135 0.03723 ± 0.00043 7.372 ± 0.070 % 94.197 ± 0.086 %
|
| 572 |
+
293 3.0301 ± 0.0240 0.01064 ± 0.00134 0.03722 ± 0.00043 7.375 ± 0.070 % 94.210 ± 0.085 %
|
| 573 |
+
294 3.0248 ± 0.0239 0.01082 ± 0.00134 0.03728 ± 0.00042 7.387 ± 0.069 % 94.207 ± 0.085 %
|
| 574 |
+
295 3.0244 ± 0.0239 0.01100 ± 0.00134 0.03735 ± 0.00042 7.394 ± 0.069 % 94.201 ± 0.085 %
|
| 575 |
+
296 3.0188 ± 0.0238 0.01108 ± 0.00134 0.03737 ± 0.00042 7.403 ± 0.069 % 94.204 ± 0.085 %
|
| 576 |
+
297 3.0149 ± 0.0237 0.01109 ± 0.00134 0.03739 ± 0.00042 7.404 ± 0.069 % 94.206 ± 0.085 %
|
| 577 |
+
298 3.0116 ± 0.0236 0.01122 ± 0.00134 0.03744 ± 0.00042 7.414 ± 0.069 % 94.202 ± 0.085 %
|
| 578 |
+
299 3.0076 ± 0.0235 0.01121 ± 0.00134 0.03750 ± 0.00042 7.424 ± 0.069 % 94.199 ± 0.085 %
|
| 579 |
+
300 3.0071 ± 0.0235 0.01142 ± 0.00133 0.03748 ± 0.00042 7.421 ± 0.068 % 94.191 ± 0.085 %
|
| 580 |
+
301 3.0060 ± 0.0234 0.01154 ± 0.00133 0.03761 ± 0.00042 7.435 ± 0.068 % 94.172 ± 0.085 %
|
| 581 |
+
302 3.0032 ± 0.0233 0.01173 ± 0.00133 0.03767 ± 0.00042 7.444 ± 0.068 % 94.166 ± 0.084 %
|
| 582 |
+
303 3.0013 ± 0.0233 0.01170 ± 0.00133 0.03774 ± 0.00042 7.451 ± 0.068 % 94.160 ± 0.084 %
|
| 583 |
+
304 2.9975 ± 0.0232 0.01155 ± 0.00133 0.03780 ± 0.00042 7.455 ± 0.068 % 94.164 ± 0.084 %
|
| 584 |
+
305 2.9926 ± 0.0231 0.01167 ± 0.00133 0.03779 ± 0.00042 7.457 ± 0.068 % 94.167 ± 0.084 %
|
| 585 |
+
306 2.9884 ± 0.0230 0.01182 ± 0.00132 0.03776 ± 0.00042 7.457 ± 0.068 % 94.169 ± 0.084 %
|
| 586 |
+
307 2.9902 ± 0.0230 0.01184 ± 0.00132 0.03779 ± 0.00042 7.456 ± 0.067 % 94.165 ± 0.084 %
|
| 587 |
+
308 2.9956 ± 0.0230 0.01182 ± 0.00132 0.03773 ± 0.00041 7.448 ± 0.067 % 94.169 ± 0.084 %
|
| 588 |
+
309 3.0065 ± 0.0231 0.01183 ± 0.00132 0.03769 ± 0.00041 7.440 ± 0.067 % 94.160 ± 0.084 %
|
| 589 |
+
310 2.9971 ± 0.0229 0.01181 ± 0.00131 0.03760 ± 0.00041 7.431 ± 0.067 % 94.177 ± 0.083 %
|
| 590 |
+
311 2.9914 ± 0.0228 0.01186 ± 0.00131 0.03763 ± 0.00041 7.442 ± 0.067 % 94.178 ± 0.083 %
|
| 591 |
+
312 2.9849 ± 0.0227 0.01194 ± 0.00131 0.03767 ± 0.00041 7.453 ± 0.067 % 94.180 ± 0.083 %
|
| 592 |
+
313 2.9818 ± 0.0227 0.01211 ± 0.00131 0.03775 ± 0.00041 7.468 ± 0.067 % 94.168 ± 0.083 %
|
| 593 |
+
314 2.9781 ± 0.0226 0.01214 ± 0.00131 0.03780 ± 0.00041 7.475 ± 0.067 % 94.163 ± 0.083 %
|
| 594 |
+
315 2.9780 ± 0.0225 0.01226 ± 0.00131 0.03784 ± 0.00041 7.478 ± 0.067 % 94.160 ± 0.083 %
|
| 595 |
+
316 2.9766 ± 0.0225 0.01228 ± 0.00131 0.03785 ± 0.00041 7.478 ± 0.066 % 94.159 ± 0.083 %
|
| 596 |
+
317 2.9756 ± 0.0224 0.01221 ± 0.00130 0.03788 ± 0.00041 7.484 ± 0.066 % 94.149 ± 0.083 %
|
| 597 |
+
318 2.9744 ± 0.0224 0.01209 ± 0.00130 0.03792 ± 0.00041 7.484 ± 0.066 % 94.139 ± 0.082 %
|
| 598 |
+
319 2.9712 ± 0.0223 0.01197 ± 0.00130 0.03791 ± 0.00041 7.481 ± 0.066 % 94.140 ± 0.082 %
|
| 599 |
+
320 2.9690 ± 0.0222 0.01197 ± 0.00130 0.03794 ± 0.00041 7.482 ± 0.066 % 94.131 ± 0.082 %
|
| 600 |
+
321 2.9720 ± 0.0222 0.01202 ± 0.00129 0.03793 ± 0.00040 7.477 ± 0.066 % 94.120 ± 0.082 %
|
| 601 |
+
322 2.9734 ± 0.0222 0.01200 ± 0.00130 0.03803 ± 0.00040 7.491 ± 0.066 % 94.108 ± 0.082 %
|
| 602 |
+
323 2.9676 ± 0.0221 0.01197 ± 0.00129 0.03804 ± 0.00040 7.496 ± 0.066 % 94.106 ± 0.082 %
|
| 603 |
+
324 2.9641 ± 0.0220 0.01196 ± 0.00129 0.03805 ± 0.00040 7.501 ± 0.066 % 94.109 ± 0.082 %
|
| 604 |
+
325 2.9634 ± 0.0220 0.01201 ± 0.00129 0.03813 ± 0.00040 7.509 ± 0.065 % 94.107 ± 0.082 %
|
| 605 |
+
326 2.9611 ± 0.0219 0.01196 ± 0.00129 0.03816 ± 0.00040 7.511 ± 0.065 % 94.103 ± 0.082 %
|
| 606 |
+
327 2.9639 ± 0.0219 0.01207 ± 0.00129 0.03823 ± 0.00040 7.515 ± 0.065 % 94.092 ± 0.082 %
|
| 607 |
+
328 2.9620 ± 0.0219 0.01208 ± 0.00129 0.03822 ± 0.00040 7.513 ± 0.065 % 94.101 ± 0.081 %
|
| 608 |
+
329 2.9620 ± 0.0218 0.01207 ± 0.00128 0.03824 ± 0.00040 7.515 ± 0.065 % 94.097 ± 0.081 %
|
| 609 |
+
330 2.9612 ± 0.0218 0.01207 ± 0.00128 0.03819 ± 0.00040 7.507 ± 0.065 % 94.109 ± 0.081 %
|
| 610 |
+
331 2.9573 ± 0.0217 0.01210 ± 0.00128 0.03821 ± 0.00040 7.510 ± 0.065 % 94.114 ± 0.081 %
|
| 611 |
+
332 2.9586 ± 0.0217 0.01199 ± 0.00128 0.03816 ± 0.00040 7.506 ± 0.065 % 94.118 ± 0.081 %
|
| 612 |
+
333 2.9610 ± 0.0217 0.01185 ± 0.00128 0.03818 ± 0.00040 7.506 ± 0.064 % 94.114 ± 0.081 %
|
| 613 |
+
334 2.9645 ± 0.0217 0.01179 ± 0.00127 0.03817 ± 0.00040 7.504 ± 0.064 % 94.108 ± 0.081 %
|
| 614 |
+
335 2.9649 ± 0.0217 0.01167 ± 0.00127 0.03815 ± 0.00040 7.500 ± 0.064 % 94.116 ± 0.081 %
|
| 615 |
+
336 2.9653 ± 0.0216 0.01159 ± 0.00127 0.03813 ± 0.00039 7.497 ± 0.064 % 94.115 ± 0.080 %
|
| 616 |
+
337 2.9665 ± 0.0216 0.01162 ± 0.00127 0.03810 ± 0.00039 7.492 ± 0.064 % 94.116 ± 0.080 %
|
| 617 |
+
338 2.9664 ± 0.0216 0.01158 ± 0.00126 0.03805 ± 0.00039 7.487 ± 0.064 % 94.122 ± 0.080 %
|
| 618 |
+
339 2.9670 ± 0.0215 0.01165 ± 0.00126 0.03807 ± 0.00039 7.490 ± 0.064 % 94.128 ± 0.080 %
|
| 619 |
+
340 2.9696 ± 0.0215 0.01158 ± 0.00126 0.03803 ± 0.00039 7.485 ± 0.064 % 94.131 ± 0.080 %
|
| 620 |
+
341 2.9722 ± 0.0215 0.01145 ± 0.00126 0.03800 ± 0.00039 7.480 ± 0.064 % 94.134 ± 0.080 %
|
| 621 |
+
342 2.9742 ± 0.0215 0.01136 ± 0.00125 0.03797 ± 0.00039 7.477 ± 0.064 % 94.130 ± 0.080 %
|
| 622 |
+
343 2.9796 ± 0.0215 0.01139 ± 0.00125 0.03795 ± 0.00039 7.472 ± 0.064 % 94.130 ± 0.079 %
|
| 623 |
+
344 2.9844 ± 0.0215 0.01139 ± 0.00125 0.03794 ± 0.00039 7.470 ± 0.063 % 94.128 ± 0.079 %
|
| 624 |
+
345 2.9934 ± 0.0216 0.01139 ± 0.00125 0.03793 ± 0.00039 7.466 ± 0.063 % 94.119 ± 0.079 %
|
| 625 |
+
346 2.9934 ± 0.0216 0.01136 ± 0.00125 0.03790 ± 0.00039 7.464 ± 0.063 % 94.121 ± 0.079 %
|
| 626 |
+
347 2.9858 ± 0.0214 0.01135 ± 0.00124 0.03794 ± 0.00039 7.476 ± 0.063 % 94.128 ± 0.079 %
|
| 627 |
+
348 2.9793 ± 0.0214 0.01133 ± 0.00124 0.03800 ± 0.00039 7.487 ± 0.063 % 94.131 ± 0.079 %
|
| 628 |
+
349 2.9742 ± 0.0213 0.01139 ± 0.00124 0.03803 ± 0.00039 7.496 ± 0.063 % 94.135 ± 0.079 %
|
| 629 |
+
350 2.9682 ± 0.0212 0.01141 ± 0.00124 0.03799 ± 0.00039 7.494 ± 0.063 % 94.143 ± 0.079 %
|
| 630 |
+
351 2.9612 ± 0.0211 0.01145 ± 0.00123 0.03792 ± 0.00039 7.488 ± 0.063 % 94.158 ± 0.078 %
|
| 631 |
+
352 2.9580 ± 0.0210 0.01146 ± 0.00123 0.03789 ± 0.00039 7.490 ± 0.063 % 94.164 ± 0.078 %
|
| 632 |
+
353 2.9544 ± 0.0210 0.01148 ± 0.00123 0.03791 ± 0.00039 7.498 ± 0.063 % 94.167 ± 0.078 %
|
| 633 |
+
354 2.9493 ± 0.0209 0.01167 ± 0.00123 0.03805 ± 0.00039 7.522 ± 0.063 % 94.164 ± 0.078 %
|
| 634 |
+
355 2.9438 ± 0.0208 0.01167 ± 0.00123 0.03815 ± 0.00039 7.543 ± 0.063 % 94.159 ± 0.078 %
|
| 635 |
+
356 2.9398 ± 0.0207 0.01167 ± 0.00123 0.03824 ± 0.00039 7.549 ± 0.063 % 94.158 ± 0.078 %
|
| 636 |
+
357 2.9347 ± 0.0207 0.01181 ± 0.00122 0.03829 ± 0.00039 7.561 ± 0.063 % 94.162 ± 0.078 %
|
| 637 |
+
358 2.9295 ± 0.0206 0.01182 ± 0.00122 0.03832 ± 0.00039 7.573 ± 0.063 % 94.167 ± 0.078 %
|
| 638 |
+
359 2.9283 ± 0.0205 0.01189 ± 0.00122 0.03842 ± 0.00039 7.583 ± 0.063 % 94.167 ± 0.077 %
|
| 639 |
+
360 2.9239 ± 0.0205 0.01189 ± 0.00122 0.03855 ± 0.00039 7.599 ± 0.063 % 94.160 ± 0.077 %
|
| 640 |
+
361 2.9175 ± 0.0204 0.01182 ± 0.00122 0.03853 ± 0.00039 7.602 ± 0.063 % 94.168 ± 0.077 %
|
| 641 |
+
362 2.9117 ± 0.0203 0.01194 ± 0.00122 0.03872 ± 0.00039 7.632 ± 0.063 % 94.164 ± 0.077 %
|
| 642 |
+
363 2.9066 ± 0.0202 0.01194 ± 0.00122 0.03876 ± 0.00039 7.643 ± 0.063 % 94.161 ± 0.077 %
|
| 643 |
+
364 2.9048 ± 0.0202 0.01198 ± 0.00122 0.03883 ± 0.00039 7.652 ± 0.062 % 94.159 ± 0.077 %
|
| 644 |
+
365 2.9006 ± 0.0201 0.01206 ± 0.00122 0.03891 ± 0.00039 7.664 ± 0.062 % 94.150 ± 0.077 %
|
| 645 |
+
366 2.8987 ± 0.0200 0.01209 ± 0.00122 0.03911 ± 0.00039 7.685 ± 0.062 % 94.139 ± 0.077 %
|
| 646 |
+
367 2.8946 ± 0.0200 0.01230 ± 0.00122 0.03921 ± 0.00039 7.705 ± 0.063 % 94.140 ± 0.077 %
|
| 647 |
+
368 2.8886 ± 0.0199 0.01225 ± 0.00122 0.03926 ± 0.00039 7.712 ± 0.063 % 94.150 ± 0.077 %
|
| 648 |
+
369 2.8831 ± 0.0198 0.01229 ± 0.00122 0.03930 ± 0.00039 7.722 ± 0.063 % 94.156 ± 0.076 %
|
| 649 |
+
370 2.8817 ± 0.0198 0.01236 ± 0.00122 0.03937 ± 0.00039 7.733 ± 0.062 % 94.149 ± 0.076 %
|
| 650 |
+
371 2.8777 ± 0.0197 0.01244 ± 0.00122 0.03942 ± 0.00039 7.740 ± 0.062 % 94.153 ± 0.076 %
|
| 651 |
+
372 2.8778 ± 0.0197 0.01264 ± 0.00122 0.03948 ± 0.00039 7.745 ± 0.062 % 94.150 ± 0.076 %
|
| 652 |
+
373 2.8766 ± 0.0196 0.01271 ± 0.00122 0.03959 ± 0.00039 7.758 ± 0.062 % 94.143 ± 0.076 %
|
| 653 |
+
374 2.8771 ± 0.0196 0.01274 ± 0.00122 0.03970 ± 0.00039 7.769 ± 0.062 % 94.132 ± 0.076 %
|
| 654 |
+
375 2.8744 ± 0.0196 0.01267 ± 0.00121 0.03972 ± 0.00039 7.772 ± 0.062 % 94.130 ± 0.076 %
|
| 655 |
+
376 2.8702 ± 0.0195 0.01269 ± 0.00121 0.03976 ± 0.00039 7.783 ± 0.062 % 94.134 ± 0.076 %
|
| 656 |
+
377 2.8662 ± 0.0194 0.01271 ± 0.00121 0.03980 ± 0.00039 7.792 ± 0.062 % 94.136 ± 0.076 %
|
| 657 |
+
378 2.8640 ± 0.0194 0.01268 ± 0.00121 0.03991 ± 0.00039 7.802 ± 0.062 % 94.137 ± 0.076 %
|
| 658 |
+
379 2.8653 ± 0.0194 0.01257 ± 0.00121 0.04008 ± 0.00039 7.822 ± 0.062 % 94.119 ± 0.076 %
|
| 659 |
+
380 2.8601 ± 0.0193 0.01252 ± 0.00121 0.04015 ± 0.00039 7.834 ± 0.062 % 94.114 ± 0.076 %
|
| 660 |
+
381 2.8570 ± 0.0192 0.01267 ± 0.00121 0.04015 ± 0.00039 7.839 ± 0.062 % 94.120 ± 0.075 %
|
| 661 |
+
382 2.8534 ± 0.0192 0.01263 ± 0.00121 0.04012 ± 0.00039 7.836 ± 0.061 % 94.126 ± 0.075 %
|
| 662 |
+
383 2.8569 ± 0.0192 0.01267 ± 0.00121 0.04012 ± 0.00039 7.832 ± 0.061 % 94.125 ± 0.075 %
|
| 663 |
+
384 2.8634 ± 0.0192 0.01262 ± 0.00120 0.04008 ± 0.00039 7.825 ± 0.061 % 94.127 ± 0.075 %
|
| 664 |
+
385 2.8683 ± 0.0193 0.01254 ± 0.00120 0.04005 ± 0.00039 7.818 ± 0.061 % 94.124 ± 0.075 %
|
| 665 |
+
386 2.8763 ± 0.0193 0.01249 ± 0.00120 0.04002 ± 0.00039 7.813 ± 0.061 % 94.123 ± 0.075 %
|
| 666 |
+
387 2.8810 ± 0.0193 0.01258 ± 0.00120 0.04000 ± 0.00038 7.807 ± 0.061 % 94.125 ± 0.075 %
|
| 667 |
+
388 2.8878 ± 0.0194 0.01262 ± 0.00120 0.03996 ± 0.00038 7.799 ± 0.061 % 94.128 ± 0.075 %
|
| 668 |
+
389 2.8957 ± 0.0194 0.01276 ± 0.00119 0.03993 ± 0.00038 7.795 ± 0.061 % 94.122 ± 0.075 %
|
| 669 |
+
390 2.8978 ± 0.0194 0.01271 ± 0.00119 0.03988 ± 0.00038 7.787 ± 0.061 % 94.126 ± 0.075 %
|
| 670 |
+
391 2.8907 ± 0.0193 0.01266 ± 0.00119 0.03979 ± 0.00038 7.780 ± 0.061 % 94.139 ± 0.074 %
|
| 671 |
+
392 2.8844 ± 0.0193 0.01260 ± 0.00119 0.03973 ± 0.00038 7.775 ± 0.061 % 94.150 ± 0.074 %
|
| 672 |
+
393 2.8775 ± 0.0192 0.01257 ± 0.00118 0.03965 ± 0.00038 7.767 ± 0.060 % 94.164 ± 0.074 %
|
| 673 |
+
394 2.8773 ± 0.0191 0.01264 ± 0.00118 0.03964 ± 0.00038 7.768 ± 0.060 % 94.159 ± 0.074 %
|
| 674 |
+
395 2.8718 ± 0.0191 0.01271 ± 0.00118 0.03966 ± 0.00038 7.776 ± 0.060 % 94.166 ± 0.074 %
|
| 675 |
+
396 2.8674 ± 0.0190 0.01273 ± 0.00118 0.03958 ± 0.00038 7.769 ± 0.060 % 94.181 ± 0.074 %
|
| 676 |
+
397 2.8613 ± 0.0189 0.01275 ± 0.00118 0.03955 ± 0.00038 7.766 ± 0.060 % 94.194 ± 0.074 %
|
| 677 |
+
398 2.8544 ± 0.0188 0.01274 ± 0.00117 0.03949 ± 0.00038 7.759 ± 0.060 % 94.205 ± 0.073 %
|
| 678 |
+
399 2.8491 ± 0.0188 0.01279 ± 0.00117 0.03946 ± 0.00038 7.755 ± 0.060 % 94.213 ± 0.073 %
|
| 679 |
+
400 2.8430 ± 0.0187 0.01274 ± 0.00117 0.03939 ± 0.00038 7.749 ± 0.060 % 94.225 ± 0.073 %
|
| 680 |
+
401 2.8365 ± 0.0186 0.01273 ± 0.00117 0.03933 ± 0.00038 7.746 ± 0.060 % 94.237 ± 0.073 %
|
| 681 |
+
402 2.8306 ± 0.0185 0.01272 ± 0.00117 0.03934 ± 0.00038 7.756 ± 0.060 % 94.245 ± 0.073 %
|
| 682 |
+
403 2.8239 ± 0.0185 0.01261 ± 0.00116 0.03927 ± 0.00038 7.749 ± 0.060 % 94.257 ± 0.073 %
|
| 683 |
+
404 2.8167 ± 0.0184 0.01259 ± 0.00116 0.03921 ± 0.00038 7.748 ± 0.060 % 94.268 ± 0.072 %
|
| 684 |
+
405 2.8110 ± 0.0183 0.01260 ± 0.00116 0.03915 ± 0.00037 7.743 ± 0.060 % 94.280 ± 0.072 %
|
| 685 |
+
406 2.8040 ± 0.0182 0.01254 ± 0.00116 0.03908 ± 0.00037 7.736 ± 0.060 % 94.293 ± 0.072 %
|
| 686 |
+
407 2.7974 ± 0.0181 0.01250 ± 0.00115 0.03900 ± 0.00037 7.728 ± 0.060 % 94.306 ± 0.072 %
|
| 687 |
+
408 2.7909 ± 0.0181 0.01252 ± 0.00115 0.03894 ± 0.00037 7.723 ± 0.060 % 94.318 ± 0.072 %
|
| 688 |
+
409 2.7857 ± 0.0180 0.01251 ± 0.00115 0.03894 ± 0.00037 7.728 ± 0.060 % 94.327 ± 0.072 %
|
| 689 |
+
410 2.7795 ± 0.0179 0.01246 ± 0.00115 0.03890 ± 0.00037 7.725 ± 0.060 % 94.340 ± 0.071 %
|
| 690 |
+
411 2.7742 ± 0.0178 0.01249 ± 0.00115 0.03886 ± 0.00037 7.722 ± 0.060 % 94.349 ± 0.071 %
|
| 691 |
+
412 2.7705 ± 0.0178 0.01258 ± 0.00115 0.03886 ± 0.00037 7.724 ± 0.060 % 94.357 ± 0.071 %
|
| 692 |
+
413 2.7666 ± 0.0177 0.01258 ± 0.00114 0.03881 ± 0.00037 7.723 ± 0.060 % 94.361 ± 0.071 %
|
| 693 |
+
414 2.7648 ± 0.0177 0.01249 ± 0.00114 0.03880 ± 0.00037 7.721 ± 0.060 % 94.365 ± 0.071 %
|
| 694 |
+
415 2.7619 ± 0.0177 0.01250 ± 0.00114 0.03880 ± 0.00037 7.718 ± 0.060 % 94.366 ± 0.071 %
|
| 695 |
+
416 2.7598 ± 0.0176 0.01258 ± 0.00114 0.03880 ± 0.00037 7.719 ± 0.059 % 94.368 ± 0.071 %
|
| 696 |
+
417 2.7547 ± 0.0176 0.01257 ± 0.00114 0.03877 ± 0.00037 7.719 ± 0.059 % 94.372 ± 0.071 %
|
| 697 |
+
418 2.7488 ± 0.0175 0.01245 ± 0.00114 0.03873 ± 0.00037 7.714 ± 0.059 % 94.385 ± 0.071 %
|
| 698 |
+
419 2.7537 ± 0.0175 0.01234 ± 0.00114 0.03874 ± 0.00037 7.712 ± 0.059 % 94.383 ± 0.070 %
|
| 699 |
+
420 2.7491 ± 0.0174 0.01237 ± 0.00113 0.03868 ± 0.00037 7.708 ± 0.059 % 94.392 ± 0.070 %
|
| 700 |
+
421 2.7465 ± 0.0174 0.01234 ± 0.00113 0.03866 ± 0.00037 7.707 ± 0.059 % 94.393 ± 0.070 %
|
| 701 |
+
422 2.7482 ± 0.0174 0.01229 ± 0.00113 0.03862 ± 0.00037 7.703 ± 0.059 % 94.388 ± 0.070 %
|
| 702 |
+
423 2.7453 ± 0.0174 0.01233 ± 0.00113 0.03858 ± 0.00037 7.700 ± 0.059 % 94.391 ± 0.070 %
|
| 703 |
+
424 2.7405 ± 0.0173 0.01228 ± 0.00113 0.03855 ± 0.00036 7.697 ± 0.059 % 94.403 ± 0.070 %
|
| 704 |
+
425 2.7367 ± 0.0172 0.01234 ± 0.00112 0.03855 ± 0.00036 7.700 ± 0.059 % 94.407 ± 0.070 %
|
| 705 |
+
426 2.7344 ± 0.0172 0.01234 ± 0.00112 0.03853 ± 0.00036 7.698 ± 0.059 % 94.410 ± 0.070 %
|
| 706 |
+
427 2.7322 ± 0.0172 0.01231 ± 0.00112 0.03851 ± 0.00036 7.695 ± 0.059 % 94.416 ± 0.070 %
|
| 707 |
+
428 2.7293 ± 0.0171 0.01241 ± 0.00112 0.03853 ± 0.00036 7.700 ± 0.059 % 94.415 ± 0.070 %
|
| 708 |
+
429 2.7247 ± 0.0171 0.01232 ± 0.00112 0.03853 ± 0.00036 7.703 ± 0.059 % 94.419 ± 0.069 %
|
| 709 |
+
430 2.7208 ± 0.0170 0.01233 ± 0.00112 0.03851 ± 0.00036 7.702 ± 0.059 % 94.427 ± 0.069 %
|
| 710 |
+
431 2.7217 ± 0.0170 0.01238 ± 0.00112 0.03850 ± 0.00036 7.701 ± 0.059 % 94.428 ± 0.069 %
|
| 711 |
+
432 2.7179 ± 0.0169 0.01240 ± 0.00112 0.03847 ± 0.00036 7.700 ± 0.058 % 94.431 ± 0.069 %
|
| 712 |
+
433 2.7137 ± 0.0169 0.01238 ± 0.00111 0.03844 ± 0.00036 7.699 ± 0.058 % 94.440 ± 0.069 %
|
| 713 |
+
434 2.7100 ± 0.0168 0.01234 ± 0.00111 0.03840 ± 0.00036 7.697 ± 0.058 % 94.446 ± 0.069 %
|
| 714 |
+
435 2.7063 ± 0.0168 0.01233 ± 0.00111 0.03835 ± 0.00036 7.692 ± 0.058 % 94.454 ± 0.069 %
|
| 715 |
+
436 2.7011 ± 0.0167 0.01234 ± 0.00111 0.03830 ± 0.00036 7.689 ± 0.058 % 94.465 ± 0.069 %
|
| 716 |
+
437 2.6954 ± 0.0166 0.01226 ± 0.00111 0.03827 ± 0.00036 7.687 ± 0.058 % 94.475 ± 0.068 %
|
| 717 |
+
438 2.6909 ± 0.0166 0.01229 ± 0.00110 0.03826 ± 0.00036 7.689 ± 0.058 % 94.480 ± 0.068 %
|
| 718 |
+
439 2.6903 ± 0.0166 0.01233 ± 0.00110 0.03827 ± 0.00036 7.694 ± 0.058 % 94.478 ± 0.068 %
|
| 719 |
+
440 2.6872 ± 0.0165 0.01240 ± 0.00110 0.03826 ± 0.00036 7.697 ± 0.058 % 94.476 ± 0.068 %
|
| 720 |
+
441 2.6857 ± 0.0165 0.01249 ± 0.00110 0.03832 ± 0.00036 7.706 ± 0.058 % 94.474 ± 0.068 %
|
| 721 |
+
442 2.6813 ± 0.0164 0.01246 ± 0.00110 0.03831 ± 0.00036 7.705 ± 0.058 % 94.485 ± 0.068 %
|
| 722 |
+
443 2.6872 ± 0.0165 0.01255 ± 0.00110 0.03827 ± 0.00036 7.698 ± 0.058 % 94.489 ± 0.068 %
|
| 723 |
+
444 2.6946 ± 0.0165 0.01259 ± 0.00110 0.03826 ± 0.00036 7.693 ± 0.058 % 94.483 ± 0.068 %
|
| 724 |
+
445 2.6923 ± 0.0165 0.01253 ± 0.00109 0.03825 ± 0.00036 7.696 ± 0.058 % 94.484 ± 0.068 %
|
| 725 |
+
446 2.6918 ± 0.0165 0.01253 ± 0.00109 0.03827 ± 0.00036 7.696 ± 0.058 % 94.485 ± 0.068 %
|
| 726 |
+
447 2.6939 ± 0.0165 0.01249 ± 0.00109 0.03825 ± 0.00036 7.692 ± 0.058 % 94.483 ± 0.068 %
|
| 727 |
+
448 2.6962 ± 0.0165 0.01255 ± 0.00109 0.03824 ± 0.00035 7.691 ± 0.057 % 94.477 ± 0.068 %
|
| 728 |
+
449 2.7026 ± 0.0165 0.01254 ± 0.00109 0.03823 ± 0.00035 7.686 ± 0.057 % 94.473 ± 0.068 %
|
| 729 |
+
450 2.7042 ± 0.0165 0.01250 ± 0.00109 0.03820 ± 0.00035 7.684 ± 0.057 % 94.472 ± 0.067 %
|
| 730 |
+
451 2.7067 ± 0.0165 0.01253 ± 0.00109 0.03817 ± 0.00035 7.678 ± 0.057 % 94.474 ± 0.067 %
|
| 731 |
+
452 2.7109 ± 0.0165 0.01255 ± 0.00108 0.03815 ± 0.00035 7.674 ± 0.057 % 94.468 ± 0.067 %
|
| 732 |
+
453 2.7184 ± 0.0166 0.01250 ± 0.00108 0.03812 ± 0.00035 7.668 ± 0.057 % 94.458 ± 0.067 %
|
| 733 |
+
454 2.7242 ± 0.0166 0.01252 ± 0.00108 0.03810 ± 0.00035 7.666 ± 0.057 % 94.453 ± 0.067 %
|
| 734 |
+
455 2.7271 ± 0.0166 0.01249 ± 0.00108 0.03807 ± 0.00035 7.662 ± 0.057 % 94.450 ± 0.067 %
|
| 735 |
+
456 2.7327 ± 0.0166 0.01256 ± 0.00108 0.03804 ± 0.00035 7.657 ± 0.057 % 94.450 ± 0.067 %
|
| 736 |
+
457 2.7313 ± 0.0166 0.01259 ± 0.00108 0.03804 ± 0.00035 7.659 ± 0.057 % 94.446 ± 0.067 %
|
| 737 |
+
458 2.7351 ± 0.0166 0.01258 ± 0.00108 0.03800 ± 0.00035 7.653 ± 0.057 % 94.449 ± 0.067 %
|
| 738 |
+
459 2.7373 ± 0.0166 0.01252 ± 0.00107 0.03796 ± 0.00035 7.647 ± 0.057 % 94.449 ± 0.067 %
|
| 739 |
+
460 2.7437 ± 0.0166 0.01248 ± 0.00107 0.03794 ± 0.00035 7.642 ± 0.057 % 94.446 ± 0.067 %
|
| 740 |
+
461 2.7497 ± 0.0167 0.01245 ± 0.00107 0.03791 ± 0.00035 7.636 ± 0.056 % 94.438 ± 0.067 %
|
| 741 |
+
462 2.7531 ± 0.0167 0.01241 ± 0.00107 0.03789 ± 0.00035 7.633 ± 0.056 % 94.435 ± 0.067 %
|
| 742 |
+
463 2.7536 ± 0.0167 0.01240 ± 0.00107 0.03787 ± 0.00034 7.632 ± 0.056 % 94.439 ± 0.067 %
|
| 743 |
+
464 2.7523 ± 0.0166 0.01243 ± 0.00107 0.03792 ± 0.00035 7.637 ± 0.056 % 94.441 ± 0.067 %
|
| 744 |
+
465 2.7518 ± 0.0166 0.01240 ± 0.00107 0.03795 ± 0.00034 7.641 ± 0.056 % 94.438 ± 0.067 %
|
| 745 |
+
466 2.7575 ± 0.0167 0.01242 ± 0.00106 0.03796 ± 0.00034 7.641 ± 0.056 % 94.437 ± 0.066 %
|
| 746 |
+
467 2.7569 ± 0.0166 0.01243 ± 0.00106 0.03796 ± 0.00034 7.643 ± 0.056 % 94.436 ± 0.066 %
|
| 747 |
+
468 2.7539 ± 0.0166 0.01240 ± 0.00106 0.03796 ± 0.00034 7.645 ± 0.056 % 94.440 ± 0.066 %
|
| 748 |
+
469 2.7597 ± 0.0166 0.01238 ± 0.00106 0.03794 ± 0.00034 7.641 ± 0.056 % 94.434 ± 0.066 %
|
| 749 |
+
470 2.7616 ± 0.0166 0.01236 ± 0.00106 0.03793 ± 0.00034 7.639 ± 0.056 % 94.432 ± 0.066 %
|
| 750 |
+
471 2.7642 ± 0.0166 0.01228 ± 0.00106 0.03789 ± 0.00034 7.634 ± 0.056 % 94.432 ± 0.066 %
|
| 751 |
+
472 2.7676 ± 0.0166 0.01225 ± 0.00106 0.03786 ± 0.00034 7.628 ± 0.056 % 94.433 ± 0.066 %
|
| 752 |
+
473 2.7692 ± 0.0166 0.01225 ± 0.00105 0.03782 ± 0.00034 7.622 ± 0.056 % 94.434 ± 0.066 %
|
| 753 |
+
474 2.7710 ± 0.0166 0.01226 ± 0.00105 0.03778 ± 0.00034 7.616 ± 0.056 % 94.435 ± 0.066 %
|
| 754 |
+
475 2.7731 ± 0.0166 0.01224 ± 0.00105 0.03774 ± 0.00034 7.611 ± 0.056 % 94.440 ± 0.066 %
|
| 755 |
+
476 2.7759 ± 0.0166 0.01217 ± 0.00105 0.03771 ± 0.00034 7.606 ± 0.055 % 94.441 ± 0.066 %
|
| 756 |
+
477 2.7793 ± 0.0167 0.01217 ± 0.00105 0.03767 ± 0.00034 7.600 ± 0.055 % 94.439 ± 0.066 %
|
| 757 |
+
478 2.7815 ± 0.0167 0.01211 ± 0.00105 0.03766 ± 0.00034 7.597 ± 0.055 % 94.429 ± 0.066 %
|
| 758 |
+
479 2.7843 ± 0.0167 0.01211 ± 0.00105 0.03761 ± 0.00034 7.591 ± 0.055 % 94.432 ± 0.066 %
|
| 759 |
+
480 2.7868 ± 0.0167 0.01212 ± 0.00104 0.03759 ± 0.00034 7.587 ± 0.055 % 94.431 ± 0.066 %
|
| 760 |
+
481 2.7902 ± 0.0167 0.01213 ± 0.00104 0.03757 ± 0.00034 7.582 ± 0.055 % 94.428 ± 0.065 %
|
| 761 |
+
482 2.7925 ± 0.0167 0.01205 ± 0.00104 0.03755 ± 0.00033 7.579 ± 0.055 % 94.431 ± 0.065 %
|
| 762 |
+
483 2.7956 ± 0.0167 0.01203 ± 0.00104 0.03753 ± 0.00033 7.575 ± 0.055 % 94.433 ± 0.065 %
|
| 763 |
+
484 2.7925 ± 0.0166 0.01201 ± 0.00104 0.03750 ± 0.00033 7.574 ± 0.055 % 94.439 ± 0.065 %
|
| 764 |
+
485 2.7970 ± 0.0167 0.01200 ± 0.00104 0.03746 ± 0.00033 7.568 ± 0.055 % 94.439 ± 0.065 %
|
| 765 |
+
486 2.7990 ± 0.0167 0.01194 ± 0.00104 0.03743 ± 0.00033 7.563 ± 0.055 % 94.441 ± 0.065 %
|
| 766 |
+
487 2.8055 ± 0.0167 0.01196 ± 0.00103 0.03741 ± 0.00033 7.557 ± 0.055 % 94.445 ± 0.065 %
|
| 767 |
+
488 2.8103 ± 0.0167 0.01193 ± 0.00103 0.03739 ± 0.00033 7.553 ± 0.055 % 94.442 ± 0.065 %
|
| 768 |
+
489 2.8157 ± 0.0168 0.01190 ± 0.00103 0.03736 ± 0.00033 7.548 ± 0.055 % 94.438 ± 0.065 %
|
| 769 |
+
490 2.8153 ± 0.0168 0.01194 ± 0.00103 0.03736 ± 0.00033 7.548 ± 0.055 % 94.439 ± 0.065 %
|
| 770 |
+
491 2.8206 ± 0.0168 0.01188 ± 0.00103 0.03733 ± 0.00033 7.542 ± 0.054 % 94.440 ± 0.065 %
|
| 771 |
+
492 2.8254 ± 0.0168 0.01191 ± 0.00103 0.03732 ± 0.00033 7.538 ± 0.054 % 94.432 ± 0.065 %
|
| 772 |
+
493 2.8293 ± 0.0168 0.01185 ± 0.00103 0.03731 ± 0.00033 7.534 ± 0.054 % 94.428 ± 0.065 %
|
| 773 |
+
494 2.8341 ± 0.0168 0.01184 ± 0.00102 0.03730 ± 0.00033 7.529 ± 0.054 % 94.425 ± 0.065 %
|
| 774 |
+
495 2.8399 ± 0.0169 0.01183 ± 0.00102 0.03728 ± 0.00033 7.524 ± 0.054 % 94.424 ± 0.065 %
|
| 775 |
+
496 2.8400 ± 0.0169 0.01187 ± 0.00102 0.03728 ± 0.00033 7.524 ± 0.054 % 94.424 ± 0.065 %
|
| 776 |
+
497 2.8416 ± 0.0168 0.01189 ± 0.00102 0.03727 ± 0.00033 7.524 ± 0.054 % 94.419 ± 0.064 %
|
| 777 |
+
498 2.8437 ± 0.0168 0.01189 ± 0.00102 0.03725 ± 0.00033 7.520 ± 0.054 % 94.418 ± 0.064 %
|
| 778 |
+
499 2.8461 ± 0.0168 0.01189 ± 0.00102 0.03725 ± 0.00033 7.518 ± 0.054 % 94.412 ± 0.064 %
|
| 779 |
+
500 2.8496 ± 0.0169 0.01192 ± 0.00102 0.03722 ± 0.00032 7.512 ± 0.054 % 94.407 ± 0.064 %
|
| 780 |
+
501 2.8506 ± 0.0168 0.01192 ± 0.00102 0.03722 ± 0.00032 7.509 ± 0.054 % 94.405 ± 0.064 %
|
| 781 |
+
502 2.8523 ± 0.0168 0.01182 ± 0.00101 0.03721 ± 0.00032 7.507 ± 0.054 % 94.396 ± 0.064 %
|
| 782 |
+
503 2.8576 ± 0.0169 0.01180 ± 0.00101 0.03718 ± 0.00032 7.502 ± 0.054 % 94.393 ± 0.064 %
|
| 783 |
+
504 2.8633 ± 0.0169 0.01182 ± 0.00101 0.03714 ± 0.00032 7.495 ± 0.054 % 94.396 ± 0.064 %
|
| 784 |
+
505 2.8640 ± 0.0169 0.01174 ± 0.00101 0.03713 ± 0.00032 7.492 ± 0.053 % 94.394 ± 0.064 %
|
| 785 |
+
506 2.8643 ± 0.0169 0.01175 ± 0.00101 0.03710 ± 0.00032 7.489 ± 0.053 % 94.391 ± 0.064 %
|
| 786 |
+
507 2.8661 ± 0.0169 0.01177 ± 0.00101 0.03709 ± 0.00032 7.487 ± 0.053 % 94.394 ± 0.064 %
|
| 787 |
+
508 2.8696 ± 0.0169 0.01175 ± 0.00101 0.03707 ± 0.00032 7.482 ± 0.053 % 94.391 ± 0.064 %
|
| 788 |
+
509 2.8756 ± 0.0169 0.01174 ± 0.00101 0.03706 ± 0.00032 7.477 ± 0.053 % 94.386 ± 0.064 %
|
| 789 |
+
510 2.8786 ± 0.0169 0.01171 ± 0.00101 0.03704 ± 0.00032 7.475 ± 0.053 % 94.384 ± 0.064 %
|
| 790 |
+
511 2.8834 ± 0.0169 0.01174 ± 0.00100 0.03704 ± 0.00032 7.473 ± 0.053 % 94.383 ± 0.064 %
|
| 791 |
+
512 2.8777 ± 0.0169 0.01175 ± 0.00100 0.03700 ± 0.00032 7.469 ± 0.053 % 94.393 ± 0.064 %
|
| 792 |
+
513 2.8733 ± 0.0168 0.01179 ± 0.00100 0.03702 ± 0.00032 7.478 ± 0.053 % 94.395 ± 0.064 %
|
| 793 |
+
514 2.8682 ± 0.0168 0.01176 ± 0.00100 0.03703 ± 0.00032 7.482 ± 0.053 % 94.401 ± 0.064 %
|
| 794 |
+
515 2.8649 ± 0.0167 0.01178 ± 0.00100 0.03705 ± 0.00032 7.485 ± 0.053 % 94.402 ± 0.063 %
|
| 795 |
+
516 2.8622 ± 0.0167 0.01182 ± 0.00100 0.03705 ± 0.00032 7.488 ± 0.053 % 94.405 ± 0.063 %
|
| 796 |
+
517 2.8599 ± 0.0167 0.01182 ± 0.00100 0.03707 ± 0.00032 7.492 ± 0.053 % 94.403 ± 0.063 %
|
| 797 |
+
518 2.8565 ± 0.0166 0.01188 ± 0.00100 0.03709 ± 0.00032 7.495 ± 0.053 % 94.408 ± 0.063 %
|
| 798 |
+
519 2.8518 ± 0.0166 0.01186 ± 0.00100 0.03708 ± 0.00032 7.497 ± 0.053 % 94.412 ± 0.063 %
|
| 799 |
+
520 2.8504 ± 0.0165 0.01178 ± 0.00100 0.03707 ± 0.00032 7.500 ± 0.053 % 94.416 ± 0.063 %
|
| 800 |
+
521 2.8473 ± 0.0165 0.01168 ± 0.00100 0.03713 ± 0.00032 7.507 ± 0.053 % 94.413 ± 0.063 %
|
| 801 |
+
522 2.8428 ± 0.0164 0.01161 ± 0.00099 0.03711 ± 0.00032 7.507 ± 0.053 % 94.421 ± 0.063 %
|
| 802 |
+
523 2.8399 ± 0.0164 0.01171 ± 0.00099 0.03715 ± 0.00032 7.514 ± 0.053 % 94.420 ± 0.063 %
|
| 803 |
+
524 2.8426 ± 0.0164 0.01162 ± 0.00099 0.03718 ± 0.00032 7.510 ± 0.053 % 94.419 ± 0.063 %
|
| 804 |
+
525 2.8400 ± 0.0164 0.01162 ± 0.00099 0.03714 ± 0.00032 7.507 ± 0.053 % 94.425 ± 0.063 %
|
| 805 |
+
526 2.8368 ± 0.0163 0.01169 ± 0.00099 0.03713 ± 0.00032 7.508 ± 0.053 % 94.428 ± 0.063 %
|
| 806 |
+
527 2.8366 ± 0.0163 0.01170 ± 0.00099 0.03714 ± 0.00032 7.511 ± 0.053 % 94.429 ± 0.063 %
|
| 807 |
+
528 2.8343 ± 0.0163 0.01167 ± 0.00099 0.03716 ± 0.00032 7.518 ± 0.052 % 94.431 ± 0.062 %
|
| 808 |
+
529 2.8307 ± 0.0163 0.01168 ± 0.00099 0.03714 ± 0.00032 7.517 ± 0.052 % 94.436 ± 0.062 %
|
| 809 |
+
530 2.8274 ± 0.0162 0.01162 ± 0.00099 0.03713 ± 0.00032 7.519 ± 0.052 % 94.442 ± 0.062 %
|
| 810 |
+
531 2.8246 ± 0.0162 0.01157 ± 0.00099 0.03712 ± 0.00032 7.519 ± 0.052 % 94.444 ± 0.062 %
|
| 811 |
+
532 2.8239 ± 0.0162 0.01153 ± 0.00099 0.03715 ± 0.00032 7.528 ± 0.052 % 94.440 ± 0.062 %
|
| 812 |
+
533 2.8214 ± 0.0161 0.01144 ± 0.00099 0.03716 ± 0.00032 7.530 ± 0.052 % 94.441 ± 0.062 %
|
| 813 |
+
534 2.8203 ± 0.0161 0.01143 ± 0.00098 0.03716 ± 0.00031 7.531 ± 0.052 % 94.442 ± 0.062 %
|
| 814 |
+
535 2.8179 ± 0.0161 0.01143 ± 0.00098 0.03715 ± 0.00031 7.531 ± 0.052 % 94.447 ± 0.062 %
|
| 815 |
+
536 2.8162 ± 0.0160 0.01145 ± 0.00098 0.03717 ± 0.00031 7.533 ± 0.052 % 94.442 ± 0.062 %
|
| 816 |
+
537 2.8111 ± 0.0160 0.01143 ± 0.00098 0.03712 ± 0.00031 7.528 ± 0.052 % 94.453 ± 0.062 %
|
| 817 |
+
538 2.8071 ± 0.0159 0.01144 ± 0.00098 0.03715 ± 0.00031 7.538 ± 0.052 % 94.455 ± 0.062 %
|
| 818 |
+
539 2.8034 ± 0.0159 0.01140 ± 0.00098 0.03714 ± 0.00031 7.537 ± 0.052 % 94.463 ± 0.062 %
|
| 819 |
+
540 2.8029 ± 0.0159 0.01134 ± 0.00098 0.03715 ± 0.00031 7.536 ± 0.052 % 94.460 ± 0.062 %
|
| 820 |
+
541 2.8030 ± 0.0159 0.01138 ± 0.00098 0.03720 ± 0.00031 7.542 ± 0.052 % 94.461 ± 0.062 %
|
| 821 |
+
542 2.8007 ± 0.0158 0.01137 ± 0.00098 0.03721 ± 0.00031 7.545 ± 0.052 % 94.457 ± 0.062 %
|
| 822 |
+
543 2.7992 ± 0.0158 0.01139 ± 0.00098 0.03723 ± 0.00031 7.547 ± 0.052 % 94.459 ± 0.061 %
|
| 823 |
+
544 2.7989 ± 0.0158 0.01149 ± 0.00098 0.03727 ± 0.00031 7.552 ± 0.052 % 94.452 ± 0.061 %
|
| 824 |
+
545 2.7967 ± 0.0157 0.01153 ± 0.00098 0.03733 ± 0.00031 7.562 ± 0.052 % 94.444 ± 0.061 %
|
| 825 |
+
546 2.7965 ± 0.0157 0.01150 ± 0.00098 0.03737 ± 0.00031 7.569 ± 0.052 % 94.440 ± 0.061 %
|
| 826 |
+
547 2.7934 ± 0.0157 0.01145 ± 0.00098 0.03738 ± 0.00031 7.570 ± 0.052 % 94.444 ± 0.061 %
|
| 827 |
+
548 2.7906 ± 0.0157 0.01143 ± 0.00098 0.03737 ± 0.00031 7.570 ± 0.051 % 94.443 ± 0.061 %
|
| 828 |
+
549 2.7876 ± 0.0156 0.01136 ± 0.00097 0.03736 ± 0.00031 7.574 ± 0.051 % 94.448 ± 0.061 %
|
| 829 |
+
550 2.7832 ± 0.0156 0.01136 ± 0.00097 0.03731 ± 0.00031 7.569 ± 0.051 % 94.456 ± 0.061 %
|
| 830 |
+
551 2.7782 ± 0.0155 0.01134 ± 0.00097 0.03726 ± 0.00031 7.565 ± 0.051 % 94.465 ± 0.061 %
|
| 831 |
+
552 2.7741 ± 0.0155 0.01135 ± 0.00097 0.03724 ± 0.00031 7.565 ± 0.051 % 94.471 ± 0.061 %
|
| 832 |
+
553 2.7700 ± 0.0154 0.01137 ± 0.00097 0.03724 ± 0.00031 7.571 ± 0.052 % 94.478 ± 0.061 %
|
| 833 |
+
554 2.7660 ± 0.0154 0.01138 ± 0.00097 0.03725 ± 0.00031 7.575 ± 0.052 % 94.483 ± 0.061 %
|
| 834 |
+
555 2.7615 ± 0.0153 0.01138 ± 0.00097 0.03723 ± 0.00031 7.573 ± 0.051 % 94.490 ± 0.061 %
|
| 835 |
+
556 2.7580 ± 0.0153 0.01141 ± 0.00097 0.03721 ± 0.00031 7.573 ± 0.051 % 94.496 ± 0.061 %
|
| 836 |
+
557 2.7537 ± 0.0152 0.01145 ± 0.00097 0.03720 ± 0.00031 7.575 ± 0.052 % 94.503 ± 0.060 %
|
| 837 |
+
558 2.7536 ± 0.0152 0.01145 ± 0.00096 0.03720 ± 0.00031 7.574 ± 0.051 % 94.502 ± 0.060 %
|
| 838 |
+
559 2.7511 ± 0.0152 0.01154 ± 0.00096 0.03720 ± 0.00031 7.575 ± 0.051 % 94.504 ± 0.060 %
|
| 839 |
+
560 2.7498 ± 0.0152 0.01159 ± 0.00096 0.03722 ± 0.00031 7.579 ± 0.051 % 94.504 ± 0.060 %
|
| 840 |
+
561 2.7503 ± 0.0152 0.01159 ± 0.00096 0.03725 ± 0.00031 7.582 ± 0.051 % 94.501 ± 0.060 %
|
| 841 |
+
562 2.7509 ± 0.0152 0.01149 ± 0.00096 0.03730 ± 0.00031 7.587 ± 0.051 % 94.500 ± 0.060 %
|
| 842 |
+
563 2.7545 ± 0.0152 0.01148 ± 0.00096 0.03734 ± 0.00031 7.588 ± 0.051 % 94.494 ± 0.060 %
|
| 843 |
+
564 2.7566 ± 0.0152 0.01142 ± 0.00096 0.03739 ± 0.00031 7.590 ± 0.051 % 94.485 ± 0.060 %
|
| 844 |
+
565 2.7546 ± 0.0151 0.01149 ± 0.00096 0.03741 ± 0.00031 7.590 ± 0.051 % 94.489 ± 0.060 %
|
| 845 |
+
|
| 846 |
+
====== Perplexity statistics ======
|
| 847 |
+
Mean PPL(Q) : 2.754593 ± 0.015142
|
| 848 |
+
Mean PPL(base) : 2.723132 ± 0.014900
|
| 849 |
+
Cor(ln(PPL(Q)), ln(PPL(base))): 98.46%
|
| 850 |
+
Mean ln(PPL(Q)/PPL(base)) : 0.011487 ± 0.000962
|
| 851 |
+
Mean PPL(Q)/PPL(base) : 1.011553 ± 0.000973
|
| 852 |
+
Mean PPL(Q)-PPL(base) : 0.031461 ± 0.002644
|
| 853 |
+
|
| 854 |
+
====== KL divergence statistics ======
|
| 855 |
+
Mean KLD: 0.037406 ± 0.000308
|
| 856 |
+
Maximum KLD: 5.044281
|
| 857 |
+
99.9% KLD: 1.349837
|
| 858 |
+
99.0% KLD: 0.523278
|
| 859 |
+
95.0% KLD: 0.175733
|
| 860 |
+
90.0% KLD: 0.091039
|
| 861 |
+
Median KLD: 0.003027
|
| 862 |
+
10.0% KLD: 0.000008
|
| 863 |
+
5.0% KLD: 0.000002
|
| 864 |
+
1.0% KLD: -0.000000
|
| 865 |
+
0.1% KLD: -0.000003
|
| 866 |
+
Minimum KLD: -0.000020
|
| 867 |
+
|
| 868 |
+
====== Token probability statistics ======
|
| 869 |
+
Mean Δp: -0.348 ± 0.020 %
|
| 870 |
+
Maximum Δp: 96.679%
|
| 871 |
+
99.9% Δp: 52.058%
|
| 872 |
+
99.0% Δp: 24.486%
|
| 873 |
+
95.0% Δp: 7.839%
|
| 874 |
+
90.0% Δp: 3.151%
|
| 875 |
+
75.0% Δp: 0.148%
|
| 876 |
+
Median Δp: -0.001%
|
| 877 |
+
25.0% Δp: -0.373%
|
| 878 |
+
10.0% Δp: -4.350%
|
| 879 |
+
5.0% Δp: -9.827%
|
| 880 |
+
1.0% Δp: -28.886%
|
| 881 |
+
0.1% Δp: -58.706%
|
| 882 |
+
Minimum Δp: -97.940%
|
| 883 |
+
RMS Δp : 7.590 ± 0.051 %
|
| 884 |
+
Same top p: 94.489 ± 0.060 %
|
| 885 |
+
|
| 886 |
+
llama_perf_context_print: load time = 175823.05 ms
|
| 887 |
+
llama_perf_context_print: prompt eval time = 206256.18 ms / 289280 tokens ( 0.71 ms per token, 1402.53 tokens per second)
|
| 888 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 889 |
+
llama_perf_context_print: total time = 234615.01 ms / 289281 tokens
|
| 890 |
+
llama_perf_context_print: graphs reused = 34
|
| 891 |
+
common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
|
| 892 |
+
common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 38259 + (57852 = 53319 + 108 + 4424) + 1137 |
|
| 893 |
+
common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 27755 + (68354 = 63679 + 99 + 4576) + 1139 |
|
| 894 |
+
common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 21957 + (74152 = 69468 + 108 + 4576) + 1139 |
|
| 895 |
+
common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 27755 + (68354 = 63679 + 99 + 4576) + 1139 |
|
| 896 |
+
common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 21957 + (74152 = 69468 + 108 + 4576) + 1139 |
|
| 897 |
+
common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 27755 + (68354 = 63679 + 99 + 4576) + 1139 |
|
| 898 |
+
common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 36747 + (59362 = 53065 + 81 + 6216) + 1139 |
|
| 899 |
+
common_memory_breakdown_print: | - Host | 1412 = 964 + 0 + 448 |
|
| 900 |
+
```
|
kld_data/aes_sedai/GLM-5.1-Q5_K_M.md
ADDED
|
@@ -0,0 +1,900 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### GLM-5.1-Q5_K_M (aes_sedai)
|
| 2 |
+
|
| 3 |
+
```txt
|
| 4 |
+
/home/jarvis/development/llama.cpp/build/bin/llama-perplexity --threads 48 --flash-attn on --file /mnt/srv/host/resources/KLD/wiki.test.raw --kl-divergence-base /mnt/srv/snowdrift/ref-logits/GLM-5.1-Q8_0-512ctx-wiki.test.raw.bin --kl-divergence --batch-size 8192 --ubatch-size 8192 --model /mnt/srv/snowdrift/gguf/GLM-5.1-GGUF/aes_sedai/GLM-5.1-Q5_K_M.gguf
|
| 5 |
+
ggml_cuda_init: found 7 CUDA devices (Total VRAM: 680750 MiB):
|
| 6 |
+
Device 0: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 7 |
+
Device 1: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 8 |
+
Device 2: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 9 |
+
Device 3: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 10 |
+
Device 4: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 11 |
+
Device 5: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 12 |
+
Device 6: NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97250 MiB
|
| 13 |
+
common_init_result: fitting params to device memory, for bugs during this step try to reproduce them with -fit off, or provide --verbose logs if the bug only occurs with -fit on
|
| 14 |
+
common_params_fit_impl: getting device memory data for initial parameters:
|
| 15 |
+
common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
|
| 16 |
+
common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (68436 = 63903 + 108 + 4424) + -67874 |
|
| 17 |
+
common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (82058 = 76615 + 99 + 5344) + -81496 |
|
| 18 |
+
common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (89032 = 83580 + 108 + 5344) + -88470 |
|
| 19 |
+
common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (82058 = 76615 + 99 + 5344) + -81496 |
|
| 20 |
+
common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (89032 = 83580 + 108 + 5344) + -88470 |
|
| 21 |
+
common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (82058 = 76615 + 99 + 5344) + -81496 |
|
| 22 |
+
common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (70714 = 63649 + 81 + 6984) + -70152 |
|
| 23 |
+
common_memory_breakdown_print: | - Host | 1412 = 964 + 0 + 448 |
|
| 24 |
+
common_params_fit_impl: projected memory use with initial parameters [MiB]:
|
| 25 |
+
common_params_fit_impl: - CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 68436 used, 28251 free vs. target of 1024
|
| 26 |
+
common_params_fit_impl: - CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 82058 used, 14629 free vs. target of 1024
|
| 27 |
+
common_params_fit_impl: - CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 89032 used, 7655 free vs. target of 1024
|
| 28 |
+
common_params_fit_impl: - CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 82058 used, 14629 free vs. target of 1024
|
| 29 |
+
common_params_fit_impl: - CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 89032 used, 7655 free vs. target of 1024
|
| 30 |
+
common_params_fit_impl: - CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 82058 used, 14629 free vs. target of 1024
|
| 31 |
+
common_params_fit_impl: - CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 70714 used, 25972 free vs. target of 1024
|
| 32 |
+
common_params_fit_impl: projected to use 563391 MiB of device memory vs. 676815 MiB of free device memory
|
| 33 |
+
common_params_fit_impl: targets for free memory can be met on all devices, no changes needed
|
| 34 |
+
common_fit_params: successfully fit params to free device memory
|
| 35 |
+
common_fit_params: fitting params to free memory took 0.82 seconds
|
| 36 |
+
llama_model_load_from_file_impl: using device CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:01:00.0) - 96687 MiB free
|
| 37 |
+
llama_model_load_from_file_impl: using device CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:02:00.0) - 96687 MiB free
|
| 38 |
+
llama_model_load_from_file_impl: using device CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:03:00.0) - 96687 MiB free
|
| 39 |
+
llama_model_load_from_file_impl: using device CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:05:00.0) - 96687 MiB free
|
| 40 |
+
llama_model_load_from_file_impl: using device CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:06:00.0) - 96687 MiB free
|
| 41 |
+
llama_model_load_from_file_impl: using device CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:07:00.0) - 96687 MiB free
|
| 42 |
+
llama_model_load_from_file_impl: using device CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:08:00.0) - 96687 MiB free
|
| 43 |
+
llama_model_loader: loaded meta data with 63 key-value pairs and 1809 tensors from /mnt/srv/snowdrift/gguf/GLM-5.1-GGUF/aes_sedai/GLM-5.1-Q5_K_M.gguf (version GGUF V3 (latest))
|
| 44 |
+
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
|
| 45 |
+
llama_model_loader: - kv 0: general.architecture str = glm-dsa
|
| 46 |
+
llama_model_loader: - kv 1: general.type str = model
|
| 47 |
+
llama_model_loader: - kv 2: general.sampling.top_p f32 = 0.950000
|
| 48 |
+
llama_model_loader: - kv 3: general.sampling.temp f32 = 1.000000
|
| 49 |
+
llama_model_loader: - kv 4: general.name str = GLM 5.1
|
| 50 |
+
llama_model_loader: - kv 5: general.version str = 5.1
|
| 51 |
+
llama_model_loader: - kv 6: general.basename str = GLM
|
| 52 |
+
llama_model_loader: - kv 7: general.size_label str = 256x22B
|
| 53 |
+
llama_model_loader: - kv 8: general.license str = mit
|
| 54 |
+
llama_model_loader: - kv 9: general.tags arr[str,1] = ["text-generation"]
|
| 55 |
+
llama_model_loader: - kv 10: general.languages arr[str,2] = ["en", "zh"]
|
| 56 |
+
llama_model_loader: - kv 11: glm-dsa.block_count u32 = 79
|
| 57 |
+
llama_model_loader: - kv 12: glm-dsa.context_length u32 = 202752
|
| 58 |
+
llama_model_loader: - kv 13: glm-dsa.embedding_length u32 = 6144
|
| 59 |
+
llama_model_loader: - kv 14: glm-dsa.feed_forward_length u32 = 12288
|
| 60 |
+
llama_model_loader: - kv 15: glm-dsa.attention.head_count u32 = 64
|
| 61 |
+
llama_model_loader: - kv 16: glm-dsa.attention.head_count_kv u32 = 1
|
| 62 |
+
llama_model_loader: - kv 17: glm-dsa.rope.freq_base f32 = 1000000.000000
|
| 63 |
+
llama_model_loader: - kv 18: glm-dsa.attention.layer_norm_rms_epsilon f32 = 0.000010
|
| 64 |
+
llama_model_loader: - kv 19: glm-dsa.expert_used_count u32 = 8
|
| 65 |
+
llama_model_loader: - kv 20: glm-dsa.expert_group_count u32 = 1
|
| 66 |
+
llama_model_loader: - kv 21: glm-dsa.expert_group_used_count u32 = 1
|
| 67 |
+
llama_model_loader: - kv 22: glm-dsa.expert_gating_func u32 = 2
|
| 68 |
+
llama_model_loader: - kv 23: glm-dsa.leading_dense_block_count u32 = 3
|
| 69 |
+
llama_model_loader: - kv 24: glm-dsa.vocab_size u32 = 154880
|
| 70 |
+
llama_model_loader: - kv 25: glm-dsa.attention.q_lora_rank u32 = 2048
|
| 71 |
+
llama_model_loader: - kv 26: glm-dsa.attention.kv_lora_rank u32 = 512
|
| 72 |
+
llama_model_loader: - kv 27: glm-dsa.attention.key_length u32 = 576
|
| 73 |
+
llama_model_loader: - kv 28: glm-dsa.attention.value_length u32 = 512
|
| 74 |
+
llama_model_loader: - kv 29: glm-dsa.attention.key_length_mla u32 = 256
|
| 75 |
+
llama_model_loader: - kv 30: glm-dsa.attention.value_length_mla u32 = 256
|
| 76 |
+
llama_model_loader: - kv 31: glm-dsa.expert_feed_forward_length u32 = 2048
|
| 77 |
+
llama_model_loader: - kv 32: glm-dsa.expert_count u32 = 256
|
| 78 |
+
llama_model_loader: - kv 33: glm-dsa.expert_shared_count u32 = 1
|
| 79 |
+
llama_model_loader: - kv 34: glm-dsa.expert_weights_scale f32 = 2.500000
|
| 80 |
+
llama_model_loader: - kv 35: glm-dsa.expert_weights_norm bool = true
|
| 81 |
+
llama_model_loader: - kv 36: glm-dsa.rope.dimension_count u32 = 64
|
| 82 |
+
llama_model_loader: - kv 37: glm-dsa.nextn_predict_layers u32 = 1
|
| 83 |
+
llama_model_loader: - kv 38: glm-dsa.attention.indexer.head_count u32 = 32
|
| 84 |
+
llama_model_loader: - kv 39: glm-dsa.attention.indexer.key_length u32 = 128
|
| 85 |
+
llama_model_loader: - kv 40: glm-dsa.attention.indexer.top_k u32 = 2048
|
| 86 |
+
llama_model_loader: - kv 41: tokenizer.ggml.model str = gpt2
|
| 87 |
+
llama_model_loader: - kv 42: tokenizer.ggml.pre str = glm4
|
| 88 |
+
llama_model_loader: - kv 43: tokenizer.ggml.tokens arr[str,154880] = ["!", "\"", "#", "$", "%", "&", "'", ...
|
| 89 |
+
llama_model_loader: - kv 44: tokenizer.ggml.token_type arr[i32,154880] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
|
| 90 |
+
llama_model_loader: - kv 45: tokenizer.ggml.merges arr[str,321649] = ["Ġ Ġ", "Ġ ĠĠĠ", "ĠĠ ĠĠ", "...
|
| 91 |
+
llama_model_loader: - kv 46: tokenizer.ggml.eos_token_id u32 = 154820
|
| 92 |
+
llama_model_loader: - kv 47: tokenizer.ggml.padding_token_id u32 = 154820
|
| 93 |
+
llama_model_loader: - kv 48: tokenizer.ggml.bos_token_id u32 = 154822
|
| 94 |
+
llama_model_loader: - kv 49: tokenizer.ggml.eot_token_id u32 = 154827
|
| 95 |
+
llama_model_loader: - kv 50: tokenizer.ggml.unknown_token_id u32 = 154820
|
| 96 |
+
llama_model_loader: - kv 51: tokenizer.ggml.eom_token_id u32 = 154829
|
| 97 |
+
llama_model_loader: - kv 52: tokenizer.chat_template str = [gMASK]<sop>\n{%- if tools -%}\n{%- mac...
|
| 98 |
+
llama_model_loader: - kv 53: general.quantization_version u32 = 2
|
| 99 |
+
llama_model_loader: - kv 54: general.file_type u32 = 7
|
| 100 |
+
llama_model_loader: - kv 55: MoE_Quantization.ffn_up_exps str = Q5_K
|
| 101 |
+
llama_model_loader: - kv 56: MoE_Quantization.ffn_gate_exps str = Q5_K
|
| 102 |
+
llama_model_loader: - kv 57: MoE_Quantization.ffn_down_exps str = Q6_K
|
| 103 |
+
llama_model_loader: - kv 58: MoE_Quantization.type_default str = Q8_0
|
| 104 |
+
llama_model_loader: - kv 59: quantize.imatrix.file str = /mnt/srv/snowdrift/ggml/GLM-5.1/imatr...
|
| 105 |
+
llama_model_loader: - kv 60: quantize.imatrix.dataset str = /mnt/srv/host/resources/KLD/calibrati...
|
| 106 |
+
llama_model_loader: - kv 61: quantize.imatrix.entries_count u32 = 1002
|
| 107 |
+
llama_model_loader: - kv 62: quantize.imatrix.chunks_count u32 = 50
|
| 108 |
+
llama_model_loader: - type f32: 630 tensors
|
| 109 |
+
llama_model_loader: - type q8_0: 951 tensors
|
| 110 |
+
llama_model_loader: - type q5_K: 152 tensors
|
| 111 |
+
llama_model_loader: - type q6_K: 76 tensors
|
| 112 |
+
print_info: file format = GGUF V3 (latest)
|
| 113 |
+
print_info: file type = Q8_0
|
| 114 |
+
print_info: file size = 520.08 GiB (5.93 BPW)
|
| 115 |
+
load: 0 unused tokens
|
| 116 |
+
load: special_eot_id is not in special_eog_ids - the tokenizer config may be incorrect
|
| 117 |
+
load: special_eom_id is not in special_eog_ids - the tokenizer config may be incorrect
|
| 118 |
+
load: printing all EOG tokens:
|
| 119 |
+
load: - 154820 ('<|endoftext|>')
|
| 120 |
+
load: - 154827 ('<|user|>')
|
| 121 |
+
load: - 154829 ('<|observation|>')
|
| 122 |
+
load: special tokens cache size = 36
|
| 123 |
+
load: token to piece cache size = 0.9811 MB
|
| 124 |
+
print_info: arch = glm-dsa
|
| 125 |
+
print_info: vocab_only = 0
|
| 126 |
+
print_info: no_alloc = 0
|
| 127 |
+
print_info: n_ctx_train = 202752
|
| 128 |
+
print_info: n_embd = 6144
|
| 129 |
+
print_info: n_embd_inp = 6144
|
| 130 |
+
print_info: n_layer = 79
|
| 131 |
+
print_info: n_head = 64
|
| 132 |
+
print_info: n_head_kv = 1
|
| 133 |
+
print_info: n_rot = 64
|
| 134 |
+
print_info: n_swa = 0
|
| 135 |
+
print_info: is_swa_any = 0
|
| 136 |
+
print_info: n_embd_head_k = 576
|
| 137 |
+
print_info: n_embd_head_v = 512
|
| 138 |
+
print_info: n_gqa = 64
|
| 139 |
+
print_info: n_embd_k_gqa = 576
|
| 140 |
+
print_info: n_embd_v_gqa = 512
|
| 141 |
+
print_info: f_norm_eps = 0.0e+00
|
| 142 |
+
print_info: f_norm_rms_eps = 1.0e-05
|
| 143 |
+
print_info: f_clamp_kqv = 0.0e+00
|
| 144 |
+
print_info: f_max_alibi_bias = 0.0e+00
|
| 145 |
+
print_info: f_logit_scale = 0.0e+00
|
| 146 |
+
print_info: f_attn_scale = 0.0e+00
|
| 147 |
+
print_info: f_attn_value_scale = 1.0000
|
| 148 |
+
print_info: n_ff = 12288
|
| 149 |
+
print_info: n_expert = 256
|
| 150 |
+
print_info: n_expert_used = 8
|
| 151 |
+
print_info: n_expert_groups = 1
|
| 152 |
+
print_info: n_group_used = 1
|
| 153 |
+
print_info: causal attn = 1
|
| 154 |
+
print_info: pooling type = -1
|
| 155 |
+
print_info: rope type = 0
|
| 156 |
+
print_info: rope scaling = linear
|
| 157 |
+
print_info: freq_base_train = 1000000.0
|
| 158 |
+
print_info: freq_scale_train = 1
|
| 159 |
+
print_info: n_ctx_orig_yarn = 202752
|
| 160 |
+
print_info: rope_yarn_log_mul = 0.0000
|
| 161 |
+
print_info: rope_finetuned = unknown
|
| 162 |
+
print_info: model type = 744B.A40B
|
| 163 |
+
print_info: model params = 753.86 B
|
| 164 |
+
print_info: general.name = GLM 5.1
|
| 165 |
+
print_info: n_layer_dense_lead = 3
|
| 166 |
+
print_info: n_lora_q = 2048
|
| 167 |
+
print_info: n_lora_kv = 512
|
| 168 |
+
print_info: n_embd_head_k_mla = 256
|
| 169 |
+
print_info: n_embd_head_v_mla = 256
|
| 170 |
+
print_info: n_ff_exp = 2048
|
| 171 |
+
print_info: n_expert_shared = 1
|
| 172 |
+
print_info: expert_weights_scale = 2.5
|
| 173 |
+
print_info: expert_weights_norm = 1
|
| 174 |
+
print_info: expert_gating_func = sigmoid
|
| 175 |
+
print_info: vocab type = BPE
|
| 176 |
+
print_info: n_vocab = 154880
|
| 177 |
+
print_info: n_merges = 321649
|
| 178 |
+
print_info: BOS token = 154822 '[gMASK]'
|
| 179 |
+
print_info: EOS token = 154820 '<|endoftext|>'
|
| 180 |
+
print_info: EOT token = 154827 '<|user|>'
|
| 181 |
+
print_info: EOM token = 154829 '<|observation|>'
|
| 182 |
+
print_info: UNK token = 154820 '<|endoftext|>'
|
| 183 |
+
print_info: PAD token = 154820 '<|endoftext|>'
|
| 184 |
+
print_info: LF token = 198 'Ċ'
|
| 185 |
+
print_info: FIM PRE token = 154838 '<|code_prefix|>'
|
| 186 |
+
print_info: FIM SUF token = 154840 '<|code_suffix|>'
|
| 187 |
+
print_info: FIM MID token = 154839 '<|code_middle|>'
|
| 188 |
+
print_info: EOG token = 154820 '<|endoftext|>'
|
| 189 |
+
print_info: EOG token = 154827 '<|user|>'
|
| 190 |
+
print_info: EOG token = 154829 '<|observation|>'
|
| 191 |
+
print_info: max token length = 1024
|
| 192 |
+
load_tensors: loading model tensors, this can take a while... (mmap = true, direct_io = false)
|
| 193 |
+
model has unused tensor blk.78.attn_norm.weight (size = 24576 bytes) -- ignoring
|
| 194 |
+
model has unused tensor blk.78.attn_q_a_norm.weight (size = 8192 bytes) -- ignoring
|
| 195 |
+
model has unused tensor blk.78.attn_kv_a_norm.weight (size = 2048 bytes) -- ignoring
|
| 196 |
+
model has unused tensor blk.78.attn_q_a.weight (size = 13369344 bytes) -- ignoring
|
| 197 |
+
model has unused tensor blk.78.attn_q_b.weight (size = 35651584 bytes) -- ignoring
|
| 198 |
+
model has unused tensor blk.78.attn_kv_a_mqa.weight (size = 3760128 bytes) -- ignoring
|
| 199 |
+
model has unused tensor blk.78.attn_k_b.weight (size = 6684672 bytes) -- ignoring
|
| 200 |
+
model has unused tensor blk.78.attn_v_b.weight (size = 8912896 bytes) -- ignoring
|
| 201 |
+
model has unused tensor blk.78.attn_output.weight (size = 106954752 bytes) -- ignoring
|
| 202 |
+
model has unused tensor blk.78.ffn_norm.weight (size = 24576 bytes) -- ignoring
|
| 203 |
+
model has unused tensor blk.78.indexer.k_norm.weight (size = 512 bytes) -- ignoring
|
| 204 |
+
model has unused tensor blk.78.indexer.k_norm.bias (size = 512 bytes) -- ignoring
|
| 205 |
+
model has unused tensor blk.78.indexer.proj.weight (size = 208896 bytes) -- ignoring
|
| 206 |
+
model has unused tensor blk.78.indexer.attn_k.weight (size = 835584 bytes) -- ignoring
|
| 207 |
+
model has unused tensor blk.78.indexer.attn_q_b.weight (size = 8912896 bytes) -- ignoring
|
| 208 |
+
model has unused tensor blk.78.ffn_gate_inp.weight (size = 6291456 bytes) -- ignoring
|
| 209 |
+
model has unused tensor blk.78.ffn_gate_exps.weight (size = 2214592512 bytes) -- ignoring
|
| 210 |
+
model has unused tensor blk.78.ffn_down_exps.weight (size = 2642411520 bytes) -- ignoring
|
| 211 |
+
model has unused tensor blk.78.ffn_up_exps.weight (size = 2214592512 bytes) -- ignoring
|
| 212 |
+
model has unused tensor blk.78.ffn_gate_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 213 |
+
model has unused tensor blk.78.ffn_down_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 214 |
+
model has unused tensor blk.78.ffn_up_shexp.weight (size = 13369344 bytes) -- ignoring
|
| 215 |
+
model has unused tensor blk.78.nextn.eh_proj.weight (size = 80216064 bytes) -- ignoring
|
| 216 |
+
model has unused tensor blk.78.nextn.enorm.weight (size = 24576 bytes) -- ignoring
|
| 217 |
+
model has unused tensor blk.78.nextn.hnorm.weight (size = 24576 bytes) -- ignoring
|
| 218 |
+
model has unused tensor blk.78.nextn.shared_head_norm.weight (size = 24576 bytes) -- ignoring
|
| 219 |
+
load_tensors: offloading output layer to GPU
|
| 220 |
+
load_tensors: offloading 78 repeating layers to GPU
|
| 221 |
+
load_tensors: offloaded 80/80 layers to GPU
|
| 222 |
+
load_tensors: CPU_Mapped model buffer size = 964.22 MiB
|
| 223 |
+
load_tensors: CUDA0 model buffer size = 63903.94 MiB
|
| 224 |
+
load_tensors: CUDA1 model buffer size = 76615.18 MiB
|
| 225 |
+
load_tensors: CUDA2 model buffer size = 83580.19 MiB
|
| 226 |
+
load_tensors: CUDA3 model buffer size = 76615.18 MiB
|
| 227 |
+
load_tensors: CUDA4 model buffer size = 83580.19 MiB
|
| 228 |
+
load_tensors: CUDA5 model buffer size = 76615.18 MiB
|
| 229 |
+
load_tensors: CUDA6 model buffer size = 63649.39 MiB
|
| 230 |
+
....................................................................................................
|
| 231 |
+
common_init_result: added <|endoftext|> logit bias = -inf
|
| 232 |
+
common_init_result: added <|user|> logit bias = -inf
|
| 233 |
+
common_init_result: added <|observation|> logit bias = -inf
|
| 234 |
+
llama_context: constructing llama_context
|
| 235 |
+
llama_context: n_seq_max = 16
|
| 236 |
+
llama_context: n_ctx = 8192
|
| 237 |
+
llama_context: n_ctx_seq = 512
|
| 238 |
+
llama_context: n_batch = 8192
|
| 239 |
+
llama_context: n_ubatch = 8192
|
| 240 |
+
llama_context: causal_attn = 1
|
| 241 |
+
llama_context: flash_attn = enabled
|
| 242 |
+
llama_context: kv_unified = false
|
| 243 |
+
llama_context: freq_base = 1000000.0
|
| 244 |
+
llama_context: freq_scale = 1
|
| 245 |
+
llama_context: n_ctx_seq (512) < n_ctx_train (202752) -- the full capacity of the model will not be utilized
|
| 246 |
+
llama_context: CUDA_Host output buffer size = 9.45 MiB
|
| 247 |
+
llama_kv_cache: CUDA0 KV buffer size = 108.00 MiB
|
| 248 |
+
llama_kv_cache: CUDA1 KV buffer size = 99.00 MiB
|
| 249 |
+
llama_kv_cache: CUDA2 KV buffer size = 108.00 MiB
|
| 250 |
+
llama_kv_cache: CUDA3 KV buffer size = 99.00 MiB
|
| 251 |
+
llama_kv_cache: CUDA4 KV buffer size = 108.00 MiB
|
| 252 |
+
llama_kv_cache: CUDA5 KV buffer size = 99.00 MiB
|
| 253 |
+
llama_kv_cache: CUDA6 KV buffer size = 81.00 MiB
|
| 254 |
+
llama_kv_cache: size = 702.00 MiB ( 512 cells, 78 layers, 16/16 seqs), K (f16): 702.00 MiB, V (f16): 0.00 MiB
|
| 255 |
+
llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 576
|
| 256 |
+
llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 512
|
| 257 |
+
llama_context: pipeline parallelism enabled
|
| 258 |
+
sched_reserve: reserving ...
|
| 259 |
+
sched_reserve: resolving fused Gated Delta Net support:
|
| 260 |
+
sched_reserve: fused Gated Delta Net (autoregressive) enabled
|
| 261 |
+
sched_reserve: fused Gated Delta Net (chunked) enabled
|
| 262 |
+
sched_reserve: CUDA0 compute buffer size = 4424.38 MiB
|
| 263 |
+
sched_reserve: CUDA1 compute buffer size = 4576.38 MiB
|
| 264 |
+
sched_reserve: CUDA2 compute buffer size = 4576.38 MiB
|
| 265 |
+
sched_reserve: CUDA3 compute buffer size = 4576.38 MiB
|
| 266 |
+
sched_reserve: CUDA4 compute buffer size = 4576.38 MiB
|
| 267 |
+
sched_reserve: CUDA5 compute buffer size = 4576.38 MiB
|
| 268 |
+
sched_reserve: CUDA6 compute buffer size = 6216.50 MiB
|
| 269 |
+
sched_reserve: CUDA_Host compute buffer size = 448.62 MiB
|
| 270 |
+
sched_reserve: graph nodes = 6142
|
| 271 |
+
sched_reserve: graph splits = 8
|
| 272 |
+
sched_reserve: reserve took 108.89 ms, sched copies = 4
|
| 273 |
+
common_init_from_params: warming up the model with an empty run - please wait ... (--no-warmup to disable)
|
| 274 |
+
|
| 275 |
+
system_info: n_threads = 48 (n_threads_batch = 48) / 56 | CUDA : ARCHS = 1200 | USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | BLACKWELL_NATIVE_FP4 = 1 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX_VNNI = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | BMI2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | AVX512_BF16 = 1 | LLAMAFILE = 1 | OPENMP = 1 | REPACK = 1 |
|
| 276 |
+
kl_divergence: computing over 565 chunks, n_ctx=512, batch_size=8192, n_seq=16
|
| 277 |
+
kl_divergence: 6.88 seconds per pass - ETA 4.05 minutes
|
| 278 |
+
|
| 279 |
+
chunk PPL ln(PPL(Q)/PPL(base)) KL Divergence Δp RMS Same top p
|
| 280 |
+
1 1.3338 ± 0.0765 -0.00300 ± 0.01434 0.01406 ± 0.00264 5.498 ± 0.801 % 98.039 ± 0.870 %
|
| 281 |
+
2 2.0737 ± 0.1571 0.00037 ± 0.01069 0.01692 ± 0.00225 5.099 ± 0.534 % 96.275 ± 0.839 %
|
| 282 |
+
3 1.7849 ± 0.1050 -0.00674 ± 0.00897 0.01452 ± 0.00174 4.869 ± 0.456 % 97.255 ± 0.591 %
|
| 283 |
+
4 1.5865 ± 0.0738 -0.00718 ± 0.00703 0.01277 ± 0.00143 4.654 ± 0.402 % 97.843 ± 0.455 %
|
| 284 |
+
5 1.4916 ± 0.0577 -0.00031 ± 0.00640 0.01220 ± 0.00133 4.578 ± 0.377 % 98.039 ± 0.388 %
|
| 285 |
+
6 1.4310 ± 0.0476 0.00049 ± 0.00549 0.01226 ± 0.00128 4.847 ± 0.396 % 98.170 ± 0.343 %
|
| 286 |
+
7 1.4136 ± 0.0433 0.00568 ± 0.00524 0.01326 ± 0.00149 5.419 ± 0.477 % 98.263 ± 0.309 %
|
| 287 |
+
8 1.3745 ± 0.0375 0.00466 ± 0.00477 0.01312 ± 0.00139 5.421 ± 0.436 % 98.431 ± 0.275 %
|
| 288 |
+
9 1.3708 ± 0.0352 0.00452 ± 0.00454 0.01504 ± 0.00150 5.627 ± 0.398 % 98.083 ± 0.286 %
|
| 289 |
+
10 1.3423 ± 0.0315 0.00302 ± 0.00434 0.01440 ± 0.00138 5.526 ± 0.375 % 98.235 ± 0.261 %
|
| 290 |
+
11 1.3291 ± 0.0293 0.00453 ± 0.00412 0.01433 ± 0.00131 5.547 ± 0.357 % 98.217 ± 0.250 %
|
| 291 |
+
12 1.3784 ± 0.0311 0.00433 ± 0.00412 0.01474 ± 0.00124 5.584 ± 0.334 % 98.105 ± 0.247 %
|
| 292 |
+
13 1.3777 ± 0.0299 0.00560 ± 0.00394 0.01495 ± 0.00119 5.631 ± 0.325 % 98.100 ± 0.237 %
|
| 293 |
+
14 1.4379 ± 0.0318 0.00341 ± 0.00390 0.01522 ± 0.00112 5.621 ± 0.306 % 97.871 ± 0.242 %
|
| 294 |
+
15 1.5424 ± 0.0357 0.00195 ± 0.00380 0.01556 ± 0.00106 5.573 ± 0.290 % 97.699 ± 0.242 %
|
| 295 |
+
16 1.6453 ± 0.0393 0.00200 ± 0.00367 0.01588 ± 0.00101 5.516 ± 0.276 % 97.574 ± 0.241 %
|
| 296 |
+
17 1.7619 ± 0.0442 0.00131 ± 0.00359 0.01603 ± 0.00096 5.454 ± 0.264 % 97.232 ± 0.249 %
|
| 297 |
+
18 1.9043 ± 0.0495 0.00170 ± 0.00349 0.01619 ± 0.00092 5.378 ± 0.254 % 97.081 ± 0.249 %
|
| 298 |
+
19 1.9033 ± 0.0483 0.00232 ± 0.00338 0.01623 ± 0.00089 5.391 ± 0.248 % 97.131 ± 0.240 %
|
| 299 |
+
20 1.8978 ± 0.0465 0.00192 ± 0.00335 0.01682 ± 0.00089 5.523 ± 0.241 % 97.020 ± 0.238 %
|
| 300 |
+
21 1.9746 ± 0.0489 0.00126 ± 0.00329 0.01731 ± 0.00087 5.492 ± 0.232 % 96.919 ± 0.236 %
|
| 301 |
+
22 1.9914 ± 0.0484 0.00202 ± 0.00320 0.01715 ± 0.00085 5.421 ± 0.225 % 97.023 ± 0.227 %
|
| 302 |
+
23 1.9777 ± 0.0470 0.00151 ± 0.00313 0.01686 ± 0.00082 5.355 ± 0.219 % 97.084 ± 0.220 %
|
| 303 |
+
24 1.9623 ± 0.0452 0.00138 ± 0.00311 0.01691 ± 0.00080 5.369 ± 0.211 % 97.042 ± 0.217 %
|
| 304 |
+
25 1.9533 ± 0.0440 0.00202 ± 0.00305 0.01706 ± 0.00079 5.417 ± 0.208 % 97.051 ± 0.212 %
|
| 305 |
+
26 1.9473 ± 0.0428 0.00262 ± 0.00297 0.01691 ± 0.00076 5.384 ± 0.203 % 97.149 ± 0.204 %
|
| 306 |
+
27 1.9582 ± 0.0424 0.00199 ± 0.00292 0.01710 ± 0.00075 5.411 ± 0.197 % 97.081 ± 0.203 %
|
| 307 |
+
28 1.9883 ± 0.0426 0.00256 ± 0.00288 0.01706 ± 0.00072 5.421 ± 0.191 % 97.031 ± 0.201 %
|
| 308 |
+
29 2.0144 ± 0.0427 0.00226 ± 0.00288 0.01744 ± 0.00071 5.480 ± 0.186 % 96.957 ± 0.200 %
|
| 309 |
+
30 2.0706 ± 0.0441 0.00127 ± 0.00284 0.01775 ± 0.00070 5.471 ± 0.181 % 96.810 ± 0.201 %
|
| 310 |
+
31 2.1261 ± 0.0452 0.00161 ± 0.00280 0.01775 ± 0.00068 5.449 ± 0.176 % 96.749 ± 0.199 %
|
| 311 |
+
32 2.1678 ± 0.0458 0.00136 ± 0.00275 0.01783 ± 0.00067 5.425 ± 0.172 % 96.716 ± 0.197 %
|
| 312 |
+
33 2.2177 ± 0.0466 0.00170 ± 0.00273 0.01788 ± 0.00065 5.412 ± 0.168 % 96.684 ± 0.195 %
|
| 313 |
+
34 2.2501 ± 0.0468 0.00225 ± 0.00269 0.01787 ± 0.00064 5.406 ± 0.165 % 96.632 ± 0.194 %
|
| 314 |
+
35 2.2992 ± 0.0475 0.00158 ± 0.00266 0.01796 ± 0.00062 5.371 ± 0.161 % 96.538 ± 0.194 %
|
| 315 |
+
36 2.3379 ± 0.0479 0.00173 ± 0.00263 0.01810 ± 0.00061 5.366 ± 0.158 % 96.514 ± 0.191 %
|
| 316 |
+
37 2.3671 ± 0.0478 0.00164 ± 0.00259 0.01816 ± 0.00060 5.365 ± 0.156 % 96.407 ± 0.192 %
|
| 317 |
+
38 2.4526 ± 0.0504 0.00194 ± 0.00260 0.01852 ± 0.00060 5.365 ± 0.153 % 96.409 ± 0.189 %
|
| 318 |
+
39 2.4912 ± 0.0507 0.00216 ± 0.00255 0.01829 ± 0.00058 5.312 ± 0.151 % 96.440 ± 0.186 %
|
| 319 |
+
40 2.5356 ± 0.0512 0.00216 ± 0.00250 0.01814 ± 0.00057 5.265 ± 0.148 % 96.373 ± 0.185 %
|
| 320 |
+
41 2.6036 ± 0.0523 0.00212 ± 0.00246 0.01804 ± 0.00056 5.216 ± 0.146 % 96.308 ± 0.184 %
|
| 321 |
+
42 2.5979 ± 0.0515 0.00236 ± 0.00245 0.01819 ± 0.00055 5.246 ± 0.143 % 96.265 ± 0.183 %
|
| 322 |
+
43 2.6176 ± 0.0516 0.00321 ± 0.00241 0.01811 ± 0.00054 5.222 ± 0.141 % 96.270 ± 0.181 %
|
| 323 |
+
44 2.6497 ± 0.0517 0.00235 ± 0.00238 0.01804 ± 0.00053 5.201 ± 0.138 % 96.203 ± 0.180 %
|
| 324 |
+
45 2.7215 ± 0.0530 0.00210 ± 0.00234 0.01796 ± 0.00052 5.166 ± 0.136 % 96.166 ± 0.179 %
|
| 325 |
+
46 2.7736 ± 0.0537 0.00212 ± 0.00232 0.01798 ± 0.00051 5.154 ± 0.134 % 96.104 ± 0.179 %
|
| 326 |
+
47 2.7336 ± 0.0520 0.00178 ± 0.00229 0.01796 ± 0.00051 5.177 ± 0.134 % 96.137 ± 0.176 %
|
| 327 |
+
48 2.6937 ± 0.0505 0.00154 ± 0.00226 0.01781 ± 0.00050 5.183 ± 0.133 % 96.168 ± 0.174 %
|
| 328 |
+
49 2.6655 ± 0.0492 0.00168 ± 0.00223 0.01793 ± 0.00050 5.238 ± 0.131 % 96.166 ± 0.172 %
|
| 329 |
+
50 2.6528 ± 0.0484 0.00186 ± 0.00222 0.01810 ± 0.00049 5.268 ± 0.129 % 96.141 ± 0.171 %
|
| 330 |
+
51 2.6726 ± 0.0484 0.00236 ± 0.00224 0.01895 ± 0.00051 5.330 ± 0.128 % 96.040 ± 0.171 %
|
| 331 |
+
52 2.7033 ± 0.0486 0.00222 ± 0.00221 0.01883 ± 0.00050 5.310 ± 0.126 % 96.003 ± 0.170 %
|
| 332 |
+
53 2.7417 ± 0.0492 0.00191 ± 0.00219 0.01885 ± 0.00050 5.295 ± 0.125 % 95.990 ± 0.169 %
|
| 333 |
+
54 2.7702 ± 0.0494 0.00172 ± 0.00219 0.01939 ± 0.00050 5.320 ± 0.123 % 95.897 ± 0.169 %
|
| 334 |
+
55 2.7988 ± 0.0497 0.00167 ± 0.00217 0.01930 ± 0.00049 5.286 ± 0.121 % 95.914 ± 0.167 %
|
| 335 |
+
56 2.8284 ± 0.0500 0.00172 ± 0.00215 0.01935 ± 0.00049 5.263 ± 0.120 % 95.868 ± 0.167 %
|
| 336 |
+
57 2.8320 ± 0.0496 0.00142 ± 0.00215 0.01962 ± 0.00050 5.295 ± 0.120 % 95.851 ± 0.165 %
|
| 337 |
+
58 2.8560 ± 0.0497 0.00167 ± 0.00213 0.01953 ± 0.00049 5.266 ± 0.119 % 95.849 ± 0.164 %
|
| 338 |
+
59 2.8711 ± 0.0496 0.00206 ± 0.00211 0.01954 ± 0.00049 5.265 ± 0.118 % 95.819 ± 0.163 %
|
| 339 |
+
60 2.9092 ± 0.0499 0.00209 ± 0.00210 0.01975 ± 0.00048 5.273 ± 0.117 % 95.817 ± 0.162 %
|
| 340 |
+
61 2.9452 ± 0.0504 0.00227 ± 0.00208 0.01971 ± 0.00048 5.258 ± 0.116 % 95.796 ± 0.161 %
|
| 341 |
+
62 2.9920 ± 0.0511 0.00221 ± 0.00206 0.01965 ± 0.00047 5.238 ± 0.115 % 95.762 ± 0.160 %
|
| 342 |
+
63 3.0280 ± 0.0516 0.00206 ± 0.00205 0.01978 ± 0.00047 5.229 ± 0.113 % 95.717 ± 0.160 %
|
| 343 |
+
64 3.0571 ± 0.0518 0.00215 ± 0.00203 0.01970 ± 0.00047 5.213 ± 0.112 % 95.741 ± 0.158 %
|
| 344 |
+
65 3.0743 ± 0.0517 0.00244 ± 0.00202 0.01965 ± 0.00046 5.190 ± 0.111 % 95.777 ± 0.156 %
|
| 345 |
+
66 3.0728 ± 0.0512 0.00292 ± 0.00202 0.01986 ± 0.00046 5.212 ± 0.110 % 95.752 ± 0.155 %
|
| 346 |
+
67 3.0482 ± 0.0503 0.00355 ± 0.00202 0.02009 ± 0.00047 5.246 ± 0.110 % 95.768 ± 0.154 %
|
| 347 |
+
68 3.0331 ± 0.0496 0.00368 ± 0.00200 0.02014 ± 0.00047 5.243 ± 0.109 % 95.767 ± 0.153 %
|
| 348 |
+
69 3.0558 ± 0.0498 0.00403 ± 0.00201 0.02032 ± 0.00046 5.263 ± 0.108 % 95.732 ± 0.152 %
|
| 349 |
+
70 3.0429 ± 0.0491 0.00352 ± 0.00200 0.02032 ± 0.00046 5.272 ± 0.107 % 95.748 ± 0.151 %
|
| 350 |
+
71 3.0267 ± 0.0484 0.00349 ± 0.00199 0.02044 ± 0.00046 5.309 ± 0.107 % 95.758 ± 0.150 %
|
| 351 |
+
72 3.0251 ± 0.0481 0.00385 ± 0.00198 0.02043 ± 0.00045 5.307 ± 0.106 % 95.768 ± 0.149 %
|
| 352 |
+
73 3.0300 ± 0.0479 0.00399 ± 0.00196 0.02045 ± 0.00045 5.320 ± 0.106 % 95.724 ± 0.148 %
|
| 353 |
+
74 3.0542 ± 0.0480 0.00364 ± 0.00194 0.02040 ± 0.00045 5.300 ± 0.105 % 95.702 ± 0.148 %
|
| 354 |
+
75 3.0568 ± 0.0478 0.00372 ± 0.00192 0.02033 ± 0.00044 5.292 ± 0.104 % 95.718 ± 0.146 %
|
| 355 |
+
76 3.0215 ± 0.0469 0.00399 ± 0.00192 0.02014 ± 0.00044 5.269 ± 0.104 % 95.759 ± 0.145 %
|
| 356 |
+
77 2.9887 ± 0.0459 0.00421 ± 0.00192 0.02007 ± 0.00043 5.266 ± 0.103 % 95.783 ± 0.143 %
|
| 357 |
+
78 2.9564 ± 0.0450 0.00454 ± 0.00191 0.02005 ± 0.00043 5.282 ± 0.102 % 95.797 ± 0.142 %
|
| 358 |
+
79 2.9278 ± 0.0441 0.00431 ± 0.00189 0.02002 ± 0.00043 5.292 ± 0.102 % 95.830 ± 0.141 %
|
| 359 |
+
80 2.8998 ± 0.0432 0.00379 ± 0.00188 0.02004 ± 0.00043 5.311 ± 0.101 % 95.863 ± 0.139 %
|
| 360 |
+
81 2.8770 ± 0.0425 0.00359 ± 0.00187 0.02014 ± 0.00043 5.346 ± 0.101 % 95.875 ± 0.138 %
|
| 361 |
+
82 2.8634 ± 0.0420 0.00344 ± 0.00186 0.02018 ± 0.00043 5.360 ± 0.100 % 95.878 ± 0.137 %
|
| 362 |
+
83 2.8656 ± 0.0418 0.00327 ± 0.00187 0.02038 ± 0.00043 5.384 ± 0.100 % 95.871 ± 0.137 %
|
| 363 |
+
84 2.8406 ± 0.0411 0.00352 ± 0.00186 0.02037 ± 0.00043 5.390 ± 0.099 % 95.859 ± 0.136 %
|
| 364 |
+
85 2.8269 ± 0.0406 0.00305 ± 0.00185 0.02050 ± 0.00042 5.433 ± 0.098 % 95.848 ± 0.136 %
|
| 365 |
+
86 2.8214 ± 0.0402 0.00308 ± 0.00185 0.02062 ± 0.00042 5.460 ± 0.098 % 95.855 ± 0.135 %
|
| 366 |
+
87 2.8108 ± 0.0398 0.00345 ± 0.00184 0.02074 ± 0.00042 5.490 ± 0.097 % 95.862 ± 0.134 %
|
| 367 |
+
88 2.7956 ± 0.0393 0.00361 ± 0.00183 0.02093 ± 0.00042 5.553 ± 0.097 % 95.851 ± 0.133 %
|
| 368 |
+
89 2.7744 ± 0.0387 0.00364 ± 0.00183 0.02095 ± 0.00042 5.583 ± 0.098 % 95.858 ± 0.132 %
|
| 369 |
+
90 2.7617 ± 0.0382 0.00342 ± 0.00182 0.02092 ± 0.00042 5.580 ± 0.097 % 95.882 ± 0.131 %
|
| 370 |
+
91 2.7421 ± 0.0376 0.00327 ± 0.00180 0.02097 ± 0.00041 5.595 ± 0.096 % 95.910 ± 0.130 %
|
| 371 |
+
92 2.7202 ± 0.0369 0.00315 ± 0.00179 0.02109 ± 0.00042 5.625 ± 0.096 % 95.912 ± 0.129 %
|
| 372 |
+
93 2.7131 ± 0.0366 0.00343 ± 0.00179 0.02115 ± 0.00041 5.638 ± 0.095 % 95.918 ± 0.128 %
|
| 373 |
+
94 2.6983 ± 0.0361 0.00358 ± 0.00178 0.02124 ± 0.00041 5.652 ± 0.094 % 95.928 ± 0.128 %
|
| 374 |
+
95 2.6804 ± 0.0355 0.00325 ± 0.00178 0.02128 ± 0.00041 5.662 ± 0.094 % 95.946 ± 0.127 %
|
| 375 |
+
96 2.6727 ± 0.0352 0.00287 ± 0.00178 0.02152 ± 0.00041 5.705 ± 0.093 % 95.927 ± 0.126 %
|
| 376 |
+
97 2.6806 ± 0.0352 0.00269 ± 0.00177 0.02162 ± 0.00041 5.704 ± 0.092 % 95.921 ± 0.126 %
|
| 377 |
+
98 2.6735 ± 0.0349 0.00284 ± 0.00176 0.02165 ± 0.00041 5.702 ± 0.092 % 95.922 ± 0.125 %
|
| 378 |
+
99 2.6578 ± 0.0344 0.00290 ± 0.00175 0.02164 ± 0.00041 5.713 ± 0.091 % 95.940 ± 0.124 %
|
| 379 |
+
100 2.6381 ± 0.0339 0.00310 ± 0.00174 0.02155 ± 0.00040 5.710 ± 0.091 % 95.969 ± 0.123 %
|
| 380 |
+
101 2.6497 ± 0.0340 0.00335 ± 0.00173 0.02156 ± 0.00040 5.715 ± 0.090 % 95.970 ± 0.123 %
|
| 381 |
+
102 2.6325 ± 0.0335 0.00347 ± 0.00172 0.02159 ± 0.00040 5.724 ± 0.090 % 95.963 ± 0.122 %
|
| 382 |
+
103 2.6221 ± 0.0331 0.00351 ± 0.00171 0.02170 ± 0.00040 5.745 ± 0.089 % 95.960 ± 0.121 %
|
| 383 |
+
104 2.6163 ± 0.0328 0.00388 ± 0.00171 0.02184 ± 0.00040 5.769 ± 0.089 % 95.954 ± 0.121 %
|
| 384 |
+
105 2.6268 ± 0.0329 0.00372 ± 0.00170 0.02187 ± 0.00039 5.767 ± 0.088 % 95.955 ± 0.120 %
|
| 385 |
+
106 2.6517 ± 0.0332 0.00369 ± 0.00170 0.02187 ± 0.00039 5.752 ± 0.088 % 95.923 ± 0.120 %
|
| 386 |
+
107 2.7023 ± 0.0341 0.00390 ± 0.00169 0.02197 ± 0.00039 5.732 ± 0.087 % 95.899 ± 0.120 %
|
| 387 |
+
108 2.7130 ± 0.0341 0.00390 ± 0.00168 0.02193 ± 0.00039 5.724 ± 0.087 % 95.904 ± 0.119 %
|
| 388 |
+
109 2.7251 ± 0.0342 0.00396 ± 0.00167 0.02186 ± 0.00038 5.712 ± 0.086 % 95.895 ± 0.119 %
|
| 389 |
+
110 2.7601 ± 0.0347 0.00362 ± 0.00166 0.02187 ± 0.00038 5.695 ± 0.086 % 95.879 ± 0.119 %
|
| 390 |
+
111 2.7837 ± 0.0349 0.00352 ± 0.00166 0.02202 ± 0.00039 5.695 ± 0.085 % 95.828 ± 0.119 %
|
| 391 |
+
112 2.7621 ± 0.0344 0.00340 ± 0.00165 0.02187 ± 0.00039 5.671 ± 0.085 % 95.861 ± 0.118 %
|
| 392 |
+
113 2.7489 ± 0.0341 0.00358 ± 0.00164 0.02182 ± 0.00039 5.674 ± 0.085 % 95.877 ± 0.117 %
|
| 393 |
+
114 2.7506 ± 0.0339 0.00354 ± 0.00164 0.02187 ± 0.00038 5.684 ± 0.084 % 95.869 ± 0.117 %
|
| 394 |
+
115 2.7486 ± 0.0337 0.00354 ± 0.00163 0.02179 ± 0.00038 5.668 ± 0.084 % 95.877 ± 0.116 %
|
| 395 |
+
116 2.7509 ± 0.0336 0.00351 ± 0.00162 0.02185 ± 0.00038 5.684 ± 0.083 % 95.855 ± 0.116 %
|
| 396 |
+
117 2.7535 ± 0.0335 0.00384 ± 0.00162 0.02183 ± 0.00038 5.682 ± 0.083 % 95.851 ± 0.115 %
|
| 397 |
+
118 2.7582 ± 0.0334 0.00382 ± 0.00162 0.02180 ± 0.00037 5.679 ± 0.082 % 95.849 ± 0.115 %
|
| 398 |
+
119 2.7636 ± 0.0334 0.00372 ± 0.00161 0.02170 ± 0.00037 5.665 ± 0.082 % 95.851 ± 0.114 %
|
| 399 |
+
120 2.7620 ± 0.0332 0.00374 ± 0.00160 0.02165 ± 0.00037 5.655 ± 0.082 % 95.856 ± 0.114 %
|
| 400 |
+
121 2.7543 ± 0.0330 0.00386 ± 0.00159 0.02166 ± 0.00037 5.664 ± 0.081 % 95.855 ± 0.113 %
|
| 401 |
+
122 2.7570 ± 0.0328 0.00372 ± 0.00159 0.02167 ± 0.00037 5.657 ± 0.081 % 95.841 ± 0.113 %
|
| 402 |
+
123 2.7434 ± 0.0325 0.00363 ± 0.00158 0.02154 ± 0.00036 5.643 ± 0.080 % 95.868 ± 0.112 %
|
| 403 |
+
124 2.7434 ± 0.0324 0.00374 ± 0.00158 0.02147 ± 0.00036 5.638 ± 0.080 % 95.879 ± 0.112 %
|
| 404 |
+
125 2.7445 ± 0.0323 0.00364 ± 0.00157 0.02142 ± 0.00036 5.629 ± 0.079 % 95.881 ± 0.111 %
|
| 405 |
+
126 2.7441 ± 0.0321 0.00353 ± 0.00157 0.02140 ± 0.00036 5.621 ± 0.079 % 95.873 ± 0.111 %
|
| 406 |
+
127 2.7430 ± 0.0320 0.00330 ± 0.00156 0.02134 ± 0.00035 5.614 ± 0.079 % 95.875 ± 0.111 %
|
| 407 |
+
128 2.7575 ± 0.0321 0.00324 ± 0.00155 0.02133 ± 0.00035 5.613 ± 0.078 % 95.873 ± 0.110 %
|
| 408 |
+
129 2.7635 ± 0.0321 0.00290 ± 0.00155 0.02137 ± 0.00035 5.618 ± 0.078 % 95.841 ± 0.110 %
|
| 409 |
+
130 2.7651 ± 0.0320 0.00316 ± 0.00154 0.02141 ± 0.00035 5.622 ± 0.078 % 95.825 ± 0.110 %
|
| 410 |
+
131 2.7782 ± 0.0320 0.00338 ± 0.00153 0.02142 ± 0.00035 5.627 ± 0.079 % 95.794 ± 0.110 %
|
| 411 |
+
132 2.7799 ± 0.0319 0.00306 ± 0.00153 0.02143 ± 0.00035 5.628 ± 0.078 % 95.784 ± 0.110 %
|
| 412 |
+
133 2.7778 ± 0.0318 0.00314 ± 0.00152 0.02140 ± 0.00035 5.624 ± 0.078 % 95.804 ± 0.109 %
|
| 413 |
+
134 2.7921 ± 0.0319 0.00320 ± 0.00151 0.02132 ± 0.00034 5.611 ± 0.077 % 95.815 ± 0.108 %
|
| 414 |
+
135 2.8110 ± 0.0322 0.00321 ± 0.00151 0.02128 ± 0.00034 5.598 ± 0.077 % 95.820 ± 0.108 %
|
| 415 |
+
136 2.8039 ± 0.0319 0.00310 ± 0.00150 0.02133 ± 0.00034 5.607 ± 0.077 % 95.810 ± 0.108 %
|
| 416 |
+
137 2.8001 ± 0.0317 0.00296 ± 0.00150 0.02137 ± 0.00034 5.622 ± 0.077 % 95.795 ± 0.107 %
|
| 417 |
+
138 2.7979 ± 0.0316 0.00311 ± 0.00150 0.02143 ± 0.00034 5.640 ± 0.077 % 95.794 ± 0.107 %
|
| 418 |
+
139 2.7855 ± 0.0313 0.00315 ± 0.00149 0.02141 ± 0.00034 5.639 ± 0.076 % 95.810 ± 0.106 %
|
| 419 |
+
140 2.7992 ± 0.0314 0.00319 ± 0.00149 0.02141 ± 0.00034 5.630 ± 0.076 % 95.801 ± 0.106 %
|
| 420 |
+
141 2.8003 ± 0.0313 0.00314 ± 0.00148 0.02134 ± 0.00034 5.619 ± 0.076 % 95.809 ± 0.106 %
|
| 421 |
+
142 2.7938 ± 0.0311 0.00309 ± 0.00147 0.02141 ± 0.00033 5.634 ± 0.075 % 95.808 ± 0.105 %
|
| 422 |
+
143 2.7927 ± 0.0309 0.00309 ± 0.00147 0.02133 ± 0.00033 5.625 ± 0.075 % 95.801 ± 0.105 %
|
| 423 |
+
144 2.7937 ± 0.0308 0.00309 ± 0.00146 0.02130 ± 0.00033 5.615 ± 0.075 % 95.812 ± 0.105 %
|
| 424 |
+
145 2.7928 ± 0.0307 0.00312 ± 0.00145 0.02125 ± 0.00033 5.607 ± 0.074 % 95.827 ± 0.104 %
|
| 425 |
+
146 2.7873 ± 0.0305 0.00309 ± 0.00144 0.02116 ± 0.00033 5.597 ± 0.074 % 95.839 ± 0.103 %
|
| 426 |
+
147 2.7733 ± 0.0302 0.00307 ± 0.00144 0.02111 ± 0.00033 5.602 ± 0.074 % 95.846 ± 0.103 %
|
| 427 |
+
148 2.7677 ± 0.0300 0.00298 ± 0.00144 0.02129 ± 0.00033 5.637 ± 0.074 % 95.843 ± 0.103 %
|
| 428 |
+
149 2.7631 ± 0.0298 0.00296 ± 0.00143 0.02122 ± 0.00033 5.627 ± 0.074 % 95.834 ± 0.103 %
|
| 429 |
+
150 2.7594 ± 0.0296 0.00266 ± 0.00143 0.02129 ± 0.00033 5.643 ± 0.074 % 95.817 ± 0.102 %
|
| 430 |
+
151 2.7518 ± 0.0294 0.00275 ± 0.00142 0.02123 ± 0.00032 5.638 ± 0.073 % 95.829 ± 0.102 %
|
| 431 |
+
152 2.7506 ± 0.0293 0.00262 ± 0.00142 0.02117 ± 0.00032 5.628 ± 0.073 % 95.836 ± 0.101 %
|
| 432 |
+
153 2.7545 ± 0.0292 0.00253 ± 0.00141 0.02111 ± 0.00032 5.625 ± 0.073 % 95.855 ± 0.101 %
|
| 433 |
+
154 2.7536 ± 0.0291 0.00262 ± 0.00140 0.02112 ± 0.00032 5.619 ± 0.073 % 95.859 ± 0.101 %
|
| 434 |
+
155 2.7528 ± 0.0290 0.00250 ± 0.00140 0.02106 ± 0.00032 5.614 ± 0.072 % 95.861 ± 0.100 %
|
| 435 |
+
156 2.7561 ± 0.0289 0.00243 ± 0.00139 0.02098 ± 0.00032 5.600 ± 0.072 % 95.875 ± 0.100 %
|
| 436 |
+
157 2.7591 ± 0.0289 0.00250 ± 0.00139 0.02094 ± 0.00031 5.594 ± 0.072 % 95.884 ± 0.099 %
|
| 437 |
+
158 2.7609 ± 0.0288 0.00245 ± 0.00138 0.02087 ± 0.00031 5.584 ± 0.072 % 95.887 ± 0.099 %
|
| 438 |
+
159 2.7708 ± 0.0288 0.00243 ± 0.00137 0.02081 ± 0.00031 5.573 ± 0.071 % 95.881 ± 0.099 %
|
| 439 |
+
160 2.7808 ± 0.0289 0.00252 ± 0.00137 0.02079 ± 0.00031 5.563 ± 0.071 % 95.865 ± 0.099 %
|
| 440 |
+
161 2.7867 ± 0.0289 0.00239 ± 0.00137 0.02085 ± 0.00031 5.566 ± 0.071 % 95.842 ± 0.099 %
|
| 441 |
+
162 2.7779 ± 0.0286 0.00207 ± 0.00136 0.02091 ± 0.00031 5.584 ± 0.071 % 95.841 ± 0.098 %
|
| 442 |
+
163 2.7676 ± 0.0284 0.00203 ± 0.00136 0.02095 ± 0.00031 5.596 ± 0.071 % 95.855 ± 0.098 %
|
| 443 |
+
164 2.7718 ± 0.0284 0.00192 ± 0.00136 0.02097 ± 0.00031 5.601 ± 0.071 % 95.858 ± 0.097 %
|
| 444 |
+
165 2.7631 ± 0.0281 0.00200 ± 0.00135 0.02097 ± 0.00031 5.605 ± 0.070 % 95.867 ± 0.097 %
|
| 445 |
+
166 2.7581 ± 0.0280 0.00204 ± 0.00135 0.02112 ± 0.00031 5.617 ± 0.070 % 95.849 ± 0.097 %
|
| 446 |
+
167 2.7712 ± 0.0281 0.00211 ± 0.00135 0.02131 ± 0.00031 5.636 ± 0.071 % 95.820 ± 0.097 %
|
| 447 |
+
168 2.7719 ± 0.0280 0.00221 ± 0.00134 0.02129 ± 0.00031 5.631 ± 0.071 % 95.822 ± 0.097 %
|
| 448 |
+
169 2.7950 ± 0.0282 0.00219 ± 0.00134 0.02130 ± 0.00031 5.621 ± 0.071 % 95.781 ± 0.097 %
|
| 449 |
+
170 2.8117 ± 0.0284 0.00212 ± 0.00134 0.02128 ± 0.00031 5.610 ± 0.070 % 95.765 ± 0.097 %
|
| 450 |
+
171 2.8227 ± 0.0285 0.00210 ± 0.00133 0.02124 ± 0.00031 5.601 ± 0.070 % 95.764 ± 0.096 %
|
| 451 |
+
172 2.8396 ± 0.0286 0.00171 ± 0.00133 0.02127 ± 0.00031 5.597 ± 0.070 % 95.734 ± 0.096 %
|
| 452 |
+
173 2.8304 ± 0.0284 0.00177 ± 0.00133 0.02120 ± 0.00030 5.589 ± 0.070 % 95.747 ± 0.096 %
|
| 453 |
+
174 2.8176 ± 0.0282 0.00176 ± 0.00132 0.02113 ± 0.00030 5.578 ± 0.069 % 95.761 ± 0.096 %
|
| 454 |
+
175 2.8044 ± 0.0279 0.00185 ± 0.00131 0.02107 ± 0.00030 5.575 ± 0.069 % 95.774 ± 0.095 %
|
| 455 |
+
176 2.7928 ± 0.0277 0.00182 ± 0.00131 0.02110 ± 0.00030 5.591 ± 0.069 % 95.778 ± 0.095 %
|
| 456 |
+
177 2.7793 ± 0.0274 0.00196 ± 0.00130 0.02102 ± 0.00030 5.580 ± 0.069 % 95.799 ± 0.094 %
|
| 457 |
+
178 2.7658 ± 0.0272 0.00195 ± 0.00130 0.02097 ± 0.00030 5.579 ± 0.069 % 95.816 ± 0.094 %
|
| 458 |
+
179 2.7548 ± 0.0269 0.00203 ± 0.00130 0.02098 ± 0.00030 5.587 ± 0.069 % 95.833 ± 0.094 %
|
| 459 |
+
180 2.7424 ± 0.0267 0.00198 ± 0.00129 0.02090 ± 0.00030 5.581 ± 0.069 % 95.852 ± 0.093 %
|
| 460 |
+
181 2.7374 ± 0.0266 0.00234 ± 0.00130 0.02093 ± 0.00030 5.583 ± 0.069 % 95.862 ± 0.093 %
|
| 461 |
+
182 2.7522 ± 0.0268 0.00236 ± 0.00130 0.02092 ± 0.00030 5.576 ± 0.069 % 95.856 ± 0.093 %
|
| 462 |
+
183 2.7699 ± 0.0269 0.00235 ± 0.00129 0.02093 ± 0.00030 5.570 ± 0.069 % 95.847 ± 0.092 %
|
| 463 |
+
184 2.7942 ± 0.0273 0.00238 ± 0.00130 0.02103 ± 0.00030 5.570 ± 0.068 % 95.827 ± 0.092 %
|
| 464 |
+
185 2.8116 ± 0.0274 0.00239 ± 0.00130 0.02099 ± 0.00030 5.562 ± 0.068 % 95.818 ± 0.092 %
|
| 465 |
+
186 2.8216 ± 0.0275 0.00240 ± 0.00129 0.02095 ± 0.00029 5.550 ± 0.068 % 95.828 ± 0.092 %
|
| 466 |
+
187 2.8416 ± 0.0277 0.00256 ± 0.00129 0.02097 ± 0.00029 5.543 ± 0.068 % 95.806 ± 0.092 %
|
| 467 |
+
188 2.8656 ± 0.0280 0.00244 ± 0.00129 0.02099 ± 0.00029 5.534 ± 0.067 % 95.788 ± 0.092 %
|
| 468 |
+
189 2.8872 ± 0.0282 0.00245 ± 0.00128 0.02097 ± 0.00029 5.523 ± 0.067 % 95.769 ± 0.092 %
|
| 469 |
+
190 2.9037 ± 0.0283 0.00242 ± 0.00128 0.02097 ± 0.00029 5.514 ± 0.067 % 95.756 ± 0.092 %
|
| 470 |
+
191 2.9184 ± 0.0285 0.00236 ± 0.00127 0.02105 ± 0.00029 5.512 ± 0.067 % 95.729 ± 0.092 %
|
| 471 |
+
192 2.9274 ± 0.0285 0.00240 ± 0.00127 0.02101 ± 0.00029 5.503 ± 0.066 % 95.733 ± 0.091 %
|
| 472 |
+
193 2.9343 ± 0.0285 0.00233 ± 0.00127 0.02099 ± 0.00029 5.498 ± 0.066 % 95.729 ± 0.091 %
|
| 473 |
+
194 2.9382 ± 0.0285 0.00252 ± 0.00126 0.02098 ± 0.00029 5.495 ± 0.066 % 95.739 ± 0.091 %
|
| 474 |
+
195 2.9361 ± 0.0284 0.00256 ± 0.00126 0.02093 ± 0.00028 5.490 ± 0.066 % 95.739 ± 0.091 %
|
| 475 |
+
196 2.9397 ± 0.0284 0.00263 ± 0.00126 0.02098 ± 0.00028 5.489 ± 0.066 % 95.732 ± 0.090 %
|
| 476 |
+
197 2.9530 ± 0.0285 0.00254 ± 0.00125 0.02100 ± 0.00028 5.484 ± 0.065 % 95.728 ± 0.090 %
|
| 477 |
+
198 2.9670 ± 0.0286 0.00247 ± 0.00125 0.02095 ± 0.00028 5.474 ± 0.065 % 95.724 ± 0.090 %
|
| 478 |
+
199 2.9668 ± 0.0285 0.00247 ± 0.00124 0.02094 ± 0.00028 5.476 ± 0.065 % 95.716 ± 0.090 %
|
| 479 |
+
200 2.9735 ± 0.0286 0.00267 ± 0.00124 0.02095 ± 0.00028 5.478 ± 0.065 % 95.704 ± 0.090 %
|
| 480 |
+
201 2.9755 ± 0.0285 0.00256 ± 0.00124 0.02089 ± 0.00028 5.468 ± 0.065 % 95.712 ± 0.089 %
|
| 481 |
+
202 2.9791 ± 0.0285 0.00263 ± 0.00123 0.02093 ± 0.00028 5.466 ± 0.065 % 95.704 ± 0.089 %
|
| 482 |
+
203 2.9774 ± 0.0284 0.00260 ± 0.00123 0.02100 ± 0.00029 5.471 ± 0.065 % 95.702 ± 0.089 %
|
| 483 |
+
204 2.9860 ± 0.0284 0.00248 ± 0.00123 0.02097 ± 0.00028 5.463 ± 0.064 % 95.709 ± 0.089 %
|
| 484 |
+
205 2.9939 ± 0.0285 0.00245 ± 0.00122 0.02092 ± 0.00028 5.454 ± 0.064 % 95.705 ± 0.089 %
|
| 485 |
+
206 3.0006 ± 0.0285 0.00253 ± 0.00122 0.02086 ± 0.00028 5.445 ± 0.064 % 95.705 ± 0.088 %
|
| 486 |
+
207 3.0068 ± 0.0285 0.00256 ± 0.00121 0.02084 ± 0.00028 5.440 ± 0.064 % 95.696 ± 0.088 %
|
| 487 |
+
208 3.0072 ± 0.0284 0.00248 ± 0.00121 0.02091 ± 0.00028 5.439 ± 0.063 % 95.684 ± 0.088 %
|
| 488 |
+
209 3.0092 ± 0.0284 0.00247 ± 0.00120 0.02086 ± 0.00028 5.431 ± 0.063 % 95.688 ± 0.088 %
|
| 489 |
+
210 3.0060 ± 0.0283 0.00255 ± 0.00120 0.02087 ± 0.00028 5.435 ± 0.063 % 95.686 ± 0.088 %
|
| 490 |
+
211 3.0099 ± 0.0282 0.00250 ± 0.00120 0.02084 ± 0.00028 5.427 ± 0.063 % 95.692 ± 0.088 %
|
| 491 |
+
212 3.0113 ± 0.0282 0.00247 ± 0.00119 0.02085 ± 0.00028 5.430 ± 0.063 % 95.675 ± 0.087 %
|
| 492 |
+
213 3.0149 ± 0.0281 0.00252 ± 0.00119 0.02082 ± 0.00028 5.424 ± 0.063 % 95.673 ± 0.087 %
|
| 493 |
+
214 3.0201 ± 0.0281 0.00249 ± 0.00119 0.02081 ± 0.00028 5.420 ± 0.062 % 95.664 ± 0.087 %
|
| 494 |
+
215 3.0232 ± 0.0281 0.00250 ± 0.00118 0.02081 ± 0.00028 5.420 ± 0.062 % 95.664 ± 0.087 %
|
| 495 |
+
216 3.0285 ± 0.0281 0.00251 ± 0.00118 0.02080 ± 0.00027 5.417 ± 0.062 % 95.654 ± 0.087 %
|
| 496 |
+
217 3.0329 ± 0.0281 0.00268 ± 0.00118 0.02077 ± 0.00027 5.412 ± 0.062 % 95.641 ± 0.087 %
|
| 497 |
+
218 3.0416 ± 0.0281 0.00281 ± 0.00118 0.02077 ± 0.00027 5.406 ± 0.062 % 95.638 ± 0.087 %
|
| 498 |
+
219 3.0360 ± 0.0280 0.00271 ± 0.00118 0.02075 ± 0.00027 5.407 ± 0.061 % 95.640 ± 0.086 %
|
| 499 |
+
220 3.0348 ± 0.0279 0.00263 ± 0.00117 0.02070 ± 0.00027 5.398 ± 0.061 % 95.651 ± 0.086 %
|
| 500 |
+
221 3.0325 ± 0.0278 0.00258 ± 0.00117 0.02071 ± 0.00027 5.400 ± 0.061 % 95.649 ± 0.086 %
|
| 501 |
+
222 3.0345 ± 0.0278 0.00281 ± 0.00118 0.02068 ± 0.00027 5.393 ± 0.061 % 95.646 ± 0.086 %
|
| 502 |
+
223 3.0343 ± 0.0277 0.00287 ± 0.00117 0.02065 ± 0.00027 5.387 ± 0.061 % 95.646 ± 0.086 %
|
| 503 |
+
224 3.0401 ± 0.0277 0.00281 ± 0.00117 0.02061 ± 0.00027 5.380 ± 0.061 % 95.648 ± 0.085 %
|
| 504 |
+
225 3.0419 ± 0.0277 0.00276 ± 0.00116 0.02059 ± 0.00027 5.378 ± 0.060 % 95.653 ± 0.085 %
|
| 505 |
+
226 3.0485 ± 0.0277 0.00270 ± 0.00116 0.02057 ± 0.00026 5.370 ± 0.060 % 95.645 ± 0.085 %
|
| 506 |
+
227 3.0456 ± 0.0276 0.00267 ± 0.00116 0.02055 ± 0.00026 5.373 ± 0.060 % 95.647 ± 0.085 %
|
| 507 |
+
228 3.0447 ± 0.0275 0.00271 ± 0.00115 0.02053 ± 0.00026 5.370 ± 0.060 % 95.643 ± 0.085 %
|
| 508 |
+
229 3.0364 ± 0.0274 0.00274 ± 0.00115 0.02055 ± 0.00026 5.377 ± 0.060 % 95.652 ± 0.084 %
|
| 509 |
+
230 3.0278 ± 0.0272 0.00265 ± 0.00115 0.02062 ± 0.00026 5.397 ± 0.061 % 95.654 ± 0.084 %
|
| 510 |
+
231 3.0240 ± 0.0271 0.00256 ± 0.00115 0.02067 ± 0.00026 5.416 ± 0.061 % 95.654 ± 0.084 %
|
| 511 |
+
232 3.0250 ± 0.0270 0.00244 ± 0.00115 0.02071 ± 0.00026 5.419 ± 0.061 % 95.641 ± 0.084 %
|
| 512 |
+
233 3.0240 ± 0.0270 0.00234 ± 0.00115 0.02080 ± 0.00027 5.436 ± 0.061 % 95.636 ± 0.084 %
|
| 513 |
+
234 3.0172 ± 0.0268 0.00236 ± 0.00115 0.02085 ± 0.00027 5.454 ± 0.061 % 95.633 ± 0.084 %
|
| 514 |
+
235 3.0072 ± 0.0267 0.00240 ± 0.00115 0.02081 ± 0.00026 5.454 ± 0.061 % 95.640 ± 0.083 %
|
| 515 |
+
236 3.0002 ± 0.0265 0.00240 ± 0.00114 0.02082 ± 0.00026 5.454 ± 0.061 % 95.641 ± 0.083 %
|
| 516 |
+
237 2.9924 ± 0.0264 0.00238 ± 0.00114 0.02083 ± 0.00026 5.461 ± 0.061 % 95.638 ± 0.083 %
|
| 517 |
+
238 2.9948 ± 0.0263 0.00230 ± 0.00114 0.02084 ± 0.00026 5.461 ± 0.061 % 95.637 ± 0.083 %
|
| 518 |
+
239 3.0091 ± 0.0265 0.00227 ± 0.00114 0.02083 ± 0.00026 5.455 ± 0.060 % 95.626 ± 0.083 %
|
| 519 |
+
240 3.0241 ± 0.0266 0.00227 ± 0.00113 0.02082 ± 0.00026 5.448 ± 0.060 % 95.623 ± 0.083 %
|
| 520 |
+
241 3.0366 ± 0.0267 0.00224 ± 0.00113 0.02082 ± 0.00026 5.444 ± 0.060 % 95.618 ± 0.083 %
|
| 521 |
+
242 3.0469 ± 0.0268 0.00229 ± 0.00113 0.02080 ± 0.00026 5.436 ± 0.060 % 95.612 ± 0.082 %
|
| 522 |
+
243 3.0596 ± 0.0268 0.00238 ± 0.00112 0.02079 ± 0.00026 5.430 ± 0.060 % 95.593 ± 0.082 %
|
| 523 |
+
244 3.0722 ± 0.0269 0.00229 ± 0.00112 0.02078 ± 0.00026 5.424 ± 0.060 % 95.583 ± 0.082 %
|
| 524 |
+
245 3.0859 ± 0.0271 0.00220 ± 0.00112 0.02078 ± 0.00026 5.421 ± 0.059 % 95.581 ± 0.082 %
|
| 525 |
+
246 3.0974 ± 0.0271 0.00230 ± 0.00112 0.02079 ± 0.00026 5.417 ± 0.059 % 95.567 ± 0.082 %
|
| 526 |
+
247 3.1112 ± 0.0273 0.00230 ± 0.00111 0.02080 ± 0.00025 5.411 ± 0.059 % 95.545 ± 0.082 %
|
| 527 |
+
248 3.1227 ± 0.0274 0.00229 ± 0.00111 0.02081 ± 0.00025 5.404 ± 0.059 % 95.542 ± 0.082 %
|
| 528 |
+
249 3.1244 ± 0.0273 0.00227 ± 0.00111 0.02080 ± 0.00025 5.401 ± 0.059 % 95.546 ± 0.082 %
|
| 529 |
+
250 3.1257 ± 0.0273 0.00243 ± 0.00111 0.02079 ± 0.00025 5.400 ± 0.059 % 95.550 ± 0.082 %
|
| 530 |
+
251 3.1140 ± 0.0271 0.00243 ± 0.00110 0.02075 ± 0.00025 5.395 ± 0.058 % 95.564 ± 0.081 %
|
| 531 |
+
252 3.1048 ± 0.0270 0.00246 ± 0.00110 0.02071 ± 0.00025 5.395 ± 0.058 % 95.573 ± 0.081 %
|
| 532 |
+
253 3.0971 ± 0.0268 0.00247 ± 0.00110 0.02067 ± 0.00025 5.389 ± 0.058 % 95.579 ± 0.081 %
|
| 533 |
+
254 3.0940 ± 0.0267 0.00248 ± 0.00109 0.02070 ± 0.00025 5.392 ± 0.058 % 95.577 ± 0.081 %
|
| 534 |
+
255 3.0960 ± 0.0267 0.00252 ± 0.00109 0.02066 ± 0.00025 5.387 ± 0.058 % 95.580 ± 0.081 %
|
| 535 |
+
256 3.0955 ± 0.0266 0.00255 ± 0.00109 0.02066 ± 0.00025 5.386 ± 0.058 % 95.576 ± 0.080 %
|
| 536 |
+
257 3.0903 ± 0.0265 0.00246 ± 0.00109 0.02067 ± 0.00025 5.390 ± 0.058 % 95.575 ± 0.080 %
|
| 537 |
+
258 3.0885 ± 0.0264 0.00255 ± 0.00108 0.02065 ± 0.00025 5.388 ± 0.057 % 95.580 ± 0.080 %
|
| 538 |
+
259 3.0785 ± 0.0263 0.00258 ± 0.00108 0.02061 ± 0.00025 5.387 ± 0.057 % 95.592 ± 0.080 %
|
| 539 |
+
260 3.0730 ± 0.0262 0.00254 ± 0.00108 0.02058 ± 0.00025 5.384 ± 0.057 % 95.597 ± 0.080 %
|
| 540 |
+
261 3.0661 ± 0.0260 0.00259 ± 0.00108 0.02059 ± 0.00025 5.389 ± 0.057 % 95.605 ± 0.079 %
|
| 541 |
+
262 3.0603 ± 0.0259 0.00261 ± 0.00107 0.02059 ± 0.00025 5.392 ± 0.057 % 95.614 ± 0.079 %
|
| 542 |
+
263 3.0534 ± 0.0258 0.00255 ± 0.00107 0.02059 ± 0.00025 5.396 ± 0.057 % 95.621 ± 0.079 %
|
| 543 |
+
264 3.0493 ± 0.0257 0.00258 ± 0.00107 0.02057 ± 0.00025 5.397 ± 0.057 % 95.627 ± 0.079 %
|
| 544 |
+
265 3.0447 ± 0.0256 0.00249 ± 0.00106 0.02057 ± 0.00025 5.400 ± 0.057 % 95.626 ± 0.079 %
|
| 545 |
+
266 3.0416 ± 0.0255 0.00245 ± 0.00106 0.02057 ± 0.00025 5.403 ± 0.057 % 95.624 ± 0.079 %
|
| 546 |
+
267 3.0342 ± 0.0253 0.00243 ± 0.00106 0.02056 ± 0.00024 5.407 ± 0.056 % 95.630 ± 0.078 %
|
| 547 |
+
268 3.0279 ± 0.0252 0.00246 ± 0.00106 0.02055 ± 0.00024 5.407 ± 0.056 % 95.637 ± 0.078 %
|
| 548 |
+
269 3.0238 ± 0.0251 0.00247 ± 0.00106 0.02056 ± 0.00024 5.411 ± 0.056 % 95.638 ± 0.078 %
|
| 549 |
+
270 3.0221 ± 0.0251 0.00249 ± 0.00105 0.02059 ± 0.00024 5.413 ± 0.056 % 95.637 ± 0.078 %
|
| 550 |
+
271 3.0196 ± 0.0250 0.00257 ± 0.00105 0.02055 ± 0.00024 5.407 ± 0.056 % 95.644 ± 0.078 %
|
| 551 |
+
272 3.0144 ± 0.0249 0.00259 ± 0.00105 0.02053 ± 0.00024 5.403 ± 0.056 % 95.649 ± 0.077 %
|
| 552 |
+
273 3.0128 ± 0.0248 0.00255 ± 0.00105 0.02053 ± 0.00024 5.407 ± 0.056 % 95.655 ± 0.077 %
|
| 553 |
+
274 3.0045 ± 0.0247 0.00251 ± 0.00104 0.02049 ± 0.00024 5.404 ± 0.055 % 95.661 ± 0.077 %
|
| 554 |
+
275 2.9972 ± 0.0246 0.00259 ± 0.00104 0.02050 ± 0.00024 5.407 ± 0.055 % 95.669 ± 0.077 %
|
| 555 |
+
276 2.9872 ± 0.0244 0.00270 ± 0.00104 0.02051 ± 0.00024 5.415 ± 0.056 % 95.679 ± 0.077 %
|
| 556 |
+
277 2.9789 ± 0.0243 0.00268 ± 0.00104 0.02051 ± 0.00024 5.418 ± 0.056 % 95.686 ± 0.076 %
|
| 557 |
+
278 2.9700 ± 0.0241 0.00279 ± 0.00104 0.02048 ± 0.00024 5.417 ± 0.056 % 95.696 ± 0.076 %
|
| 558 |
+
279 2.9711 ± 0.0241 0.00281 ± 0.00104 0.02046 ± 0.00024 5.413 ± 0.055 % 95.699 ± 0.076 %
|
| 559 |
+
280 2.9741 ± 0.0241 0.00289 ± 0.00104 0.02048 ± 0.00024 5.412 ± 0.055 % 95.697 ± 0.076 %
|
| 560 |
+
281 2.9776 ± 0.0241 0.00290 ± 0.00103 0.02046 ± 0.00024 5.406 ± 0.055 % 95.697 ± 0.076 %
|
| 561 |
+
282 2.9828 ± 0.0241 0.00289 ± 0.00103 0.02049 ± 0.00024 5.407 ± 0.055 % 95.685 ± 0.076 %
|
| 562 |
+
283 2.9881 ± 0.0241 0.00298 ± 0.00103 0.02049 ± 0.00024 5.403 ± 0.055 % 95.682 ± 0.076 %
|
| 563 |
+
284 2.9901 ± 0.0241 0.00294 ± 0.00103 0.02053 ± 0.00024 5.408 ± 0.055 % 95.672 ± 0.076 %
|
| 564 |
+
285 2.9922 ± 0.0240 0.00293 ± 0.00103 0.02055 ± 0.00024 5.408 ± 0.055 % 95.667 ± 0.076 %
|
| 565 |
+
286 2.9994 ± 0.0241 0.00302 ± 0.00103 0.02061 ± 0.00024 5.413 ± 0.055 % 95.657 ± 0.075 %
|
| 566 |
+
287 3.0103 ± 0.0241 0.00300 ± 0.00102 0.02064 ± 0.00024 5.409 ± 0.054 % 95.637 ± 0.076 %
|
| 567 |
+
288 3.0118 ± 0.0241 0.00310 ± 0.00102 0.02064 ± 0.00024 5.408 ± 0.054 % 95.639 ± 0.075 %
|
| 568 |
+
289 3.0137 ± 0.0241 0.00309 ± 0.00102 0.02061 ± 0.00024 5.403 ± 0.054 % 95.637 ± 0.075 %
|
| 569 |
+
290 3.0178 ± 0.0241 0.00316 ± 0.00102 0.02059 ± 0.00023 5.397 ± 0.054 % 95.636 ± 0.075 %
|
| 570 |
+
291 3.0210 ± 0.0241 0.00320 ± 0.00101 0.02055 ± 0.00023 5.391 ± 0.054 % 95.643 ± 0.075 %
|
| 571 |
+
292 3.0161 ± 0.0240 0.00315 ± 0.00101 0.02053 ± 0.00023 5.394 ± 0.054 % 95.642 ± 0.075 %
|
| 572 |
+
293 3.0076 ± 0.0239 0.00316 ± 0.00101 0.02052 ± 0.00023 5.395 ± 0.054 % 95.653 ± 0.075 %
|
| 573 |
+
294 3.0016 ± 0.0237 0.00313 ± 0.00101 0.02054 ± 0.00023 5.406 ± 0.054 % 95.649 ± 0.075 %
|
| 574 |
+
295 3.0012 ± 0.0237 0.00330 ± 0.00101 0.02055 ± 0.00023 5.408 ± 0.054 % 95.644 ± 0.074 %
|
| 575 |
+
296 2.9954 ± 0.0236 0.00330 ± 0.00101 0.02055 ± 0.00023 5.413 ± 0.054 % 95.641 ± 0.074 %
|
| 576 |
+
297 2.9915 ± 0.0235 0.00329 ± 0.00100 0.02057 ± 0.00023 5.418 ± 0.053 % 95.640 ± 0.074 %
|
| 577 |
+
298 2.9880 ± 0.0234 0.00333 ± 0.00100 0.02057 ± 0.00023 5.419 ± 0.053 % 95.635 ± 0.074 %
|
| 578 |
+
299 2.9841 ± 0.0233 0.00335 ± 0.00100 0.02060 ± 0.00023 5.424 ± 0.053 % 95.629 ± 0.074 %
|
| 579 |
+
300 2.9832 ± 0.0233 0.00343 ± 0.00100 0.02062 ± 0.00023 5.425 ± 0.053 % 95.617 ± 0.074 %
|
| 580 |
+
301 2.9819 ± 0.0232 0.00351 ± 0.00100 0.02067 ± 0.00023 5.431 ± 0.053 % 95.612 ± 0.074 %
|
| 581 |
+
302 2.9789 ± 0.0231 0.00360 ± 0.00100 0.02069 ± 0.00023 5.434 ± 0.053 % 95.599 ± 0.074 %
|
| 582 |
+
303 2.9772 ± 0.0231 0.00362 ± 0.00100 0.02074 ± 0.00023 5.446 ± 0.053 % 95.593 ± 0.074 %
|
| 583 |
+
304 2.9736 ± 0.0230 0.00356 ± 0.00100 0.02074 ± 0.00023 5.446 ± 0.052 % 95.597 ± 0.074 %
|
| 584 |
+
305 2.9683 ± 0.0229 0.00351 ± 0.00099 0.02072 ± 0.00023 5.443 ± 0.052 % 95.600 ± 0.074 %
|
| 585 |
+
306 2.9637 ± 0.0228 0.00352 ± 0.00099 0.02073 ± 0.00023 5.446 ± 0.052 % 95.595 ± 0.073 %
|
| 586 |
+
307 2.9654 ± 0.0228 0.00352 ± 0.00099 0.02076 ± 0.00023 5.450 ± 0.052 % 95.583 ± 0.073 %
|
| 587 |
+
308 2.9709 ± 0.0228 0.00352 ± 0.00099 0.02072 ± 0.00023 5.444 ± 0.052 % 95.584 ± 0.073 %
|
| 588 |
+
309 2.9817 ± 0.0229 0.00351 ± 0.00099 0.02070 ± 0.00023 5.439 ± 0.052 % 95.578 ± 0.073 %
|
| 589 |
+
310 2.9722 ± 0.0227 0.00347 ± 0.00098 0.02065 ± 0.00022 5.436 ± 0.052 % 95.589 ± 0.073 %
|
| 590 |
+
311 2.9663 ± 0.0226 0.00342 ± 0.00098 0.02064 ± 0.00022 5.437 ± 0.052 % 95.595 ± 0.073 %
|
| 591 |
+
312 2.9595 ± 0.0225 0.00339 ± 0.00098 0.02063 ± 0.00022 5.439 ± 0.052 % 95.600 ± 0.073 %
|
| 592 |
+
313 2.9557 ± 0.0224 0.00331 ± 0.00098 0.02063 ± 0.00022 5.442 ± 0.051 % 95.600 ± 0.073 %
|
| 593 |
+
314 2.9519 ± 0.0224 0.00330 ± 0.00098 0.02065 ± 0.00022 5.448 ± 0.051 % 95.603 ± 0.072 %
|
| 594 |
+
315 2.9522 ± 0.0223 0.00358 ± 0.00098 0.02071 ± 0.00022 5.456 ± 0.051 % 95.595 ± 0.072 %
|
| 595 |
+
316 2.9509 ± 0.0223 0.00361 ± 0.00097 0.02070 ± 0.00022 5.455 ± 0.051 % 95.591 ± 0.072 %
|
| 596 |
+
317 2.9502 ± 0.0222 0.00362 ± 0.00097 0.02071 ± 0.00022 5.458 ± 0.051 % 95.590 ± 0.072 %
|
| 597 |
+
318 2.9494 ± 0.0222 0.00367 ± 0.00097 0.02071 ± 0.00022 5.459 ± 0.051 % 95.594 ± 0.072 %
|
| 598 |
+
319 2.9466 ± 0.0221 0.00365 ± 0.00097 0.02070 ± 0.00022 5.455 ± 0.051 % 95.595 ± 0.072 %
|
| 599 |
+
320 2.9445 ± 0.0220 0.00369 ± 0.00097 0.02071 ± 0.00022 5.457 ± 0.051 % 95.589 ± 0.072 %
|
| 600 |
+
321 2.9475 ± 0.0220 0.00374 ± 0.00097 0.02070 ± 0.00022 5.455 ± 0.050 % 95.587 ± 0.072 %
|
| 601 |
+
322 2.9485 ± 0.0220 0.00358 ± 0.00097 0.02076 ± 0.00022 5.465 ± 0.050 % 95.572 ± 0.072 %
|
| 602 |
+
323 2.9429 ± 0.0219 0.00361 ± 0.00096 0.02074 ± 0.00022 5.463 ± 0.050 % 95.571 ± 0.072 %
|
| 603 |
+
324 2.9396 ± 0.0218 0.00366 ± 0.00096 0.02074 ± 0.00022 5.466 ± 0.050 % 95.573 ± 0.072 %
|
| 604 |
+
325 2.9386 ± 0.0218 0.00359 ± 0.00096 0.02077 ± 0.00022 5.472 ± 0.050 % 95.563 ± 0.072 %
|
| 605 |
+
326 2.9362 ± 0.0217 0.00353 ± 0.00096 0.02079 ± 0.00022 5.476 ± 0.050 % 95.559 ± 0.071 %
|
| 606 |
+
327 2.9388 ± 0.0217 0.00357 ± 0.00096 0.02083 ± 0.00022 5.480 ± 0.050 % 95.546 ± 0.071 %
|
| 607 |
+
328 2.9366 ± 0.0217 0.00348 ± 0.00096 0.02082 ± 0.00022 5.480 ± 0.050 % 95.543 ± 0.071 %
|
| 608 |
+
329 2.9367 ± 0.0216 0.00348 ± 0.00096 0.02083 ± 0.00022 5.481 ± 0.050 % 95.542 ± 0.071 %
|
| 609 |
+
330 2.9358 ± 0.0216 0.00347 ± 0.00096 0.02081 ± 0.00022 5.477 ± 0.050 % 95.545 ± 0.071 %
|
| 610 |
+
331 2.9319 ± 0.0215 0.00348 ± 0.00095 0.02082 ± 0.00022 5.479 ± 0.050 % 95.548 ± 0.071 %
|
| 611 |
+
332 2.9332 ± 0.0215 0.00337 ± 0.00095 0.02079 ± 0.00022 5.476 ± 0.050 % 95.549 ± 0.071 %
|
| 612 |
+
333 2.9358 ± 0.0215 0.00331 ± 0.00095 0.02080 ± 0.00022 5.475 ± 0.049 % 95.547 ± 0.071 %
|
| 613 |
+
334 2.9395 ± 0.0215 0.00330 ± 0.00095 0.02080 ± 0.00021 5.474 ± 0.049 % 95.551 ± 0.071 %
|
| 614 |
+
335 2.9399 ± 0.0215 0.00320 ± 0.00095 0.02079 ± 0.00021 5.471 ± 0.049 % 95.550 ± 0.071 %
|
| 615 |
+
336 2.9405 ± 0.0214 0.00317 ± 0.00095 0.02080 ± 0.00021 5.472 ± 0.049 % 95.546 ± 0.070 %
|
| 616 |
+
337 2.9416 ± 0.0214 0.00319 ± 0.00095 0.02078 ± 0.00021 5.469 ± 0.049 % 95.544 ± 0.070 %
|
| 617 |
+
338 2.9416 ± 0.0214 0.00318 ± 0.00094 0.02076 ± 0.00021 5.467 ± 0.049 % 95.546 ± 0.070 %
|
| 618 |
+
339 2.9420 ± 0.0213 0.00318 ± 0.00094 0.02073 ± 0.00021 5.462 ± 0.049 % 95.549 ± 0.070 %
|
| 619 |
+
340 2.9448 ± 0.0213 0.00320 ± 0.00094 0.02071 ± 0.00021 5.462 ± 0.049 % 95.548 ± 0.070 %
|
| 620 |
+
341 2.9476 ± 0.0213 0.00315 ± 0.00094 0.02069 ± 0.00021 5.458 ± 0.049 % 95.553 ± 0.070 %
|
| 621 |
+
342 2.9500 ± 0.0213 0.00320 ± 0.00094 0.02069 ± 0.00021 5.458 ± 0.049 % 95.551 ± 0.070 %
|
| 622 |
+
343 2.9552 ± 0.0213 0.00319 ± 0.00093 0.02069 ± 0.00021 5.455 ± 0.048 % 95.549 ± 0.070 %
|
| 623 |
+
344 2.9600 ± 0.0213 0.00320 ± 0.00093 0.02069 ± 0.00021 5.457 ± 0.048 % 95.546 ± 0.070 %
|
| 624 |
+
345 2.9691 ± 0.0214 0.00326 ± 0.00093 0.02069 ± 0.00021 5.455 ± 0.048 % 95.548 ± 0.070 %
|
| 625 |
+
346 2.9691 ± 0.0214 0.00320 ± 0.00093 0.02067 ± 0.00021 5.452 ± 0.048 % 95.554 ± 0.069 %
|
| 626 |
+
347 2.9614 ± 0.0213 0.00315 ± 0.00093 0.02067 ± 0.00021 5.455 ± 0.048 % 95.556 ± 0.069 %
|
| 627 |
+
348 2.9552 ± 0.0212 0.00323 ± 0.00093 0.02069 ± 0.00021 5.462 ± 0.048 % 95.560 ± 0.069 %
|
| 628 |
+
349 2.9502 ± 0.0211 0.00327 ± 0.00093 0.02070 ± 0.00021 5.469 ± 0.048 % 95.563 ± 0.069 %
|
| 629 |
+
350 2.9441 ± 0.0210 0.00327 ± 0.00093 0.02067 ± 0.00021 5.467 ± 0.048 % 95.573 ± 0.069 %
|
| 630 |
+
351 2.9370 ± 0.0209 0.00324 ± 0.00092 0.02063 ± 0.00021 5.462 ± 0.048 % 95.586 ± 0.069 %
|
| 631 |
+
352 2.9337 ± 0.0208 0.00320 ± 0.00092 0.02061 ± 0.00021 5.459 ± 0.048 % 95.589 ± 0.069 %
|
| 632 |
+
353 2.9301 ± 0.0208 0.00320 ± 0.00092 0.02061 ± 0.00021 5.461 ± 0.048 % 95.592 ± 0.068 %
|
| 633 |
+
354 2.9244 ± 0.0207 0.00318 ± 0.00092 0.02063 ± 0.00021 5.468 ± 0.048 % 95.592 ± 0.068 %
|
| 634 |
+
355 2.9191 ± 0.0206 0.00323 ± 0.00092 0.02080 ± 0.00021 5.505 ± 0.048 % 95.585 ± 0.068 %
|
| 635 |
+
356 2.9151 ± 0.0205 0.00322 ± 0.00092 0.02085 ± 0.00021 5.514 ± 0.048 % 95.585 ± 0.068 %
|
| 636 |
+
357 2.9099 ± 0.0205 0.00330 ± 0.00092 0.02086 ± 0.00021 5.518 ± 0.048 % 95.587 ± 0.068 %
|
| 637 |
+
358 2.9049 ± 0.0204 0.00339 ± 0.00092 0.02089 ± 0.00021 5.529 ± 0.048 % 95.591 ± 0.068 %
|
| 638 |
+
359 2.9035 ± 0.0204 0.00339 ± 0.00092 0.02094 ± 0.00021 5.535 ± 0.048 % 95.588 ± 0.068 %
|
| 639 |
+
360 2.8992 ± 0.0203 0.00341 ± 0.00092 0.02101 ± 0.00021 5.548 ± 0.048 % 95.586 ± 0.068 %
|
| 640 |
+
361 2.8929 ± 0.0202 0.00337 ± 0.00092 0.02102 ± 0.00021 5.557 ± 0.049 % 95.589 ± 0.068 %
|
| 641 |
+
362 2.8869 ± 0.0201 0.00340 ± 0.00092 0.02108 ± 0.00021 5.577 ± 0.049 % 95.581 ± 0.068 %
|
| 642 |
+
363 2.8816 ± 0.0200 0.00332 ± 0.00092 0.02110 ± 0.00021 5.585 ± 0.049 % 95.583 ± 0.068 %
|
| 643 |
+
364 2.8797 ± 0.0200 0.00330 ± 0.00092 0.02113 ± 0.00021 5.592 ± 0.049 % 95.579 ± 0.067 %
|
| 644 |
+
365 2.8754 ± 0.0199 0.00336 ± 0.00091 0.02114 ± 0.00021 5.596 ± 0.049 % 95.580 ± 0.067 %
|
| 645 |
+
366 2.8734 ± 0.0199 0.00332 ± 0.00091 0.02122 ± 0.00021 5.602 ± 0.049 % 95.577 ± 0.067 %
|
| 646 |
+
367 2.8688 ± 0.0198 0.00337 ± 0.00091 0.02122 ± 0.00021 5.604 ± 0.049 % 95.578 ± 0.067 %
|
| 647 |
+
368 2.8631 ± 0.0197 0.00337 ± 0.00091 0.02121 ± 0.00021 5.604 ± 0.048 % 95.587 ± 0.067 %
|
| 648 |
+
369 2.8578 ± 0.0196 0.00345 ± 0.00091 0.02123 ± 0.00021 5.608 ± 0.048 % 95.592 ± 0.067 %
|
| 649 |
+
370 2.8562 ± 0.0196 0.00349 ± 0.00091 0.02126 ± 0.00021 5.612 ± 0.048 % 95.587 ± 0.067 %
|
| 650 |
+
371 2.8522 ± 0.0195 0.00355 ± 0.00091 0.02128 ± 0.00021 5.618 ± 0.048 % 95.584 ± 0.067 %
|
| 651 |
+
372 2.8516 ± 0.0195 0.00352 ± 0.00091 0.02130 ± 0.00021 5.621 ± 0.048 % 95.583 ± 0.067 %
|
| 652 |
+
373 2.8503 ± 0.0194 0.00352 ± 0.00091 0.02133 ± 0.00021 5.628 ± 0.048 % 95.579 ± 0.067 %
|
| 653 |
+
374 2.8507 ± 0.0194 0.00352 ± 0.00091 0.02137 ± 0.00021 5.633 ± 0.048 % 95.571 ± 0.067 %
|
| 654 |
+
375 2.8483 ± 0.0194 0.00352 ± 0.00091 0.02137 ± 0.00021 5.635 ± 0.048 % 95.569 ± 0.067 %
|
| 655 |
+
376 2.8440 ± 0.0193 0.00351 ± 0.00091 0.02140 ± 0.00021 5.642 ± 0.048 % 95.571 ± 0.066 %
|
| 656 |
+
377 2.8400 ± 0.0192 0.00355 ± 0.00091 0.02147 ± 0.00021 5.656 ± 0.048 % 95.570 ± 0.066 %
|
| 657 |
+
378 2.8378 ± 0.0192 0.00352 ± 0.00091 0.02151 ± 0.00021 5.661 ± 0.048 % 95.572 ± 0.066 %
|
| 658 |
+
379 2.8394 ± 0.0192 0.00351 ± 0.00091 0.02159 ± 0.00021 5.674 ± 0.048 % 95.562 ± 0.066 %
|
| 659 |
+
380 2.8344 ± 0.0191 0.00350 ± 0.00091 0.02162 ± 0.00021 5.684 ± 0.048 % 95.561 ± 0.066 %
|
| 660 |
+
381 2.8310 ± 0.0190 0.00353 ± 0.00090 0.02163 ± 0.00021 5.688 ± 0.048 % 95.564 ± 0.066 %
|
| 661 |
+
382 2.8275 ± 0.0190 0.00352 ± 0.00090 0.02163 ± 0.00021 5.689 ± 0.048 % 95.570 ± 0.066 %
|
| 662 |
+
383 2.8309 ± 0.0190 0.00351 ± 0.00090 0.02162 ± 0.00021 5.684 ± 0.048 % 95.572 ± 0.066 %
|
| 663 |
+
384 2.8373 ± 0.0190 0.00348 ± 0.00090 0.02161 ± 0.00021 5.678 ± 0.048 % 95.572 ± 0.066 %
|
| 664 |
+
385 2.8423 ± 0.0191 0.00345 ± 0.00090 0.02159 ± 0.00021 5.675 ± 0.048 % 95.575 ± 0.066 %
|
| 665 |
+
386 2.8504 ± 0.0191 0.00346 ± 0.00090 0.02158 ± 0.00021 5.670 ± 0.048 % 95.570 ± 0.066 %
|
| 666 |
+
387 2.8549 ± 0.0191 0.00347 ± 0.00090 0.02160 ± 0.00021 5.667 ± 0.047 % 95.572 ± 0.065 %
|
| 667 |
+
388 2.8616 ± 0.0192 0.00351 ± 0.00090 0.02158 ± 0.00021 5.661 ± 0.047 % 95.579 ± 0.065 %
|
| 668 |
+
389 2.8692 ± 0.0192 0.00356 ± 0.00089 0.02157 ± 0.00021 5.658 ± 0.047 % 95.578 ± 0.065 %
|
| 669 |
+
390 2.8715 ± 0.0192 0.00358 ± 0.00089 0.02154 ± 0.00021 5.654 ± 0.047 % 95.581 ± 0.065 %
|
| 670 |
+
391 2.8645 ± 0.0191 0.00356 ± 0.00089 0.02149 ± 0.00021 5.647 ± 0.047 % 95.592 ± 0.065 %
|
| 671 |
+
392 2.8583 ± 0.0191 0.00352 ± 0.00089 0.02145 ± 0.00021 5.642 ± 0.047 % 95.601 ± 0.065 %
|
| 672 |
+
393 2.8516 ± 0.0190 0.00353 ± 0.00089 0.02141 ± 0.00021 5.637 ± 0.047 % 95.609 ± 0.065 %
|
| 673 |
+
394 2.8513 ± 0.0190 0.00354 ± 0.00089 0.02140 ± 0.00021 5.637 ± 0.047 % 95.610 ± 0.065 %
|
| 674 |
+
395 2.8456 ± 0.0189 0.00354 ± 0.00088 0.02140 ± 0.00021 5.645 ± 0.047 % 95.613 ± 0.065 %
|
| 675 |
+
396 2.8410 ± 0.0188 0.00349 ± 0.00088 0.02137 ± 0.00021 5.640 ± 0.047 % 95.623 ± 0.064 %
|
| 676 |
+
397 2.8349 ± 0.0187 0.00348 ± 0.00088 0.02133 ± 0.00021 5.636 ± 0.047 % 95.631 ± 0.064 %
|
| 677 |
+
398 2.8280 ± 0.0187 0.00346 ± 0.00088 0.02130 ± 0.00021 5.631 ± 0.047 % 95.641 ± 0.064 %
|
| 678 |
+
399 2.8227 ± 0.0186 0.00348 ± 0.00088 0.02128 ± 0.00021 5.630 ± 0.047 % 95.648 ± 0.064 %
|
| 679 |
+
400 2.8168 ± 0.0185 0.00346 ± 0.00088 0.02124 ± 0.00021 5.624 ± 0.047 % 95.657 ± 0.064 %
|
| 680 |
+
401 2.8103 ± 0.0184 0.00344 ± 0.00087 0.02119 ± 0.00021 5.618 ± 0.047 % 95.667 ± 0.064 %
|
| 681 |
+
402 2.8043 ± 0.0184 0.00340 ± 0.00087 0.02119 ± 0.00021 5.623 ± 0.047 % 95.676 ± 0.064 %
|
| 682 |
+
403 2.7979 ± 0.0183 0.00338 ± 0.00087 0.02115 ± 0.00021 5.619 ± 0.047 % 95.686 ± 0.063 %
|
| 683 |
+
404 2.7909 ± 0.0182 0.00337 ± 0.00087 0.02111 ± 0.00021 5.616 ± 0.047 % 95.696 ± 0.063 %
|
| 684 |
+
405 2.7851 ± 0.0181 0.00338 ± 0.00087 0.02108 ± 0.00021 5.612 ± 0.047 % 95.705 ± 0.063 %
|
| 685 |
+
406 2.7783 ± 0.0180 0.00336 ± 0.00086 0.02105 ± 0.00020 5.608 ± 0.047 % 95.714 ± 0.063 %
|
| 686 |
+
407 2.7720 ± 0.0180 0.00337 ± 0.00086 0.02101 ± 0.00020 5.604 ± 0.047 % 95.722 ± 0.063 %
|
| 687 |
+
408 2.7655 ± 0.0179 0.00340 ± 0.00086 0.02097 ± 0.00020 5.601 ± 0.047 % 95.730 ± 0.063 %
|
| 688 |
+
409 2.7603 ± 0.0178 0.00338 ± 0.00086 0.02100 ± 0.00020 5.612 ± 0.047 % 95.735 ± 0.063 %
|
| 689 |
+
410 2.7543 ± 0.0177 0.00337 ± 0.00086 0.02098 ± 0.00020 5.611 ± 0.047 % 95.743 ± 0.062 %
|
| 690 |
+
411 2.7489 ± 0.0177 0.00333 ± 0.00086 0.02096 ± 0.00020 5.609 ± 0.047 % 95.750 ± 0.062 %
|
| 691 |
+
412 2.7450 ± 0.0176 0.00334 ± 0.00086 0.02093 ± 0.00020 5.605 ± 0.046 % 95.759 ± 0.062 %
|
| 692 |
+
413 2.7412 ± 0.0176 0.00333 ± 0.00086 0.02091 ± 0.00020 5.604 ± 0.046 % 95.764 ± 0.062 %
|
| 693 |
+
414 2.7395 ± 0.0175 0.00329 ± 0.00086 0.02090 ± 0.00020 5.604 ± 0.046 % 95.767 ± 0.062 %
|
| 694 |
+
415 2.7367 ± 0.0175 0.00331 ± 0.00085 0.02090 ± 0.00020 5.605 ± 0.046 % 95.769 ± 0.062 %
|
| 695 |
+
416 2.7342 ± 0.0174 0.00327 ± 0.00085 0.02089 ± 0.00020 5.607 ± 0.046 % 95.767 ± 0.062 %
|
| 696 |
+
417 2.7292 ± 0.0174 0.00329 ± 0.00085 0.02089 ± 0.00020 5.610 ± 0.046 % 95.769 ± 0.062 %
|
| 697 |
+
418 2.7236 ± 0.0173 0.00326 ± 0.00085 0.02086 ± 0.00020 5.607 ± 0.046 % 95.776 ± 0.062 %
|
| 698 |
+
419 2.7288 ± 0.0173 0.00329 ± 0.00085 0.02086 ± 0.00020 5.605 ± 0.046 % 95.780 ± 0.062 %
|
| 699 |
+
420 2.7243 ± 0.0173 0.00332 ± 0.00085 0.02084 ± 0.00020 5.604 ± 0.046 % 95.786 ± 0.061 %
|
| 700 |
+
421 2.7217 ± 0.0172 0.00329 ± 0.00085 0.02081 ± 0.00020 5.602 ± 0.046 % 95.791 ± 0.061 %
|
| 701 |
+
422 2.7235 ± 0.0172 0.00324 ± 0.00084 0.02079 ± 0.00020 5.598 ± 0.046 % 95.790 ± 0.061 %
|
| 702 |
+
423 2.7206 ± 0.0172 0.00330 ± 0.00084 0.02077 ± 0.00020 5.596 ± 0.046 % 95.796 ± 0.061 %
|
| 703 |
+
424 2.7160 ± 0.0171 0.00327 ± 0.00084 0.02074 ± 0.00020 5.593 ± 0.046 % 95.804 ± 0.061 %
|
| 704 |
+
425 2.7121 ± 0.0171 0.00332 ± 0.00084 0.02074 ± 0.00020 5.592 ± 0.046 % 95.805 ± 0.061 %
|
| 705 |
+
426 2.7098 ± 0.0170 0.00331 ± 0.00084 0.02074 ± 0.00020 5.596 ± 0.046 % 95.807 ± 0.061 %
|
| 706 |
+
427 2.7078 ± 0.0170 0.00332 ± 0.00084 0.02073 ± 0.00020 5.593 ± 0.046 % 95.811 ± 0.061 %
|
| 707 |
+
428 2.7045 ± 0.0169 0.00329 ± 0.00084 0.02072 ± 0.00020 5.594 ± 0.046 % 95.815 ± 0.061 %
|
| 708 |
+
429 2.7001 ± 0.0169 0.00325 ± 0.00084 0.02070 ± 0.00020 5.594 ± 0.046 % 95.819 ± 0.061 %
|
| 709 |
+
430 2.6961 ± 0.0168 0.00322 ± 0.00084 0.02071 ± 0.00020 5.598 ± 0.046 % 95.826 ± 0.060 %
|
| 710 |
+
431 2.6969 ± 0.0168 0.00322 ± 0.00083 0.02070 ± 0.00020 5.595 ± 0.046 % 95.825 ± 0.060 %
|
| 711 |
+
432 2.6931 ± 0.0168 0.00323 ± 0.00083 0.02068 ± 0.00020 5.593 ± 0.046 % 95.829 ± 0.060 %
|
| 712 |
+
433 2.6889 ± 0.0167 0.00322 ± 0.00083 0.02066 ± 0.00020 5.593 ± 0.046 % 95.834 ± 0.060 %
|
| 713 |
+
434 2.6854 ± 0.0167 0.00324 ± 0.00083 0.02064 ± 0.00020 5.591 ± 0.046 % 95.838 ± 0.060 %
|
| 714 |
+
435 2.6818 ± 0.0166 0.00325 ± 0.00083 0.02061 ± 0.00020 5.587 ± 0.046 % 95.842 ± 0.060 %
|
| 715 |
+
436 2.6766 ± 0.0165 0.00323 ± 0.00083 0.02058 ± 0.00020 5.584 ± 0.046 % 95.851 ± 0.060 %
|
| 716 |
+
437 2.6712 ± 0.0165 0.00322 ± 0.00083 0.02056 ± 0.00020 5.583 ± 0.045 % 95.857 ± 0.060 %
|
| 717 |
+
438 2.6666 ± 0.0164 0.00319 ± 0.00083 0.02055 ± 0.00020 5.585 ± 0.045 % 95.861 ± 0.060 %
|
| 718 |
+
439 2.6658 ± 0.0164 0.00319 ± 0.00082 0.02056 ± 0.00020 5.587 ± 0.045 % 95.858 ± 0.060 %
|
| 719 |
+
440 2.6626 ± 0.0163 0.00320 ± 0.00082 0.02055 ± 0.00020 5.586 ± 0.045 % 95.859 ± 0.059 %
|
| 720 |
+
441 2.6610 ± 0.0163 0.00326 ± 0.00082 0.02056 ± 0.00020 5.589 ± 0.045 % 95.858 ± 0.059 %
|
| 721 |
+
442 2.6567 ± 0.0163 0.00324 ± 0.00082 0.02055 ± 0.00020 5.589 ± 0.045 % 95.864 ± 0.059 %
|
| 722 |
+
443 2.6624 ± 0.0163 0.00329 ± 0.00082 0.02054 ± 0.00020 5.585 ± 0.045 % 95.869 ± 0.059 %
|
| 723 |
+
444 2.6698 ± 0.0163 0.00332 ± 0.00082 0.02054 ± 0.00020 5.582 ± 0.045 % 95.861 ± 0.059 %
|
| 724 |
+
445 2.6675 ± 0.0163 0.00328 ± 0.00082 0.02053 ± 0.00020 5.582 ± 0.045 % 95.865 ± 0.059 %
|
| 725 |
+
446 2.6671 ± 0.0163 0.00330 ± 0.00082 0.02053 ± 0.00020 5.582 ± 0.045 % 95.867 ± 0.059 %
|
| 726 |
+
447 2.6693 ± 0.0163 0.00333 ± 0.00082 0.02053 ± 0.00020 5.581 ± 0.045 % 95.865 ± 0.059 %
|
| 727 |
+
448 2.6714 ± 0.0163 0.00334 ± 0.00081 0.02052 ± 0.00019 5.579 ± 0.045 % 95.865 ± 0.059 %
|
| 728 |
+
449 2.6779 ± 0.0163 0.00337 ± 0.00081 0.02050 ± 0.00019 5.575 ± 0.045 % 95.857 ± 0.059 %
|
| 729 |
+
450 2.6798 ± 0.0163 0.00344 ± 0.00081 0.02049 ± 0.00019 5.573 ± 0.045 % 95.854 ± 0.059 %
|
| 730 |
+
451 2.6821 ± 0.0163 0.00341 ± 0.00081 0.02048 ± 0.00019 5.571 ± 0.045 % 95.856 ± 0.059 %
|
| 731 |
+
452 2.6863 ± 0.0163 0.00341 ± 0.00081 0.02047 ± 0.00019 5.568 ± 0.045 % 95.854 ± 0.059 %
|
| 732 |
+
453 2.6938 ± 0.0164 0.00341 ± 0.00081 0.02046 ± 0.00019 5.563 ± 0.045 % 95.851 ± 0.059 %
|
| 733 |
+
454 2.6994 ± 0.0164 0.00338 ± 0.00081 0.02044 ± 0.00019 5.560 ± 0.045 % 95.849 ± 0.059 %
|
| 734 |
+
455 2.7023 ± 0.0164 0.00336 ± 0.00081 0.02042 ± 0.00019 5.556 ± 0.044 % 95.850 ± 0.059 %
|
| 735 |
+
456 2.7077 ± 0.0165 0.00337 ± 0.00081 0.02044 ± 0.00019 5.555 ± 0.044 % 95.847 ± 0.059 %
|
| 736 |
+
457 2.7062 ± 0.0164 0.00335 ± 0.00080 0.02042 ± 0.00019 5.554 ± 0.044 % 95.849 ± 0.058 %
|
| 737 |
+
458 2.7098 ± 0.0164 0.00330 ± 0.00080 0.02040 ± 0.00019 5.549 ± 0.044 % 95.851 ± 0.058 %
|
| 738 |
+
459 2.7122 ± 0.0164 0.00331 ± 0.00080 0.02037 ± 0.00019 5.544 ± 0.044 % 95.855 ± 0.058 %
|
| 739 |
+
460 2.7187 ± 0.0165 0.00331 ± 0.00080 0.02036 ± 0.00019 5.541 ± 0.044 % 95.856 ± 0.058 %
|
| 740 |
+
461 2.7247 ± 0.0165 0.00330 ± 0.00080 0.02036 ± 0.00019 5.537 ± 0.044 % 95.850 ± 0.058 %
|
| 741 |
+
462 2.7281 ± 0.0165 0.00326 ± 0.00080 0.02035 ± 0.00019 5.534 ± 0.044 % 95.851 ± 0.058 %
|
| 742 |
+
463 2.7284 ± 0.0165 0.00322 ± 0.00080 0.02034 ± 0.00019 5.533 ± 0.044 % 95.850 ± 0.058 %
|
| 743 |
+
464 2.7270 ± 0.0165 0.00321 ± 0.00080 0.02035 ± 0.00019 5.533 ± 0.044 % 95.850 ± 0.058 %
|
| 744 |
+
465 2.7266 ± 0.0164 0.00322 ± 0.00080 0.02035 ± 0.00019 5.534 ± 0.044 % 95.849 ± 0.058 %
|
| 745 |
+
466 2.7323 ± 0.0165 0.00322 ± 0.00080 0.02036 ± 0.00019 5.535 ± 0.044 % 95.850 ± 0.058 %
|
| 746 |
+
467 2.7318 ± 0.0165 0.00327 ± 0.00080 0.02037 ± 0.00019 5.537 ± 0.044 % 95.846 ± 0.058 %
|
| 747 |
+
468 2.7291 ± 0.0164 0.00332 ± 0.00079 0.02036 ± 0.00019 5.535 ± 0.044 % 95.850 ± 0.058 %
|
| 748 |
+
469 2.7348 ± 0.0165 0.00331 ± 0.00079 0.02035 ± 0.00019 5.531 ± 0.044 % 95.846 ± 0.058 %
|
| 749 |
+
470 2.7367 ± 0.0165 0.00329 ± 0.00079 0.02035 ± 0.00019 5.531 ± 0.044 % 95.846 ± 0.058 %
|
| 750 |
+
471 2.7393 ± 0.0165 0.00324 ± 0.00079 0.02033 ± 0.00019 5.527 ± 0.044 % 95.844 ± 0.058 %
|
| 751 |
+
472 2.7428 ± 0.0165 0.00325 ± 0.00079 0.02032 ± 0.00019 5.524 ± 0.044 % 95.844 ± 0.058 %
|
| 752 |
+
473 2.7444 ± 0.0165 0.00325 ± 0.00079 0.02029 ± 0.00019 5.519 ± 0.044 % 95.846 ± 0.057 %
|
| 753 |
+
474 2.7462 ± 0.0165 0.00327 ± 0.00079 0.02028 ± 0.00019 5.517 ± 0.044 % 95.844 ± 0.057 %
|
| 754 |
+
475 2.7483 ± 0.0165 0.00326 ± 0.00079 0.02026 ± 0.00019 5.514 ± 0.044 % 95.847 ± 0.057 %
|
| 755 |
+
476 2.7513 ± 0.0165 0.00328 ± 0.00078 0.02024 ± 0.00019 5.510 ± 0.044 % 95.849 ± 0.057 %
|
| 756 |
+
477 2.7547 ± 0.0165 0.00329 ± 0.00078 0.02022 ± 0.00019 5.506 ± 0.043 % 95.851 ± 0.057 %
|
| 757 |
+
478 2.7573 ± 0.0165 0.00335 ± 0.00078 0.02021 ± 0.00019 5.503 ± 0.043 % 95.845 ± 0.057 %
|
| 758 |
+
479 2.7601 ± 0.0165 0.00339 ± 0.00078 0.02019 ± 0.00018 5.500 ± 0.043 % 95.848 ± 0.057 %
|
| 759 |
+
480 2.7625 ± 0.0165 0.00337 ± 0.00078 0.02017 ± 0.00018 5.496 ± 0.043 % 95.846 ± 0.057 %
|
| 760 |
+
481 2.7659 ± 0.0165 0.00338 ± 0.00078 0.02016 ± 0.00018 5.493 ± 0.043 % 95.842 ± 0.057 %
|
| 761 |
+
482 2.7683 ± 0.0165 0.00334 ± 0.00078 0.02016 ± 0.00018 5.492 ± 0.043 % 95.841 ± 0.057 %
|
| 762 |
+
483 2.7712 ± 0.0165 0.00327 ± 0.00078 0.02015 ± 0.00018 5.490 ± 0.043 % 95.843 ± 0.057 %
|
| 763 |
+
484 2.7684 ± 0.0165 0.00331 ± 0.00078 0.02013 ± 0.00018 5.488 ± 0.043 % 95.847 ± 0.057 %
|
| 764 |
+
485 2.7728 ± 0.0165 0.00330 ± 0.00077 0.02011 ± 0.00018 5.484 ± 0.043 % 95.846 ± 0.057 %
|
| 765 |
+
486 2.7749 ± 0.0165 0.00329 ± 0.00077 0.02010 ± 0.00018 5.481 ± 0.043 % 95.846 ± 0.057 %
|
| 766 |
+
487 2.7811 ± 0.0166 0.00325 ± 0.00077 0.02009 ± 0.00018 5.476 ± 0.043 % 95.847 ± 0.057 %
|
| 767 |
+
488 2.7860 ± 0.0166 0.00325 ± 0.00077 0.02012 ± 0.00018 5.481 ± 0.043 % 95.845 ± 0.057 %
|
| 768 |
+
489 2.7916 ± 0.0166 0.00329 ± 0.00077 0.02011 ± 0.00018 5.480 ± 0.043 % 95.841 ± 0.057 %
|
| 769 |
+
490 2.7911 ± 0.0166 0.00329 ± 0.00077 0.02011 ± 0.00018 5.479 ± 0.043 % 95.842 ± 0.056 %
|
| 770 |
+
491 2.7966 ± 0.0166 0.00335 ± 0.00077 0.02010 ± 0.00018 5.476 ± 0.043 % 95.843 ± 0.056 %
|
| 771 |
+
492 2.8014 ± 0.0166 0.00335 ± 0.00077 0.02010 ± 0.00018 5.472 ± 0.043 % 95.841 ± 0.056 %
|
| 772 |
+
493 2.8054 ± 0.0167 0.00339 ± 0.00077 0.02011 ± 0.00018 5.470 ± 0.043 % 95.835 ± 0.056 %
|
| 773 |
+
494 2.8100 ± 0.0167 0.00331 ± 0.00077 0.02011 ± 0.00018 5.467 ± 0.043 % 95.836 ± 0.056 %
|
| 774 |
+
495 2.8156 ± 0.0167 0.00324 ± 0.00077 0.02012 ± 0.00018 5.464 ± 0.043 % 95.833 ± 0.056 %
|
| 775 |
+
496 2.8157 ± 0.0167 0.00328 ± 0.00076 0.02011 ± 0.00018 5.463 ± 0.043 % 95.834 ± 0.056 %
|
| 776 |
+
497 2.8174 ± 0.0167 0.00331 ± 0.00076 0.02010 ± 0.00018 5.460 ± 0.043 % 95.835 ± 0.056 %
|
| 777 |
+
498 2.8194 ± 0.0167 0.00328 ± 0.00076 0.02009 ± 0.00018 5.456 ± 0.043 % 95.836 ± 0.056 %
|
| 778 |
+
499 2.8217 ± 0.0167 0.00327 ± 0.00076 0.02008 ± 0.00018 5.454 ± 0.043 % 95.831 ± 0.056 %
|
| 779 |
+
500 2.8250 ± 0.0167 0.00325 ± 0.00076 0.02008 ± 0.00018 5.450 ± 0.043 % 95.825 ± 0.056 %
|
| 780 |
+
501 2.8261 ± 0.0167 0.00328 ± 0.00076 0.02008 ± 0.00018 5.451 ± 0.043 % 95.818 ± 0.056 %
|
| 781 |
+
502 2.8279 ± 0.0167 0.00326 ± 0.00076 0.02009 ± 0.00018 5.451 ± 0.042 % 95.805 ± 0.056 %
|
| 782 |
+
503 2.8333 ± 0.0167 0.00326 ± 0.00076 0.02007 ± 0.00018 5.447 ± 0.042 % 95.804 ± 0.056 %
|
| 783 |
+
504 2.8389 ± 0.0167 0.00326 ± 0.00076 0.02006 ± 0.00018 5.442 ± 0.042 % 95.799 ± 0.056 %
|
| 784 |
+
505 2.8397 ± 0.0167 0.00324 ± 0.00076 0.02004 ± 0.00018 5.439 ± 0.042 % 95.801 ± 0.056 %
|
| 785 |
+
506 2.8400 ± 0.0167 0.00324 ± 0.00076 0.02002 ± 0.00018 5.436 ± 0.042 % 95.802 ± 0.056 %
|
| 786 |
+
507 2.8418 ± 0.0167 0.00323 ± 0.00076 0.02002 ± 0.00018 5.435 ± 0.042 % 95.802 ± 0.056 %
|
| 787 |
+
508 2.8454 ± 0.0167 0.00327 ± 0.00075 0.02000 ± 0.00018 5.431 ± 0.042 % 95.803 ± 0.056 %
|
| 788 |
+
509 2.8513 ± 0.0168 0.00326 ± 0.00075 0.02001 ± 0.00018 5.429 ± 0.042 % 95.793 ± 0.056 %
|
| 789 |
+
510 2.8545 ± 0.0168 0.00331 ± 0.00075 0.02000 ± 0.00018 5.427 ± 0.042 % 95.797 ± 0.056 %
|
| 790 |
+
511 2.8592 ± 0.0168 0.00333 ± 0.00075 0.02000 ± 0.00018 5.424 ± 0.042 % 95.798 ± 0.056 %
|
| 791 |
+
512 2.8535 ± 0.0167 0.00330 ± 0.00075 0.01998 ± 0.00018 5.422 ± 0.042 % 95.806 ± 0.055 %
|
| 792 |
+
513 2.8492 ± 0.0167 0.00336 ± 0.00075 0.02001 ± 0.00018 5.434 ± 0.042 % 95.807 ± 0.055 %
|
| 793 |
+
514 2.8444 ± 0.0166 0.00341 ± 0.00075 0.02000 ± 0.00018 5.434 ± 0.042 % 95.813 ± 0.055 %
|
| 794 |
+
515 2.8411 ± 0.0166 0.00344 ± 0.00075 0.02000 ± 0.00018 5.434 ± 0.042 % 95.813 ± 0.055 %
|
| 795 |
+
516 2.8384 ± 0.0165 0.00348 ± 0.00075 0.02001 ± 0.00018 5.439 ± 0.042 % 95.814 ± 0.055 %
|
| 796 |
+
517 2.8362 ± 0.0165 0.00350 ± 0.00075 0.02002 ± 0.00018 5.442 ± 0.042 % 95.814 ± 0.055 %
|
| 797 |
+
518 2.8327 ± 0.0165 0.00353 ± 0.00075 0.02002 ± 0.00018 5.443 ± 0.042 % 95.816 ± 0.055 %
|
| 798 |
+
519 2.8283 ± 0.0164 0.00356 ± 0.00075 0.02001 ± 0.00018 5.445 ± 0.042 % 95.819 ± 0.055 %
|
| 799 |
+
520 2.8270 ± 0.0164 0.00355 ± 0.00075 0.02001 ± 0.00018 5.447 ± 0.042 % 95.821 ± 0.055 %
|
| 800 |
+
521 2.8241 ± 0.0163 0.00352 ± 0.00075 0.02003 ± 0.00018 5.451 ± 0.042 % 95.820 ± 0.055 %
|
| 801 |
+
522 2.8198 ± 0.0163 0.00349 ± 0.00074 0.02002 ± 0.00018 5.451 ± 0.042 % 95.825 ± 0.055 %
|
| 802 |
+
523 2.8166 ± 0.0163 0.00346 ± 0.00074 0.02004 ± 0.00018 5.458 ± 0.042 % 95.826 ± 0.055 %
|
| 803 |
+
524 2.8193 ± 0.0163 0.00341 ± 0.00074 0.02004 ± 0.00018 5.456 ± 0.042 % 95.826 ± 0.055 %
|
| 804 |
+
525 2.8167 ± 0.0162 0.00338 ± 0.00074 0.02002 ± 0.00018 5.455 ± 0.042 % 95.830 ± 0.055 %
|
| 805 |
+
526 2.8136 ± 0.0162 0.00346 ± 0.00074 0.02001 ± 0.00018 5.453 ± 0.042 % 95.833 ± 0.055 %
|
| 806 |
+
527 2.8134 ± 0.0162 0.00348 ± 0.00074 0.02003 ± 0.00018 5.456 ± 0.042 % 95.831 ± 0.055 %
|
| 807 |
+
528 2.8113 ± 0.0162 0.00354 ± 0.00074 0.02003 ± 0.00018 5.458 ± 0.042 % 95.833 ± 0.054 %
|
| 808 |
+
529 2.8077 ± 0.0161 0.00352 ± 0.00074 0.02003 ± 0.00018 5.461 ± 0.042 % 95.837 ± 0.054 %
|
| 809 |
+
530 2.8046 ± 0.0161 0.00352 ± 0.00074 0.02003 ± 0.00018 5.465 ± 0.042 % 95.837 ± 0.054 %
|
| 810 |
+
531 2.8018 ± 0.0160 0.00347 ± 0.00074 0.02004 ± 0.00018 5.467 ± 0.042 % 95.838 ± 0.054 %
|
| 811 |
+
532 2.8010 ± 0.0160 0.00339 ± 0.00074 0.02006 ± 0.00018 5.473 ± 0.042 % 95.835 ± 0.054 %
|
| 812 |
+
533 2.7985 ± 0.0160 0.00329 ± 0.00074 0.02006 ± 0.00018 5.475 ± 0.042 % 95.835 ± 0.054 %
|
| 813 |
+
534 2.7973 ± 0.0160 0.00325 ± 0.00074 0.02007 ± 0.00018 5.475 ± 0.042 % 95.837 ± 0.054 %
|
| 814 |
+
535 2.7949 ± 0.0159 0.00323 ± 0.00074 0.02006 ± 0.00018 5.473 ± 0.041 % 95.841 ± 0.054 %
|
| 815 |
+
536 2.7933 ± 0.0159 0.00329 ± 0.00074 0.02008 ± 0.00018 5.473 ± 0.041 % 95.838 ± 0.054 %
|
| 816 |
+
537 2.7883 ± 0.0158 0.00327 ± 0.00074 0.02006 ± 0.00018 5.471 ± 0.041 % 95.845 ± 0.054 %
|
| 817 |
+
538 2.7843 ± 0.0158 0.00327 ± 0.00073 0.02005 ± 0.00018 5.472 ± 0.041 % 95.850 ± 0.054 %
|
| 818 |
+
539 2.7809 ± 0.0158 0.00333 ± 0.00073 0.02005 ± 0.00018 5.472 ± 0.041 % 95.856 ± 0.054 %
|
| 819 |
+
540 2.7807 ± 0.0157 0.00338 ± 0.00073 0.02006 ± 0.00018 5.471 ± 0.041 % 95.853 ± 0.054 %
|
| 820 |
+
541 2.7807 ± 0.0157 0.00339 ± 0.00073 0.02007 ± 0.00017 5.473 ± 0.041 % 95.854 ± 0.054 %
|
| 821 |
+
542 2.7785 ± 0.0157 0.00342 ± 0.00073 0.02007 ± 0.00017 5.476 ± 0.041 % 95.858 ± 0.054 %
|
| 822 |
+
543 2.7770 ± 0.0157 0.00342 ± 0.00073 0.02008 ± 0.00017 5.478 ± 0.041 % 95.858 ± 0.054 %
|
| 823 |
+
544 2.7766 ± 0.0156 0.00348 ± 0.00073 0.02010 ± 0.00017 5.482 ± 0.041 % 95.854 ± 0.054 %
|
| 824 |
+
545 2.7744 ± 0.0156 0.00351 ± 0.00073 0.02011 ± 0.00017 5.487 ± 0.041 % 95.855 ± 0.053 %
|
| 825 |
+
546 2.7742 ± 0.0156 0.00349 ± 0.00073 0.02013 ± 0.00017 5.490 ± 0.041 % 95.852 ± 0.053 %
|
| 826 |
+
547 2.7714 ± 0.0156 0.00354 ± 0.00073 0.02016 ± 0.00017 5.501 ± 0.041 % 95.853 ± 0.053 %
|
| 827 |
+
548 2.7688 ± 0.0155 0.00356 ± 0.00073 0.02015 ± 0.00017 5.501 ± 0.041 % 95.856 ± 0.053 %
|
| 828 |
+
549 2.7658 ± 0.0155 0.00352 ± 0.00073 0.02014 ± 0.00017 5.504 ± 0.041 % 95.860 ± 0.053 %
|
| 829 |
+
550 2.7615 ± 0.0154 0.00352 ± 0.00073 0.02012 ± 0.00017 5.502 ± 0.041 % 95.866 ± 0.053 %
|
| 830 |
+
551 2.7565 ± 0.0154 0.00352 ± 0.00073 0.02009 ± 0.00017 5.499 ± 0.041 % 95.871 ± 0.053 %
|
| 831 |
+
552 2.7524 ± 0.0153 0.00348 ± 0.00073 0.02007 ± 0.00017 5.497 ± 0.041 % 95.877 ± 0.053 %
|
| 832 |
+
553 2.7482 ± 0.0153 0.00348 ± 0.00072 0.02006 ± 0.00017 5.495 ± 0.041 % 95.883 ± 0.053 %
|
| 833 |
+
554 2.7442 ± 0.0153 0.00350 ± 0.00072 0.02006 ± 0.00017 5.498 ± 0.041 % 95.887 ± 0.053 %
|
| 834 |
+
555 2.7398 ± 0.0152 0.00348 ± 0.00072 0.02004 ± 0.00017 5.495 ± 0.041 % 95.894 ± 0.053 %
|
| 835 |
+
556 2.7361 ± 0.0152 0.00345 ± 0.00072 0.02003 ± 0.00017 5.496 ± 0.041 % 95.896 ± 0.053 %
|
| 836 |
+
557 2.7318 ± 0.0151 0.00346 ± 0.00072 0.02001 ± 0.00017 5.494 ± 0.041 % 95.902 ± 0.053 %
|
| 837 |
+
558 2.7316 ± 0.0151 0.00344 ± 0.00072 0.02003 ± 0.00017 5.495 ± 0.041 % 95.900 ± 0.053 %
|
| 838 |
+
559 2.7287 ± 0.0151 0.00337 ± 0.00072 0.02005 ± 0.00017 5.504 ± 0.041 % 95.900 ± 0.053 %
|
| 839 |
+
560 2.7274 ± 0.0150 0.00341 ± 0.00072 0.02007 ± 0.00017 5.510 ± 0.041 % 95.900 ± 0.052 %
|
| 840 |
+
561 2.7281 ± 0.0150 0.00346 ± 0.00072 0.02013 ± 0.00017 5.515 ± 0.041 % 95.896 ± 0.052 %
|
| 841 |
+
562 2.7290 ± 0.0150 0.00349 ± 0.00072 0.02016 ± 0.00017 5.519 ± 0.041 % 95.893 ± 0.052 %
|
| 842 |
+
563 2.7324 ± 0.0150 0.00342 ± 0.00072 0.02018 ± 0.00017 5.519 ± 0.041 % 95.890 ± 0.052 %
|
| 843 |
+
564 2.7345 ± 0.0150 0.00339 ± 0.00072 0.02022 ± 0.00017 5.521 ± 0.041 % 95.884 ± 0.052 %
|
| 844 |
+
565 2.7324 ± 0.0150 0.00340 ± 0.00072 0.02025 ± 0.00017 5.524 ± 0.041 % 95.885 ± 0.052 %
|
| 845 |
+
|
| 846 |
+
====== Perplexity statistics ======
|
| 847 |
+
Mean PPL(Q) : 2.732420 ± 0.015015
|
| 848 |
+
Mean PPL(base) : 2.723132 ± 0.014900
|
| 849 |
+
Cor(ln(PPL(Q)), ln(PPL(base))): 99.14%
|
| 850 |
+
Mean ln(PPL(Q)/PPL(base)) : 0.003405 ± 0.000719
|
| 851 |
+
Mean PPL(Q)/PPL(base) : 1.003411 ± 0.000721
|
| 852 |
+
Mean PPL(Q)-PPL(base) : 0.009288 ± 0.001962
|
| 853 |
+
|
| 854 |
+
====== KL divergence statistics ======
|
| 855 |
+
Mean KLD: 0.020247 ± 0.000173
|
| 856 |
+
Maximum KLD: 2.927605
|
| 857 |
+
99.9% KLD: 0.808624
|
| 858 |
+
99.0% KLD: 0.276042
|
| 859 |
+
95.0% KLD: 0.093674
|
| 860 |
+
90.0% KLD: 0.048455
|
| 861 |
+
Median KLD: 0.001613
|
| 862 |
+
10.0% KLD: 0.000005
|
| 863 |
+
5.0% KLD: 0.000001
|
| 864 |
+
1.0% KLD: -0.000001
|
| 865 |
+
0.1% KLD: -0.000004
|
| 866 |
+
Minimum KLD: -0.000018
|
| 867 |
+
|
| 868 |
+
====== Token probability statistics ======
|
| 869 |
+
Mean Δp: -0.090 ± 0.015 %
|
| 870 |
+
Maximum Δp: 85.486%
|
| 871 |
+
99.9% Δp: 42.126%
|
| 872 |
+
99.0% Δp: 18.434%
|
| 873 |
+
95.0% Δp: 5.986%
|
| 874 |
+
90.0% Δp: 2.536%
|
| 875 |
+
75.0% Δp: 0.143%
|
| 876 |
+
Median Δp: -0.000%
|
| 877 |
+
25.0% Δp: -0.209%
|
| 878 |
+
10.0% Δp: -2.863%
|
| 879 |
+
5.0% Δp: -6.544%
|
| 880 |
+
1.0% Δp: -19.476%
|
| 881 |
+
0.1% Δp: -42.273%
|
| 882 |
+
Minimum Δp: -92.013%
|
| 883 |
+
RMS Δp : 5.524 ± 0.041 %
|
| 884 |
+
Same top p: 95.885 ± 0.052 %
|
| 885 |
+
|
| 886 |
+
llama_perf_context_print: load time = 205358.00 ms
|
| 887 |
+
llama_perf_context_print: prompt eval time = 217339.06 ms / 289280 tokens ( 0.75 ms per token, 1331.01 tokens per second)
|
| 888 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 889 |
+
llama_perf_context_print: total time = 245604.67 ms / 289281 tokens
|
| 890 |
+
llama_perf_context_print: graphs reused = 34
|
| 891 |
+
common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
|
| 892 |
+
common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 27675 + (68436 = 63903 + 108 + 4424) + 1137 |
|
| 893 |
+
common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 14819 + (81290 = 76615 + 99 + 4576) + 1139 |
|
| 894 |
+
common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 7845 + (88264 = 83580 + 108 + 4576) + 1139 |
|
| 895 |
+
common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 14819 + (81290 = 76615 + 99 + 4576) + 1139 |
|
| 896 |
+
common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 7845 + (88264 = 83580 + 108 + 4576) + 1139 |
|
| 897 |
+
common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 14819 + (81290 = 76615 + 99 + 4576) + 1139 |
|
| 898 |
+
common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 26163 + (69946 = 63649 + 81 + 6216) + 1139 |
|
| 899 |
+
common_memory_breakdown_print: | - Host | 1412 = 964 + 0 + 448 |
|
| 900 |
+
```
|
kld_data/llm_quantization_data.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_name,file_size_gb,bpw,Mean KLD_mean,0.1% KLD,0.1% Δp,1.0% KLD,1.0% Δp,10.0% KLD,10.0% Δp,25.0% Δp,5.0% KLD,5.0% Δp,75.0% Δp,90.0% KLD,90.0% Δp,95.0% KLD,95.0% Δp,99.0% KLD,99.0% Δp,99.9% KLD,99.9% Δp,"Cor(ln(PPL(Q)), ln(PPL(base)))",Maximum KLD,Maximum Δp,Mean KLD_std,Mean PPL(Q)-PPL(base)_mean,Mean PPL(Q)-PPL(base)_std,Mean PPL(Q)/PPL(base)_mean,Mean PPL(Q)/PPL(base)_std,Mean PPL(Q)_mean,Mean PPL(Q)_std,Mean PPL(base)_mean,Mean PPL(base)_std,Mean ln(PPL(Q)/PPL(base))_mean,Mean ln(PPL(Q)/PPL(base))_std,Mean Δp_mean,Mean Δp_std,Median KLD,Median Δp,Minimum KLD,Minimum Δp,RMS Δp_mean,RMS Δp_std,Same top p_mean,Same top p_std,common_fit_params,common_memory_breakdown_print,common_params_fit_impl,file_path,file_size_gib,ggml_cuda_init,kl_divergence,llama_context,llama_kv_cache,llama_model_loader,llama_perf_context_print,load,load_tensors,print_info,sched_reserve,system_info
|
| 2 |
+
GLM-5.1-IQ4_XS (aes_sedai),361.43223537664005,3.84,0.099818,-2e-06,-86.77,0.0,-56.896,2.5e-05,-10.711,-1.559,6e-06,-22.537,0.05,0.248516,3.375,0.484126,9.332,1.391727,30.619,3.231633,66.862,95.94,8.413041,97.589,0.000754,0.169615,0.004528,1.062287,0.001665,2.892748,0.015981,2.723132,0.0149,0.060424,0.001568,-2.162,0.033,0.009711,-0.017,-8e-06,-99.825,12.667,0.07,90.958,0.076,0.84,-14129640448.0,377991.676815,kld/GLM-5.1/wiki-test-raw/aes_sedai/GLM-5.1-IQ4_XS.md,336.61,7680750.0,565512819216.0,9.45,512.0,-476.0,34.0,0.9811,641401.39,1024.0,118.394,4.848561200112841e+50
|
| 3 |
+
GLM-5.1-Q4_K_M (aes_sedai),464.71546142720007,4.93,0.037406,-3e-06,-58.706,-0.0,-28.886,8e-06,-4.35,-0.373,2e-06,-9.827,0.148,0.091039,3.151,0.175733,7.839,0.523278,24.486,1.349837,52.058,98.46,5.044281,96.679,0.000308,0.031461,0.002644,1.011553,0.000973,2.754593,0.015142,2.723132,0.0149,0.011487,0.000962,-0.348,0.02,0.003027,-0.001,-2e-05,-97.94,7.59,0.051,94.489,0.06,0.83,-14129640448.0,475191.676815,kld/GLM-5.1/wiki-test-raw/aes_sedai/GLM-5.1-Q4_K_M.md,432.8,7680750.0,565512819216.0,9.45,512.0,-576.0,34.0,0.9811,653065.39,1024.0,112.754,4.848561200112841e+50
|
| 4 |
+
GLM-5.1-Q5_K_M (aes_sedai),558.4316478259201,5.93,0.020247,-4e-06,-42.273,-1e-06,-19.476,5e-06,-2.863,-0.209,1e-06,-6.544,0.143,0.048455,2.536,0.093674,5.986,0.276042,18.434,0.808624,42.126,99.14,2.927605,85.486,0.000173,0.009288,0.001962,1.003411,0.000721,2.73242,0.015015,2.723132,0.0149,0.003405,0.000719,-0.09,0.015,0.001613,-0.0,-1.8e-05,-92.013,5.524,0.041,95.885,0.052,0.82,-14129640448.0,563391.676815,kld/GLM-5.1/wiki-test-raw/aes_sedai/GLM-5.1-Q5_K_M.md,520.08,7680750.0,565512819216.0,9.45,512.0,-676.0,34.0,0.9811,663649.39,1024.0,108.894,4.848561200112841e+50
|