Name | batch_18__job_wu1078_0 |
Workunit | 33734 |
Created | 6 Feb 2025, 16:22:50 UTC |
Sent | 6 Feb 2025, 16:23:51 UTC |
Report deadline | 13 Feb 2025, 16:23:51 UTC |
Received | 6 Feb 2025, 16:38:46 UTC |
Server state | Over |
Outcome | Validate error |
Client state | Done |
Exit status | 0 (0x00000000) |
Computer ID | 2 |
Run time | 12 min 10 sec |
CPU time | 4 min 56 sec |
Validate state | Invalid |
Credit | 0.00 |
Device peak FLOPS | 5.69 GFLOPS |
Application version | BUDA v3.00 x86_64-pc-linux-gnu |
Peak working set size | 27.23 MB |
Peak swap size | 1.69 GB |
Peak disk usage | 46.24 KB |
<core_client_version>8.0.2</core_client_version> <![CDATA[ <stderr_txt> Raw image name (length 25): 62 6F 69 6E 63 5F 67 65 70 70 65 74 74 6F 5F 74 65 73 74 5F 76 65 72 5F 31 Image name: boinc_geppetto_test_ver_1 Utilizzo nome immagine boinc_geppetto_test_ver_1Wrapper config file: workdir: /app running docker command: ps --all --filter "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES creating container boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: images command output: REPOSITORY TAG IMAGE ID CREATED SIZE <none> <none> e5da8f82db6c About an hour ago 1.54GB boinc__127.0.0.1_llmentorgrid__batch_13__job_wu1123 latest ef94d6a9d3be 2 days ago 2GB boinc__127.0.0.1_llmentorgrid__batch_13__job_wu1175 latest e9568b5238c2 2 days ago 2GB <none> <none> 66167a696c1f 2 days ago 1.51GB <none> <none> 5f32f4f42be4 2 days ago 1.51GB boinc_geppetto_test latest 646611d44b20 12 days ago 2GB <none> <none> c65e72c569a5 12 days ago 1.51GB <none> <none> ef0718242563 12 days ago 1.51GB <none> <none> 210896cd6ba7 2 weeks ago 2GB <none> <none> 262f6a72a1b1 2 weeks ago 2GB <none> <none> 41feedfa5ffd 2 weeks ago 2GB <none> <none> bc87ce337b5d 2 weeks ago 1.51GB boinc__127.0.0.1_llmentorgrid__batch_12__job_wu1037 latest 42c74b1ebceb 2 weeks ago 2GB boinc__127.0.0.1_llmentorgrid__batch_12__job_wu104 latest 769d316136ea 2 weeks ago 2GB <none> <none> 244b17dd8623 2 weeks ago 1.51GB boinc__127.0.0.1_llmentorgrid__batch_12__job_wu10 latest 9031f5ec0845 2 weeks ago 2GB <none> <none> d831f7871f3f 2 weeks ago 1.51GB boinc__127.0.0.1_llmentorgrid__batch_11__job_wu1004 latest bb67ffc71592 3 weeks ago 2GB geppetto_final latest bb67ffc71592 3 weeks ago 2GB geppettotar2 latest a4f2f77c39ee 3 weeks ago 4.14GB geppettotar latest ce76b329ef7c 3 weeks ago 4.06GB myapp fromtar 5d3b3ed34d71 3 weeks ago 2.06GB <none> <none> a160bdbfc9f1 3 weeks ago 4.05GB <none> <none> 7695f698a321 3 weeks ago 4.05GB <none> <none> 4cd75cc37cef 3 weeks ago 4.05GB <none> <none> 12348a96383d 3 weeks ago 4.05GB <none> <none> e1231450d5c6 3 weeks ago 4.05GB <none> <none> fbb83622a229 3 weeks ago 2.03GB llmentorgrid-apache latest 0a28c0dc2334 3 weeks ago 517MB <none> <none> 55056dd077ac 3 weeks ago 1.09GB llmentorgrid-makeproject latest 960068e8437b 3 weeks ago 1.09GB alpine latest b0c9d60fc5e3 4 weeks ago 7.83MB ubuntu 24.04 b1d9df8ab815 2 months ago 78.1MB llmentorgrid-mysql latest 627f1b43b1f1 6 years ago 363MB The image boinc_geppetto_test_ver_1 does not existbuilding image running docker command: build . -t boinc_geppetto_test_ver_1 -f Geppetto_Dockerfile DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ command output: Sending build context to Docker daemon 53.76kB Step 1/12 : FROM ubuntu:24.04 ---> b1d9df8ab815 Step 2/12 : LABEL maintainer="matteo.rinaldi@unito.it" ---> Using cache ---> d5ec4fed4b0f Step 3/12 : LABEL description="BOINC docker app for LLMentorGrid: runs Geppetto using Huggingface's transformers library" ---> Using cache ---> cdad0e00c179 Step 4/12 : RUN apt update && apt install -y python3 python3-dev python3-pip gcc && rm -rf /var/cache/apt/* ---> Using cache ---> 30dd853d477a Step 5/12 : ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 ---> Using cache ---> 080cb7a4ab90 Step 6/12 : WORKDIR /app ---> Using cache ---> 31339405ce0a Step 7/12 : COPY requirements.txt . ---> Using cache ---> 03d08531adc9 Step 8/12 : RUN pip3 install torch --no-cache-dir --break-system-packages --index-url https://download.pytorch.org/whl/cpu ---> Using cache ---> ce707e6cf7d2 Step 9/12 : RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages ---> Using cache ---> 7f060a610e8e Step 10/12 : COPY . . ---> e2cce2f9a6dc Step 11/12 : RUN python3 geppetto_model.py ---> Running in 54a909170213 [91m/usr/local/lib/python3.12/dist-packages/transformers/models/auto/modeling_auto.py:1881: FutureWarning: The class `AutoModelWithLMHead` is deprecated and will be removed in a future version. Please use `AutoModelForCausalLM` for causal language models , `AutoModelForMaskedLM` for masked language models and `AutoModelForSeq2SeqLM` for encoder-decoder models. warnings.warn( [0m ---> Removed intermediate container 54a909170213 ---> c99c2abd80a4 Step 12/12 : CMD python3 geppetto_cpu.py ---> Running in 4b00c17003b3 ---> Removed intermediate container 4b00c17003b3 ---> d8a39fe8a856 Successfully built d8a39fe8a856 Successfully tagged boinc_geppetto_test_ver_1:latest running docker command: create --name boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 -v .:/app -e ARGS="" boinc_geppetto_test_ver_1 command output: 7a0a5215ae47c246f27f55acb34d242cec78531dfe6c3465946da753daaca06f starting container running docker command: start boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" Less than a second ago Up Less than a second boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 89.00% 47.35MiB / 7.746GiB reporting CPU 8.900000 WSS 49650073.600000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 12 seconds ago Up 12 seconds boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 85.72% 315.3MiB / 7.746GiB reporting CPU 17.472000 WSS 330616012.800000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 24 seconds ago Up 23 seconds boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 85.09% 315.4MiB / 7.746GiB reporting CPU 25.981000 WSS 330720870.400000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 35 seconds ago Up 35 seconds boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 79.65% 331.1MiB / 7.746GiB reporting CPU 33.946000 WSS 347183513.600000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 47 seconds ago Up 47 seconds boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 84.73% 336.3MiB / 7.746GiB reporting CPU 42.419000 WSS 352636108.800000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 59 seconds ago Up 58 seconds boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 105.49% 350.6MiB / 7.746GiB reporting CPU 52.968000 WSS 367630745.600000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" About a minute ago Up About a minute boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 114.03% 350.6MiB / 7.746GiB reporting CPU 64.371000 WSS 367630745.600000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" About a minute ago Up About a minute boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 92.15% 350.6MiB / 7.746GiB reporting CPU 73.586000 WSS 367630745.600000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" About a minute ago Up About a minute boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 130.70% 350.7MiB / 7.746GiB reporting CPU 86.656000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" About a minute ago Up About a minute boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 79.73% 350.7MiB / 7.746GiB reporting CPU 94.629000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" About a minute ago Up About a minute boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 82.81% 350.7MiB / 7.746GiB reporting CPU 102.910000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 2 minutes ago Up 2 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 83.14% 350.7MiB / 7.746GiB reporting CPU 111.224000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 2 minutes ago Up 2 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 126.84% 350.7MiB / 7.746GiB reporting CPU 123.908000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 2 minutes ago Up 2 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 90.38% 350.7MiB / 7.746GiB reporting CPU 132.946000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 2 minutes ago Up 2 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 73.57% 350.7MiB / 7.746GiB reporting CPU 140.303000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 2 minutes ago Up 2 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 153.95% 350.7MiB / 7.746GiB reporting CPU 155.698000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 3 minutes ago Up 3 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 126.42% 350.7MiB / 7.746GiB reporting CPU 168.340000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 3 minutes ago Up 3 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 68.03% 350.7MiB / 7.746GiB reporting CPU 175.143000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 3 minutes ago Up 3 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 82.78% 350.7MiB / 7.746GiB reporting CPU 183.421000 WSS 367735603.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 3 minutes ago Up 3 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 130.95% 351.4MiB / 7.746GiB reporting CPU 196.516000 WSS 368469606.400000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 3 minutes ago Up 3 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 153.79% 364.5MiB / 7.746GiB reporting CPU 211.895000 WSS 382205952.000000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 4 minutes ago Up 4 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 115.78% 364.5MiB / 7.746GiB reporting CPU 223.473000 WSS 382205952.000000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 4 minutes ago Up 4 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 149.02% 364.5MiB / 7.746GiB reporting CPU 238.375000 WSS 382205952.000000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 4 minutes ago Up 4 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 118.28% 364.5MiB / 7.746GiB reporting CPU 250.203000 WSS 382205952.000000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 4 minutes ago Up 4 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 118.86% 364.5MiB / 7.746GiB reporting CPU 262.089000 WSS 382205952.000000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 4 minutes ago Up 4 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 113.54% 364.5MiB / 7.746GiB reporting CPU 273.443000 WSS 382205952.000000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 5 minutes ago Up 5 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 112.41% 374.7MiB / 7.746GiB reporting CPU 284.684000 WSS 392901427.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 5 minutes ago Up 5 minutes boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: stats --no-stream --format "{{.CPUPerc}} {{.MemUsage}}" boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: 116.72% 374.7MiB / 7.746GiB reporting CPU 296.356000 WSS 392901427.200000 client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7a0a5215ae47 boinc_geppetto_test_ver_1 "/bin/sh -c 'python3…" 5 minutes ago Exited (0) 3 seconds ago boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: logs boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 Device set to use cpu command output: stderr from container: stderr end running docker command: stop boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 running docker command: container rm boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 command output: boinc__boinc.llmentor.org_llmentorgrid__batch_18__job_wu1078_0 2025-02-06 17:36:16 (241265): called boinc_finish(0) </stderr_txt> ]]>
©2025 Matteo Rinaldi