Commit ·
fa19b6b
1
Parent(s): 69f6f05
commit for 87M
Browse files- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-48499942.onnx +3 -0
- SoccerTwos/SoccerTwos-48499942.pt +3 -0
- SoccerTwos/SoccerTwos-48999948.onnx +3 -0
- SoccerTwos/SoccerTwos-48999948.pt +3 -0
- SoccerTwos/SoccerTwos-49499976.onnx +3 -0
- SoccerTwos/SoccerTwos-49499976.pt +3 -0
- SoccerTwos/SoccerTwos-49999998.onnx +3 -0
- SoccerTwos/SoccerTwos-49999998.pt +3 -0
- SoccerTwos/SoccerTwos-50000068.onnx +3 -0
- SoccerTwos/SoccerTwos-50000068.pt +3 -0
- SoccerTwos/SoccerTwos-79999912.onnx +3 -0
- SoccerTwos/SoccerTwos-79999912.pt +3 -0
- SoccerTwos/SoccerTwos-81999934.onnx +3 -0
- SoccerTwos/SoccerTwos-81999934.pt +3 -0
- SoccerTwos/SoccerTwos-83999981.onnx +3 -0
- SoccerTwos/SoccerTwos-83999981.pt +3 -0
- SoccerTwos/SoccerTwos-85999976.onnx +3 -0
- SoccerTwos/SoccerTwos-85999976.pt +3 -0
- SoccerTwos/SoccerTwos-87847514.onnx +3 -0
- SoccerTwos/SoccerTwos-87847514.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1681281987.amax.531756.0 +3 -0
- SoccerTwos/events.out.tfevents.1681488670.amax.1358919.0 +3 -0
- SoccerTwos/events.out.tfevents.1681488986.amax.1365553.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +408 -0
- run_logs/Player-1.log +408 -0
- run_logs/Player-10.log +408 -0
- run_logs/Player-11.log +408 -0
- run_logs/Player-12.log +408 -0
- run_logs/Player-13.log +408 -0
- run_logs/Player-14.log +408 -0
- run_logs/Player-15.log +408 -0
- run_logs/Player-2.log +408 -0
- run_logs/Player-3.log +408 -0
- run_logs/Player-4.log +408 -0
- run_logs/Player-5.log +408 -0
- run_logs/Player-6.log +408 -0
- run_logs/Player-7.log +408 -0
- run_logs/Player-8.log +408 -0
- run_logs/Player-9.log +408 -0
- run_logs/timers.json +672 -0
- run_logs/training_status.json +66 -0
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- unity-ml-agents
|
| 5 |
+
- ml-agents
|
| 6 |
+
- deep-reinforcement-learning
|
| 7 |
+
- reinforcement-learning
|
| 8 |
+
- ML-Agents-SoccerTwos
|
| 9 |
+
library_name: ml-agents
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# **poca** Agent playing **SoccerTwos**
|
| 13 |
+
This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
| 14 |
+
|
| 15 |
+
## Usage (with ML-Agents)
|
| 16 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
| 17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
### Resume the training
|
| 21 |
+
```
|
| 22 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
| 23 |
+
```
|
| 24 |
+
### Watch your Agent play
|
| 25 |
+
You can watch your agent **playing directly in your browser:**.
|
| 26 |
+
|
| 27 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
| 28 |
+
2. Step 1: Write your model_id: QYHcrossover/poca-test2
|
| 29 |
+
3. Step 2: Select your *.nn /*.onnx file
|
| 30 |
+
4. Click on Watch the agent play 👀
|
| 31 |
+
|
SoccerTwos.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac0b3b5a364d3a0f619f8a3ab5d9ec260fb96e74c11467046a80ae7a461a51e7
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-48499942.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e4d4a4bf297ae4736a283b5636ec6910df1199ade37d0d7972ad6e340657742
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-48499942.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb1d7ec13681392c25133fa91c471cfd2620001bb374376ed0d436b358d313cf
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-48999948.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7909c70543fb7990ab22f0ed06bb486d02a4f6717359c2a91a27bcb0c12a5e83
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-48999948.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4776e3886d706d486f88c107327cf6bd8d0bba442456dd4323d64b82219caa6
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-49499976.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e4829f085ee417ff3018f9f83bec098af45c4ac40ab284732d099b7b4d563ed
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-49499976.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01a451d9587f64ba9f29cb6ae15bdcd96d60c1b149564e4bd2382721c066d49c
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-49999998.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:377810cfa5b7fe2a81a0b51abfd3818e50c950d881c79acd6365ba25a9b9bc83
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-49999998.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e58110c989595653379ef9b504745406d4d13996755f3d1de56c7810d76dbf4
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-50000068.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:377810cfa5b7fe2a81a0b51abfd3818e50c950d881c79acd6365ba25a9b9bc83
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-50000068.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fdf1318e4f6cd2552703cefc1f6e0f74d9b66db4ed88b141c7155edf883c195
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-79999912.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32f53039d0008edd5e896ac43fd651cb424fbb06021ca97b04a45eceb4a02664
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-79999912.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0a8dd3c440f7aef63c92bb4dff3c642d6e317ca21e47e434dd042a31732226e
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-81999934.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73468718e14fd137f68b116ceface06c816d974fa303995074ee29b2aa82c8b
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-81999934.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:365b57e93ae0171ee0e331477b8ec24e409fcc09d7a3f90373b72aebf61703c4
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-83999981.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41e9cd33f94af72b0e24926d3a61f38cfa273cbc2a146e1727801f2fb080f743
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-83999981.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:281a44094fccd39bbf6cde7f067a75643fb090ac11631f2407b96bd347faf2f8
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-85999976.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c5715f164d27d75bd34737d60e1806206733dcf2a162cc7b02f14b49972dc13
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-85999976.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61c00f5ff2698571d23c8eab4aa14ebf97e52c43354ef45e039e24e4d2edf973
|
| 3 |
+
size 28422481
|
SoccerTwos/SoccerTwos-87847514.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac0b3b5a364d3a0f619f8a3ab5d9ec260fb96e74c11467046a80ae7a461a51e7
|
| 3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-87847514.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8c2e6a9231f8c2c85f9f907fc3b4ec849a7aceba731181d486ac7f52b485dab
|
| 3 |
+
size 28422481
|
SoccerTwos/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8c2e6a9231f8c2c85f9f907fc3b4ec849a7aceba731181d486ac7f52b485dab
|
| 3 |
+
size 28422481
|
SoccerTwos/events.out.tfevents.1681281987.amax.531756.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d72ee30a0954111155bbfc81703a2be83e25a92b3db4002fdb2c866fc4b7052
|
| 3 |
+
size 50810501
|
SoccerTwos/events.out.tfevents.1681488670.amax.1358919.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdbbf8b9432e203434d01b11851cab0ade55901ecbdda9a3f6c08100e145c836
|
| 3 |
+
size 234462
|
SoccerTwos/events.out.tfevents.1681488986.amax.1365553.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:631703f36ea9f1d5d795cec3b32d77571e4532b1fcaaa283886bc5800dc7575c
|
| 3 |
+
size 38183072
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 8192, "buffer_size": 81920, "learning_rate": 0.0003, "beta": 0.006, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "constant"}, "checkpoint_interval": 2000000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.97, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 500000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 100000, "team_change": 200000, "swap_steps": 2000, "window": 50, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/SoccerTwos.x86_64", "env_args": null, "base_port": 5070, "num_envs": 16, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20.0, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results3"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_settings: null
|
| 2 |
+
behaviors:
|
| 3 |
+
SoccerTwos:
|
| 4 |
+
trainer_type: poca
|
| 5 |
+
hyperparameters:
|
| 6 |
+
batch_size: 8192
|
| 7 |
+
buffer_size: 81920
|
| 8 |
+
learning_rate: 0.0003
|
| 9 |
+
beta: 0.006
|
| 10 |
+
epsilon: 0.2
|
| 11 |
+
lambd: 0.95
|
| 12 |
+
num_epoch: 3
|
| 13 |
+
learning_rate_schedule: linear
|
| 14 |
+
beta_schedule: linear
|
| 15 |
+
epsilon_schedule: constant
|
| 16 |
+
checkpoint_interval: 2000000
|
| 17 |
+
network_settings:
|
| 18 |
+
normalize: false
|
| 19 |
+
hidden_units: 512
|
| 20 |
+
num_layers: 2
|
| 21 |
+
vis_encode_type: simple
|
| 22 |
+
memory: null
|
| 23 |
+
goal_conditioning_type: hyper
|
| 24 |
+
deterministic: false
|
| 25 |
+
reward_signals:
|
| 26 |
+
extrinsic:
|
| 27 |
+
gamma: 0.97
|
| 28 |
+
strength: 1.0
|
| 29 |
+
network_settings:
|
| 30 |
+
normalize: false
|
| 31 |
+
hidden_units: 128
|
| 32 |
+
num_layers: 2
|
| 33 |
+
vis_encode_type: simple
|
| 34 |
+
memory: null
|
| 35 |
+
goal_conditioning_type: hyper
|
| 36 |
+
deterministic: false
|
| 37 |
+
init_path: null
|
| 38 |
+
keep_checkpoints: 5
|
| 39 |
+
even_checkpoints: false
|
| 40 |
+
max_steps: 500000000
|
| 41 |
+
time_horizon: 1000
|
| 42 |
+
summary_freq: 10000
|
| 43 |
+
threaded: false
|
| 44 |
+
self_play:
|
| 45 |
+
save_steps: 100000
|
| 46 |
+
team_change: 200000
|
| 47 |
+
swap_steps: 2000
|
| 48 |
+
window: 50
|
| 49 |
+
play_against_latest_model_ratio: 0.5
|
| 50 |
+
initial_elo: 1200.0
|
| 51 |
+
behavioral_cloning: null
|
| 52 |
+
env_settings:
|
| 53 |
+
env_path: ./training-envs-executables/SoccerTwos/SoccerTwos.x86_64
|
| 54 |
+
env_args: null
|
| 55 |
+
base_port: 5070
|
| 56 |
+
num_envs: 16
|
| 57 |
+
num_areas: 1
|
| 58 |
+
seed: -1
|
| 59 |
+
max_lifetime_restarts: 10
|
| 60 |
+
restarts_rate_limit_n: 1
|
| 61 |
+
restarts_rate_limit_period_s: 60
|
| 62 |
+
engine_settings:
|
| 63 |
+
width: 84
|
| 64 |
+
height: 84
|
| 65 |
+
quality_level: 5
|
| 66 |
+
time_scale: 20.0
|
| 67 |
+
target_frame_rate: -1
|
| 68 |
+
capture_frame_rate: 60
|
| 69 |
+
no_graphics: true
|
| 70 |
+
environment_parameters: null
|
| 71 |
+
checkpoint_settings:
|
| 72 |
+
run_id: SoccerTwos
|
| 73 |
+
initialize_from: null
|
| 74 |
+
load_model: false
|
| 75 |
+
resume: true
|
| 76 |
+
force: false
|
| 77 |
+
train_model: false
|
| 78 |
+
inference: false
|
| 79 |
+
results_dir: results3
|
| 80 |
+
torch_settings:
|
| 81 |
+
device: null
|
| 82 |
+
debug: false
|
run_logs/Player-0.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.122 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.394931 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 55079 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0.7 KB
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 4
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 55080 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 55080 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 55079 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 55080 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 55080 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 55079 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 55080 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 55079 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-1.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.146 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.442975 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 55046 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0.7 KB
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 55047 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 55047 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 55046 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 55047 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 55047 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 55046 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.4 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 55047 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 55046 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-10.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.123 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.358021 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 32927 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0.7 KB
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 32928 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.9 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 32928 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.4 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 32927 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 32928 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 32928 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 32927 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 32928 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 32927 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-11.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.173 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.501018 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 30103 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0.7 KB
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 5
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 30104 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 30104 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.6 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 30103 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 30104 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 30104 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 30103 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 30104 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 30103 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-12.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.177 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.358935 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 28932 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0.7 KB
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 28933 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 20.8 MB
|
| 328 |
+
Peak Large allocation bytes 16.0 MB
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [1.0 MB-2.0 MB]: 28933 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 1.4 MB
|
| 334 |
+
Peak Large allocation bytes 0 B
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 28932 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 28933 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 28933 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 28932 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 28933 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 28932 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-13.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.153 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.020221 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 28425 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0.7 KB
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 5
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 28426 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.7 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 28426 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.6 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 28425 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 28426 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 28426 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 28425 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 28426 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 28425 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-14.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.161 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.186024 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 27749 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0.7 KB
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 27750 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 27750 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 27749 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 27750 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 27750 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 27749 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 27750 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 27749 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-15.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.149 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.230240 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 27668 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0.7 KB
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 27669 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.9 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 27669 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.4 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 27668 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 27669 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 27669 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 27668 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.4 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 27669 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 27668 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-2.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.174 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.161846 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 54952 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0.7 KB
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 54953 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.7 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 54953 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.6 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 54952 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 54953 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54953 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54952 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 54953 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 54952 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-3.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.158 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.303458 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 54868 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0.7 KB
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 5
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 54869 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 54869 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 54868 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 54869 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54869 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54868 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 54869 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 54868 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-4.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.175 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.141770 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 54701 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0.7 KB
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 54702 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.7 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 54702 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.6 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 54701 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 54702 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54702 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54701 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.3 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 54702 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 54701 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-5.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.169 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.358193 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 54382 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0.7 KB
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 54383 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 54383 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 54382 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 54383 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54383 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 54382 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 1
|
| 389 |
+
Peak Allocated memory 4.0 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 54383 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 54382 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-6.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.167 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.373499 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 53714 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0.7 KB
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 53715 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.7 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 53715 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 53714 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 53715 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 53715 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 53714 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.4 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 53715 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 53714 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-7.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.165 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.218400 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 50791 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0.7 KB
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 5
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 50792 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.9 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 50792 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.4 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 50791 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 50792 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 50792 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 50791 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 50792 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 50791 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-8.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.161 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.287963 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 45706 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0 B
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 193 |
+
Initial Block Size 256.0 KB
|
| 194 |
+
Current Block Size 256.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 208 |
+
Initial Block Size 32.0 KB
|
| 209 |
+
Current Block Size 32.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0.7 KB
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 45707 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.7 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 45707 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 45706 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 45707 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 45707 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 45706 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.5 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 45707 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 45706 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-9.log
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /data/qyh/ml-agents-aivsai/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
xcb_connection_has_error() returned true
|
| 14 |
+
xcb_connection_has_error() returned true
|
| 15 |
+
xcb_connection_has_error() returned true
|
| 16 |
+
xcb_connection_has_error() returned true
|
| 17 |
+
Begin MonoManager ReloadAssembly
|
| 18 |
+
- Completed reload, in 0.151 seconds
|
| 19 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 20 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 21 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 25 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 26 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 27 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 28 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 32 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 33 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 34 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 35 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 39 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 43 |
+
UnloadTime: 1.215738 ms
|
| 44 |
+
Registered Communicator in Agent.
|
| 45 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 46 |
+
requesting resize 84 x 84
|
| 47 |
+
Setting up 16 worker threads for Enlighten.
|
| 48 |
+
Memory Statistics:
|
| 49 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 50 |
+
StackAllocators :
|
| 51 |
+
[ALLOC_TEMP_MAIN]
|
| 52 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 40661 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 53 |
+
Initial Block Size 4.0 MB
|
| 54 |
+
Current Block Size 4.0 MB
|
| 55 |
+
Peak Allocated Bytes 2.1 MB
|
| 56 |
+
Overflow Count 0
|
| 57 |
+
[ALLOC_TEMP_Job.Worker 18]
|
| 58 |
+
Initial Block Size 256.0 KB
|
| 59 |
+
Current Block Size 256.0 KB
|
| 60 |
+
Peak Allocated Bytes 0 B
|
| 61 |
+
Overflow Count 0
|
| 62 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 63 |
+
Initial Block Size 256.0 KB
|
| 64 |
+
Current Block Size 300.0 KB
|
| 65 |
+
Peak Allocated Bytes 249.6 KB
|
| 66 |
+
Overflow Count 4
|
| 67 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 68 |
+
Initial Block Size 32.0 KB
|
| 69 |
+
Current Block Size 32.0 KB
|
| 70 |
+
Peak Allocated Bytes 0 B
|
| 71 |
+
Overflow Count 0
|
| 72 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 73 |
+
Initial Block Size 32.0 KB
|
| 74 |
+
Current Block Size 32.0 KB
|
| 75 |
+
Peak Allocated Bytes 0 B
|
| 76 |
+
Overflow Count 0
|
| 77 |
+
[ALLOC_TEMP_Job.Worker 16]
|
| 78 |
+
Initial Block Size 256.0 KB
|
| 79 |
+
Current Block Size 256.0 KB
|
| 80 |
+
Peak Allocated Bytes 0 B
|
| 81 |
+
Overflow Count 0
|
| 82 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 83 |
+
Initial Block Size 32.0 KB
|
| 84 |
+
Current Block Size 32.0 KB
|
| 85 |
+
Peak Allocated Bytes 0 B
|
| 86 |
+
Overflow Count 0
|
| 87 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 88 |
+
Initial Block Size 256.0 KB
|
| 89 |
+
Current Block Size 256.0 KB
|
| 90 |
+
Peak Allocated Bytes 0.7 KB
|
| 91 |
+
Overflow Count 0
|
| 92 |
+
[ALLOC_TEMP_Job.Worker 27]
|
| 93 |
+
Initial Block Size 256.0 KB
|
| 94 |
+
Current Block Size 256.0 KB
|
| 95 |
+
Peak Allocated Bytes 0 B
|
| 96 |
+
Overflow Count 0
|
| 97 |
+
[ALLOC_TEMP_Job.Worker 17]
|
| 98 |
+
Initial Block Size 256.0 KB
|
| 99 |
+
Current Block Size 256.0 KB
|
| 100 |
+
Peak Allocated Bytes 0 B
|
| 101 |
+
Overflow Count 0
|
| 102 |
+
[ALLOC_TEMP_Job.Worker 14]
|
| 103 |
+
Initial Block Size 256.0 KB
|
| 104 |
+
Current Block Size 256.0 KB
|
| 105 |
+
Peak Allocated Bytes 0 B
|
| 106 |
+
Overflow Count 0
|
| 107 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 108 |
+
Initial Block Size 256.0 KB
|
| 109 |
+
Current Block Size 256.0 KB
|
| 110 |
+
Peak Allocated Bytes 0 B
|
| 111 |
+
Overflow Count 0
|
| 112 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 113 |
+
Initial Block Size 32.0 KB
|
| 114 |
+
Current Block Size 32.0 KB
|
| 115 |
+
Peak Allocated Bytes 0 B
|
| 116 |
+
Overflow Count 0
|
| 117 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 118 |
+
Initial Block Size 32.0 KB
|
| 119 |
+
Current Block Size 32.0 KB
|
| 120 |
+
Peak Allocated Bytes 0 B
|
| 121 |
+
Overflow Count 0
|
| 122 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
|
| 123 |
+
Initial Block Size 64.0 KB
|
| 124 |
+
Current Block Size 64.0 KB
|
| 125 |
+
Peak Allocated Bytes 0 B
|
| 126 |
+
Overflow Count 0
|
| 127 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 128 |
+
Initial Block Size 32.0 KB
|
| 129 |
+
Current Block Size 32.0 KB
|
| 130 |
+
Peak Allocated Bytes 0 B
|
| 131 |
+
Overflow Count 0
|
| 132 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 133 |
+
Initial Block Size 32.0 KB
|
| 134 |
+
Current Block Size 32.0 KB
|
| 135 |
+
Peak Allocated Bytes 0 B
|
| 136 |
+
Overflow Count 0
|
| 137 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 138 |
+
Initial Block Size 32.0 KB
|
| 139 |
+
Current Block Size 32.0 KB
|
| 140 |
+
Peak Allocated Bytes 0 B
|
| 141 |
+
Overflow Count 0
|
| 142 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 143 |
+
Initial Block Size 256.0 KB
|
| 144 |
+
Current Block Size 256.0 KB
|
| 145 |
+
Peak Allocated Bytes 0 B
|
| 146 |
+
Overflow Count 0
|
| 147 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 148 |
+
Initial Block Size 32.0 KB
|
| 149 |
+
Current Block Size 32.0 KB
|
| 150 |
+
Peak Allocated Bytes 0 B
|
| 151 |
+
Overflow Count 0
|
| 152 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 153 |
+
Initial Block Size 32.0 KB
|
| 154 |
+
Current Block Size 32.0 KB
|
| 155 |
+
Peak Allocated Bytes 0 B
|
| 156 |
+
Overflow Count 0
|
| 157 |
+
[ALLOC_TEMP_Job.Worker 20]
|
| 158 |
+
Initial Block Size 256.0 KB
|
| 159 |
+
Current Block Size 256.0 KB
|
| 160 |
+
Peak Allocated Bytes 0 B
|
| 161 |
+
Overflow Count 0
|
| 162 |
+
[ALLOC_TEMP_Job.Worker 11]
|
| 163 |
+
Initial Block Size 256.0 KB
|
| 164 |
+
Current Block Size 256.0 KB
|
| 165 |
+
Peak Allocated Bytes 0 B
|
| 166 |
+
Overflow Count 0
|
| 167 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 168 |
+
Initial Block Size 32.0 KB
|
| 169 |
+
Current Block Size 32.0 KB
|
| 170 |
+
Peak Allocated Bytes 0 B
|
| 171 |
+
Overflow Count 0
|
| 172 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 173 |
+
Initial Block Size 64.0 KB
|
| 174 |
+
Current Block Size 64.0 KB
|
| 175 |
+
Peak Allocated Bytes 0 B
|
| 176 |
+
Overflow Count 0
|
| 177 |
+
[ALLOC_TEMP_Job.Worker 30]
|
| 178 |
+
Initial Block Size 256.0 KB
|
| 179 |
+
Current Block Size 256.0 KB
|
| 180 |
+
Peak Allocated Bytes 0 B
|
| 181 |
+
Overflow Count 0
|
| 182 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 183 |
+
Initial Block Size 256.0 KB
|
| 184 |
+
Current Block Size 256.0 KB
|
| 185 |
+
Peak Allocated Bytes 0 B
|
| 186 |
+
Overflow Count 0
|
| 187 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 188 |
+
Initial Block Size 256.0 KB
|
| 189 |
+
Current Block Size 256.0 KB
|
| 190 |
+
Peak Allocated Bytes 0 B
|
| 191 |
+
Overflow Count 0
|
| 192 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 193 |
+
Initial Block Size 32.0 KB
|
| 194 |
+
Current Block Size 32.0 KB
|
| 195 |
+
Peak Allocated Bytes 0 B
|
| 196 |
+
Overflow Count 0
|
| 197 |
+
[ALLOC_TEMP_Job.Worker 26]
|
| 198 |
+
Initial Block Size 256.0 KB
|
| 199 |
+
Current Block Size 256.0 KB
|
| 200 |
+
Peak Allocated Bytes 0 B
|
| 201 |
+
Overflow Count 0
|
| 202 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 203 |
+
Initial Block Size 256.0 KB
|
| 204 |
+
Current Block Size 256.0 KB
|
| 205 |
+
Peak Allocated Bytes 0 B
|
| 206 |
+
Overflow Count 0
|
| 207 |
+
[ALLOC_TEMP_Job.Worker 21]
|
| 208 |
+
Initial Block Size 256.0 KB
|
| 209 |
+
Current Block Size 256.0 KB
|
| 210 |
+
Peak Allocated Bytes 0 B
|
| 211 |
+
Overflow Count 0
|
| 212 |
+
[ALLOC_TEMP_Job.Worker 25]
|
| 213 |
+
Initial Block Size 256.0 KB
|
| 214 |
+
Current Block Size 256.0 KB
|
| 215 |
+
Peak Allocated Bytes 0 B
|
| 216 |
+
Overflow Count 0
|
| 217 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 218 |
+
Initial Block Size 32.0 KB
|
| 219 |
+
Current Block Size 32.0 KB
|
| 220 |
+
Peak Allocated Bytes 0 B
|
| 221 |
+
Overflow Count 0
|
| 222 |
+
[ALLOC_TEMP_Job.Worker 29]
|
| 223 |
+
Initial Block Size 256.0 KB
|
| 224 |
+
Current Block Size 256.0 KB
|
| 225 |
+
Peak Allocated Bytes 0 B
|
| 226 |
+
Overflow Count 0
|
| 227 |
+
[ALLOC_TEMP_Job.Worker 13]
|
| 228 |
+
Initial Block Size 256.0 KB
|
| 229 |
+
Current Block Size 256.0 KB
|
| 230 |
+
Peak Allocated Bytes 0 B
|
| 231 |
+
Overflow Count 0
|
| 232 |
+
[ALLOC_TEMP_EnlightenWorker] x 16
|
| 233 |
+
Initial Block Size 64.0 KB
|
| 234 |
+
Current Block Size 64.0 KB
|
| 235 |
+
Peak Allocated Bytes 0 B
|
| 236 |
+
Overflow Count 0
|
| 237 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 238 |
+
Initial Block Size 32.0 KB
|
| 239 |
+
Current Block Size 32.0 KB
|
| 240 |
+
Peak Allocated Bytes 0 B
|
| 241 |
+
Overflow Count 0
|
| 242 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 243 |
+
Initial Block Size 32.0 KB
|
| 244 |
+
Current Block Size 32.0 KB
|
| 245 |
+
Peak Allocated Bytes 0 B
|
| 246 |
+
Overflow Count 0
|
| 247 |
+
[ALLOC_TEMP_Job.Worker 28]
|
| 248 |
+
Initial Block Size 256.0 KB
|
| 249 |
+
Current Block Size 256.0 KB
|
| 250 |
+
Peak Allocated Bytes 0 B
|
| 251 |
+
Overflow Count 0
|
| 252 |
+
[ALLOC_TEMP_Job.Worker 22]
|
| 253 |
+
Initial Block Size 256.0 KB
|
| 254 |
+
Current Block Size 256.0 KB
|
| 255 |
+
Peak Allocated Bytes 0 B
|
| 256 |
+
Overflow Count 0
|
| 257 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 258 |
+
Initial Block Size 32.0 KB
|
| 259 |
+
Current Block Size 32.0 KB
|
| 260 |
+
Peak Allocated Bytes 0 B
|
| 261 |
+
Overflow Count 0
|
| 262 |
+
[ALLOC_TEMP_Job.Worker 9]
|
| 263 |
+
Initial Block Size 256.0 KB
|
| 264 |
+
Current Block Size 256.0 KB
|
| 265 |
+
Peak Allocated Bytes 0 B
|
| 266 |
+
Overflow Count 0
|
| 267 |
+
[ALLOC_TEMP_Job.Worker 8]
|
| 268 |
+
Initial Block Size 256.0 KB
|
| 269 |
+
Current Block Size 256.0 KB
|
| 270 |
+
Peak Allocated Bytes 0 B
|
| 271 |
+
Overflow Count 0
|
| 272 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 273 |
+
Initial Block Size 256.0 KB
|
| 274 |
+
Current Block Size 256.0 KB
|
| 275 |
+
Peak Allocated Bytes 0 B
|
| 276 |
+
Overflow Count 0
|
| 277 |
+
[ALLOC_TEMP_Job.Worker 23]
|
| 278 |
+
Initial Block Size 256.0 KB
|
| 279 |
+
Current Block Size 256.0 KB
|
| 280 |
+
Peak Allocated Bytes 0 B
|
| 281 |
+
Overflow Count 0
|
| 282 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 283 |
+
Initial Block Size 256.0 KB
|
| 284 |
+
Current Block Size 256.0 KB
|
| 285 |
+
Peak Allocated Bytes 0 B
|
| 286 |
+
Overflow Count 0
|
| 287 |
+
[ALLOC_TEMP_Job.Worker 10]
|
| 288 |
+
Initial Block Size 256.0 KB
|
| 289 |
+
Current Block Size 256.0 KB
|
| 290 |
+
Peak Allocated Bytes 0 B
|
| 291 |
+
Overflow Count 0
|
| 292 |
+
[ALLOC_TEMP_Job.Worker 24]
|
| 293 |
+
Initial Block Size 256.0 KB
|
| 294 |
+
Current Block Size 256.0 KB
|
| 295 |
+
Peak Allocated Bytes 0 B
|
| 296 |
+
Overflow Count 0
|
| 297 |
+
[ALLOC_TEMP_Job.Worker 15]
|
| 298 |
+
Initial Block Size 256.0 KB
|
| 299 |
+
Current Block Size 256.0 KB
|
| 300 |
+
Peak Allocated Bytes 0 B
|
| 301 |
+
Overflow Count 0
|
| 302 |
+
[ALLOC_TEMP_Job.Worker 12]
|
| 303 |
+
Initial Block Size 256.0 KB
|
| 304 |
+
Current Block Size 256.0 KB
|
| 305 |
+
Peak Allocated Bytes 0 B
|
| 306 |
+
Overflow Count 0
|
| 307 |
+
[ALLOC_TEMP_Job.Worker 19]
|
| 308 |
+
Initial Block Size 256.0 KB
|
| 309 |
+
Current Block Size 256.0 KB
|
| 310 |
+
Peak Allocated Bytes 0 B
|
| 311 |
+
Overflow Count 0
|
| 312 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 313 |
+
Initial Block Size 64.0 KB
|
| 314 |
+
Current Block Size 64.0 KB
|
| 315 |
+
Peak Allocated Bytes 128 B
|
| 316 |
+
Overflow Count 0
|
| 317 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 318 |
+
Peak main deferred allocation count 3
|
| 319 |
+
[ALLOC_BUCKET]
|
| 320 |
+
Large Block size 4.0 MB
|
| 321 |
+
Used Block count 1
|
| 322 |
+
Peak Allocated bytes 1.0 MB
|
| 323 |
+
[ALLOC_DEFAULT_MAIN]
|
| 324 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 40662 frames
|
| 325 |
+
Requested Block Size 16.0 MB
|
| 326 |
+
Peak Block count 1
|
| 327 |
+
Peak Allocated memory 4.8 MB
|
| 328 |
+
Peak Large allocation bytes 0 B
|
| 329 |
+
[ALLOC_DEFAULT_THREAD]
|
| 330 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 40662 frames
|
| 331 |
+
Requested Block Size 16.0 MB
|
| 332 |
+
Peak Block count 1
|
| 333 |
+
Peak Allocated memory 17.5 MB
|
| 334 |
+
Peak Large allocation bytes 16.0 MB
|
| 335 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 336 |
+
Initial Block Size 2.0 MB
|
| 337 |
+
Used Block Count 1
|
| 338 |
+
Overflow Count (too large) 0
|
| 339 |
+
Overflow Count (full) 0
|
| 340 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 341 |
+
Initial Block Size 2.0 MB
|
| 342 |
+
Used Block Count 1
|
| 343 |
+
Overflow Count (too large) 0
|
| 344 |
+
Overflow Count (full) 0
|
| 345 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 346 |
+
Initial Block Size 2.0 MB
|
| 347 |
+
Used Block Count 2
|
| 348 |
+
Overflow Count (too large) 0
|
| 349 |
+
Overflow Count (full) 0
|
| 350 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 351 |
+
Initial Block Size 1.0 MB
|
| 352 |
+
Used Block Count 3
|
| 353 |
+
Overflow Count (too large) 0
|
| 354 |
+
Overflow Count (full) 0
|
| 355 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 356 |
+
Peak main deferred allocation count 0
|
| 357 |
+
[ALLOC_BUCKET]
|
| 358 |
+
Large Block size 4.0 MB
|
| 359 |
+
Used Block count 1
|
| 360 |
+
Peak Allocated bytes 1.0 MB
|
| 361 |
+
[ALLOC_GFX_MAIN]
|
| 362 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 40661 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 363 |
+
Requested Block Size 16.0 MB
|
| 364 |
+
Peak Block count 1
|
| 365 |
+
Peak Allocated memory 65.6 KB
|
| 366 |
+
Peak Large allocation bytes 0 B
|
| 367 |
+
[ALLOC_GFX_THREAD]
|
| 368 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 40662 frames
|
| 369 |
+
Requested Block Size 16.0 MB
|
| 370 |
+
Peak Block count 1
|
| 371 |
+
Peak Allocated memory 173.5 KB
|
| 372 |
+
Peak Large allocation bytes 0 B
|
| 373 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 374 |
+
Peak main deferred allocation count 0
|
| 375 |
+
[ALLOC_BUCKET]
|
| 376 |
+
Large Block size 4.0 MB
|
| 377 |
+
Used Block count 1
|
| 378 |
+
Peak Allocated bytes 1.0 MB
|
| 379 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 380 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 40662 frames
|
| 381 |
+
Requested Block Size 4.0 MB
|
| 382 |
+
Peak Block count 1
|
| 383 |
+
Peak Allocated memory 0.6 MB
|
| 384 |
+
Peak Large allocation bytes 0 B
|
| 385 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 386 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 40661 frames, [4.0 MB-8.0 MB]: 1 frames
|
| 387 |
+
Requested Block Size 4.0 MB
|
| 388 |
+
Peak Block count 2
|
| 389 |
+
Peak Allocated memory 4.4 MB
|
| 390 |
+
Peak Large allocation bytes 0 B
|
| 391 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 392 |
+
Peak main deferred allocation count 0
|
| 393 |
+
[ALLOC_BUCKET]
|
| 394 |
+
Large Block size 4.0 MB
|
| 395 |
+
Used Block count 1
|
| 396 |
+
Peak Allocated bytes 1.0 MB
|
| 397 |
+
[ALLOC_TYPETREE_MAIN]
|
| 398 |
+
Peak usage frame count: [0-1.0 KB]: 40662 frames
|
| 399 |
+
Requested Block Size 2.0 MB
|
| 400 |
+
Peak Block count 1
|
| 401 |
+
Peak Allocated memory 1.0 KB
|
| 402 |
+
Peak Large allocation bytes 0 B
|
| 403 |
+
[ALLOC_TYPETREE_THREAD]
|
| 404 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 40661 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 405 |
+
Requested Block Size 2.0 MB
|
| 406 |
+
Peak Block count 1
|
| 407 |
+
Peak Allocated memory 2.2 KB
|
| 408 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
|
@@ -0,0 +1,672 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "root",
|
| 3 |
+
"gauges": {
|
| 4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
| 5 |
+
"value": 1.6486234664916992,
|
| 6 |
+
"min": 1.3829047679901123,
|
| 7 |
+
"max": 1.7195250988006592,
|
| 8 |
+
"count": 3761
|
| 9 |
+
},
|
| 10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
| 11 |
+
"value": 36770.8984375,
|
| 12 |
+
"min": 19738.400390625,
|
| 13 |
+
"max": 76494.1640625,
|
| 14 |
+
"count": 3761
|
| 15 |
+
},
|
| 16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
| 17 |
+
"value": 57.785714285714285,
|
| 18 |
+
"min": 26.900584795321638,
|
| 19 |
+
"max": 98.04166666666667,
|
| 20 |
+
"count": 3761
|
| 21 |
+
},
|
| 22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
| 23 |
+
"value": 19416.0,
|
| 24 |
+
"min": 11468.0,
|
| 25 |
+
"max": 21976.0,
|
| 26 |
+
"count": 3761
|
| 27 |
+
},
|
| 28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
| 29 |
+
"value": 1733.7597909224319,
|
| 30 |
+
"min": 1635.4537013108302,
|
| 31 |
+
"max": 1749.9382542394806,
|
| 32 |
+
"count": 3761
|
| 33 |
+
},
|
| 34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
| 35 |
+
"value": 291271.64487496857,
|
| 36 |
+
"min": 159699.04810244485,
|
| 37 |
+
"max": 592222.5993558032,
|
| 38 |
+
"count": 3761
|
| 39 |
+
},
|
| 40 |
+
"SoccerTwos.Step.mean": {
|
| 41 |
+
"value": 87839749.0,
|
| 42 |
+
"min": 50239944.0,
|
| 43 |
+
"max": 87839749.0,
|
| 44 |
+
"count": 3761
|
| 45 |
+
},
|
| 46 |
+
"SoccerTwos.Step.sum": {
|
| 47 |
+
"value": 87839749.0,
|
| 48 |
+
"min": 50239944.0,
|
| 49 |
+
"max": 87839749.0,
|
| 50 |
+
"count": 3761
|
| 51 |
+
},
|
| 52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
| 53 |
+
"value": -0.009694420732557774,
|
| 54 |
+
"min": -0.1022629588842392,
|
| 55 |
+
"max": 0.06449367105960846,
|
| 56 |
+
"count": 3761
|
| 57 |
+
},
|
| 58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
| 59 |
+
"value": -1.638357162475586,
|
| 60 |
+
"min": -29.758520126342773,
|
| 61 |
+
"max": 14.859052658081055,
|
| 62 |
+
"count": 3761
|
| 63 |
+
},
|
| 64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
| 65 |
+
"value": -0.009312090463936329,
|
| 66 |
+
"min": -0.10202044248580933,
|
| 67 |
+
"max": 0.0638122409582138,
|
| 68 |
+
"count": 3761
|
| 69 |
+
},
|
| 70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
| 71 |
+
"value": -1.5737433433532715,
|
| 72 |
+
"min": -29.68794822692871,
|
| 73 |
+
"max": 14.598566055297852,
|
| 74 |
+
"count": 3761
|
| 75 |
+
},
|
| 76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
| 77 |
+
"value": 0.0,
|
| 78 |
+
"min": 0.0,
|
| 79 |
+
"max": 0.0,
|
| 80 |
+
"count": 3761
|
| 81 |
+
},
|
| 82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
| 83 |
+
"value": 0.0,
|
| 84 |
+
"min": 0.0,
|
| 85 |
+
"max": 0.0,
|
| 86 |
+
"count": 3761
|
| 87 |
+
},
|
| 88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
| 89 |
+
"value": 0.01112662828885592,
|
| 90 |
+
"min": -0.4240103890369465,
|
| 91 |
+
"max": 0.3907333342234294,
|
| 92 |
+
"count": 3761
|
| 93 |
+
},
|
| 94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
| 95 |
+
"value": 1.8804001808166504,
|
| 96 |
+
"min": -79.42359989881516,
|
| 97 |
+
"max": 58.91279983520508,
|
| 98 |
+
"count": 3761
|
| 99 |
+
},
|
| 100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
| 101 |
+
"value": 0.01112662828885592,
|
| 102 |
+
"min": -0.4240103890369465,
|
| 103 |
+
"max": 0.3907333342234294,
|
| 104 |
+
"count": 3761
|
| 105 |
+
},
|
| 106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
| 107 |
+
"value": 1.8804001808166504,
|
| 108 |
+
"min": -79.42359989881516,
|
| 109 |
+
"max": 58.91279983520508,
|
| 110 |
+
"count": 3761
|
| 111 |
+
},
|
| 112 |
+
"SoccerTwos.IsTraining.mean": {
|
| 113 |
+
"value": 1.0,
|
| 114 |
+
"min": 1.0,
|
| 115 |
+
"max": 1.0,
|
| 116 |
+
"count": 3761
|
| 117 |
+
},
|
| 118 |
+
"SoccerTwos.IsTraining.sum": {
|
| 119 |
+
"value": 1.0,
|
| 120 |
+
"min": 1.0,
|
| 121 |
+
"max": 1.0,
|
| 122 |
+
"count": 3761
|
| 123 |
+
},
|
| 124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
| 125 |
+
"value": 0.00857800233255451,
|
| 126 |
+
"min": 0.005536012320832621,
|
| 127 |
+
"max": 0.012892643287583876,
|
| 128 |
+
"count": 457
|
| 129 |
+
},
|
| 130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
| 131 |
+
"value": 0.00857800233255451,
|
| 132 |
+
"min": 0.005536012320832621,
|
| 133 |
+
"max": 0.012892643287583876,
|
| 134 |
+
"count": 457
|
| 135 |
+
},
|
| 136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
| 137 |
+
"value": 0.07313676103949547,
|
| 138 |
+
"min": 0.058927004660169285,
|
| 139 |
+
"max": 0.0820240077873071,
|
| 140 |
+
"count": 457
|
| 141 |
+
},
|
| 142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
| 143 |
+
"value": 0.07313676103949547,
|
| 144 |
+
"min": 0.058927004660169285,
|
| 145 |
+
"max": 0.0820240077873071,
|
| 146 |
+
"count": 457
|
| 147 |
+
},
|
| 148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
| 149 |
+
"value": 0.07358066340287527,
|
| 150 |
+
"min": 0.059203164155284566,
|
| 151 |
+
"max": 0.08249920507272085,
|
| 152 |
+
"count": 457
|
| 153 |
+
},
|
| 154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
| 155 |
+
"value": 0.07358066340287527,
|
| 156 |
+
"min": 0.059203164155284566,
|
| 157 |
+
"max": 0.08249920507272085,
|
| 158 |
+
"count": 457
|
| 159 |
+
},
|
| 160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
| 161 |
+
"value": 0.0002473450507516556,
|
| 162 |
+
"min": 0.0002473450507516556,
|
| 163 |
+
"max": 0.0002698103128632324,
|
| 164 |
+
"count": 457
|
| 165 |
+
},
|
| 166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
| 167 |
+
"value": 0.0002473450507516556,
|
| 168 |
+
"min": 0.0002473450507516556,
|
| 169 |
+
"max": 0.0002698103128632324,
|
| 170 |
+
"count": 457
|
| 171 |
+
},
|
| 172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
| 173 |
+
"value": 0.20000000000000007,
|
| 174 |
+
"min": 0.20000000000000007,
|
| 175 |
+
"max": 0.20000000000000007,
|
| 176 |
+
"count": 457
|
| 177 |
+
},
|
| 178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
| 179 |
+
"value": 0.20000000000000007,
|
| 180 |
+
"min": 0.20000000000000007,
|
| 181 |
+
"max": 0.20000000000000007,
|
| 182 |
+
"count": 457
|
| 183 |
+
},
|
| 184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
| 185 |
+
"value": 0.004948655829559999,
|
| 186 |
+
"min": 0.004948655829559999,
|
| 187 |
+
"max": 0.0053972123792400024,
|
| 188 |
+
"count": 457
|
| 189 |
+
},
|
| 190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
| 191 |
+
"value": 0.004948655829559999,
|
| 192 |
+
"min": 0.004948655829559999,
|
| 193 |
+
"max": 0.0053972123792400024,
|
| 194 |
+
"count": 457
|
| 195 |
+
}
|
| 196 |
+
},
|
| 197 |
+
"metadata": {
|
| 198 |
+
"timer_format_version": "0.1.0",
|
| 199 |
+
"start_time_seconds": "1681488984",
|
| 200 |
+
"python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
|
| 201 |
+
"command_line_arguments": "/data/qyh/env/ml-agents/bin/mlagents-learn ./results3/configuration.yaml",
|
| 202 |
+
"mlagents_version": "0.31.0.dev0",
|
| 203 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
| 204 |
+
"communication_protocol_version": "1.5.0",
|
| 205 |
+
"pytorch_version": "1.11.0+cu102",
|
| 206 |
+
"numpy_version": "1.21.2",
|
| 207 |
+
"end_time_seconds": "1681542428"
|
| 208 |
+
},
|
| 209 |
+
"total": 53444.19997449918,
|
| 210 |
+
"count": 1,
|
| 211 |
+
"self": 0.21719982475042343,
|
| 212 |
+
"children": {
|
| 213 |
+
"run_training.setup": {
|
| 214 |
+
"total": 0.10935292532667518,
|
| 215 |
+
"count": 1,
|
| 216 |
+
"self": 0.10935292532667518
|
| 217 |
+
},
|
| 218 |
+
"TrainerController.start_learning": {
|
| 219 |
+
"total": 53443.8734217491,
|
| 220 |
+
"count": 1,
|
| 221 |
+
"self": 20.2645735447295,
|
| 222 |
+
"children": {
|
| 223 |
+
"TrainerController._reset_env": {
|
| 224 |
+
"total": 59.566541029606014,
|
| 225 |
+
"count": 189,
|
| 226 |
+
"self": 59.566541029606014
|
| 227 |
+
},
|
| 228 |
+
"TrainerController.advance": {
|
| 229 |
+
"total": 53363.55360331666,
|
| 230 |
+
"count": 220375,
|
| 231 |
+
"self": 11.763945564627647,
|
| 232 |
+
"children": {
|
| 233 |
+
"env_step": {
|
| 234 |
+
"total": 28462.70472435141,
|
| 235 |
+
"count": 220375,
|
| 236 |
+
"self": 9403.754724561237,
|
| 237 |
+
"children": {
|
| 238 |
+
"SubprocessEnvManager._take_step": {
|
| 239 |
+
"total": 19033.64129004581,
|
| 240 |
+
"count": 2770912,
|
| 241 |
+
"self": 503.61712426738814,
|
| 242 |
+
"children": {
|
| 243 |
+
"TorchPolicy.evaluate": {
|
| 244 |
+
"total": 18530.02416577842,
|
| 245 |
+
"count": 5050333,
|
| 246 |
+
"self": 18530.02416577842
|
| 247 |
+
}
|
| 248 |
+
}
|
| 249 |
+
},
|
| 250 |
+
"workers": {
|
| 251 |
+
"total": 25.308709744364023,
|
| 252 |
+
"count": 220374,
|
| 253 |
+
"self": 0.0,
|
| 254 |
+
"children": {
|
| 255 |
+
"worker_root": {
|
| 256 |
+
"total": 922696.8980959305,
|
| 257 |
+
"count": 2770270,
|
| 258 |
+
"is_parallel": true,
|
| 259 |
+
"self": 862335.3351891516,
|
| 260 |
+
"children": {
|
| 261 |
+
"run_training.setup": {
|
| 262 |
+
"total": 1.7496468052268028,
|
| 263 |
+
"count": 16,
|
| 264 |
+
"is_parallel": true,
|
| 265 |
+
"self": 1.2827968946658075,
|
| 266 |
+
"children": {
|
| 267 |
+
"steps_from_proto": {
|
| 268 |
+
"total": 0.04327955422922969,
|
| 269 |
+
"count": 18,
|
| 270 |
+
"is_parallel": true,
|
| 271 |
+
"self": 0.010581056587398052,
|
| 272 |
+
"children": {
|
| 273 |
+
"_process_rank_one_or_two_observation": {
|
| 274 |
+
"total": 0.032698497641831636,
|
| 275 |
+
"count": 72,
|
| 276 |
+
"is_parallel": true,
|
| 277 |
+
"self": 0.032698497641831636
|
| 278 |
+
}
|
| 279 |
+
}
|
| 280 |
+
},
|
| 281 |
+
"UnityEnvironment.step": {
|
| 282 |
+
"total": 0.42357035633176565,
|
| 283 |
+
"count": 9,
|
| 284 |
+
"is_parallel": true,
|
| 285 |
+
"self": 0.012704269960522652,
|
| 286 |
+
"children": {
|
| 287 |
+
"UnityEnvironment._generate_step_input": {
|
| 288 |
+
"total": 0.009475704748183489,
|
| 289 |
+
"count": 9,
|
| 290 |
+
"is_parallel": true,
|
| 291 |
+
"self": 0.009475704748183489
|
| 292 |
+
},
|
| 293 |
+
"communicator.exchange": {
|
| 294 |
+
"total": 0.3659175573848188,
|
| 295 |
+
"count": 9,
|
| 296 |
+
"is_parallel": true,
|
| 297 |
+
"self": 0.3659175573848188
|
| 298 |
+
},
|
| 299 |
+
"steps_from_proto": {
|
| 300 |
+
"total": 0.03547282423824072,
|
| 301 |
+
"count": 18,
|
| 302 |
+
"is_parallel": true,
|
| 303 |
+
"self": 0.007465790491551161,
|
| 304 |
+
"children": {
|
| 305 |
+
"_process_rank_one_or_two_observation": {
|
| 306 |
+
"total": 0.028007033746689558,
|
| 307 |
+
"count": 72,
|
| 308 |
+
"is_parallel": true,
|
| 309 |
+
"self": 0.028007033746689558
|
| 310 |
+
}
|
| 311 |
+
}
|
| 312 |
+
}
|
| 313 |
+
}
|
| 314 |
+
}
|
| 315 |
+
}
|
| 316 |
+
},
|
| 317 |
+
"steps_from_proto": {
|
| 318 |
+
"total": 16.22244686447084,
|
| 319 |
+
"count": 6016,
|
| 320 |
+
"is_parallel": true,
|
| 321 |
+
"self": 2.727835575584322,
|
| 322 |
+
"children": {
|
| 323 |
+
"_process_rank_one_or_two_observation": {
|
| 324 |
+
"total": 13.494611288886517,
|
| 325 |
+
"count": 24064,
|
| 326 |
+
"is_parallel": true,
|
| 327 |
+
"self": 13.494611288886517
|
| 328 |
+
}
|
| 329 |
+
}
|
| 330 |
+
},
|
| 331 |
+
"UnityEnvironment.step": {
|
| 332 |
+
"total": 60343.590813109186,
|
| 333 |
+
"count": 2770245,
|
| 334 |
+
"is_parallel": true,
|
| 335 |
+
"self": 3959.302220871672,
|
| 336 |
+
"children": {
|
| 337 |
+
"UnityEnvironment._generate_step_input": {
|
| 338 |
+
"total": 2464.8208708181046,
|
| 339 |
+
"count": 2770245,
|
| 340 |
+
"is_parallel": true,
|
| 341 |
+
"self": 2464.8208708181046
|
| 342 |
+
},
|
| 343 |
+
"communicator.exchange": {
|
| 344 |
+
"total": 42164.71460244153,
|
| 345 |
+
"count": 2770245,
|
| 346 |
+
"is_parallel": true,
|
| 347 |
+
"self": 42164.71460244153
|
| 348 |
+
},
|
| 349 |
+
"steps_from_proto": {
|
| 350 |
+
"total": 11754.753118977882,
|
| 351 |
+
"count": 5540490,
|
| 352 |
+
"is_parallel": true,
|
| 353 |
+
"self": 2096.9766223975457,
|
| 354 |
+
"children": {
|
| 355 |
+
"_process_rank_one_or_two_observation": {
|
| 356 |
+
"total": 9657.776496580336,
|
| 357 |
+
"count": 22161960,
|
| 358 |
+
"is_parallel": true,
|
| 359 |
+
"self": 9657.776496580336
|
| 360 |
+
}
|
| 361 |
+
}
|
| 362 |
+
}
|
| 363 |
+
}
|
| 364 |
+
},
|
| 365 |
+
"TrainerController.start_learning": {
|
| 366 |
+
"total": 0.0,
|
| 367 |
+
"count": 0,
|
| 368 |
+
"is_parallel": true,
|
| 369 |
+
"self": 0.0,
|
| 370 |
+
"children": {
|
| 371 |
+
"TrainerController._reset_env": {
|
| 372 |
+
"total": 159.5858910381794,
|
| 373 |
+
"count": 272,
|
| 374 |
+
"is_parallel": true,
|
| 375 |
+
"self": 159.5858910381794
|
| 376 |
+
},
|
| 377 |
+
"TrainerController.advance": {
|
| 378 |
+
"total": 67870.91281093657,
|
| 379 |
+
"count": 284848,
|
| 380 |
+
"is_parallel": true,
|
| 381 |
+
"self": 13.818705536425114,
|
| 382 |
+
"children": {
|
| 383 |
+
"env_step": {
|
| 384 |
+
"total": 36076.631452448666,
|
| 385 |
+
"count": 284848,
|
| 386 |
+
"is_parallel": true,
|
| 387 |
+
"self": 12060.777299354784,
|
| 388 |
+
"children": {
|
| 389 |
+
"SubprocessEnvManager._take_step": {
|
| 390 |
+
"total": 23983.745175786316,
|
| 391 |
+
"count": 3623056,
|
| 392 |
+
"is_parallel": true,
|
| 393 |
+
"self": 645.1094828695059,
|
| 394 |
+
"children": {
|
| 395 |
+
"TorchPolicy.evaluate": {
|
| 396 |
+
"total": 23338.63569291681,
|
| 397 |
+
"count": 6608288,
|
| 398 |
+
"is_parallel": true,
|
| 399 |
+
"self": 23338.63569291681
|
| 400 |
+
}
|
| 401 |
+
}
|
| 402 |
+
},
|
| 403 |
+
"workers": {
|
| 404 |
+
"total": 31.17491977661848,
|
| 405 |
+
"count": 284848,
|
| 406 |
+
"is_parallel": true,
|
| 407 |
+
"self": 0.0,
|
| 408 |
+
"children": {
|
| 409 |
+
"worker_root": {
|
| 410 |
+
"total": 1087686.1443615034,
|
| 411 |
+
"count": 3621824,
|
| 412 |
+
"is_parallel": true,
|
| 413 |
+
"self": 1012693.0767976791,
|
| 414 |
+
"children": {
|
| 415 |
+
"run_training.setup": {
|
| 416 |
+
"total": 0.0,
|
| 417 |
+
"count": 0,
|
| 418 |
+
"is_parallel": true,
|
| 419 |
+
"self": 0.0,
|
| 420 |
+
"children": {
|
| 421 |
+
"steps_from_proto": {
|
| 422 |
+
"total": 0.692472867667675,
|
| 423 |
+
"count": 288,
|
| 424 |
+
"is_parallel": true,
|
| 425 |
+
"self": 0.16929690539836884,
|
| 426 |
+
"children": {
|
| 427 |
+
"_process_rank_one_or_two_observation": {
|
| 428 |
+
"total": 0.5231759622693062,
|
| 429 |
+
"count": 1152,
|
| 430 |
+
"is_parallel": true,
|
| 431 |
+
"self": 0.5231759622693062
|
| 432 |
+
}
|
| 433 |
+
}
|
| 434 |
+
},
|
| 435 |
+
"UnityEnvironment.step": {
|
| 436 |
+
"total": 6.77712570130825,
|
| 437 |
+
"count": 144,
|
| 438 |
+
"is_parallel": true,
|
| 439 |
+
"self": 0.20326831936836243,
|
| 440 |
+
"children": {
|
| 441 |
+
"UnityEnvironment._generate_step_input": {
|
| 442 |
+
"total": 0.15161127597093582,
|
| 443 |
+
"count": 144,
|
| 444 |
+
"is_parallel": true,
|
| 445 |
+
"self": 0.15161127597093582
|
| 446 |
+
},
|
| 447 |
+
"communicator.exchange": {
|
| 448 |
+
"total": 5.854680918157101,
|
| 449 |
+
"count": 144,
|
| 450 |
+
"is_parallel": true,
|
| 451 |
+
"self": 5.854680918157101
|
| 452 |
+
},
|
| 453 |
+
"steps_from_proto": {
|
| 454 |
+
"total": 0.5675651878118515,
|
| 455 |
+
"count": 288,
|
| 456 |
+
"is_parallel": true,
|
| 457 |
+
"self": 0.11945264786481857,
|
| 458 |
+
"children": {
|
| 459 |
+
"_process_rank_one_or_two_observation": {
|
| 460 |
+
"total": 0.44811253994703293,
|
| 461 |
+
"count": 1152,
|
| 462 |
+
"is_parallel": true,
|
| 463 |
+
"self": 0.44811253994703293
|
| 464 |
+
}
|
| 465 |
+
}
|
| 466 |
+
}
|
| 467 |
+
}
|
| 468 |
+
}
|
| 469 |
+
}
|
| 470 |
+
},
|
| 471 |
+
"steps_from_proto": {
|
| 472 |
+
"total": 17.482133351266384,
|
| 473 |
+
"count": 8192,
|
| 474 |
+
"is_parallel": true,
|
| 475 |
+
"self": 3.1671550571918488,
|
| 476 |
+
"children": {
|
| 477 |
+
"_process_rank_one_or_two_observation": {
|
| 478 |
+
"total": 14.314978294074535,
|
| 479 |
+
"count": 32768,
|
| 480 |
+
"is_parallel": true,
|
| 481 |
+
"self": 14.314978294074535
|
| 482 |
+
}
|
| 483 |
+
}
|
| 484 |
+
},
|
| 485 |
+
"UnityEnvironment.step": {
|
| 486 |
+
"total": 74975.58543047309,
|
| 487 |
+
"count": 3621680,
|
| 488 |
+
"is_parallel": true,
|
| 489 |
+
"self": 4586.139438807964,
|
| 490 |
+
"children": {
|
| 491 |
+
"UnityEnvironment._generate_step_input": {
|
| 492 |
+
"total": 3163.808392561972,
|
| 493 |
+
"count": 3621680,
|
| 494 |
+
"is_parallel": true,
|
| 495 |
+
"self": 3163.808392561972
|
| 496 |
+
},
|
| 497 |
+
"communicator.exchange": {
|
| 498 |
+
"total": 54055.31749136001,
|
| 499 |
+
"count": 3621680,
|
| 500 |
+
"is_parallel": true,
|
| 501 |
+
"self": 54055.31749136001
|
| 502 |
+
},
|
| 503 |
+
"steps_from_proto": {
|
| 504 |
+
"total": 13170.320107743144,
|
| 505 |
+
"count": 7243360,
|
| 506 |
+
"is_parallel": true,
|
| 507 |
+
"self": 2586.6732079535723,
|
| 508 |
+
"children": {
|
| 509 |
+
"_process_rank_one_or_two_observation": {
|
| 510 |
+
"total": 10583.646899789572,
|
| 511 |
+
"count": 28973440,
|
| 512 |
+
"is_parallel": true,
|
| 513 |
+
"self": 10583.646899789572
|
| 514 |
+
}
|
| 515 |
+
}
|
| 516 |
+
}
|
| 517 |
+
}
|
| 518 |
+
}
|
| 519 |
+
}
|
| 520 |
+
}
|
| 521 |
+
}
|
| 522 |
+
},
|
| 523 |
+
"steps_from_proto": {
|
| 524 |
+
"total": 0.15602422459051013,
|
| 525 |
+
"count": 32,
|
| 526 |
+
"is_parallel": true,
|
| 527 |
+
"self": 0.02813640469685197,
|
| 528 |
+
"children": {
|
| 529 |
+
"_process_rank_one_or_two_observation": {
|
| 530 |
+
"total": 0.12788781989365816,
|
| 531 |
+
"count": 128,
|
| 532 |
+
"is_parallel": true,
|
| 533 |
+
"self": 0.12788781989365816
|
| 534 |
+
}
|
| 535 |
+
}
|
| 536 |
+
},
|
| 537 |
+
"UnityEnvironment.step": {
|
| 538 |
+
"total": 0.7780333063565195,
|
| 539 |
+
"count": 16,
|
| 540 |
+
"is_parallel": true,
|
| 541 |
+
"self": 0.03509906167164445,
|
| 542 |
+
"children": {
|
| 543 |
+
"UnityEnvironment._generate_step_input": {
|
| 544 |
+
"total": 0.01826129900291562,
|
| 545 |
+
"count": 16,
|
| 546 |
+
"is_parallel": true,
|
| 547 |
+
"self": 0.01826129900291562
|
| 548 |
+
},
|
| 549 |
+
"communicator.exchange": {
|
| 550 |
+
"total": 0.6484506195411086,
|
| 551 |
+
"count": 16,
|
| 552 |
+
"is_parallel": true,
|
| 553 |
+
"self": 0.6484506195411086
|
| 554 |
+
},
|
| 555 |
+
"steps_from_proto": {
|
| 556 |
+
"total": 0.07622232614085078,
|
| 557 |
+
"count": 32,
|
| 558 |
+
"is_parallel": true,
|
| 559 |
+
"self": 0.013213608413934708,
|
| 560 |
+
"children": {
|
| 561 |
+
"_process_rank_one_or_two_observation": {
|
| 562 |
+
"total": 0.06300871772691607,
|
| 563 |
+
"count": 128,
|
| 564 |
+
"is_parallel": true,
|
| 565 |
+
"self": 0.06300871772691607
|
| 566 |
+
}
|
| 567 |
+
}
|
| 568 |
+
}
|
| 569 |
+
}
|
| 570 |
+
}
|
| 571 |
+
}
|
| 572 |
+
},
|
| 573 |
+
"trainer_advance": {
|
| 574 |
+
"total": 31780.46265295148,
|
| 575 |
+
"count": 284848,
|
| 576 |
+
"is_parallel": true,
|
| 577 |
+
"self": 580.0838976576924,
|
| 578 |
+
"children": {
|
| 579 |
+
"process_trajectory": {
|
| 580 |
+
"total": 13721.633840464056,
|
| 581 |
+
"count": 284848,
|
| 582 |
+
"is_parallel": true,
|
| 583 |
+
"self": 13714.033516846597,
|
| 584 |
+
"children": {
|
| 585 |
+
"RLTrainer._checkpoint": {
|
| 586 |
+
"total": 7.6003236174583435,
|
| 587 |
+
"count": 16,
|
| 588 |
+
"is_parallel": true,
|
| 589 |
+
"self": 7.6003236174583435
|
| 590 |
+
}
|
| 591 |
+
}
|
| 592 |
+
},
|
| 593 |
+
"_update_policy": {
|
| 594 |
+
"total": 17478.74491482973,
|
| 595 |
+
"count": 592,
|
| 596 |
+
"is_parallel": true,
|
| 597 |
+
"self": 12340.816168501973,
|
| 598 |
+
"children": {
|
| 599 |
+
"TorchPOCAOptimizer.update": {
|
| 600 |
+
"total": 5137.928746327758,
|
| 601 |
+
"count": 17760,
|
| 602 |
+
"is_parallel": true,
|
| 603 |
+
"self": 5137.928746327758
|
| 604 |
+
}
|
| 605 |
+
}
|
| 606 |
+
}
|
| 607 |
+
}
|
| 608 |
+
}
|
| 609 |
+
}
|
| 610 |
+
}
|
| 611 |
+
}
|
| 612 |
+
}
|
| 613 |
+
}
|
| 614 |
+
}
|
| 615 |
+
}
|
| 616 |
+
}
|
| 617 |
+
}
|
| 618 |
+
},
|
| 619 |
+
"trainer_advance": {
|
| 620 |
+
"total": 24889.08493340062,
|
| 621 |
+
"count": 220374,
|
| 622 |
+
"self": 431.26367734046653,
|
| 623 |
+
"children": {
|
| 624 |
+
"process_trajectory": {
|
| 625 |
+
"total": 10815.625891316216,
|
| 626 |
+
"count": 220374,
|
| 627 |
+
"self": 10807.844028101768,
|
| 628 |
+
"children": {
|
| 629 |
+
"RLTrainer._checkpoint": {
|
| 630 |
+
"total": 7.781863214448094,
|
| 631 |
+
"count": 18,
|
| 632 |
+
"self": 7.781863214448094
|
| 633 |
+
}
|
| 634 |
+
}
|
| 635 |
+
},
|
| 636 |
+
"_update_policy": {
|
| 637 |
+
"total": 13642.195364743937,
|
| 638 |
+
"count": 458,
|
| 639 |
+
"self": 9639.331364188343,
|
| 640 |
+
"children": {
|
| 641 |
+
"TorchPOCAOptimizer.update": {
|
| 642 |
+
"total": 4002.8640005555935,
|
| 643 |
+
"count": 13740,
|
| 644 |
+
"self": 4002.8640005555935
|
| 645 |
+
}
|
| 646 |
+
}
|
| 647 |
+
}
|
| 648 |
+
}
|
| 649 |
+
}
|
| 650 |
+
}
|
| 651 |
+
},
|
| 652 |
+
"trainer_threads": {
|
| 653 |
+
"total": 2.100132405757904e-06,
|
| 654 |
+
"count": 1,
|
| 655 |
+
"self": 2.100132405757904e-06
|
| 656 |
+
},
|
| 657 |
+
"TrainerController._save_models": {
|
| 658 |
+
"total": 0.48870175797492266,
|
| 659 |
+
"count": 1,
|
| 660 |
+
"self": 0.002837087959051132,
|
| 661 |
+
"children": {
|
| 662 |
+
"RLTrainer._checkpoint": {
|
| 663 |
+
"total": 0.4858646700158715,
|
| 664 |
+
"count": 1,
|
| 665 |
+
"self": 0.4858646700158715
|
| 666 |
+
}
|
| 667 |
+
}
|
| 668 |
+
}
|
| 669 |
+
}
|
| 670 |
+
}
|
| 671 |
+
}
|
| 672 |
+
}
|
run_logs/training_status.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"SoccerTwos": {
|
| 3 |
+
"checkpoints": [
|
| 4 |
+
{
|
| 5 |
+
"steps": 79999912,
|
| 6 |
+
"file_path": "results3/SoccerTwos/SoccerTwos/SoccerTwos-79999912.onnx",
|
| 7 |
+
"reward": 0.0,
|
| 8 |
+
"creation_time": 1681531034.4958134,
|
| 9 |
+
"auxillary_file_paths": [
|
| 10 |
+
"results3/SoccerTwos/SoccerTwos/SoccerTwos-79999912.pt"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"steps": 81999934,
|
| 15 |
+
"file_path": "results3/SoccerTwos/SoccerTwos/SoccerTwos-81999934.onnx",
|
| 16 |
+
"reward": 0.0,
|
| 17 |
+
"creation_time": 1681533959.2750247,
|
| 18 |
+
"auxillary_file_paths": [
|
| 19 |
+
"results3/SoccerTwos/SoccerTwos/SoccerTwos-81999934.pt"
|
| 20 |
+
]
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"steps": 83999981,
|
| 24 |
+
"file_path": "results3/SoccerTwos/SoccerTwos/SoccerTwos-83999981.onnx",
|
| 25 |
+
"reward": 0.0,
|
| 26 |
+
"creation_time": 1681536893.8209667,
|
| 27 |
+
"auxillary_file_paths": [
|
| 28 |
+
"results3/SoccerTwos/SoccerTwos/SoccerTwos-83999981.pt"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"steps": 85999976,
|
| 33 |
+
"file_path": "results3/SoccerTwos/SoccerTwos/SoccerTwos-85999976.onnx",
|
| 34 |
+
"reward": 0.0,
|
| 35 |
+
"creation_time": 1681539766.9191284,
|
| 36 |
+
"auxillary_file_paths": [
|
| 37 |
+
"results3/SoccerTwos/SoccerTwos/SoccerTwos-85999976.pt"
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"steps": 87847514,
|
| 42 |
+
"file_path": "results3/SoccerTwos/SoccerTwos/SoccerTwos-87847514.onnx",
|
| 43 |
+
"reward": 0.0,
|
| 44 |
+
"creation_time": 1681542428.011764,
|
| 45 |
+
"auxillary_file_paths": [
|
| 46 |
+
"results3/SoccerTwos/SoccerTwos/SoccerTwos-87847514.pt"
|
| 47 |
+
]
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"elo": 1729.8781344777124,
|
| 51 |
+
"final_checkpoint": {
|
| 52 |
+
"steps": 87847514,
|
| 53 |
+
"file_path": "results3/SoccerTwos/SoccerTwos.onnx",
|
| 54 |
+
"reward": 0.0,
|
| 55 |
+
"creation_time": 1681542428.011764,
|
| 56 |
+
"auxillary_file_paths": [
|
| 57 |
+
"results3/SoccerTwos/SoccerTwos/SoccerTwos-87847514.pt"
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"metadata": {
|
| 62 |
+
"stats_format_version": "0.3.0",
|
| 63 |
+
"mlagents_version": "0.31.0.dev0",
|
| 64 |
+
"torch_version": "1.11.0+cu102"
|
| 65 |
+
}
|
| 66 |
+
}
|