GPUs not detected initially

Moderators: Site Moderators, FAHC Science Team

Post Reply
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

GPUs not detected initially

Post by hnapel »

hi team

I am now running F@H with 2 NVIDIA Geforce 2080 SUPER addon graphics cards on Windows 10.

whenever my computer needs to reboot and I restart the F@H client it does not properly detect my (addon) GPUs. Before I added the second GPU it would only detect the 'Intel UHD graphics' for which no WUs are available. The remedy is simple, go to the configuration and add another GPU slot and it would add the proper GPU, then I just delete the slot with the UHD graphics.

After adding the second GPU, the dynamics changed a little, it would now still detect the UHD graphics and one NVIDIA GPU, so then following the same tactic I am able to add the second NVIDIA GPU and also remove the UHD again.

I read a news update about F@H needing to do corrections for the GPU counts on the project since they were overestimated. This was theorized to be related to running F@H in containers w/o persistent storage.

I wonder if I need to add the GPU slots manually all the time if the project would not detect them as 'new' also, contributing to this over count also.

greetings, Harm
HaloJones
Posts: 906
Joined: Thu Jul 24, 2008 10:16 am

Re: GPUs not detected initially

Post by HaloJones »

It sounds almost as if your configuration is not being saved. We would really need to see the config.xml or the beginnings of a new logfile (after boot).
single 1070

Image
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

config.xml is now this:

Code: Select all

<config>
  <!-- Folding Slot Configuration -->
  <cause v='COVID_19'/>

  <!-- Network -->
  <proxy v=':8080'/>

  <!-- User Information -->
  <passkey v='****'/>
  <team v='61033'/>
  <user v='hnapel'/>

  <!-- Folding Slots -->
  <slot id='0' type='GPU'/>
  <slot id='2' type='GPU'/>
</config>
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

Looking at the start of the log.txt, it reads info from GPUs.txt, here you can see how it finds the UHD graphics and one of the NVIDIA cards:

Code: Select all

*********************** Log Started 2020-10-01T14:52:28Z ***********************
14:52:28:Trying to access database...
14:52:28:Successfully acquired database lock
14:52:28:Read GPUs.txt
14:52:28:Enabled folding slot 01: READY gpu:0:Gen9p5/GT2 [UHD Graphics 630]
14:52:28:Enabled folding slot 00: READY gpu:1:TU104 [GeForce RTX 2080 SUPER]
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

This is how I encounter the configuration after reboot, then I start adding the other GeForce and removing the UHD:

Code: Select all

14:53:15:Adding folding slot 02: READY gpu:2:TU104 [GeForce RTX 2080 SUPER]
14:53:15:Removing old file 'configs/config-20200916-001148.xml'
14:53:15:Saving configuration to config.xml
14:53:15:<config>
14:53:15:  <!-- Folding Slot Configuration -->
14:53:15:  <cause v='COVID_19'/>
14:53:15:
14:53:15:  <!-- Network -->
14:53:15:  <proxy v=':8080'/>
14:53:15:
14:53:15:  <!-- User Information -->
14:53:15:  <passkey v='*****'/>
14:53:15:  <team v='61033'/>
14:53:15:  <user v='hnapel'/>
14:53:15:
14:53:15:  <!-- Folding Slots -->
14:53:15:  <slot id='0' type='GPU'/>
14:53:15:  <slot id='2' type='GPU'/>
14:53:15:</config>
14:53:15:WU00:FS01:Slot ID 1 no longer exists and not yet downloaded, dumping
14:53:15:WU00:FS01:Cleaning up
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

The GPUs.txt has this entry:

Code: Select all

0x8086:0x3e92:3:1:Gen9p5/GT2 [UHD Graphics 630]
I would be happy to utilize that abandoned corner of the Intel CPU if you had work for it.
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: GPUs not detected initially

Post by bruce »

The Intel gpus are not supported yet, but if you have one, you need to configure a slot for it which should be left paused. (There will be a future announcement about the Intel devices.)

If you add a setting to the slot for the unsupported device pause-on-start= true it will stop wasting entires in your log trying to get work. Deleting the slot isn't an ideal solution.
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

Deleting the UHD slot at the moment seems like a perfect solution not to eyeball an unused device and the system checking to get work for it, make your announcement and I can consider to add it back. But the real issue is that the 2 NVIDIA GPUs are not detected on startup and if that may affect the server side GPU count for the project if more people are going through this experience.
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: GPUs not detected initially

Post by bruce »

You did not show us the beginning of the log where it has an entry for CWD. That will help us determine whether (and why) your configuration may not be being saved. See the signature block of my previous post.

It should be detecting 3 GPUs and identifying 3 or 4 slots.
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

Code: Select all

