18806 and 18820 Dumped WUs

Moderators: Site Moderators, FAHC Science Team

arisu
Posts: 466
Joined: Mon Feb 24, 2025 11:11 pm

Re: 18806 and 18820 Dumped WUs

Post by arisu »

muziqaz wrote: Fri Mar 21, 2025 3:05 pm Of you fold on all 12 threads, your GPU will choke and will be folding very slowly
He has it set to 11 threads but only 10 are being used. On v8, he has to set it to 12 threads if he wants to use 11 threads. If it is in the same resource group as the GPU, running a GPU WU will automatically subtract one thread and it will go to 11.
muziqaz
Posts: 1722
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: 18806 and 18820 Dumped WUs

Post by muziqaz »

arisu wrote: Sun Mar 23, 2025 4:23 am
muziqaz wrote: Fri Mar 21, 2025 3:05 pm Of you fold on all 12 threads, your GPU will choke and will be folding very slowly
He has it set to 11 threads but only 10 are being used. On v8, he has to set it to 12 threads if he wants to use 11 threads. If it is in the same resource group as the GPU, running a GPU WU will automatically subtract one thread and it will go to 11.
You can override whatever client sets automatically in the beginning, which is 11/12
Client does not take one core from you if you set it to 12 out of 12, regardless of the fahcores.
On V8 he has to set it to 11 if he wants 11 to be used.
FAH Omega tester
Image
arisu
Posts: 466
Joined: Mon Feb 24, 2025 11:11 pm

Re: 18806 and 18820 Dumped WUs

Post by arisu »

muziqaz wrote: Sun Mar 23, 2025 8:09 am
arisu wrote: Sun Mar 23, 2025 4:23 am
muziqaz wrote: Fri Mar 21, 2025 3:05 pm Of you fold on all 12 threads, your GPU will choke and will be folding very slowly
He has it set to 11 threads but only 10 are being used. On v8, he has to set it to 12 threads if he wants to use 11 threads. If it is in the same resource group as the GPU, running a GPU WU will automatically subtract one thread and it will go to 11.
You can override whatever client sets automatically in the beginning, which is 11/12
Client does not take one core from you if you set it to 12 out of 12, regardless of the fahcores.
On V8 he has to set it to 11 if he wants 11 to be used.
That's strange. I have mine set to 8/8 cores, slider all the way to the right, and it's using only 7 cores for the CPU and one for the GPU. When there is no GPU WU, it automatically increases itself to use all 8 cores (and then decrease to 7 if a GPU WU starts).

Code: Select all

$ lufah config cpus
8
$ lufah get units.0.cpus
1
$ lufah get units.1.cpus
7
$ lufah get units.0.gpus
[
  "gpu:03:00:00"
]
$ lufah get units.1.gpus
[]
It is definitely running with 7 and isn't just a lufah or API bug:

Code: Select all

$ ps -U fah-client -o cmd= | grep -Eo -- "-np.*"
-np 7
muziqaz
Posts: 1722
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: 18806 and 18820 Dumped WUs

Post by muziqaz »

That might be biproduct of lufah. Natively controlled fah-client starts folding on 32 threads out of 32 (slider to the max), even when GPU is already folding. However, this is the case when CPU has its own resource group and GPU has its own group.
Ok, if GPU and CPU are sharing the same Resource Group (Default), CPU WU does end up reducing to -nt 31, while the slider is still at 32.

I think for simplicity reasons it is best to recommend people manually set the slider to max thread count minus number of folding GPUs on the system
FAH Omega tester
Image
muziqaz
Posts: 1722
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: 18806 and 18820 Dumped WUs

Post by muziqaz »

The problem with fahcore_a9 might be that it doesn't take lightly the dynamic changes in core count mid folding

fahcore_a8 doesn't care. It will add extra threads, but it will not use them until new WU is downloaded and started.
a8 core drops threads dynamically mid current WU, but increase in threads only applies when new WU is started
FAH Omega tester
Image
arisu
Posts: 466
Joined: Mon Feb 24, 2025 11:11 pm

Re: 18806 and 18820 Dumped WUs

Post by arisu »

At least on my system, a8 will happily change the number of threads. I could decrease it to one thread and it would use only one, then back up to 8 and it would use its maximum (7), even with the same WU.

Anyway in OP's case he does have to set it to 12 to get 11 threads. I think that is the case with most people since creating resource groups is more advanced.
muziqaz
Posts: 1722
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: 18806 and 18820 Dumped WUs

Post by muziqaz »

there have not been any changes to a8 since our initial testing.
You start folding on a8 with 32 threads, it uses 32.
You change it to 31 while folding, it will change and use 31 straight away
You change back to 32 threads on the same WU which you had set to 32t, and then dropped to 31, it might pick back up to 32t and use them. However, if you start new WU with 31t, and increase to 32t while that WU is being folded, a8 will not fold on all 32t until new WU is downloaded and started.
It can only fold at thread count at which that WU started with, or less. But not more.

The reason we tested it(a8) so thoroughly is because a7 core had issues with certain thread counts (prime numbers)
FAH Omega tester
Image
arisu
Posts: 466
Joined: Mon Feb 24, 2025 11:11 pm

Re: 18806 and 18820 Dumped WUs

Post by arisu »

That makes sense. I was starting at the maximum and found I could decrease and then increase it back.
arisu
Posts: 466
Joined: Mon Feb 24, 2025 11:11 pm

Re: 18806 and 18820 Dumped WUs

Post by arisu »

muziqaz wrote: Sun Mar 23, 2025 11:30 am there have not been any changes to a8 since our initial testing.
You start folding on a8 with 32 threads, it uses 32.
You change it to 31 while folding, it will change and use 31 straight away
You change back to 32 threads on the same WU which you had set to 32t, and then dropped to 31, it might pick back up to 32t and use them. However, if you start new WU with 31t, and increase to 32t while that WU is being folded, a8 will not fold on all 32t until new WU is downloaded and started.
It can only fold at thread count at which that WU started with, or less. But not more.

The reason we tested it(a8) so thoroughly is because a7 core had issues with certain thread counts (prime numbers)
Actually it must have changed. I just tested this with both a8 and a9 and it was able to start with 4 threads and increase to 8 threads. I tested this both with fah-client and by manually running the cores themselves. It used all the threads it was given, no matter how many it started with.

I even made the client think I had a 24 core system mid-WU (hooked sysconf), restarted the client, and the core started up 24 threads without issue (of course performance was terrible because they were all sharing just 8 cores).

If the cores are not meant to do that, then this must be a regression.
Manndolin
Posts: 8
Joined: Fri Mar 14, 2025 12:13 pm
Hardware configuration: PowerSpec G235 Gaming PC
Processor 12th Gen Intel(R) Core(TM) i5-12400F 2.50 GHz
Graphics NVIDIA GeForce RTX 4060 Graphics Card
OS Windows 11 Home
Location: USA

Re: 18806 and 18820 Dumped WUs

Post by Manndolin »

Update:

In the last few days I've tried two things:
1. Set CPU usage to 12/12 WITH the GPU enabled.
Result: Dropped WU from project 18820.
2. Set CPU usage to 12/2 WITHOUT the GPU enabled.
Result: Eventually loaded and completed a WU from 18820.

Although I do not know how to turn this into an actionable solution, I do now know that it will run the unit if it has access to as many CPUs as listed. The only problem is that I would much prefer to contribute with my GPU as well, especially since these are the only CPU jobs that seem to crash when my GPU is also running.

I may email the Flatiron Institute or who runs both projects or Cauldron Development who authored them and inform them of the issue.
Manndolin
Posts: 8
Joined: Fri Mar 14, 2025 12:13 pm
Hardware configuration: PowerSpec G235 Gaming PC
Processor 12th Gen Intel(R) Core(TM) i5-12400F 2.50 GHz
Graphics NVIDIA GeForce RTX 4060 Graphics Card
OS Windows 11 Home
Location: USA

Re: 18806 and 18820 Dumped WUs

Post by Manndolin »