*********************** Log Started 2020-10-01T14:52:28Z ***********************
14:52:28:Trying to access database...
14:52:28:Successfully acquired database lock
14:52:28:Read GPUs.txt
14:52:28:Enabled folding slot 01: READY gpu:0:Gen9p5/GT2 [UHD Graphics 630]
14:52:28:Enabled folding slot 00: READY gpu:1:TU104 [GeForce RTX 2080 SUPER]
14:52:28:****************************** FAHClient ******************************
14:52:28:        Version: 7.6.13
14:52:28:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:52:28:      Copyright: 2020 foldingathome.org
14:52:28:       Homepage: https://foldingathome.org/
14:52:28:           Date: Apr 27 2020
14:52:28:           Time: 21:21:01
14:52:28:       Revision: 5a652817f46116b6e135503af97f18e094414e3b
14:52:28:         Branch: master
14:52:28:       Compiler: Visual C++ 2008
14:52:28:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:52:28:       Platform: win32 10
14:52:28:           Bits: 32
14:52:28:           Mode: Release
14:52:28:           Args: --open-web-control
14:52:28:         Config: C:\Users\info\AppData\Roaming\FAHClient\config.xml
14:52:28:******************************** CBang ********************************
14:52:28:           Date: Apr 24 2020
14:52:28:           Time: 17:07:55
14:52:28:       Revision: ea081a3b3b0f4a37c4d0440b4f1bc184197c7797
14:52:28:         Branch: master
14:52:28:       Compiler: Visual C++ 2008
14:52:28:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:52:28:       Platform: win32 10
14:52:28:           Bits: 32
14:52:28:           Mode: Release
14:52:28:******************************* System ********************************
14:52:28:            CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
14:52:28:         CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
14:52:28:           CPUs: 16
14:52:28:         Memory: 63.82GiB
14:52:28:    Free Memory: 57.79GiB
14:52:28:        Threads: WINDOWS_THREADS
14:52:28:     OS Version: 6.2
14:52:28:    Has Battery: false
14:52:28:     On Battery: false
14:52:28:     UTC Offset: 2
14:52:28:            PID: 11288
14:52:28:            CWD: C:\Users\info\AppData\Roaming\FAHClient
14:52:28:  Win32 Service: false
14:52:28:             OS: Windows 10 Home
14:52:28:        OS Arch: AMD64
14:52:28:           GPUs: 3
14:52:28:          GPU 0: Bus:0 Slot:2 Func:0 INTEL:1 Gen9p5/GT2 [UHD Graphics 630]
14:52:28:          GPU 1: Bus:1 Slot:0 Func:0 NVIDIA:8 TU104 [GeForce RTX 2080 SUPER]
14:52:28:          GPU 2: Bus:2 Slot:0 Func:0 NVIDIA:8 TU104 [GeForce RTX 2080 SUPER]
14:52:28:  CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:7.5 Driver:11.1
14:52:28:  CUDA Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:7.5 Driver:11.1
14:52:28:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:456.38
14:52:28:OpenCL Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:1.2 Driver:456.38
14:52:28:OpenCL Device 2: Platform:1 Device:0 Bus:NA Slot:NA Compute:2.1 Driver:26.20
14:52:28:******************************* libFAH ********************************
14:52:28:           Date: Apr 15 2020
14:52:28:           Time: 14:53:14
14:52:28:       Revision: 216968bc7025029c841ed6e36e81a03a316890d3
14:52:28:         Branch: master
14:52:28:       Compiler: Visual C++ 2008
14:52:28:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:52:28:       Platform: win32 10
14:52:28:           Bits: 32
14:52:28:           Mode: Release
14:52:28:***********************************************************************
14:52:28:<config>
14:52:28:  <!-- Folding Slot Configuration -->
14:52:28:  <cause v='COVID_19'/>
14:52:28:
14:52:28:  <!-- Network -->
14:52:28:  <proxy v=':8080'/>
14:52:28:
14:52:28:  <!-- User Information -->
14:52:28:  <passkey v='*****'/>
14:52:28:  <team v='61033'/>
14:52:28:  <user v='hnapel'/>
14:52:28:
14:52:28:  <!-- Folding Slots -->
14:52:28:  <slot id='1' type='GPU'/>
14:52:28:  <slot id='0' type='GPU'/>
14:52:28:</config>
14:52:29:WU00:FS01:Connecting to assign1.foldingathome.org:80
14:52:29:WU01:FS00:Connecting to assign1.foldingathome.org:80
14:52:29:WU01:FS00:Assigned to work server 18.188.125.154
14:52:29:WU01:FS00:Requesting new work unit for slot 00: READY gpu:1:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
14:52:29:WU01:FS00:Connecting to 18.188.125.154:8080
14:52:29:WARNING:WU00:FS01:Failed to get assignment from 'assign1.foldingathome.org:80': No WUs available for this configuration
14:52:29:WU00:FS01:Connecting to assign2.foldingathome.org:80
14:52:30:WARNING:WU00:FS01:Failed to get assignment from 'assign2.foldingathome.org:80': No WUs available for this configuration
14:52:30:WU00:FS01:Connecting to assign3.foldingathome.org:80
14:52:31:WU01:FS00:Downloading 6.91MiB
14:52:31:WARNING:WU00:FS01:Failed to get assignment from 'assign3.foldingathome.org:80': No WUs available for this configuration
14:52:31:WU00:FS01:Connecting to assign4.foldingathome.org:80
14:52:31:WARNING:WU00:FS01:Failed to get assignment from 'assign4.foldingathome.org:80': No WUs available for this configuration
14:52:31:ERROR:WU00:FS01:Exception: Could not get an assignment
14:52:31:WU00:FS01:Connecting to assign1.foldingathome.org:80
14:52:32:WARNING:WU00:FS01:Failed to get assignment from 'assign1.foldingathome.org:80': No WUs available for this configuration
14:52:32:WU00:FS01:Connecting to assign2.foldingathome.org:80
14:52:32:WARNING:WU00:FS01:Failed to get assignment from 'assign2.foldingathome.org:80': No WUs available for this configuration
14:52:32:WU00:FS01:Connecting to assign3.foldingathome.org:80
14:52:33:WARNING:WU00:FS01:Failed to get assignment from 'assign3.foldingathome.org:80': No WUs available for this configuration
14:52:33:WU00:FS01:Connecting to assign4.foldingathome.org:80
14:52:33:WARNING:WU00:FS01:Failed to get assignment from 'assign4.foldingathome.org:80': No WUs available for this configuration
14:52:33:ERROR:WU00:FS01:Exception: Could not get an assignment
14:52:33:12:127.0.0.1:New Web session
14:52:33:WU01:FS00:Download complete
14:52:33:WU01:FS00:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:13426 run:6016 clone:15 gen:3 core:0x22 unit:0x0000000612bc7d9a5f664fed777b1fdd
14:52:33:WU01:FS00:Starting
14:52:33:WU01:FS00:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\info\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit/22-0.0.13/Core_22.fah/FahCore_22.exe -dir 01 -suffix 01 -version 706 -lifeline 11288 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
14:52:33:WU01:FS00:Started FahCore on PID 1788
14:52:34:WU01:FS00:Core PID:9316
14:52:34:WU01:FS00:FahCore 0x22 started
14:52:34:WU01:FS00:0x22:*********************** Log Started 2020-10-01T14:52:34Z ***********************
14:52:34:WU01:FS00:0x22:*************************** Core22 Folding@home Core ***************************
14:52:34:WU01:FS00:0x22:       Core: Core22
14:52:34:WU01:FS00:0x22:       Type: 0x22
14:52:34:WU01:FS00:0x22:    Version: 0.0.13
14:52:34:WU01:FS00:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:52:34:WU01:FS00:0x22:  Copyright: 2020 foldingathome.org
14:52:34:WU01:FS00:0x22:   Homepage: https://foldingathome.org/
14:52:34:WU01:FS00:0x22:       Date: Sep 19 2020
14:52:34:WU01:FS00:0x22:       Time: 02:35:58
14:52:34:WU01:FS00:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
14:52:34:WU01:FS00:0x22:     Branch: core22-0.0.13
14:52:34:WU01:FS00:0x22:   Compiler: Visual C++ 2015
14:52:34:WU01:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
14:52:34:WU01:FS00:0x22:             -DOPENMM_GIT_HASH="\"189320d0\""
14:52:34:WU01:FS00:0x22:   Platform: win32 10
14:52:34:WU01:FS00:0x22:       Bits: 64
14:52:34:WU01:FS00:0x22:       Mode: Release
14:52:34:WU01:FS00:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
14:52:34:WU01:FS00:0x22:             <peastman@stanford.edu>
14:52:34:WU01:FS00:0x22:       Args: -dir 01 -suffix 01 -version 706 -lifeline 1788 -checkpoint 15
14:52:34:WU01:FS00:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device
14:52:34:WU01:FS00:0x22:             0 -gpu 0
14:52:34:WU01:FS00:0x22:************************************ libFAH ************************************
14:52:34:WU01:FS00:0x22:       Date: Sep 7 2020
14:52:34:WU01:FS00:0x22:       Time: 19:09:56
14:52:34:WU01:FS00:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
14:52:34:WU01:FS00:0x22:     Branch: HEAD
14:52:34:WU01:FS00:0x22:   Compiler: Visual C++ 2015
14:52:34:WU01:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
14:52:34:WU01:FS00:0x22:   Platform: win32 10
14:52:34:WU01:FS00:0x22:       Bits: 64
14:52:34:WU01:FS00:0x22:       Mode: Release
14:52:34:WU01:FS00:0x22:************************************ CBang *************************************
14:52:34:WU01:FS00:0x22:       Date: Sep 7 2020
14:52:34:WU01:FS00:0x22:       Time: 19:08:30
14:52:34:WU01:FS00:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
14:52:34:WU01:FS00:0x22:     Branch: HEAD
14:52:34:WU01:FS00:0x22:   Compiler: Visual C++ 2015
14:52:34:WU01:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
14:52:34:WU01:FS00:0x22:   Platform: win32 10
14:52:34:WU01:FS00:0x22:       Bits: 64
14:52:34:WU01:FS00:0x22:       Mode: Release
14:52:34:WU01:FS00:0x22:************************************ System ************************************
14:52:34:WU01:FS00:0x22:        CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
14:52:34:WU01:FS00:0x22:     CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
14:52:34:WU01:FS00:0x22:       CPUs: 16
14:52:34:WU01:FS00:0x22:     Memory: 63.82GiB
14:52:34:WU01:FS00:0x22:Free Memory: 57.15GiB
14:52:34:WU01:FS00:0x22:    Threads: WINDOWS_THREADS
14:52:34:WU01:FS00:0x22: OS Version: 6.2
14:52:34:WU01:FS00:0x22:Has Battery: false
14:52:34:WU01:FS00:0x22: On Battery: false
14:52:34:WU01:FS00:0x22: UTC Offset: 2
14:52:34:WU01:FS00:0x22:        PID: 9316
14:52:34:WU01:FS00:0x22:        CWD: C:\Users\info\AppData\Roaming\FAHClient\work
14:52:34:WU01:FS00:0x22:************************************ OpenMM ************************************
14:52:34:WU01:FS00:0x22:   Revision: 189320d0
14:52:34:WU01:FS00:0x22:********************************************************************************
14:52:34:WU01:FS00:0x22:Project: 13426 (Run 6016, Clone 15, Gen 3)
14:52:34:WU01:FS00:0x22:Unit: 0x0000000612bc7d9a5f664fed777b1fdd
14:52:34:WU01:FS00:0x22:Reading tar file core.xml
14:52:34:WU01:FS00:0x22:Reading tar file integrator.xml
14:52:34:WU01:FS00:0x22:Reading tar file state.xml.bz2
14:52:34:WU01:FS00:0x22:Reading tar file system.xml.bz2
14:52:34:WU01:FS00:0x22:Digital signatures verified
14:52:34:WU01:FS00:0x22:Folding@home GPU Core22 Folding@home Core
14:52:34:WU01:FS00:0x22:Version 0.0.13
14:52:34:WU01:FS00:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
14:52:34:WU01:FS00:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
14:52:34:WU01:FS00:0x22:  XTC frame write interval: 250000 steps (25%) [4 total]
14:52:34:WU01:FS00:0x22:  Global context and integrator variables write interval: 25000 steps (2.5%) [40 total]
14:52:35:WU01:FS00:0x22:There are 4 platforms available.
14:52:35:WU01:FS00:0x22:Platform 0: Reference
14:52:35:WU01:FS00:0x22:Platform 1: CPU
14:52:35:WU01:FS00:0x22:Platform 2: OpenCL
14:52:35:WU01:FS00:0x22:  opencl-device 0 specified
14:52:35:WU01:FS00:0x22:Platform 3: CUDA
14:52:35:WU01:FS00:0x22:  cuda-device 0 specified
14:52:45:WU01:FS00:0x22:Attempting to create CUDA context:
14:52:45:WU01:FS00:0x22:  Configuring platform CUDA
14:52:50:WU01:FS00:0x22:  Using CUDA and gpu 0
14:52:50:WU01:FS00:0x22:Completed 0 out of 1000000 steps (0%)
14:52:50:WU01:FS00:0x22:Checkpoint completed at step 0
14:53:15:Adding folding slot 02: READY gpu:2:TU104 [GeForce RTX 2080 SUPER]
14:53:15:Removing old file 'configs/config-20200916-001148.xml'
14:53:15:Saving configuration to config.xml
14:53:15:<config>
14:53:15:  <!-- Folding Slot Configuration -->
14:53:15:  <cause v='COVID_19'/>
14:53:15:
14:53:15:  <!-- Network -->
14:53:15:  <proxy v=':8080'/>
14:53:15:
14:53:15:  <!-- User Information -->
14:53:15:  <passkey v='*****'/>
14:53:15:  <team v='61033'/>
14:53:15:  <user v='hnapel'/>
14:53:15:
14:53:15:  <!-- Folding Slots -->
14:53:15:  <slot id='0' type='GPU'/>
14:53:15:  <slot id='2' type='GPU'/>
14:53:15:</config>
14:53:15:WU00:FS01:Slot ID 1 no longer exists and not yet downloaded, dumping
14:53:15:WU00:FS01:Cleaning up
14:53:16:WU00:FS02:Connecting to assign1.foldingathome.org:80
14:53:16:WU00:FS02:Assigned to work server 18.188.125.154
14:53:16:WU00:FS02:Requesting new work unit for slot 02: READY gpu:2:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
14:53:16:WU00:FS02:Connecting to 18.188.125.154:8080
14:53:18:WU00:FS02:Downloading 6.90MiB
14:53:20:WU00:FS02:Download complete
14:53:20:WU00:FS02:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:13426 run:7749 clone:28 gen:2 core:0x22 unit:0x0000000312bc7d9a5f66501545b43a24
14:53:20:WU00:FS02:Starting
14:53:20:WU00:FS02:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\info\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit/22-0.0.13/Core_22.fah/FahCore_22.exe -dir 00 -suffix 01 -version 706 -lifeline 11288 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 1 -cuda-device 1 -gpu 1
14:53:20:WU00:FS02:Started FahCore on PID 5276
14:53:20:WU00:FS02:Core PID:11972
14:53:20:WU00:FS02:FahCore 0x22 started
14:53:21:WU00:FS02:0x22:*********************** Log Started 2020-10-01T14:53:20Z ***********************
14:53:21:WU00:FS02:0x22:*************************** Core22 Folding@home Core ***************************
14:53:21:WU00:FS02:0x22:       Core: Core22
14:53:21:WU00:FS02:0x22:       Type: 0x22
14:53:21:WU00:FS02:0x22:    Version: 0.0.13
14:53:21:WU00:FS02:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:53:21:WU00:FS02:0x22:  Copyright: 2020 foldingathome.org
14:53:21:WU00:FS02:0x22:   Homepage: https://foldingathome.org/
14:53:21:WU00:FS02:0x22:       Date: Sep 19 2020
14:53:21:WU00:FS02:0x22:       Time: 02:35:58
14:53:21:WU00:FS02:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
14:53:21:WU00:FS02:0x22:     Branch: core22-0.0.13
14:53:21:WU00:FS02:0x22:   Compiler: Visual C++ 2015
14:53:21:WU00:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
14:53:21:WU00:FS02:0x22:             -DOPENMM_GIT_HASH="\"189320d0\""
14:53:21:WU00:FS02:0x22:   Platform: win32 10
14:53:21:WU00:FS02:0x22:       Bits: 64
14:53:21:WU00:FS02:0x22:       Mode: Release
14:53:21:WU00:FS02:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
14:53:21:WU00:FS02:0x22:             <peastman@stanford.edu>
14:53:21:WU00:FS02:0x22:       Args: -dir 00 -suffix 01 -version 706 -lifeline 5276 -checkpoint 15
14:53:21:WU00:FS02:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 1 -cuda-device
14:53:21:WU00:FS02:0x22:             1 -gpu 1
14:53:21:WU00:FS02:0x22:************************************ libFAH ************************************
14:53:21:WU00:FS02:0x22:       Date: Sep 7 2020
14:53:21:WU00:FS02:0x22:       Time: 19:09:56
14:53:21:WU00:FS02:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
14:53:21:WU00:FS02:0x22:     Branch: HEAD
14:53:21:WU00:FS02:0x22:   Compiler: Visual C++ 2015
14:53:21:WU00:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
14:53:21:WU00:FS02:0x22:   Platform: win32 10
14:53:21:WU00:FS02:0x22:       Bits: 64
14:53:21:WU00:FS02:0x22:       Mode: Release
14:53:21:WU00:FS02:0x22:************************************ CBang *************************************
14:53:21:WU00:FS02:0x22:       Date: Sep 7 2020
14:53:21:WU00:FS02:0x22:       Time: 19:08:30
14:53:21:WU00:FS02:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
14:53:21:WU00:FS02:0x22:     Branch: HEAD
14:53:21:WU00:FS02:0x22:   Compiler: Visual C++ 2015
14:53:21:WU00:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
14:53:21:WU00:FS02:0x22:   Platform: win32 10
14:53:21:WU00:FS02:0x22:       Bits: 64
14:53:21:WU00:FS02:0x22:       Mode: Release
14:53:21:WU00:FS02:0x22:************************************ System ************************************
14:53:21:WU00:FS02:0x22:        CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
14:53:21:WU00:FS02:0x22:     CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
14:53:21:WU00:FS02:0x22:       CPUs: 16
14:53:21:WU00:FS02:0x22:     Memory: 63.82GiB
14:53:21:WU00:FS02:0x22:Free Memory: 56.46GiB
14:53:21:WU00:FS02:0x22:    Threads: WINDOWS_THREADS
14:53:21:WU00:FS02:0x22: OS Version: 6.2
14:53:21:WU00:FS02:0x22:Has Battery: false
14:53:21:WU00:FS02:0x22: On Battery: false
14:53:21:WU00:FS02:0x22: UTC Offset: 2
14:53:21:WU00:FS02:0x22:        PID: 11972
14:53:21:WU00:FS02:0x22:        CWD: C:\Users\info\AppData\Roaming\FAHClient\work
14:53:21:WU00:FS02:0x22:************************************ OpenMM ************************************
14:53:21:WU00:FS02:0x22:   Revision: 189320d0
14:53:21:WU00:FS02:0x22:********************************************************************************
14:53:21:WU00:FS02:0x22:Project: 13426 (Run 7749, Clone 28, Gen 2)
14:53:21:WU00:FS02:0x22:Unit: 0x0000000312bc7d9a5f66501545b43a24
14:53:21:WU00:FS02:0x22:Reading tar file core.xml
14:53:21:WU00:FS02:0x22:Reading tar file integrator.xml
14:53:21:WU00:FS02:0x22:Reading tar file state.xml.bz2
14:53:21:WU00:FS02:0x22:Reading tar file system.xml.bz2
14:53:21:WU00:FS02:0x22:Digital signatures verified
14:53:21:WU00:FS02:0x22:Folding@home GPU Core22 Folding@home Core
14:53:21:WU00:FS02:0x22:Version 0.0.13
14:53:21:WU00:FS02:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
14:53:21:WU00:FS02:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
14:53:21:WU00:FS02:0x22:  XTC frame write interval: 250000 steps (25%) [4 total]
14:53:21:WU00:FS02:0x22:  Global context and integrator variables write interval: 25000 steps (2.5%) [40 total]
14:53:21:WU00:FS02:0x22:There are 4 platforms available.
14:53:21:WU00:FS02:0x22:Platform 0: Reference
14:53:21:WU00:FS02:0x22:Platform 1: CPU
14:53:21:WU00:FS02:0x22:Platform 2: OpenCL
14:53:21:WU00:FS02:0x22:  opencl-device 1 specified
14:53:21:WU00:FS02:0x22:Platform 3: CUDA
14:53:21:WU00:FS02:0x22:  cuda-device 1 specified
14:53:29:Removing old file 'configs/config-20200928-105359.xml'
14:53:29:Saving configuration to config.xml
14:53:29:<config>
14:53:29:  <!-- Folding Slot Configuration -->
14:53:29:  <cause v='COVID_19'/>
14:53:29:
14:53:29:  <!-- Network -->
14:53:29:  <proxy v=':8080'/>
14:53:29:
14:53:29:  <!-- User Information -->
14:53:29:  <passkey v='*****'/>
14:53:29:  <team v='61033'/>
14:53:29:  <user v='hnapel'/>
14:53:29:
14:53:29:  <!-- Folding Slots -->
14:53:29:  <slot id='0' type='GPU'/>
14:53:29:  <slot id='2' type='GPU'/>
14:53:29:</config>
14:53:32:WU00:FS02:0x22:Attempting to create CUDA context:
14:53:32:WU00:FS02:0x22:  Configuring platform CUDA
14:53:37:WU00:FS02:0x22:  Using CUDA and gpu 1
14:53:37:WU00:FS02:0x22:Completed 0 out of 1000000 steps (0%)
14:53:38:WU00:FS02:0x22:Checkpoint completed at step 0
14:53:57:WU01:FS00:0x22:Completed 10000 out of 1000000 steps (1%)
14:54:23:FS00:Finishing
14:54:23:FS02:Finishing
14:54:43:WU00:FS02:0x22:Completed 10000 out of 1000000 steps (1%)
<snip>
16:45:33:WU01:FS00:0x22:Completed 1000000 out of 1000000 steps (100%)
16:45:33:WU01:FS00:0x22:Average performance: 124.855 ns/day
16:45:33:WU01:FS00:0x22:Checkpoint completed at step 1000000
16:45:39:WU01:FS00:0x22:Saving result file ..\logfile_01.txt
16:45:39:WU01:FS00:0x22:Saving result file checkpointIntegrator.xml
16:45:40:WU01:FS00:0x22:Saving result file checkpointState.xml.bz2
16:45:40:WU01:FS00:0x22:Saving result file globals.csv
16:45:40:WU01:FS00:0x22:Saving result file positions.xtc
16:45:40:WU01:FS00:0x22:Saving result file science.log
16:45:40:WU01:FS00:0x22:Folding@home Core Shutdown: FINISHED_UNIT
16:45:41:WU01:FS00:FahCore returned: FINISHED_UNIT (100 = 0x64)
16:45:41:WU01:FS00:Sending unit results: id:01 state:SEND error:NO_ERROR project:13426 run:6016 clone:15 gen:3 core:0x22 unit:0x0000000612bc7d9a5f664fed777b1fdd
16:45:41:WU01:FS00:Uploading 8.99MiB to 18.188.125.154
16:45:41:WU01:FS00:Connecting to 18.188.125.154:8080
16:45:47:WU01:FS00:Upload 27.80%
16:45:53:WU01:FS00:Upload 56.99%
16:45:59:WU01:FS00:Upload 86.18%
16:46:02:WU01:FS00:Upload complete
16:46:02:WU01:FS00:Server responded WORK_ACK (400)
16:46:02:WU01:FS00:Final credit estimate, 220344.00 points
16:46:02:WU01:FS00:Cleaning up
16:46:22:WU00:FS02:0x22:Completed 980000 out of 1000000 steps (98%)
16:47:33:WU00:FS02:0x22:Completed 990000 out of 1000000 steps (99%)
16:48:44:WU00:FS02:0x22:Completed 1000000 out of 1000000 steps (100%)
16:48:44:WU00:FS02:0x22:Average performance: 122.034 ns/day
16:48:44:WU00:FS02:0x22:Checkpoint completed at step 1000000
16:48:49:WU00:FS02:0x22:Saving result file ..\logfile_01.txt
16:48:49:WU00:FS02:0x22:Saving result file checkpointIntegrator.xml
16:48:50:WU00:FS02:0x22:Saving result file checkpointState.xml.bz2
16:48:50:WU00:FS02:0x22:Saving result file globals.csv
16:48:50:WU00:FS02:0x22:Saving result file positions.xtc
16:48:50:WU00:FS02:0x22:Saving result file science.log
16:48:50:WU00:FS02:0x22:Folding@home Core Shutdown: FINISHED_UNIT
16:48:51:WU00:FS02:FahCore returned: FINISHED_UNIT (100 = 0x64)
16:48:51:WU00:FS02:Sending unit results: id:00 state:SEND error:NO_ERROR project:13426 run:7749 clone:28 gen:2 core:0x22 unit:0x0000000312bc7d9a5f66501545b43a24
16:48:51:WU00:FS02:Uploading 8.99MiB to 18.188.125.154
16:48:51:WU00:FS02:Connecting to 18.188.125.154:8080
16:48:57:WU00:FS02:Upload 27.10%
16:49:03:WU00:FS02:Upload 56.29%
16:49:09:WU00:FS02:Upload 85.47%
16:49:12:WU00:FS02:Upload complete
16:49:12:WU00:FS02:Server responded WORK_ACK (400)
16:49:12:WU00:FS02:Final credit estimate, 218068.00 points
16:49:12:WU00:FS02:Cleaning up
17:47:06:53:127.0.0.1:New Web session
******************************* Date: 2020-10-01 *******************************
22:25:25:WU00:FS00:Connecting to assign1.foldingathome.org:80
22:25:26:WU01:FS02:Connecting to assign1.foldingathome.org:80
22:25:26:WU00:FS00:Assigned to work server 18.188.125.154
22:25:26:WU00:FS00:Requesting new work unit for slot 00: READY gpu:1:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
22:25:26:WU00:FS00:Connecting to 18.188.125.154:8080
22:25:26:WU01:FS02:Assigned to work server 18.188.125.154
22:25:26:WU01:FS02:Requesting new work unit for slot 02: READY gpu:2:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
22:25:26:WU01:FS02:Connecting to 18.188.125.154:8080
22:25:27:ERROR:WU01:FS02:Exception: Server did not assign work unit
22:25:27:WU01:FS02:Connecting to assign1.foldingathome.org:80
22:25:27:WU00:FS00:Downloading 6.91MiB
22:25:28:WU01:FS02:Assigned to work server 18.188.125.154
22:25:28:WU01:FS02:Requesting new work unit for slot 02: READY gpu:2:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
22:25:28:WU01:FS02:Connecting to 18.188.125.154:8080
22:25:29:WU01:FS02:Downloading 6.91MiB
22:25:30:WU00:FS00:Download complete
22:25:30:WU00:FS00:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:13426 run:7762 clone:0 gen:3 core:0x22 unit:0x0000000412bc7d9a5f665015d66ac74b
22:25:30:WU00:FS00:Starting
22:25:30:WU00:FS00:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\info\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit/22-0.0.13/Core_22.fah/FahCore_22.exe -dir 00 -suffix 01 -version 706 -lifeline 11288 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
22:25:30:WU00:FS00:Started FahCore on PID 2476
22:25:30:WU00:FS00:Core PID:6644
22:25:30:WU00:FS00:FahCore 0x22 started
22:25:30:WU00:FS00:0x22:*********************** Log Started 2020-10-01T22:25:30Z ***********************
22:25:30:WU00:FS00:0x22:*************************** Core22 Folding@home Core ***************************
22:25:30:WU00:FS00:0x22:       Core: Core22
22:25:30:WU00:FS00:0x22:       Type: 0x22
22:25:30:WU00:FS00:0x22:    Version: 0.0.13
22:25:30:WU00:FS00:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
22:25:30:WU00:FS00:0x22:  Copyright: 2020 foldingathome.org
22:25:30:WU00:FS00:0x22:   Homepage: https://foldingathome.org/
22:25:30:WU00:FS00:0x22:       Date: Sep 19 2020
22:25:30:WU00:FS00:0x22:       Time: 02:35:58
22:25:30:WU00:FS00:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
22:25:30:WU00:FS00:0x22:     Branch: core22-0.0.13
22:25:30:WU00:FS00:0x22:   Compiler: Visual C++ 2015
22:25:30:WU00:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
22:25:30:WU00:FS00:0x22:             -DOPENMM_GIT_HASH="\"189320d0\""
22:25:30:WU00:FS00:0x22:   Platform: win32 10
22:25:30:WU00:FS00:0x22:       Bits: 64
22:25:30:WU00:FS00:0x22:       Mode: Release
22:25:30:WU00:FS00:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
22:25:30:WU00:FS00:0x22:             <peastman@stanford.edu>
22:25:30:WU00:FS00:0x22:       Args: -dir 00 -suffix 01 -version 706 -lifeline 2476 -checkpoint 15
22:25:30:WU00:FS00:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device
22:25:30:WU00:FS00:0x22:             0 -gpu 0
22:25:30:WU00:FS00:0x22:************************************ libFAH ************************************
22:25:30:WU00:FS00:0x22:       Date: Sep 7 2020
22:25:30:WU00:FS00:0x22:       Time: 19:09:56
22:25:30:WU00:FS00:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
22:25:30:WU00:FS00:0x22:     Branch: HEAD
22:25:30:WU00:FS00:0x22:   Compiler: Visual C++ 2015
22:25:30:WU00:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
22:25:30:WU00:FS00:0x22:   Platform: win32 10
22:25:30:WU00:FS00:0x22:       Bits: 64
22:25:30:WU00:FS00:0x22:       Mode: Release
22:25:30:WU00:FS00:0x22:************************************ CBang *************************************
22:25:30:WU00:FS00:0x22:       Date: Sep 7 2020
22:25:30:WU00:FS00:0x22:       Time: 19:08:30
22:25:30:WU00:FS00:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
22:25:30:WU00:FS00:0x22:     Branch: HEAD
22:25:30:WU00:FS00:0x22:   Compiler: Visual C++ 2015
22:25:30:WU00:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
22:25:30:WU00:FS00:0x22:   Platform: win32 10
22:25:30:WU00:FS00:0x22:       Bits: 64
22:25:30:WU00:FS00:0x22:       Mode: Release
22:25:30:WU00:FS00:0x22:************************************ System ************************************
22:25:30:WU00:FS00:0x22:        CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
22:25:30:WU00:FS00:0x22:     CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
22:25:30:WU00:FS00:0x22:       CPUs: 16
22:25:30:WU00:FS00:0x22:     Memory: 63.82GiB
22:25:30:WU00:FS00:0x22:Free Memory: 54.82GiB
22:25:30:WU00:FS00:0x22:    Threads: WINDOWS_THREADS
22:25:30:WU00:FS00:0x22: OS Version: 6.2
22:25:30:WU00:FS00:0x22:Has Battery: false
22:25:30:WU00:FS00:0x22: On Battery: false
22:25:30:WU00:FS00:0x22: UTC Offset: 2
22:25:30:WU00:FS00:0x22:        PID: 6644
22:25:30:WU00:FS00:0x22:        CWD: C:\Users\info\AppData\Roaming\FAHClient\work
22:25:30:WU00:FS00:0x22:************************************ OpenMM ************************************
22:25:30:WU00:FS00:0x22:   Revision: 189320d0
22:25:30:WU00:FS00:0x22:********************************************************************************
22:25:30:WU00:FS00:0x22:Project: 13426 (Run 7762, Clone 0, Gen 3)
22:25:30:WU00:FS00:0x22:Unit: 0x0000000412bc7d9a5f665015d66ac74b
22:25:30:WU00:FS00:0x22:Reading tar file core.xml
22:25:30:WU00:FS00:0x22:Reading tar file integrator.xml
22:25:30:WU00:FS00:0x22:Reading tar file state.xml.bz2
22:25:30:WU00:FS00:0x22:Reading tar file system.xml.bz2
22:25:30:WU00:FS00:0x22:Digital signatures verified
22:25:30:WU00:FS00:0x22:Folding@home GPU Core22 Folding@home Core
22:25:30:WU00:FS00:0x22:Version 0.0.13
22:25:30:WU00:FS00:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
22:25:30:WU00:FS00:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
22:25:30:WU00:FS00:0x22:  XTC frame write interval: 250000 steps (25%) [4 total]
22:25:30:WU00:FS00:0x22:  Global context and integrator variables write interval: 25000 steps (2.5%) [40 total]
22:25:31:WU00:FS00:0x22:There are 4 platforms available.
22:25:31:WU00:FS00:0x22:Platform 0: Reference
22:25:31:WU00:FS00:0x22:Platform 1: CPU
22:25:31:WU00:FS00:0x22:Platform 2: OpenCL
22:25:31:WU00:FS00:0x22:  opencl-device 0 specified
22:25:31:WU00:FS00:0x22:Platform 3: CUDA
22:25:31:WU00:FS00:0x22:  cuda-device 0 specified
22:25:31:WU01:FS02:Download complete
22:25:31:WU01:FS02:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:13426 run:7762 clone:18 gen:3 core:0x22 unit:0x0000000412bc7d9a5f66501526c4e5d6
22:25:31:WU01:FS02:Starting
22:25:31:WU01:FS02:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\info\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit/22-0.0.13/Core_22.fah/FahCore_22.exe -dir 01 -suffix 01 -version 706 -lifeline 11288 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 1 -cuda-device 1 -gpu 1
22:25:31:WU01:FS02:Started FahCore on PID 11728
22:25:31:WU01:FS02:Core PID:10484
22:25:31:WU01:FS02:FahCore 0x22 started
22:25:32:WU01:FS02:0x22:*********************** Log Started 2020-10-01T22:25:31Z ***********************
22:25:32:WU01:FS02:0x22:*************************** Core22 Folding@home Core ***************************
22:25:32:WU01:FS02:0x22:       Core: Core22
22:25:32:WU01:FS02:0x22:       Type: 0x22
22:25:32:WU01:FS02:0x22:    Version: 0.0.13
22:25:32:WU01:FS02:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
22:25:32:WU01:FS02:0x22:  Copyright: 2020 foldingathome.org
22:25:32:WU01:FS02:0x22:   Homepage: https://foldingathome.org/
22:25:32:WU01:FS02:0x22:       Date: Sep 19 2020
22:25:32:WU01:FS02:0x22:       Time: 02:35:58
22:25:32:WU01:FS02:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
22:25:32:WU01:FS02:0x22:     Branch: core22-0.0.13
22:25:32:WU01:FS02:0x22:   Compiler: Visual C++ 2015
22:25:32:WU01:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
22:25:32:WU01:FS02:0x22:             -DOPENMM_GIT_HASH="\"189320d0\""
22:25:32:WU01:FS02:0x22:   Platform: win32 10
22:25:32:WU01:FS02:0x22:       Bits: 64
22:25:32:WU01:FS02:0x22:       Mode: Release
22:25:32:WU01:FS02:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
22:25:32:WU01:FS02:0x22:             <peastman@stanford.edu>
22:25:32:WU01:FS02:0x22:       Args: -dir 01 -suffix 01 -version 706 -lifeline 11728 -checkpoint 15
22:25:32:WU01:FS02:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 1 -cuda-device
22:25:32:WU01:FS02:0x22:             1 -gpu 1
22:25:32:WU01:FS02:0x22:************************************ libFAH ************************************
22:25:32:WU01:FS02:0x22:       Date: Sep 7 2020
22:25:32:WU01:FS02:0x22:       Time: 19:09:56
22:25:32:WU01:FS02:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
22:25:32:WU01:FS02:0x22:     Branch: HEAD
22:25:32:WU01:FS02:0x22:   Compiler: Visual C++ 2015
22:25:32:WU01:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
22:25:32:WU01:FS02:0x22:   Platform: win32 10
22:25:32:WU01:FS02:0x22:       Bits: 64
22:25:32:WU01:FS02:0x22:       Mode: Release
22:25:32:WU01:FS02:0x22:************************************ CBang *************************************
22:25:32:WU01:FS02:0x22:       Date: Sep 7 2020
22:25:32:WU01:FS02:0x22:       Time: 19:08:30
22:25:32:WU01:FS02:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
22:25:32:WU01:FS02:0x22:     Branch: HEAD
22:25:32:WU01:FS02:0x22:   Compiler: Visual C++ 2015
22:25:32:WU01:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
22:25:32:WU01:FS02:0x22:   Platform: win32 10
22:25:32:WU01:FS02:0x22:       Bits: 64
22:25:32:WU01:FS02:0x22:       Mode: Release
22:25:32:WU01:FS02:0x22:************************************ System ************************************
22:25:32:WU01:FS02:0x22:        CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
22:25:32:WU01:FS02:0x22:     CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
22:25:32:WU01:FS02:0x22:       CPUs: 16
22:25:32:WU01:FS02:0x22:     Memory: 63.82GiB
22:25:32:WU01:FS02:0x22:Free Memory: 54.74GiB
22:25:32:WU01:FS02:0x22:    Threads: WINDOWS_THREADS
22:25:32:WU01:FS02:0x22: OS Version: 6.2
22:25:32:WU01:FS02:0x22:Has Battery: false
22:25:32:WU01:FS02:0x22: On Battery: false
22:25:32:WU01:FS02:0x22: UTC Offset: 2
22:25:32:WU01:FS02:0x22:        PID: 10484
22:25:32:WU01:FS02:0x22:        CWD: C:\Users\info\AppData\Roaming\FAHClient\work
22:25:32:WU01:FS02:0x22:************************************ OpenMM ************************************
22:25:32:WU01:FS02:0x22:   Revision: 189320d0
22:25:32:WU01:FS02:0x22:********************************************************************************
22:25:32:WU01:FS02:0x22:Project: 13426 (Run 7762, Clone 18, Gen 3)
22:25:32:WU01:FS02:0x22:Unit: 0x0000000412bc7d9a5f66501526c4e5d6
22:25:32:WU01:FS02:0x22:Reading tar file core.xml
22:25:32:WU01:FS02:0x22:Reading tar file integrator.xml
22:25:32:WU01:FS02:0x22:Reading tar file state.xml.bz2
22:25:32:WU01:FS02:0x22:Reading tar file system.xml.bz2
22:25:32:WU01:FS02:0x22:Digital signatures verified
22:25:32:WU01:FS02:0x22:Folding@home GPU Core22 Folding@home Core
22:25:32:WU01:FS02:0x22:Version 0.0.13
22:25:32:WU01:FS02:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
22:25:32:WU01:FS02:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
22:25:32:WU01:FS02:0x22:  XTC frame write interval: 250000 steps (25%) [4 total]
22:25:32:WU01:FS02:0x22:  Global context and integrator variables write interval: 25000 steps (2.5%) [40 total]
22:25:32:WU01:FS02:0x22:There are 4 platforms available.
22:25:32:WU01:FS02:0x22:Platform 0: Reference
22:25:32:WU01:FS02:0x22:Platform 1: CPU
22:25:32:WU01:FS02:0x22:Platform 2: OpenCL
22:25:32:WU01:FS02:0x22:  opencl-device 1 specified
22:25:32:WU01:FS02:0x22:Platform 3: CUDA
22:25:32:WU01:FS02:0x22:  cuda-device 1 specified
22:25:42:WU00:FS00:0x22:Attempting to create CUDA context:
22:25:42:WU00:FS00:0x22:  Configuring platform CUDA
22:25:43:WU01:FS02:0x22:Attempting to create CUDA context:
22:25:43:WU01:FS02:0x22:  Configuring platform CUDA
22:25:48:WU00:FS00:0x22:  Using CUDA and gpu 0
22:25:48:WU01:FS02:0x22:  Using CUDA and gpu 1
22:25:48:WU00:FS00:0x22:Completed 0 out of 1000000 steps (0%)
22:25:48:WU01:FS02:0x22:Completed 0 out of 1000000 steps (0%)
22:25:48:WU01:FS02:0x22:Checkpoint completed at step 0
22:25:48:WU00:FS00:0x22:Checkpoint completed at step 0
22:26:54:WU00:FS00:0x22:Completed 10000 out of 1000000 steps (1%)
<snip>
00:17:29:WU00:FS00:0x22:Completed 990000 out of 1000000 steps (99%)
00:17:29:WU02:FS00:Connecting to assign1.foldingathome.org:80
00:17:29:WU02:FS00:Assigned to work server 18.188.125.154
00:17:29:WU02:FS00:Requesting new work unit for slot 00: RUNNING gpu:1:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
00:17:29:WU02:FS00:Connecting to 18.188.125.154:8080
00:17:30:WU02:FS00:Downloading 6.14MiB
00:17:33:WU02:FS00:Download complete
00:17:33:WU02:FS00:Received Unit: id:02 state:DOWNLOAD error:NO_ERROR project:13426 run:7502 clone:24 gen:4 core:0x22 unit:0x0000000612bc7d9a5f66500d2897d20f
00:18:15:WU01:FS02:0x22:Completed 970000 out of 1000000 steps (97%)
00:18:38:WU00:FS00:0x22:Completed 1000000 out of 1000000 steps (100%)
00:18:38:WU00:FS00:0x22:Average performance: 125.217 ns/day
00:18:38:WU00:FS00:0x22:Checkpoint completed at step 1000000
00:18:44:WU00:FS00:0x22:Saving result file ..\logfile_01.txt
00:18:44:WU00:FS00:0x22:Saving result file checkpointIntegrator.xml
00:18:44:WU00:FS00:0x22:Saving result file checkpointState.xml.bz2
00:18:45:WU00:FS00:0x22:Saving result file globals.csv
00:18:45:WU00:FS00:0x22:Saving result file positions.xtc
00:18:45:WU00:FS00:0x22:Saving result file science.log
00:18:45:WU00:FS00:0x22:Folding@home Core Shutdown: FINISHED_UNIT
00:18:45:WU00:FS00:FahCore returned: FINISHED_UNIT (100 = 0x64)
00:18:45:WU00:FS00:Sending unit results: id:00 state:SEND error:NO_ERROR project:13426 run:7762 clone:0 gen:3 core:0x22 unit:0x0000000412bc7d9a5f665015d66ac74b
00:18:45:WU00:FS00:Uploading 9.00MiB to 18.188.125.154
00:18:45:WU00:FS00:Connecting to 18.188.125.154:8080
00:18:45:WU02:FS00:Starting
00:18:45:WU02:FS00:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\info\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit/22-0.0.13/Core_22.fah/FahCore_22.exe -dir 02 -suffix 01 -version 706 -lifeline 11288 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
00:18:45:WU02:FS00:Started FahCore on PID 11204
00:18:45:WU02:FS00:Core PID:6380
00:18:45:WU02:FS00:FahCore 0x22 started
00:18:46:WU02:FS00:0x22:*********************** Log Started 2020-10-02T00:18:45Z ***********************
00:18:46:WU02:FS00:0x22:*************************** Core22 Folding@home Core ***************************
00:18:46:WU02:FS00:0x22:       Core: Core22
00:18:46:WU02:FS00:0x22:       Type: 0x22
00:18:46:WU02:FS00:0x22:    Version: 0.0.13
00:18:46:WU02:FS00:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
00:18:46:WU02:FS00:0x22:  Copyright: 2020 foldingathome.org
00:18:46:WU02:FS00:0x22:   Homepage: https://foldingathome.org/
00:18:46:WU02:FS00:0x22:       Date: Sep 19 2020
00:18:46:WU02:FS00:0x22:       Time: 02:35:58
00:18:46:WU02:FS00:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
00:18:46:WU02:FS00:0x22:     Branch: core22-0.0.13
00:18:46:WU02:FS00:0x22:   Compiler: Visual C++ 2015
00:18:46:WU02:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
00:18:46:WU02:FS00:0x22:             -DOPENMM_GIT_HASH="\"189320d0\""
00:18:46:WU02:FS00:0x22:   Platform: win32 10
00:18:46:WU02:FS00:0x22:       Bits: 64
00:18:46:WU02:FS00:0x22:       Mode: Release
00:18:46:WU02:FS00:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
00:18:46:WU02:FS00:0x22:             <peastman@stanford.edu>
00:18:46:WU02:FS00:0x22:       Args: -dir 02 -suffix 01 -version 706 -lifeline 11204 -checkpoint 15
00:18:46:WU02:FS00:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device
00:18:46:WU02:FS00:0x22:             0 -gpu 0
00:18:46:WU02:FS00:0x22:************************************ libFAH ************************************
00:18:46:WU02:FS00:0x22:       Date: Sep 7 2020
00:18:46:WU02:FS00:0x22:       Time: 19:09:56
00:18:46:WU02:FS00:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
00:18:46:WU02:FS00:0x22:     Branch: HEAD
00:18:46:WU02:FS00:0x22:   Compiler: Visual C++ 2015
00:18:46:WU02:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
00:18:46:WU02:FS00:0x22:   Platform: win32 10
00:18:46:WU02:FS00:0x22:       Bits: 64
00:18:46:WU02:FS00:0x22:       Mode: Release
00:18:46:WU02:FS00:0x22:************************************ CBang *************************************
00:18:46:WU02:FS00:0x22:       Date: Sep 7 2020
00:18:46:WU02:FS00:0x22:       Time: 19:08:30
00:18:46:WU02:FS00:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
00:18:46:WU02:FS00:0x22:     Branch: HEAD
00:18:46:WU02:FS00:0x22:   Compiler: Visual C++ 2015
00:18:46:WU02:FS00:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
00:18:46:WU02:FS00:0x22:   Platform: win32 10
00:18:46:WU02:FS00:0x22:       Bits: 64
00:18:46:WU02:FS00:0x22:       Mode: Release
00:18:46:WU02:FS00:0x22:************************************ System ************************************
00:18:46:WU02:FS00:0x22:        CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
00:18:46:WU02:FS00:0x22:     CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
00:18:46:WU02:FS00:0x22:       CPUs: 16
00:18:46:WU02:FS00:0x22:     Memory: 63.82GiB
00:18:46:WU02:FS00:0x22:Free Memory: 54.41GiB
00:18:46:WU02:FS00:0x22:    Threads: WINDOWS_THREADS
00:18:46:WU02:FS00:0x22: OS Version: 6.2
00:18:46:WU02:FS00:0x22:Has Battery: false
00:18:46:WU02:FS00:0x22: On Battery: false
00:18:46:WU02:FS00:0x22: UTC Offset: 2
00:18:46:WU02:FS00:0x22:        PID: 6380
00:18:46:WU02:FS00:0x22:        CWD: C:\Users\info\AppData\Roaming\FAHClient\work
00:18:46:WU02:FS00:0x22:************************************ OpenMM ************************************
00:18:46:WU02:FS00:0x22:   Revision: 189320d0
00:18:46:WU02:FS00:0x22:********************************************************************************
00:18:46:WU02:FS00:0x22:Project: 13426 (Run 7502, Clone 24, Gen 4)
00:18:46:WU02:FS00:0x22:Unit: 0x0000000612bc7d9a5f66500d2897d20f
00:18:46:WU02:FS00:0x22:Reading tar file core.xml
00:18:46:WU02:FS00:0x22:Reading tar file integrator.xml
00:18:46:WU02:FS00:0x22:Reading tar file state.xml.bz2
00:18:46:WU02:FS00:0x22:Reading tar file system.xml.bz2
00:18:46:WU02:FS00:0x22:Digital signatures verified
00:18:46:WU02:FS00:0x22:Folding@home GPU Core22 Folding@home Core
00:18:46:WU02:FS00:0x22:Version 0.0.13
00:18:46:WU02:FS00:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
00:18:46:WU02:FS00:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
00:18:46:WU02:FS00:0x22:  XTC frame write interval: 250000 steps (25%) [4 total]
00:18:46:WU02:FS00:0x22:  Global context and integrator variables write interval: 25000 steps (2.5%) [40 total]
00:18:46:WU02:FS00:0x22:There are 4 platforms available.
00:18:46:WU02:FS00:0x22:Platform 0: Reference
00:18:46:WU02:FS00:0x22:Platform 1: CPU
00:18:46:WU02:FS00:0x22:Platform 2: OpenCL
00:18:46:WU02:FS00:0x22:  opencl-device 0 specified
00:18:46:WU02:FS00:0x22:Platform 3: CUDA
00:18:46:WU02:FS00:0x22:  cuda-device 0 specified
00:18:51:WU00:FS00:Upload 24.99%
00:18:57:WU00:FS00:Upload 54.85%
00:18:57:WU02:FS00:0x22:Attempting to create CUDA context:
00:18:57:WU02:FS00:0x22:  Configuring platform CUDA
00:19:03:WU00:FS00:Upload 84.70%
00:19:06:WU02:FS00:0x22:  Using CUDA and gpu 0
00:19:06:WU02:FS00:0x22:Completed 0 out of 1000000 steps (0%)
00:19:06:WU00:FS00:Upload complete
00:19:06:WU00:FS00:Server responded WORK_ACK (400)
00:19:06:WU00:FS00:Final credit estimate, 220231.00 points
00:19:06:WU00:FS00:Cleaning up
00:19:06:WU02:FS00:0x22:Checkpoint completed at step 0
00:19:26:WU01:FS02:0x22:Completed 980000 out of 1000000 steps (98%)
00:20:13:WU02:FS00:0x22:Completed 10000 out of 1000000 steps (1%)
00:20:37:WU01:FS02:0x22:Completed 990000 out of 1000000 steps (99%)
00:20:37:WU00:FS02:Connecting to assign1.foldingathome.org:80
00:20:37:WU00:FS02:Assigned to work server 18.188.125.154
00:20:37:WU00:FS02:Requesting new work unit for slot 02: RUNNING gpu:2:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
00:20:37:WU00:FS02:Connecting to 18.188.125.154:8080
00:20:38:WU00:FS02:Downloading 6.91MiB
00:20:41:WU00:FS02:Download complete
00:20:41:WU00:FS02:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:13426 run:7533 clone:11 gen:4 core:0x22 unit:0x0000000512bc7d9a5f66500cee418c08
00:21:19:WU02:FS00:0x22:Completed 20000 out of 1000000 steps (2%)
00:21:47:WU01:FS02:0x22:Completed 1000000 out of 1000000 steps (100%)
00:21:47:WU01:FS02:0x22:Average performance: 122.034 ns/day
00:21:48:WU01:FS02:0x22:Checkpoint completed at step 1000000
00:21:54:WU01:FS02:0x22:Saving result file ..\logfile_01.txt
00:21:54:WU01:FS02:0x22:Saving result file checkpointIntegrator.xml
00:21:54:WU01:FS02:0x22:Saving result file checkpointState.xml.bz2
00:21:55:WU01:FS02:0x22:Saving result file globals.csv
00:21:55:WU01:FS02:0x22:Saving result file positions.xtc
00:21:55:WU01:FS02:0x22:Saving result file science.log
00:21:55:WU01:FS02:0x22:Folding@home Core Shutdown: FINISHED_UNIT
00:21:55:WU01:FS02:FahCore returned: FINISHED_UNIT (100 = 0x64)
00:21:55:WU01:FS02:Sending unit results: id:01 state:SEND error:NO_ERROR project:13426 run:7762 clone:18 gen:3 core:0x22 unit:0x0000000412bc7d9a5f66501526c4e5d6
00:21:55:WU01:FS02:Uploading 9.00MiB to 18.188.125.154
00:21:55:WU01:FS02:Connecting to 18.188.125.154:8080
00:21:55:WU00:FS02:Starting
00:21:55:WU00:FS02:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\info\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit/22-0.0.13/Core_22.fah/FahCore_22.exe -dir 00 -suffix 01 -version 706 -lifeline 11288 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 1 -cuda-device 1 -gpu 1
00:21:55:WU00:FS02:Started FahCore on PID 3932
00:21:55:WU00:FS02:Core PID:12744
00:21:55:WU00:FS02:FahCore 0x22 started
00:21:55:WU00:FS02:0x22:*********************** Log Started 2020-10-02T00:21:55Z ***********************
00:21:55:WU00:FS02:0x22:*************************** Core22 Folding@home Core ***************************
00:21:55:WU00:FS02:0x22:       Core: Core22
00:21:55:WU00:FS02:0x22:       Type: 0x22
00:21:55:WU00:FS02:0x22:    Version: 0.0.13
00:21:55:WU00:FS02:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
00:21:56:WU00:FS02:0x22:  Copyright: 2020 foldingathome.org
00:21:56:WU00:FS02:0x22:   Homepage: https://foldingathome.org/
00:21:56:WU00:FS02:0x22:       Date: Sep 19 2020
00:21:56:WU00:FS02:0x22:       Time: 02:35:58
00:21:56:WU00:FS02:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
00:21:56:WU00:FS02:0x22:     Branch: core22-0.0.13
00:21:56:WU00:FS02:0x22:   Compiler: Visual C++ 2015
00:21:56:WU00:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
00:21:56:WU00:FS02:0x22:             -DOPENMM_GIT_HASH="\"189320d0\""
00:21:56:WU00:FS02:0x22:   Platform: win32 10
00:21:56:WU00:FS02:0x22:       Bits: 64
00:21:56:WU00:FS02:0x22:       Mode: Release
00:21:56:WU00:FS02:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
00:21:56:WU00:FS02:0x22:             <peastman@stanford.edu>
00:21:56:WU00:FS02:0x22:       Args: -dir 00 -suffix 01 -version 706 -lifeline 3932 -checkpoint 15
00:21:56:WU00:FS02:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 1 -cuda-device
00:21:56:WU00:FS02:0x22:             1 -gpu 1
00:21:56:WU00:FS02:0x22:************************************ libFAH ************************************
00:21:56:WU00:FS02:0x22:       Date: Sep 7 2020
00:21:56:WU00:FS02:0x22:       Time: 19:09:56
00:21:56:WU00:FS02:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
00:21:56:WU00:FS02:0x22:     Branch: HEAD
00:21:56:WU00:FS02:0x22:   Compiler: Visual C++ 2015
00:21:56:WU00:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
00:21:56:WU00:FS02:0x22:   Platform: win32 10
00:21:56:WU00:FS02:0x22:       Bits: 64
00:21:56:WU00:FS02:0x22:       Mode: Release
00:21:56:WU00:FS02:0x22:************************************ CBang *************************************
00:21:56:WU00:FS02:0x22:       Date: Sep 7 2020
00:21:56:WU00:FS02:0x22:       Time: 19:08:30
00:21:56:WU00:FS02:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
00:21:56:WU00:FS02:0x22:     Branch: HEAD
00:21:56:WU00:FS02:0x22:   Compiler: Visual C++ 2015
00:21:56:WU00:FS02:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /O2 /Ob3 /Zc:throwingNew /MT
00:21:56:WU00:FS02:0x22:   Platform: win32 10
00:21:56:WU00:FS02:0x22:       Bits: 64
00:21:56:WU00:FS02:0x22:       Mode: Release
00:21:56:WU00:FS02:0x22:************************************ System ************************************
00:21:56:WU00:FS02:0x22:        CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
00:21:56:WU00:FS02:0x22:     CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
00:21:56:WU00:FS02:0x22:       CPUs: 16
00:21:56:WU00:FS02:0x22:     Memory: 63.82GiB
00:21:56:WU00:FS02:0x22:Free Memory: 54.59GiB
00:21:56:WU00:FS02:0x22:    Threads: WINDOWS_THREADS
00:21:56:WU00:FS02:0x22: OS Version: 6.2
00:21:56:WU00:FS02:0x22:Has Battery: false
00:21:56:WU00:FS02:0x22: On Battery: false
00:21:56:WU00:FS02:0x22: UTC Offset: 2
00:21:56:WU00:FS02:0x22:        PID: 12744
00:21:56:WU00:FS02:0x22:        CWD: C:\Users\info\AppData\Roaming\FAHClient\work
00:21:56:WU00:FS02:0x22:************************************ OpenMM ************************************
00:21:56:WU00:FS02:0x22:   Revision: 189320d0
00:21:56:WU00:FS02:0x22:********************************************************************************
00:21:56:WU00:FS02:0x22:Project: 13426 (Run 7533, Clone 11, Gen 4)
00:21:56:WU00:FS02:0x22:Unit: 0x0000000512bc7d9a5f66500cee418c08
00:21:56:WU00:FS02:0x22:Reading tar file core.xml
00:21:56:WU00:FS02:0x22:Reading tar file integrator.xml
00:21:56:WU00:FS02:0x22:Reading tar file state.xml.bz2
00:21:56:WU00:FS02:0x22:Reading tar file system.xml.bz2
00:21:56:WU00:FS02:0x22:Digital signatures verified
00:21:56:WU00:FS02:0x22:Folding@home GPU Core22 Folding@home Core
00:21:56:WU00:FS02:0x22:Version 0.0.13
00:21:56:WU00:FS02:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
00:21:56:WU00:FS02:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
00:21:56:WU00:FS02:0x22:  XTC frame write interval: 250000 steps (25%) [4 total]
00:21:56:WU00:FS02:0x22:  Global context and integrator variables write interval: 25000 steps (2.5%) [40 total]
00:21:56:WU00:FS02:0x22:There are 4 platforms available.
00:21:56:WU00:FS02:0x22:Platform 0: Reference
00:21:56:WU00:FS02:0x22:Platform 1: CPU
00:21:56:WU00:FS02:0x22:Platform 2: OpenCL
00:21:56:WU00:FS02:0x22:  opencl-device 1 specified
00:21:56:WU00:FS02:0x22:Platform 3: CUDA
00:21:56:WU00:FS02:0x22:  cuda-device 1 specified
00:22:01:WU01:FS02:Upload 27.07%
00:22:07:WU00:FS02:0x22:Attempting to create CUDA context:
00:22:07:WU00:FS02:0x22:  Configuring platform CUDA
00:22:07:WU01:FS02:Upload 56.92%
00:22:11:WU00:FS02:0x22:  Using CUDA and gpu 1
00:22:11:WU00:FS02:0x22:Completed 0 out of 1000000 steps (0%)
00:22:11:WU00:FS02:0x22:Checkpoint completed at step 0
00:22:13:WU01:FS02:Upload 86.77%
00:22:16:WU01:FS02:Upload complete
00:22:16:WU01:FS02:Server responded WORK_ACK (400)
00:22:16:WU01:FS02:Final credit estimate, 217242.00 points
00:22:16:WU01:FS02:Cleaning up
00:22:26:WU02:FS00:0x22:Completed 30000 out of 1000000 steps (3%)
<snip>
02:10:44:WU02:FS00:0x22:Completed 990000 out of 1000000 steps (99%)
02:10:44:WU01:FS00:Connecting to assign1.foldingathome.org:80
02:10:44:WU01:FS00:Assigned to work server 18.188.125.154
02:10:44:WU01:FS00:Requesting new work unit for slot 00: RUNNING gpu:1:TU104 [GeForce RTX 2080 SUPER] from 18.188.125.154
02:10:44:WU01:FS00:Connecting to 18.188.125.154:8080
02:10:46:WU01:FS00:Downloading 6.91MiB
02:10:48:WU01:FS00:Download complete
02:10:48:WU01:FS00:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:13426 run:7858 clone:13 gen:3 core:0x22 unit:0x0000000312bc7d9a5f6650148820f409
02:10:52:WU00:FS02:0x22:Completed 940000 out of 1000000 steps (94%)
02:11:52:WU02:FS00:0x22:Completed 1000000 out of 1000000 steps (100%)
02:11:52:WU02:FS00:0x22:Average performance: 125.581 ns/day
02:11:53:WU02:FS00:0x22:Checkpoint completed at step 1000000
02:11:59:WU02:FS00:0x22:Saving result file ..\logfile_01.txt
02:11:59:WU02:FS00:0x22:Saving result file checkpointIntegrator.xml
02:11:59:WU02:FS00:0x22:Saving result file checkpointState.xml.bz2
02:12:00:WU02:FS00:0x22:Saving result file globals.csv
02:12:00:WU02:FS00:0x22:Saving result file positions.xtc
02:12:00:WU02:FS00:0x22:Saving result file science.log
02:12:00:WU02:FS00:0x22:Folding@home Core Shutdown: FINISHED_UNIT
02:12:00:WU02:FS00:FahCore returned: FINISHED_UNIT (100 = 0x64)
02:12:00:WU02:FS00:Sending unit results: id:02 state:SEND error:NO_ERROR project:13426 run:7502 clone:24 gen:4 core:0x22 unit:0x0000000612bc7d9a5f66500d2897d20f
02:12:00:WU02:FS00:Uploading 9.00MiB to 18.188.125.154
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: GPUs not detected initially