12:13:54:I1:WU187:Requesting WU assignment for user __________ team 0
12:13:55:I1:WU187:Received WU assignment oN7wU5gAbON9Fmhg9ZIEKSZ-PF-SHdk4k__rqrDEqso
12:13:55:I1:WU187:Downloading WU
12:13:55:I1:WU187:Received WU P18820 R356 C0 G248
12:13:55:I3:WU187:Started FahCore on PID 13584
12:13:55:I1:WU187:*********************** Log Started 2025-03-26T12:13:55Z ***********************
12:13:55:I1:WU187:************************** Gromacs Folding@home Core ***************************
12:13:55:I1:WU187: Core: Gromacs
12:13:55:I1:WU187: Type: 0xa9
12:13:55:I1:WU187: Version: 0.0.12
12:13:55:I1:WU187: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
12:13:55:I1:WU187: Copyright: 2022 foldingathome.org
12:13:55:I1:WU187: Homepage: https://foldingathome.org/
12:13:55:I1:WU187: Date: Nov 15 2022
12:13:55:I1:WU187: Time: 13:31:08
12:13:55:I1:WU187: Compiler: Visual C++
12:13:55:I1:WU187: Options: /TP /std:c++17 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
12:13:55:I1:WU187: Platform: win32 10
12:13:55:I1:WU187: Bits: 64
12:13:55:I1:WU187: Mode: Release
12:13:55:I1:WU187: SIMD: avx2_256
12:13:55:I1:WU187: OpenMP: ON
12:13:55:I1:WU187: CUDA: OFF
12:13:55:I1:WU187: OpenCL: OFF
12:13:55:I1:WU187: Args: -dir oN7wU5gAbON9Fmhg9ZIEKSZ-PF-SHdk4k__rqrDEqso -suffix 01
12:13:55:I1:WU187: -version 8.4.9 -lifeline 19376 -np 12
12:13:55:I1:WU187:************************************ libFAH ************************************
12:13:55:I1:WU187: Date: Nov 15 2022
12:13:55:I1:WU187: Time: 13:30:33
12:13:55:I1:WU187: Compiler: Visual C++
12:13:55:I1:WU187: Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
12:13:55:I1:WU187: Platform: win32 10
12:13:55:I1:WU187: Bits: 64
12:13:55:I1:WU187: Mode: Release
12:13:55:I1:WU187:************************************ CBang *************************************
12:13:55:I1:WU187: Date: Nov 15 2022
12:13:55:I1:WU187: Time: 13:29:57
12:13:55:I1:WU187: Compiler: Visual C++
12:13:55:I1:WU187: Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
12:13:55:I1:WU187: Platform: win32 10
12:13:55:I1:WU187: Bits: 64
12:13:55:I1:WU187: Mode: Release
12:13:55:I1:WU187:************************************ System ************************************
12:13:55:I1:WU187: CPU: 12th Gen Intel(R) Core(TM) i5-12400F
12:13:55:I1:WU187: CPU ID: GenuineIntel Family 6 Model 151 Stepping 5
12:13:55:I1:WU187: CPUs: 12
12:13:55:I1:WU187: Memory: 15.82GiB
12:13:55:I1:WU187:Free Memory: 7.54GiB
12:13:55:I1:WU187: Threads: WINDOWS_THREADS
12:13:55:I1:WU187: OS Version: 6.2
12:13:55:I1:WU187:Has Battery: false
12:13:55:I1:WU187: On Battery: false
12:13:55:I1:WU187: UTC Offset: -4
12:13:55:I1:WU187: PID: 13584
12:13:55:I1:WU187: CWD: C:\ProgramData\FAHClient\work
12:13:55:I1:WU187: Exec: C:\ProgramData\FAHClient\cores\gromacs-core-a9\windows-10-64bit\cpu-avx2_256-release\fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12\FahCore_a9.exe
12:13:55:I1:WU187:********************************************************************************
12:13:55:I1:WU187:Project: 18820 (Run 356, Clone 0, Gen 248)
12:13:55:I1:WU187:Reading tar file core.xml
12:13:55:I1:WU187:Reading tar file frame248.tpr
12:13:55:I1:WU187:Digital signatures verified
12:13:55:I1:WU187:Calling: mdrun -c frame248.gro -s frame248.tpr -x frame248.xtc -cpt 5 -nt 12 -ntmpi 1 -update cpu -nb cpu -bonded cpu -pme cpu -pmefft cpu
12:13:55:I1:WU187:Steps: first=620000000 total=622500000
12:13:57:I1:WU187:Completed 1 out of 2500000 steps (0%)
12:14:48:I1:WU187:Completed 25000 out of 2500000 steps (1%)
12:14:59:W :WU187:Visualization frame 1 unchanged, skipping
12:15:36:I1:WU187:Completed 50000 out of 2500000 steps (2%)
....ETC ETC
13:30:31:W :WU187:Visualization frame 97 unchanged, skipping
13:31:07:I1:WU187:Completed 2450000 out of 2500000 steps (98%)
13:31:54:I1:WU187:Completed 2475000 out of 2500000 steps (99%)
13:32:05:W :WU187:Visualization frame 99 unchanged, skipping
13:32:41:I1:WU187:Completed 2500000 out of 2500000 steps (100%)
13:32:41:I1:WU187:Saving result file ..\logfile_01.txt
13:32:41:I1:WU187:Saving result file frame248.gro
13:32:41:I1:WU187:Saving result file frame248.xtc
13:32:41:I1:WU187:Saving result file md.log
13:32:41:I1:WU187:Saving result file science.log
13:32:41:I1:WU187:Saving result file state.cpt
13:32:41:I1:WU187:Folding@home Core Shutdown: FINISHED_UNIT
13:32:42:I1:WU187:Core returned FINISHED_UNIT (100)
13:32:42:I1:WU187:Uploading WU results
13:32:42:I1:WU187:Credited
muziqaz
Posts: 1722
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: 18806 and 18820 Dumped WUs

Post by muziqaz »

Set the slider to for CPU to 10, and leave the GPU ticked. Save. Happy folding
Or, heck, set it to 8.
FAH Omega tester
Image
azhad
Posts: 16
Joined: Tue Jul 27, 2021 9:40 pm

Re: 18806 and 18820 Dumped WUs

Post by azhad »

RCG 76,24,402 - crashed after 97% as I forgot to shutdown FAH before shutting down Windows. WU (746) is in a Shutting Down state in GUI. Log says dumped.

Code: Select all