Post by bruce »

Code: Select all

14:52:28:           GPUs: 3
14:52:28:          GPU 0: Bus:0 Slot:2 Func:0 INTEL:1 Gen9p5/GT2 [UHD Graphics 630]
14:52:28:          GPU 1: Bus:1 Slot:0 Func:0 NVIDIA:8 TU104 [GeForce RTX 2080 SUPER]
14:52:28:          GPU 2: Bus:2 Slot:0 Func:0 NVIDIA:8 TU104 [GeForce RTX 2080 SUPER]
When you restart FAHClient, it's going to insist that you have 3 GPUS and therefore it needs 3 GPU slots so keep it happy by leaving the 3rd slot configured, even though the UHD Graphics 630 device is permanently paused.
hnapel
Posts: 28
Joined: Sat Sep 13, 2008 8:41 pm

Re: GPUs not detected initially

Post by hnapel »

I would be fine with that, but it only detects 2 GPUs: the UHD and one NVIDIA, but I have two NVIDIA GPUs.
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: GPUs not detected initially

Post by bruce »

As we have recommended, you have to let it keep the third slot. If there are only two slots, the first one will always be assigned to the Intel, which is why you shouldn't remove ANY of the three slots. Restarting the client repreats the slot initialization process.
PantherX
Site Moderator
Posts: 6986
Joined: Wed Dec 23, 2009 9:33 am
Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB

Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400
Location: Land Of The Long White Cloud
Contact:

Re: GPUs not detected initially

Post by PantherX »

hnapel wrote:...I wonder if I need to add the GPU slots manually all the time if the project would not detect them as 'new' also, contributing to this over count also...
Adding/removing Slots will not have any impact on the Client ID. Installing and uninstalling (including deleting the data) would contribute to the Client ID issue.

In your case, it will be considered a single Client since you only installed the client once on your system.
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time

Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
ipkh
Posts: 173
Joined: Thu Jul 16, 2015 2:03 pm

Re: GPUs not detected initially

Post by ipkh »

One potential solution is to reinstall the drivers for your Nvidia cards.
Are you using the Intel UHD for anything? I usually disable the onboard graphics in the bios as I've found it easier that way.
Post Reply