12:52:43:I1:WU746:Requesting WU assignment for user azhad team 32777
12:52:43:I1:OUT74:> POST https://assign5.foldingathome.org/api/assign HTTP/1.1
12:52:44:I1:OUT74:< HTTP/1.1 200 HTTP_OK
12:52:44:I1:WU746:Received WU assignment _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg
12:52:44:I1:WU746:Downloading WU
12:52:44:I1:OUT73:> POST https://vav21.fah.temple.edu/api/results HTTP/1.1
12:52:44:I1:OUT75:> POST https://fahserver1.flatironinstitute.org/api/assign HTTP/1.1
12:52:49:I1:OUT75:< HTTP/1.1 200 HTTP_OK
12:52:49:I1:WU746:Received WU P18806 R76 C24 G402
12:52:49:I3:Running FahCore: D:\ProgramData\FAHClient\cores/gromacs-core-a9/windows-10-64bit/cpu-avx2_256-release/fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12/FahCore_a9.exe -dir _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg -suffix 01 -version 8.4.9 -lifeline 27796 -np 15
12:52:49:I3:WU746:Started FahCore on PID 17240
12:52:50:I1:WU746:*********************** Log Started 2025-05-11T12:52:49Z ***********************
12:52:50:I1:WU746:************************** Gromacs Folding@home Core ***************************
12:52:50:I1:WU746:       Core: Gromacs
12:52:50:I1:WU746:       Type: 0xa9
12:52:50:I1:WU746:    Version: 0.0.12
12:52:50:I1:WU746:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
12:52:50:I1:WU746:  Copyright: 2022 foldingathome.org
12:52:50:I1:WU746:   Homepage: https://foldingathome.org/
12:52:50:I1:WU746:       Date: Nov 15 2022
12:52:50:I1:WU746:       Time: 13:31:08
12:52:50:I1:WU746:   Compiler: Visual C++
12:52:50:I1:WU746:    Options: /TP /std:c++17 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
12:52:50:I1:WU746:   Platform: win32 10
12:52:50:I1:WU746:       Bits: 64
12:52:50:I1:WU746:       Mode: Release
12:52:50:I1:WU746:       SIMD: avx2_256
12:52:50:I1:WU746:     OpenMP: ON
12:52:50:I1:WU746:       CUDA: OFF
12:52:50:I1:WU746:     OpenCL: OFF
12:52:50:I1:WU746:       Args: -dir _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg -suffix 01
12:52:50:I1:WU746:             -version 8.4.9 -lifeline 27796 -np 15
12:52:50:I1:WU746:************************************ libFAH ************************************
12:52:50:I1:WU746:       Date: Nov 15 2022
12:52:50:I1:WU746:       Time: 13:30:33
12:52:50:I1:WU746:   Compiler: Visual C++
12:52:50:I1:WU746:    Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
12:52:50:I1:WU746:   Platform: win32 10
12:52:50:I1:WU746:       Bits: 64
12:52:50:I1:WU746:       Mode: Release
12:52:50:I1:WU746:************************************ CBang *************************************
12:52:50:I1:WU746:       Date: Nov 15 2022
12:52:50:I1:WU746:       Time: 13:29:57
12:52:50:I1:WU746:   Compiler: Visual C++
12:52:50:I1:WU746:    Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
12:52:50:I1:WU746:   Platform: win32 10
12:52:50:I1:WU746:       Bits: 64
12:52:50:I1:WU746:       Mode: Release
12:52:50:I1:WU746:************************************ System ************************************
12:52:50:I1:WU746:        CPU: AMD Ryzen 7 7800X3D 8-Core Processor
12:52:50:I1:WU746:     CPU ID: AuthenticAMD Family 25 Model 97 Stepping 2
12:52:50:I1:WU746:       CPUs: 16
12:52:50:I1:WU746:     Memory: 95.16GiB
12:52:50:I1:WU746:Free Memory: 71.80GiB
12:52:50:I1:WU746:    Threads: WINDOWS_THREADS
12:52:50:I1:WU746: OS Version: 6.2
12:52:50:I1:WU746:Has Battery: false
12:52:50:I1:WU746: On Battery: false
12:52:50:I1:WU746: UTC Offset: 5
12:52:50:I1:WU746:        PID: 17240
12:52:50:I1:WU746:        CWD: D:\ProgramData\FAHClient\work
12:52:50:I1:WU746:       Exec: D:\ProgramData\FAHClient\cores\gromacs-core-a9\windows-10-64bit\cpu-avx2_256-release\fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12\FahCore_a9.exe
12:52:50:I1:WU746:********************************************************************************
12:52:50:I1:WU746:Project: 18806 (Run 76, Clone 24, Gen 402)
12:52:50:I1:WU746:Reading tar file core.xml
12:52:50:I1:WU746:Reading tar file frame402.tpr
12:52:50:I1:WU746:Digital signatures verified
12:52:50:I1:WU746:Calling: mdrun -c frame402.gro -s frame402.tpr -x frame402.xtc -cpt 5 -nt 15 -ntmpi 1 -update cpu -nb cpu -bonded cpu -pme cpu -pmefft cpu
12:52:50:I1:WU746:Steps: first=100500000 total=100750000
12:52:54:I1:WU746:Completed 1 out of 250000 steps (0%)
12:53:00:I1:OUT73:< HTTP/1.1 200 HTTP_OK
12:53:00:I1:WU745:Credited
12:54:08:I1:WU744:Completed 210000 out of 250000 steps (84%)
12:55:29:I1:WU746:Completed 2500 out of 250000 steps (1%)
12:55:42:W :WU746:Visualization frame 1 unchanged, skipping
12:56:15:I1:WU744:Completed 212500 out of 250000 steps (85%)
12:56:23:I1:WU744:Checkpoint completed at step 212500
12:58:11:I1:WU746:Completed 5000 out of 250000 steps (2%)
12:58:31:I1:WU744:Completed 215000 out of 250000 steps (86%)
13:00:38:I1:WU744:Completed 217500 out of 250000 steps (87%)
13:00:47:I1:WU746:Completed 7500 out of 250000 steps (3%)
13:01:00:W :WU746:Visualization frame 3 unchanged, skipping
13:02:45:I1:WU744:Completed 220000 out of 250000 steps (88%)
13:03:27:I1:WU746:Completed 10000 out of 250000 steps (4%)
13:04:54:I1:WU744:Completed 222500 out of 250000 steps (89%)
13:06:03:I1:WU746:Completed 12500 out of 250000 steps (5%)
13:06:16:W :WU746:Visualization frame 5 unchanged, skipping
13:07:01:I1:WU744:Completed 225000 out of 250000 steps (90%)
13:07:09:I1:WU744:Checkpoint completed at step 225000
13:08:46:I1:WU746:Completed 15000 out of 250000 steps (6%)
13:09:17:I1:WU744:Completed 227500 out of 250000 steps (91%)
13:11:22:I1:WU746:Completed 17500 out of 250000 steps (7%)
13:11:25:I1:WU744:Completed 230000 out of 250000 steps (92%)
13:11:35:W :WU746:Visualization frame 7 unchanged, skipping
13:13:34:I1:WU744:Completed 232500 out of 250000 steps (93%)
13:14:04:I1:WU746:Completed 20000 out of 250000 steps (8%)
13:15:43:I1:WU744:Completed 235000 out of 250000 steps (94%)
13:16:42:I1:WU746:Completed 22500 out of 250000 steps (9%)
13:16:55:W :WU746:Visualization frame 9 unchanged, skipping
13:17:50:I1:WU744:Completed 237500 out of 250000 steps (95%)
13:17:58:I1:WU744:Checkpoint completed at step 237500
13:19:25:I1:WU746:Completed 25000 out of 250000 steps (10%)
13:20:07:I1:WU744:Completed 240000 out of 250000 steps (96%)
13:22:02:I1:WU746:Completed 27500 out of 250000 steps (11%)
13:22:14:W :WU746:Visualization frame 11 unchanged, skipping
13:22:15:I1:WU744:Completed 242500 out of 250000 steps (97%)
13:24:23:I1:WU744:Completed 245000 out of 250000 steps (98%)
13:24:41:I1:WU746:Completed 30000 out of 250000 steps (12%)
13:26:31:I1:WU744:Completed 247500 out of 250000 steps (99%)
13:27:17:I1:WU746:Completed 32500 out of 250000 steps (13%)
13:27:30:W :WU746:Visualization frame 13 unchanged, skipping
13:28:37:I1:WU744:Completed 250000 out of 250000 steps (100%)
13:28:37:I1:WU744:Average performance: 6.76056 ns/day
13:28:46:I1:WU744:Checkpoint completed at step 250000
13:30:00:I1:WU744:Saving result file ..\logfile_01.txt
13:30:00:I1:WU744:Saving result file checkpointIntegrator.xml
13:30:00:I1:WU744:Saving result file checkpointState.xml.bz2
13:30:00:I1:WU744:Saving result file positions.xtc
13:30:00:I1:WU744:Saving result file science.log
13:30:00:I1:WU744:Saving result file xtcAtoms.csv.bz2
13:30:00:I1:WU744:Folding@home Core Shutdown: FINISHED_UNIT
13:30:01:I1:WU746:Completed 35000 out of 250000 steps (14%)
13:30:07:I1:WU744:Core returned FINISHED_UNIT (100)
13:30:09:I1:Default:Added new work unit: cpus:0 gpus:gpu:03:00:00
13:30:09:I1:WU744:Uploading WU results
13:30:10:I1:WU747:Requesting WU assignment for user azhad team 32777
13:30:10:I1:WU746:WARNING:Console control signal 1 on PID 17240
13:30:10:I1:WU746:Exiting, please wait. . .
13:30:10:I1:OUT78:> POST https://assign6.foldingathome.org/api/assign HTTP/1.1
13:30:10:I1:OUT77:> POST https://highland3.seas.upenn.edu/api/results HTTP/1.1
13:30:11:I1:OUT78:< HTTP/1.1 200 HTTP_OK
13:30:11:I1:WU747:Received WU assignment 7-_m_NMNhKN-P1LjOwnHv4Q1TR0TlSXTkZB-avOUbYc
13:30:11:I1:WU747:Downloading WU
13:30:12:I1:OUT79:> POST https://ds03.scs.illinois.edu/api/assign HTTP/1.1
13:30:13:I1:OUT79:< HTTP/1.1 503 HTTP_SERVICE_UNAVAILABLE
13:30:13:E :OUT79:HTTP_SERVICE_UNAVAILABLE: {"error":{"message":"Please wait","code":503}}
13:30:13:I1:WU747:Retry #1 in 2 secs
13:30:14:I1:WU746:Core returned INTERRUPTED (102)
13:30:14:I3:Running FahCore: D:\ProgramData\FAHClient\cores/gromacs-core-a9/windows-10-64bit/cpu-avx2_256-release/fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12/FahCore_a9.exe -dir _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg -suffix 01 -version 8.4.9 -lifeline 27796 -np 15
13:30:14:I3:WU746:Started FahCore on PID 16612
13:30:14:I1:WU746:*********************** Log Started 2025-05-11T13:30:14Z ***********************
13:30:14:I1:WU746:************************** Gromacs Folding@home Core ***************************
13:30:14:I1:WU746:       Core: Gromacs
13:30:14:I1:WU746:       Type: 0xa9
13:30:14:I1:WU746:    Version: 0.0.12
13:30:14:I1:WU746:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
13:30:14:I1:WU746:  Copyright: 2022 foldingathome.org
13:30:14:I1:WU746:   Homepage: https://foldingathome.org/
13:30:14:I1:WU746:       Date: Nov 15 2022
13:30:14:I1:WU746:       Time: 13:31:08
13:30:14:I1:WU746:   Compiler: Visual C++
13:30:14:I1:WU746:    Options: /TP /std:c++17 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
13:30:14:I1:WU746:   Platform: win32 10
13:30:14:I1:WU746:       Bits: 64
13:30:14:I1:WU746:       Mode: Release
13:30:14:I1:WU746:       SIMD: avx2_256
13:30:14:I1:WU746:     OpenMP: ON
13:30:14:I1:WU746:       CUDA: OFF
13:30:14:I1:WU746:     OpenCL: OFF
13:30:14:I1:WU746:       Args: -dir _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg -suffix 01
13:30:14:I1:WU746:             -version 8.4.9 -lifeline 27796 -np 15
13:30:14:I1:WU746:************************************ libFAH ************************************
13:30:14:I1:WU746:       Date: Nov 15 2022
13:30:14:I1:WU746:       Time: 13:30:33
13:30:14:I1:WU746:   Compiler: Visual C++
13:30:14:I1:WU746:    Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
13:30:14:I1:WU746:   Platform: win32 10
13:30:14:I1:WU746:       Bits: 64
13:30:14:I1:WU746:       Mode: Release
13:30:14:I1:WU746:************************************ CBang *************************************
13:30:14:I1:WU746:       Date: Nov 15 2022
13:30:14:I1:WU746:       Time: 13:29:57
13:30:14:I1:WU746:   Compiler: Visual C++
13:30:14:I1:WU746:    Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
13:30:14:I1:WU746:   Platform: win32 10
13:30:14:I1:WU746:       Bits: 64
13:30:14:I1:WU746:       Mode: Release
13:30:14:I1:WU746:************************************ System ************************************
13:30:14:I1:WU746:        CPU: AMD Ryzen 7 7800X3D 8-Core Processor
13:30:14:I1:WU746:     CPU ID: AuthenticAMD Family 25 Model 97 Stepping 2
13:30:14:I1:WU746:       CPUs: 16
13:30:14:I1:WU746:     Memory: 95.16GiB
13:30:14:I1:WU746:Free Memory: 77.68GiB
13:30:14:I1:WU746:    Threads: WINDOWS_THREADS
13:30:14:I1:WU746: OS Version: 6.2
13:30:14:I1:WU746:Has Battery: false
13:30:14:I1:WU746: On Battery: false
13:30:14:I1:WU746: UTC Offset: 5
13:30:14:I1:WU746:        PID: 16612
13:30:14:I1:WU746:        CWD: D:\ProgramData\FAHClient\work
13:30:14:I1:WU746:       Exec: D:\ProgramData\FAHClient\cores\gromacs-core-a9\windows-10-64bit\cpu-avx2_256-release\fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12\FahCore_a9.exe
13:30:14:I1:WU746:********************************************************************************
13:30:14:I1:WU746:Project: 18806 (Run 76, Clone 24, Gen 402)
13:30:14:I1:WU746:Digital signatures verified
13:30:14:I1:WU746:Calling: mdrun -c frame402.gro -s frame402.tpr -x frame402.xtc -cpi state.cpt -cpt 5 -nt 15 -ntmpi 1 -update cpu -nb cpu -bonded cpu -pme cpu -pmefft cpu
13:30:14:I1:WU746:Steps: first=100500000 total=100750000
13:30:15:I1:WU747:Requesting WU assignment for user azhad team 32777
13:30:15:I1:OUT80:> POST https://assign1.foldingathome.org/api/assign HTTP/1.1
13:30:16:I1:OUT80:< HTTP/1.1 200 HTTP_OK
13:30:16:I1:WU747:Received WU assignment hgoX74w1RH3Dhp5ZCRDMo1JeSZ-icPQiRnYgCQFX5AY
13:30:16:I1:WU747:Downloading WU
13:30:16:I1:OUT81:> POST https://ds01.scs.illinois.edu/api/assign HTTP/1.1
13:30:18:I1:WU746:Completed 35132 out of 250000 steps (14%)
13:30:26:I1:OUT81:< HTTP/1.1 200 HTTP_OK
13:30:26:I1:WU747:Received WU P12704 R17 C107 G9
13:30:26:I3:Running FahCore: D:\ProgramData\FAHClient\cores/openmm-core-23/windows-10-64bit/release/fahcore-23-windows-10-64bit-release-8.0.3/FahCore_23.exe -dir hgoX74w1RH3Dhp5ZCRDMo1JeSZ-icPQiRnYgCQFX5AY -suffix 01 -version 8.4.9 -lifeline 27796 -gpu-platform opencl -gpu-vendor amd -opencl-platform 0 -opencl-device 1 -gpu 1
13:30:26:I3:WU747:Started FahCore on PID 27752
13:30:26:I1:WU747:*********************** Log Started 2025-05-11T13:30:26Z ***********************
13:30:26:I1:WU747:*************************** Core23 Folding@home Core ***************************
13:30:26:I1:WU747:       Core: Core23
13:30:26:I1:WU747:       Type: 0x23
13:30:26:I1:WU747:    Version: 8.0.3
13:30:26:I1:WU747:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
13:30:26:I1:WU747:  Copyright: 2022 foldingathome.org
13:30:26:I1:WU747:   Homepage: https://foldingathome.org/
13:30:26:I1:WU747:       Date: Aug 3 2023
13:30:26:I1:WU747:       Time: 08:39:06
13:30:26:I1:WU747:   Compiler: Visual C++
13:30:26:I1:WU747:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
13:30:26:I1:WU747:             -DOPENMM_VERSION="\"8.0.0\""
13:30:26:I1:WU747:   Platform: win32 10
13:30:26:I1:WU747:       Bits: 64
13:30:26:I1:WU747:       Mode: Release
13:30:26:I1:WU747:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
13:30:26:I1:WU747:             <peastman@stanford.edu>
13:30:26:I1:WU747:       Args: -dir hgoX74w1RH3Dhp5ZCRDMo1JeSZ-icPQiRnYgCQFX5AY -suffix 01
13:30:26:I1:WU747:             -version 8.4.9 -lifeline 27796 -gpu-platform opencl -gpu-vendor amd
13:30:26:I1:WU747:             -opencl-platform 0 -opencl-device 1 -gpu 1
13:30:26:I1:WU747:************************************ libFAH ************************************
13:30:26:I1:WU747:       Date: Aug 3 2023
13:30:26:I1:WU747:       Time: 08:37:55
13:30:26:I1:WU747:   Compiler: Visual C++
13:30:26:I1:WU747:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
13:30:26:I1:WU747:   Platform: win32 10
13:30:26:I1:WU747:       Bits: 64
13:30:26:I1:WU747:       Mode: Release
13:30:26:I1:WU747:************************************ CBang *************************************
13:30:26:I1:WU747:    Version: 1.7.2
13:30:26:I1:WU747:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
13:30:26:I1:WU747:        Org: Cauldron Development LLC
13:30:26:I1:WU747:  Copyright: Cauldron Development LLC, 2003-2023
13:30:26:I1:WU747:   Homepage: https://cauldrondevelopment.com/
13:30:26:I1:WU747:    License: GPL 2+
13:30:26:I1:WU747:       Date: Aug 3 2023
13:30:26:I1:WU747:       Time: 08:37:14
13:30:26:I1:WU747:   Compiler: Visual C++
13:30:26:I1:WU747:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
13:30:26:I1:WU747:   Platform: win32 10
13:30:26:I1:WU747:       Bits: 64
13:30:26:I1:WU747:       Mode: Release
13:30:26:I1:WU747:************************************ System ************************************
13:30:26:I1:WU747:        CPU: AMD Ryzen 7 7800X3D 8-Core Processor
13:30:26:I1:WU747:     CPU ID: AuthenticAMD Family 25 Model 97 Stepping 2
13:30:26:I1:WU747:       CPUs: 16
13:30:26:I1:WU747:     Memory: 95.16GiB
13:30:26:I1:WU747:Free Memory: 75.30GiB
13:30:26:I1:WU747:    Threads: WINDOWS_THREADS
13:30:26:I1:WU747: OS Version: 6.2
13:30:26:I1:WU747:Has Battery: false
13:30:26:I1:WU747: On Battery: false
13:30:26:I1:WU747: UTC Offset: 5
13:30:26:I1:WU747:        PID: 27752
13:30:26:I1:WU747:        CWD: D:\ProgramData\FAHClient\work
13:30:26:I1:WU747:       Exec: D:\ProgramData\FAHClient\cores\openmm-core-23\windows-10-64bit\release\fahcore-23-windows-10-64bit-release-8.0.3\FahCore_23.exe
13:30:26:I1:WU747:************************************ OpenMM ************************************
13:30:26:I1:WU747:    Version: 8.0.0
13:30:26:I1:WU747:********************************************************************************
13:30:26:I1:WU747:Project: 12704 (Run 17, Clone 107, Gen 9)
13:30:26:I1:WU747:Reading tar file core.xml
13:30:26:I1:WU747:Reading tar file integrator.xml
13:30:26:I1:WU747:Reading tar file state.xml
13:30:27:I1:WU747:Reading tar file system.xml
13:30:27:I1:WU747:Digital signatures verified
13:30:27:I1:WU747:Folding@home GPU Core23 Folding@home Core
13:30:27:I1:WU747:Version 8.0.3
13:30:28:I1:WU747:  Checkpoint write interval: 100000 steps (5%) [20 total]
13:30:28:I1:WU747:  JSON viewer frame write interval: 20000 steps (1%) [100 total]
13:30:28:I1:WU747:  XTC frame write interval: 25000 steps (1.2%) [80 total]
13:30:28:I1:WU747:  Global context and integrator variables write interval: disabled
13:30:28:I1:WU747:There are 3 platforms available.
13:30:28:I1:WU747:Platform 0: Reference
13:30:28:I1:WU747:Platform 1: CPU
13:30:28:I1:WU747:Platform 2: OpenCL
13:30:28:I1:WU747:  opencl-device 1 specified
13:30:40:I1:OUT77:< HTTP/1.1 200 HTTP_OK
13:30:40:I1:WU744:Credited
13:30:48:I1:WU747:Attempting to create OpenCL context:
13:30:48:I1:WU747:  Configuring platform OpenCL
13:31:02:I1:WU747:  Using OpenCL on OpenCL platformId 0 and gpu 1
13:31:02:I1:WU747:  GPU info: Platform: OpenCL: AMD Accelerated Parallel Processing
13:31:02:I1:WU747:  GPU info: PlatformIndex: 0
13:31:02:I1:WU747:  GPU info: Device: gfx1030
13:31:02:I1:WU747:  GPU info: DeviceIndex: 1
13:31:02:I1:WU747:  GPU info: Vendor: 0x1002
13:31:02:I1:WU747:  GPU info: PCI: 03:00:00
13:31:02:I1:WU747:  GPU info: Compute: 2.0
13:31:02:I1:WU747:  GPU info: Driver: 3652.0
13:31:02:I1:WU747:  GPU info: GPU: true
13:31:02:I1:WU747:Completed 0 out of 2000000 steps (0%)
13:31:02:I1:WU747:Checkpoint completed at step 0
13:32:03:I1:WU747:Completed 20000 out of 2000000 steps (1%)
13:32:48:I1:WU746:Completed 37500 out of 250000 steps (15%)
13:33:04:I1:WU747:Completed 40000 out of 2000000 steps (2%)
13:34:04:I1:WU747:Completed 60000 out of 2000000 steps (3%)
13:35:04:I1:WU747:Completed 80000 out of 2000000 steps (4%)
13:35:28:I1:WU746:Completed 40000 out of 250000 steps (16%)
13:36:05:I1:WU747:Completed 100000 out of 2000000 steps (5%)
13:36:06:I1:WU747:Checkpoint completed at step 100000
13:37:06:I1:WU747:Completed 120000 out of 2000000 steps (6%)
13:38:05:I1:WU746:Completed 42500 out of 250000 steps (17%)
13:38:05:I1:WU747:Completed 140000 out of 2000000 steps (7%)
13:38:18:W :WU746:Visualization frame 17 unchanged, skipping
13:39:06:I1:WU747:Completed 160000 out of 2000000 steps (8%)
13:40:08:I1:WU747:Completed 180000 out of 2000000 steps (9%)
13:40:50:I1:WU746:Completed 45000 out of 250000 steps (18%)
13:41:14:I1:WU747:Completed 200000 out of 2000000 steps (10%)
13:41:15:I1:WU747:Checkpoint completed at step 200000
13:42:18:I1:WU747:Completed 220000 out of 2000000 steps (11%)
13:43:21:I1:WU747:Completed 240000 out of 2000000 steps (12%)
13:43:36:I1:WU746:Completed 47500 out of 250000 steps (19%)
13:43:48:W :WU746:Visualization frame 19 unchanged, skipping
13:44:25:I1:WU747:Completed 260000 out of 2000000 steps (13%)
13:45:28:I1:WU747:Completed 280000 out of 2000000 steps (14%)
13:46:25:I1:WU746:Completed 50000 out of 250000 steps (20%)
13:46:31:I1:WU747:Completed 300000 out of 2000000 steps (15%)
13:46:32:I1:WU747:Checkpoint completed at step 300000
13:47:35:I1:WU747:Completed 320000 out of 2000000 steps (16%)
13:48:38:I1:WU747:Completed 340000 out of 2000000 steps (17%)
13:49:12:I1:WU746:Completed 52500 out of 250000 steps (21%)
13:49:24:W :WU746:Visualization frame 21 unchanged, skipping
13:49:41:I1:WU747:Completed 360000 out of 2000000 steps (18%)
13:50:43:I1:WU747:Completed 380000 out of 2000000 steps (19%)
13:51:44:I1:WU747:Completed 400000 out of 2000000 steps (20%)
13:51:45:I1:WU747:Checkpoint completed at step 400000
13:51:55:I1:WU746:Completed 55000 out of 250000 steps (22%)
13:52:47:I1:WU747:Completed 420000 out of 2000000 steps (21%)
13:53:48:I1:WU747:Completed 440000 out of 2000000 steps (22%)
13:54:34:I1:WU746:Completed 57500 out of 250000 steps (23%)
13:54:47:W :WU746:Visualization frame 23 unchanged, skipping
13:54:50:I1:WU747:Completed 460000 out of 2000000 steps (23%)
13:55:52:I1:WU747:Completed 480000 out of 2000000 steps (24%)
13:56:54:I1:WU747:Completed 500000 out of 2000000 steps (25%)
13:56:54:I1:WU747:Checkpoint completed at step 500000
13:57:17:I1:WU746:Completed 60000 out of 250000 steps (24%)
13:57:56:I1:WU747:Completed 520000 out of 2000000 steps (26%)
13:59:00:I1:WU747:Completed 540000 out of 2000000 steps (27%)
14:00:01:I1:WU746:Completed 62500 out of 250000 steps (25%)
14:00:03:I1:WU747:Completed 560000 out of 2000000 steps (28%)
14:00:14:W :WU746:Visualization frame 25 unchanged, skipping
14:01:06:I1:WU747:Completed 580000 out of 2000000 steps (29%)
14:02:07:I1:WU747:Completed 600000 out of 2000000 steps (30%)
14:02:07:I1:WU747:Checkpoint completed at step 600000
14:02:45:I1:WU746:Completed 65000 out of 250000 steps (26%)
14:03:08:I1:WU747:Completed 620000 out of 2000000 steps (31%)
14:04:08:I1:WU747:Completed 640000 out of 2000000 steps (32%)
14:05:08:I1:WU747:Completed 660000 out of 2000000 steps (33%)
14:05:26:I1:WU746:Completed 67500 out of 250000 steps (27%)
14:06:12:I1:WU747:Completed 680000 out of 2000000 steps (34%)
14:07:14:I1:WU747:Completed 700000 out of 2000000 steps (35%)
14:07:14:I1:WU747:Checkpoint completed at step 700000
14:08:09:I1:WU746:Completed 70000 out of 250000 steps (28%)
14:08:19:I1:WU747:Completed 720000 out of 2000000 steps (36%)
14:08:21:W :WU746:Visualization frame 28 unchanged, skipping
14:09:18:I1:WU747:Completed 740000 out of 2000000 steps (37%)
14:10:17:I1:WU747:Completed 760000 out of 2000000 steps (38%)
14:10:49:I1:WU746:Completed 72500 out of 250000 steps (29%)
14:11:25:I1:WU747:Completed 780000 out of 2000000 steps (39%)
14:12:25:I1:WU747:Completed 800000 out of 2000000 steps (40%)
14:12:25:I1:WU747:Checkpoint completed at step 800000
14:13:29:I1:WU746:Completed 75000 out of 250000 steps (30%)
14:13:29:I1:WU747:Completed 820000 out of 2000000 steps (41%)
14:13:42:W :WU746:Visualization frame 30 unchanged, skipping
14:14:29:I1:WU747:Completed 840000 out of 2000000 steps (42%)
14:15:29:I1:WU747:Completed 860000 out of 2000000 steps (43%)
14:16:09:I1:WU746:Completed 77500 out of 250000 steps (31%)
14:16:31:I1:WU747:Completed 880000 out of 2000000 steps (44%)
14:17:31:I1:WU747:Completed 900000 out of 2000000 steps (45%)
14:17:32:I1:WU747:Checkpoint completed at step 900000
14:18:32:I1:WU747:Completed 920000 out of 2000000 steps (46%)
14:18:48:I1:WU746:Completed 80000 out of 250000 steps (32%)
14:19:01:W :WU746:Visualization frame 32 unchanged, skipping
14:19:32:I1:WU747:Completed 940000 out of 2000000 steps (47%)
14:20:32:I1:WU747:Completed 960000 out of 2000000 steps (48%)
14:21:28:I1:WU746:Completed 82500 out of 250000 steps (33%)
14:21:31:I1:WU747:Completed 980000 out of 2000000 steps (49%)
14:22:32:I1:WU747:Completed 1000000 out of 2000000 steps (50%)
14:22:33:I1:WU747:Checkpoint completed at step 1000000
14:23:35:I1:WU747:Completed 1020000 out of 2000000 steps (51%)
14:24:07:I1:WU746:Completed 85000 out of 250000 steps (34%)
14:24:19:W :WU746:Visualization frame 34 unchanged, skipping
14:24:36:I1:WU747:Completed 1040000 out of 2000000 steps (52%)
14:25:40:I1:WU747:Completed 1060000 out of 2000000 steps (53%)
14:26:52:I1:WU747:Completed 1080000 out of 2000000 steps (54%)
14:26:56:I1:WU746:Completed 87500 out of 250000 steps (35%)
14:27:54:I1:WU747:Completed 1100000 out of 2000000 steps (55%)
14:27:55:I1:WU747:Checkpoint completed at step 1100000
14:28:55:I1:WU747:Completed 1120000 out of 2000000 steps (56%)
14:29:34:I1:WU746:Completed 90000 out of 250000 steps (36%)
14:29:47:W :WU746:Visualization frame 36 unchanged, skipping
14:29:56:I1:WU747:Completed 1140000 out of 2000000 steps (57%)
14:30:57:I1:WU747:Completed 1160000 out of 2000000 steps (58%)
14:31:59:I1:WU747:Completed 1180000 out of 2000000 steps (59%)
14:32:17:I1:WU746:Completed 92500 out of 250000 steps (37%)
14:32:59:I1:WU747:Completed 1200000 out of 2000000 steps (60%)
14:32:59:I1:WU747:Checkpoint completed at step 1200000
14:33:59:I1:WU747:Completed 1220000 out of 2000000 steps (61%)
14:34:53:I1:WU746:Completed 95000 out of 250000 steps (38%)
14:34:58:I1:WU747:Completed 1240000 out of 2000000 steps (62%)
14:35:06:W :WU746:Visualization frame 38 unchanged, skipping
14:35:58:I1:WU747:Completed 1260000 out of 2000000 steps (63%)
14:37:01:I1:WU747:Completed 1280000 out of 2000000 steps (64%)
14:37:34:I1:WU746:Completed 97500 out of 250000 steps (39%)
14:38:00:I1:WU747:Completed 1300000 out of 2000000 steps (65%)
14:38:01:I1:WU747:Checkpoint completed at step 1300000
14:39:00:I1:WU747:Completed 1320000 out of 2000000 steps (66%)
14:39:59:I1:WU747:Completed 1340000 out of 2000000 steps (67%)
14:40:10:I1:WU746:Completed 100000 out of 250000 steps (40%)
14:40:59:I1:WU747:Completed 1360000 out of 2000000 steps (68%)
14:41:58:I1:WU747:Completed 1380000 out of 2000000 steps (69%)
14:42:50:I1:WU746:Completed 102500 out of 250000 steps (41%)
14:42:58:I1:WU747:Completed 1400000 out of 2000000 steps (70%)
14:42:58:I1:WU747:Checkpoint completed at step 1400000
14:43:58:I1:WU747:Completed 1420000 out of 2000000 steps (71%)
14:44:57:I1:WU747:Completed 1440000 out of 2000000 steps (72%)
14:45:29:I1:WU746:Completed 105000 out of 250000 steps (42%)
14:45:56:I1:WU747:Completed 1460000 out of 2000000 steps (73%)
14:46:55:I1:WU747:Completed 1480000 out of 2000000 steps (74%)
14:47:55:I1:WU747:Completed 1500000 out of 2000000 steps (75%)
14:47:56:I1:WU747:Checkpoint completed at step 1500000
14:48:06:I1:WU746:Completed 107500 out of 250000 steps (43%)
14:48:18:W :WU746:Visualization frame 43 unchanged, skipping
14:48:55:I1:WU747:Completed 1520000 out of 2000000 steps (76%)
14:49:54:I1:WU747:Completed 1540000 out of 2000000 steps (77%)
14:50:45:I1:WU746:Completed 110000 out of 250000 steps (44%)
14:50:54:I1:WU747:Completed 1560000 out of 2000000 steps (78%)
14:51:54:I1:WU747:Completed 1580000 out of 2000000 steps (79%)
14:52:54:I1:WU747:Completed 1600000 out of 2000000 steps (80%)
14:52:55:I1:WU747:Checkpoint completed at step 1600000
14:53:22:I1:WU746:Completed 112500 out of 250000 steps (45%)
14:53:34:W :WU746:Visualization frame 45 unchanged, skipping
14:53:56:I1:WU747:Completed 1620000 out of 2000000 steps (81%)
14:55:05:I1:WU747:Completed 1640000 out of 2000000 steps (82%)
14:56:14:I1:WU746:Completed 115000 out of 250000 steps (46%)
14:56:18:I1:WU747:Completed 1660000 out of 2000000 steps (83%)
14:57:28:I1:WU747:Completed 1680000 out of 2000000 steps (84%)
14:58:31:I1:WU747:Completed 1700000 out of 2000000 steps (85%)
14:58:32:I1:WU747:Checkpoint completed at step 1700000
14:58:59:I1:WU746:Completed 117500 out of 250000 steps (47%)
14:59:11:W :WU746:Visualization frame 47 unchanged, skipping
14:59:34:I1:WU747:Completed 1720000 out of 2000000 steps (86%)
15:00:36:I1:WU747:Completed 1740000 out of 2000000 steps (87%)
15:01:37:I1:WU747:Completed 1760000 out of 2000000 steps (88%)
15:01:41:I1:WU746:Completed 120000 out of 250000 steps (48%)
15:02:43:I1:WU747:Completed 1780000 out of 2000000 steps (89%)
15:03:44:I1:WU747:Completed 1800000 out of 2000000 steps (90%)
15:03:45:I1:WU747:Checkpoint completed at step 1800000
15:04:23:I1:WU746:Completed 122500 out of 250000 steps (49%)
15:04:35:W :WU746:Visualization frame 49 unchanged, skipping
15:04:45:I1:WU747:Completed 1820000 out of 2000000 steps (91%)
15:05:49:I1:WU747:Completed 1840000 out of 2000000 steps (92%)
15:06:51:I1:WU747:Completed 1860000 out of 2000000 steps (93%)
15:07:04:I1:WU746:Completed 125000 out of 250000 steps (50%)
15:07:52:I1:WU747:Completed 1880000 out of 2000000 steps (94%)
15:08:54:I1:WU747:Completed 1900000 out of 2000000 steps (95%)
15:08:54:I1:WU747:Checkpoint completed at step 1900000
15:09:41:I1:WU746:Completed 127500 out of 250000 steps (51%)
15:09:54:W :WU746:Visualization frame 51 unchanged, skipping
15:09:56:I1:WU747:Completed 1920000 out of 2000000 steps (96%)
15:10:57:I1:WU747:Completed 1940000 out of 2000000 steps (97%)
15:11:59:I1:WU747:Completed 1960000 out of 2000000 steps (98%)
15:12:22:I1:WU746:Completed 130000 out of 250000 steps (52%)
15:13:01:I1:WU747:Completed 1980000 out of 2000000 steps (99%)
15:14:02:I1:WU747:Completed 2000000 out of 2000000 steps (100%)
15:14:02:I1:WU747:Average performance: 112.208 ns/day
15:14:03:I1:WU747:Checkpoint completed at step 2000000
15:14:06:I1:WU747:Saving result file ..\logfile_01.txt
15:14:06:I1:WU747:Saving result file checkpointIntegrator.xml
15:14:06:I1:WU747:Saving result file checkpointState.xml
15:14:07:I1:WU747:Saving result file positions.xtc
15:14:08:I1:WU747:Saving result file science.log
15:14:08:I1:WU747:Folding@home Core Shutdown: FINISHED_UNIT
15:14:09:I1:WU747:Core returned FINISHED_UNIT (100)
15:14:09:I1:Default:Added new work unit: cpus:0 gpus:gpu:03:00:00
15:14:09:I1:WU747:Uploading WU results
15:14:10:I1:WU748:Requesting WU assignment for user azhad team 32777
15:14:10:I1:WU746:WARNING:Console control signal 1 on PID 16612
15:14:10:I1:WU746:Exiting, please wait. . .
15:14:10:I1:OUT84:> POST https://assign2.foldingathome.org/api/assign HTTP/1.1
15:14:11:I1:OUT84:< HTTP/1.1 200 HTTP_OK
15:14:11:I1:WU748:Received WU assignment tc2poVASQf4EVo_F02cURcg0M7s-9xIelcanDTaVQQs
15:14:11:I1:WU748:Downloading WU
15:14:11:I1:OUT83:> POST https://ds01.scs.illinois.edu/api/results HTTP/1.1
15:14:11:I1:OUT85:> POST https://highland3.seas.upenn.edu/api/assign HTTP/1.1
15:14:13:I1:WU746:Folding@home Core Shutdown: INTERRUPTED
15:14:14:I1:WU746:Core returned INTERRUPTED (102)
15:14:14:I3:Running FahCore: D:\ProgramData\FAHClient\cores/gromacs-core-a9/windows-10-64bit/cpu-avx2_256-release/fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12/FahCore_a9.exe -dir _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg -suffix 01 -version 8.4.9 -lifeline 27796 -np 15
15:14:14:I3:WU746:Started FahCore on PID 8312
15:14:14:I1:WU746:*********************** Log Started 2025-05-11T15:14:14Z ***********************
15:14:14:I1:WU746:************************** Gromacs Folding@home Core ***************************
15:14:14:I1:WU746:       Core: Gromacs
15:14:14:I1:WU746:       Type: 0xa9
15:14:14:I1:WU746:    Version: 0.0.12
15:14:14:I1:WU746:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:14:14:I1:WU746:  Copyright: 2022 foldingathome.org
15:14:14:I1:WU746:   Homepage: https://foldingathome.org/
15:14:14:I1:WU746:       Date: Nov 15 2022
15:14:14:I1:WU746:       Time: 13:31:08
15:14:14:I1:WU746:   Compiler: Visual C++
15:14:14:I1:WU746:    Options: /TP /std:c++17 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
15:14:14:I1:WU746:   Platform: win32 10
15:14:14:I1:WU746:       Bits: 64
15:14:14:I1:WU746:       Mode: Release
15:14:14:I1:WU746:       SIMD: avx2_256
15:14:14:I1:WU746:     OpenMP: ON
15:14:14:I1:WU746:       CUDA: OFF
15:14:14:I1:WU746:     OpenCL: OFF
15:14:14:I1:WU746:       Args: -dir _HlYPhFI82pwnTvK-0NUGK2YfRL4hIfrOGSdG5VHnkg -suffix 01
15:14:14:I1:WU746:             -version 8.4.9 -lifeline 27796 -np 15
15:14:14:I1:WU746:************************************ libFAH ************************************
15:14:14:I1:WU746:       Date: Nov 15 2022
15:14:14:I1:WU746:       Time: 13:30:33
15:14:14:I1:WU746:   Compiler: Visual C++
15:14:14:I1:WU746:    Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
15:14:14:I1:WU746:   Platform: win32 10
15:14:14:I1:WU746:       Bits: 64
15:14:14:I1:WU746:       Mode: Release
15:14:14:I1:WU746:************************************ CBang *************************************
15:14:14:I1:WU746:       Date: Nov 15 2022
15:14:14:I1:WU746:       Time: 13:29:57
15:14:14:I1:WU746:   Compiler: Visual C++
15:14:14:I1:WU746:    Options: /TP /std:c++14 /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
15:14:14:I1:WU746:   Platform: win32 10
15:14:14:I1:WU746:       Bits: 64
15:14:14:I1:WU746:       Mode: Release
15:14:14:I1:WU746:************************************ System ************************************
15:14:14:I1:WU746:        CPU: AMD Ryzen 7 7800X3D 8-Core Processor
15:14:14:I1:WU746:     CPU ID: AuthenticAMD Family 25 Model 97 Stepping 2
15:14:14:I1:WU746:       CPUs: 16
15:14:14:I1:WU746:     Memory: 95.16GiB
15:14:14:I1:WU746:Free Memory: 75.54GiB
15:14:14:I1:WU746:    Threads: WINDOWS_THREADS
15:14:14:I1:WU746: OS Version: 6.2
15:14:14:I1:WU746:Has Battery: false
15:14:14:I1:WU746: On Battery: false
15:14:14:I1:WU746: UTC Offset: 5
15:14:14:I1:WU746:        PID: 8312
15:14:14:I1:WU746:        CWD: D:\ProgramData\FAHClient\work
15:14:14:I1:WU746:       Exec: D:\ProgramData\FAHClient\cores\gromacs-core-a9\windows-10-64bit\cpu-avx2_256-release\fahcore-a9-windows-10-64bit-cpu-avx2_256-release-0.0.12\FahCore_a9.exe
15:14:14:I1:WU746:********************************************************************************
15:14:14:I1:WU746:Project: 18806 (Run 76, Clone 24, Gen 402)
15:14:14:I1:WU746:Digital signatures verified
15:14:14:I1:WU746:Calling: mdrun -c frame402.gro -s frame402.tpr -x frame402.xtc -cpi state.cpt -cpt 5 -nt 15 -ntmpi 1 -update cpu -nb cpu -bonded cpu -pme cpu -pmefft cpu
15:14:14:I1:WU746:Steps: first=100500000 total=100750000
15:14:19:I1:WU746:Completed 131712 out of 250000 steps (52%)
15:14:25:I1:OUT83:< HTTP/1.1 200 HTTP_OK
15:14:25:I1:WU747:Credited
15:14:36:I1:OUT85:< HTTP/1.1 200 HTTP_OK
15:14:36:I1:WU748:Received WU P18224 R298 C9 G51
15:14:37:I3:Running FahCore: D:\ProgramData\FAHClient\cores/openmm-core-23/windows-10-64bit/release/fahcore-23-windows-10-64bit-release-8.0.3/FahCore_23.exe -dir tc2poVASQf4EVo_F02cURcg0M7s-9xIelcanDTaVQQs -suffix 01 -version 8.4.9 -lifeline 27796 -gpu-platform opencl -gpu-vendor amd -opencl-platform 0 -opencl-device 1 -gpu 1
15:14:37:I3:WU748:Started FahCore on PID 4036
15:14:37:I1:WU748:*********************** Log Started 2025-05-11T15:14:37Z ***********************
15:14:37:I1:WU748:*************************** Core23 Folding@home Core ***************************
15:14:37:I1:WU748:       Core: Core23
15:14:37:I1:WU748:       Type: 0x23
15:14:37:I1:WU748:    Version: 8.0.3
15:14:37:I1:WU748:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:14:37:I1:WU748:  Copyright: 2022 foldingathome.org
15:14:37:I1:WU748:   Homepage: https://foldingathome.org/
15:14:37:I1:WU748:       Date: Aug 3 2023
15:14:37:I1:WU748:       Time: 08:39:06
15:14:37:I1:WU748:   Compiler: Visual C++
15:14:37:I1:WU748:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
15:14:37:I1:WU748:             -DOPENMM_VERSION="\"8.0.0\""
15:14:37:I1:WU748:   Platform: win32 10
15:14:37:I1:WU748:       Bits: 64
15:14:37:I1:WU748:       Mode: Release
15:14:37:I1:WU748:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
15:14:37:I1:WU748:             <peastman@stanford.edu>
15:14:37:I1:WU748:       Args: -dir tc2poVASQf4EVo_F02cURcg0M7s-9xIelcanDTaVQQs -suffix 01
15:14:37:I1:WU748:             -version 8.4.9 -lifeline 27796 -gpu-platform opencl -gpu-vendor amd
15:14:37:I1:WU748:             -opencl-platform 0 -opencl-device 1 -gpu 1
15:14:37:I1:WU748:************************************ libFAH ************************************
15:14:37:I1:WU748:       Date: Aug 3 2023
15:14:37:I1:WU748:       Time: 08:37:55
15:14:37:I1:WU748:   Compiler: Visual C++
15:14:37:I1:WU748:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
15:14:37:I1:WU748:   Platform: win32 10
15:14:37:I1:WU748:       Bits: 64
15:14:37:I1:WU748:       Mode: Release
15:14:37:I1:WU748:************************************ CBang *************************************
15:14:37:I1:WU748:    Version: 1.7.2
15:14:37:I1:WU748:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:14:37:I1:WU748:        Org: Cauldron Development LLC
15:14:37:I1:WU748:  Copyright: Cauldron Development LLC, 2003-2023
15:14:37:I1:WU748:   Homepage: https://cauldrondevelopment.com/
15:14:37:I1:WU748:    License: GPL 2+
15:14:37:I1:WU748:       Date: Aug 3 2023
15:14:37:I1:WU748:       Time: 08:37:14
15:14:37:I1:WU748:   Compiler: Visual C++
15:14:37:I1:WU748:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Zc:throwingNew /MT
15:14:37:I1:WU748:   Platform: win32 10
15:14:37:I1:WU748:       Bits: 64
15:14:37:I1:WU748:       Mode: Release
15:14:37:I1:WU748:************************************ System ************************************
15:14:37:I1:WU748:        CPU: AMD Ryzen 7 7800X3D 8-Core Processor
15:14:37:I1:WU748:     CPU ID: AuthenticAMD Family 25 Model 97 Stepping 2
15:14:37:I1:WU748:       CPUs: 16
15:14:37:I1:WU748:     Memory: 95.16GiB
15:14:37:I1:WU748:Free Memory: 73.33GiB
15:14:37:I1:WU748:    Threads: WINDOWS_THREADS
15:14:37:I1:WU748: OS Version: 6.2
15:14:37:I1:WU748:Has Battery: false
15:14:37:I1:WU748: On Battery: false
15:14:37:I1:WU748: UTC Offset: 5
15:14:37:I1:WU748:        PID: 4036
15:14:37:I1:WU748:        CWD: D:\ProgramData\FAHClient\work
15:14:37:I1:WU748:       Exec: D:\ProgramData\FAHClient\cores\openmm-core-23\windows-10-64bit\release\fahcore-23-windows-10-64bit-release-8.0.3\FahCore_23.exe
15:14:37:I1:WU748:************************************ OpenMM ************************************
15:14:37:I1:WU748:    Version: 8.0.0
15:14:37:I1:WU748:********************************************************************************
15:14:37:I1:WU748:Project: 18224 (Run 298, Clone 9, Gen 51)
15:14:37:I1:WU748:Reading tar file core.xml
15:14:37:I1:WU748:Reading tar file integrator.xml
15:14:37:I1:WU748:Reading tar file state.xml.bz2
15:14:37:I1:WU748:Reading tar file system.xml.bz2
15:14:37:I1:WU748:Digital signatures verified
15:14:37:I1:WU748:Folding@home GPU Core23 Folding@home Core
15:14:37:I1:WU748:Version 8.0.3
15:14:38:I1:WU748:  Checkpoint write interval: 25000 steps (2%) [50 total]
15:14:38:I1:WU748:  JSON viewer frame write interval: 12500 steps (1%) [100 total]
15:14:38:I1:WU748:  XTC frame write interval: 10000 steps (0.8%) [125 total]
15:14:38:I1:WU748:  Global context and integrator variables write interval: disabled
15:14:38:I1:WU748:There are 3 platforms available.
15:14:38:I1:WU748:Platform 0: Reference
15:14:38:I1:WU748:Platform 1: CPU
15:14:38:I1:WU748:Platform 2: OpenCL
15:14:38:I1:WU748:  opencl-device 1 specified
15:15:08:I1:WU746:Completed 132500 out of 250000 steps (53%)
15:15:16:I1:WU748:Attempting to create OpenCL context:
15:15:16:I1:WU748:  Configuring platform OpenCL
15:15:33:I1:WU748:  Using OpenCL on OpenCL platformId 0 and gpu 1
15:15:33:I1:WU748:  GPU info: Platform: OpenCL: AMD Accelerated Parallel Processing
15:15:34:I1:WU748:  GPU info: PlatformIndex: 0
15:15:34:I1:WU748:  GPU info: Device: gfx1030
15:15:34:I1:WU748:  GPU info: DeviceIndex: 1
15:15:34:I1:WU748:  GPU info: Vendor: 0x1002
15:15:34:I1:WU748:  GPU info: PCI: 03:00:00
15:15:34:I1:WU748:  GPU info: Compute: 2.0
15:15:34:I1:WU748:  GPU info: Driver: 3652.0
15:15:34:I1:WU748:  GPU info: GPU: true
15:15:34:I1:WU748:Completed 0 out of 1250000 steps (0%)
15:15:36:I1:WU748:Checkpoint completed at step 0
15:17:46:I1:WU746:Completed 135000 out of 250000 steps (54%)
15:17:59:W :WU746:Visualization frame 54 unchanged, skipping
15:18:21:I1:WU748:Completed 12500 out of 1250000 steps (1%)
15:20:25:I1:WU746:Completed 137500 out of 250000 steps (55%)
15:21:08:I1:WU748:Completed 25000 out of 1250000 steps (2%)
15:21:11:I1:WU748:Checkpoint completed at step 25000
15:23:01:I1:WU746:Completed 140000 out of 250000 steps (56%)
15:23:14:W :WU746:Visualization frame 56 unchanged, skipping
15:24:06:I1:WU748:Completed 37500 out of 1250000 steps (3%)
15:25:40:I1:WU746:Completed 142500 out of 250000 steps (57%)
15:26:52:I1:WU748:Completed 50000 out of 1250000 steps (4%)
15:26:54:I1:WU748:Checkpoint completed at step 50000
15:28:16:I1:WU746:Completed 145000 out of 250000 steps (58%)
15:28:29:W :WU746:Visualization frame 58 unchanged, skipping
15:29:42:I1:WU748:Completed 62500 out of 1250000 steps (5%)
15:30:55:I1:WU746:Completed 147500 out of 250000 steps (59%)
15:32:28:I1:WU748:Completed 75000 out of 1250000 steps (6%)
15:32:31:I1:WU748:Checkpoint completed at step 75000
15:33:31:I1:WU746:Completed 150000 out of 250000 steps (60%)
15:35:21:I1:WU748:Completed 87500 out of 1250000 steps (7%)
15:36:10:I1:WU746:Completed 152500 out of 250000 steps (61%)
15:38:09:I1:WU748:Completed 100000 out of 1250000 steps (8%)
15:38:11:I1:WU748:Checkpoint completed at step 100000
15:38:46:I1:WU746:Completed 155000 out of 250000 steps (62%)
15:38:59:W :WU746:Visualization frame 62 unchanged, skipping
15:41:03:I1:WU748:Completed 112500 out of 1250000 steps (9%)
15:41:25:I1:WU746:Completed 157500 out of 250000 steps (63%)
15:43:52:I1:WU748:Completed 125000 out of 1250000 steps (10%)
15:43:54:I1:WU748:Checkpoint completed at step 125000
15:44:01:I1:WU746:Completed 160000 out of 250000 steps (64%)
15:44:14:W :WU746:Visualization frame 64 unchanged, skipping
15:46:40:I1:WU746:Completed 162500 out of 250000 steps (65%)
15:46:46:I1:WU748:Completed 137500 out of 1250000 steps (11%)
15:49:16:I1:WU746:Completed 165000 out of 250000 steps (66%)
15:49:28:W :WU746:Visualization frame 66 unchanged, skipping
15:49:31:I1:WU748:Completed 150000 out of 1250000 steps (12%)
15:49:33:I1:WU748:Checkpoint completed at step 150000
15:51:55:I1:WU746:Completed 167500 out of 250000 steps (67%)
15:52:20:I1:WU748:Completed 162500 out of 1250000 steps (13%)
15:54:34:I1:WU746:Completed 170000 out of 250000 steps (68%)
15:55:10:I1:WU748:Completed 175000 out of 1250000 steps (14%)
15:55:12:I1:WU748:Checkpoint completed at step 175000
15:57:10:I1:WU746:Completed 172500 out of 250000 steps (69%)
15:57:23:W :WU746:Visualization frame 69 unchanged, skipping
15:58:08:I1:WU748:Completed 187500 out of 1250000 steps (15%)
15:59:49:I1:WU746:Completed 175000 out of 250000 steps (70%)
16:00:59:I1:WU748:Completed 200000 out of 1250000 steps (16%)
16:01:01:I1:WU748:Checkpoint completed at step 200000
16:02:25:I1:WU746:Completed 177500 out of 250000 steps (71%)
16:02:38:W :WU746:Visualization frame 71 unchanged, skipping
16:03:47:I1:WU748:Completed 212500 out of 1250000 steps (17%)
16:05:04:I1:WU746:Completed 180000 out of 250000 steps (72%)
16:06:36:I1:WU748:Completed 225000 out of 1250000 steps (18%)
16:06:39:I1:WU748:Checkpoint completed at step 225000
16:07:41:I1:WU746:Completed 182500 out of 250000 steps (73%)
16:07:54:W :WU746:Visualization frame 73 unchanged, skipping
16:09:28:I1:WU748:Completed 237500 out of 1250000 steps (19%)
16:10:20:I1:WU746:Completed 185000 out of 250000 steps (74%)
16:12:18:I1:WU748:Completed 250000 out of 1250000 steps (20%)
16:12:20:I1:WU748:Checkpoint completed at step 250000
16:12:56:I1:WU746:Completed 187500 out of 250000 steps (75%)
16:13:09:W :WU746:Visualization frame 75 unchanged, skipping
16:15:13:I1:WU748:Completed 262500 out of 1250000 steps (21%)
16:15:35:I1:WU746:Completed 190000 out of 250000 steps (76%)
16:18:01:I1:WU748:Completed 275000 out of 1250000 steps (22%)
16:18:03:I1:WU748:Checkpoint completed at step 275000
16:18:11:I1:WU746:Completed 192500 out of 250000 steps (77%)
16:18:24:W :WU746:Visualization frame 77 unchanged, skipping
16:20:50:I1:WU746:Completed 195000 out of 250000 steps (78%)
16:20:50:I1:WU748:Completed 287500 out of 1250000 steps (23%)
16:23:26:I1:WU746:Completed 197500 out of 250000 steps (79%)
16:23:38:W :WU746:Visualization frame 79 unchanged, skipping
16:23:38:I1:WU748:Completed 300000 out of 1250000 steps (24%)
16:23:40:I1:WU748:Checkpoint completed at step 300000
16:26:05:I1:WU746:Completed 200000 out of 250000 steps (80%)
16:26:27:I1:WU748:Completed 312500 out of 1250000 steps (25%)
16:28:41:I1:WU746:Completed 202500 out of 250000 steps (81%)
16:28:53:W :WU746:Visualization frame 81 unchanged, skipping
16:29:14:I1:WU748:Completed 325000 out of 1250000 steps (26%)
16:29:16:I1:WU748:Checkpoint completed at step 325000
16:31:20:I1:WU746:Completed 205000 out of 250000 steps (82%)
16:32:08:I1:WU748:Completed 337500 out of 1250000 steps (27%)
16:33:56:I1:WU746:Completed 207500 out of 250000 steps (83%)
16:34:08:W :WU746:Visualization frame 83 unchanged, skipping
16:34:56:I1:WU748:Completed 350000 out of 1250000 steps (28%)
16:34:58:I1:WU748:Checkpoint completed at step 350000
16:36:35:I1:WU746:Completed 210000 out of 250000 steps (84%)
16:37:45:I1:WU748:Completed 362500 out of 1250000 steps (29%)
16:39:11:I1:WU746:Completed 212500 out of 250000 steps (85%)
16:39:24:W :WU746:Visualization frame 85 unchanged, skipping
16:40:28:I1:WU748:Completed 375000 out of 1250000 steps (30%)
16:40:31:I1:WU748:Checkpoint completed at step 375000
16:41:51:I1:WU746:Completed 215000 out of 250000 steps (86%)
16:43:13:I1:WU748:Completed 387500 out of 1250000 steps (31%)
16:44:29:I1:WU746:Completed 217500 out of 250000 steps (87%)
16:45:57:I1:WU748:Completed 400000 out of 1250000 steps (32%)
16:45:59:I1:WU748:Checkpoint completed at step 400000
16:47:06:I1:WU746:Completed 220000 out of 250000 steps (88%)
16:47:18:W :WU746:Visualization frame 88 unchanged, skipping
16:48:45:I1:WU748:Completed 412500 out of 1250000 steps (33%)
16:49:44:I1:WU746:Completed 222500 out of 250000 steps (89%)
16:51:34:I1:WU748:Completed 425000 out of 1250000 steps (34%)
16:51:37:I1:WU748:Checkpoint completed at step 425000
16:52:21:I1:WU746:Completed 225000 out of 250000 steps (90%)
16:52:34:W :WU746:Visualization frame 90 unchanged, skipping
16:54:29:I1:WU748:Completed 437500 out of 1250000 steps (35%)
16:55:00:I1:WU746:Completed 227500 out of 250000 steps (91%)
16:57:23:I1:WU748:Completed 450000 out of 1250000 steps (36%)
16:57:25:I1:WU748:Checkpoint completed at step 450000
16:57:37:I1:WU746:Completed 230000 out of 250000 steps (92%)
16:57:49:W :WU746:Visualization frame 92 unchanged, skipping
17:00:13:I1:WU748:Completed 462500 out of 1250000 steps (37%)
17:00:16:I1:WU746:Completed 232500 out of 250000 steps (93%)
17:02:52:I1:WU746:Completed 235000 out of 250000 steps (94%)
17:03:04:W :WU746:Visualization frame 94 unchanged, skipping
17:03:06:I1:WU748:Completed 475000 out of 1250000 steps (38%)
17:03:09:I1:WU748:Checkpoint completed at step 475000
17:05:32:I1:WU746:Completed 237500 out of 250000 steps (95%)
17:06:07:I1:WU748:Completed 487500 out of 1250000 steps (39%)
17:08:08:I1:WU746:Completed 240000 out of 250000 steps (96%)
17:08:21:W :WU746:Visualization frame 96 unchanged, skipping
17:09:00:I1:WU748:Completed 500000 out of 1250000 steps (40%)
17:09:02:I1:WU748:Checkpoint completed at step 500000
17:10:48:I1:WU746:Completed 242500 out of 250000 steps (97%)
17:11:41:E :WU746:Core returned UNKNOWN_ENUM (1073807364)
17:11:41:E :WU746:Core exited with an unknown error code 1073807364 which probably indicates that it crashed. Dumping WU
17:11:41:E :WU748:Core returned UNKNOWN_ENUM (1073807364)
17:11:41:E :WU748:Core exited with an unknown error code 1073807364 which probably indicates that it crashed. Dumping WU
17:11:41:I1:WU746:Sending dump report
17:11:41:I1:WU748:Sending dump report
17:11:41:I1:OUT87:> POST https://fahserver1.flatironinstitute.org/api/results HTTP/1.1
17:11:41:I1:OUT88:> POST https://highland3.seas.upenn.edu/api/results HTTP/1.1
17:11:42:I1:OUT87:< HTTP/1.1 200 HTTP_OK
17:11:42:I1:WU746:Dumped
17:11:49:I1:Clean exit
muziqaz
Posts: 1722
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: 18806 and 18820 Dumped WUs

Post by muziqaz »

Yes, in Windows you must pause before shutting down or rebooting Windows
FAH Omega tester
Image
Post Reply