One GPU getting WUs, other GPU not getting WUs.

If you think it might be a driver problem, see viewforum.php?f=79

Moderators: Site Moderators, FAHC Science Team

Post Reply
Soordhin
Posts: 5
Joined: Sun May 03, 2020 8:09 am

One GPU getting WUs, other GPU not getting WUs.

Post by Soordhin »

I have two GPUs installed, a Nvidia GTX 980TI and a Nvidia RTX 2070 Super. The 2070 is fairly new, and the 980TI has been folding for quite a while. Both of course have a slot created, and so far the 2070 has only received one WU, but is normally idle without getting any WUs, while the 980TI is quite busy. As the 980TI is configured as a pure compute card that is quite OK so far, however, during the times when the computer is not used for work or games, i would like the 2070 to fold as well.

Here are the first lines of the log:

Code: Select all

*********************** Log Started 2020-05-02T14:31:43Z ***********************
14:31:43:****************************** FAHClient ******************************
14:31:43:        Version: 7.6.9
14:31:43:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:31:43:      Copyright: 2020 foldingathome.org
14:31:43:       Homepage: https://foldingathome.org/
14:31:43:           Date: Apr 17 2020
14:31:43:           Time: 11:13:06
14:31:43:       Revision: 398c2b17fa535e0cc6c9d10856b2154c32771646
14:31:43:         Branch: master
14:31:43:       Compiler: Visual C++ 2008
14:31:43:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:31:43:       Platform: win32 10
14:31:43:           Bits: 32
14:31:43:           Mode: Release
14:31:43:         Config: D:\Users\Denti\AppData\Roaming\FAHClient\config.xml
14:31:43:******************************** CBang ********************************
14:31:43:           Date: Apr 17 2020
14:31:43:           Time: 11:10:09
14:31:43:       Revision: 2fb0be7809c5e45287a122ca5fbc15b5ae859a3b
14:31:43:         Branch: master
14:31:43:       Compiler: Visual C++ 2008
14:31:43:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:31:43:       Platform: win32 10
14:31:43:           Bits: 32
14:31:43:           Mode: Release
14:31:43:******************************* System ********************************
14:31:43:            CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
14:31:43:         CPU ID: GenuineIntel Family 6 Model 94 Stepping 3
14:31:43:           CPUs: 8
14:31:43:         Memory: 31.94GiB
14:31:43:    Free Memory: 27.42GiB
14:31:43:        Threads: WINDOWS_THREADS
14:31:43:     OS Version: 6.2
14:31:43:    Has Battery: false
14:31:43:     On Battery: false
14:31:43:     UTC Offset: 2
14:31:43:            PID: 7348
14:31:43:            CWD: D:\Users\Denti\AppData\Roaming\FAHClient
14:31:43:             OS: Windows 10 Home
14:31:43:        OS Arch: AMD64
14:31:43:           GPUs: 2
14:31:43:          GPU 0: Bus:2 Slot:0 Func:0 NVIDIA:6 GM200 [GeForce GTX 980 Ti] 5632
14:31:43:          GPU 1: Bus:1 Slot:0 Func:0 NVIDIA:8 TU104 [GeForce RTX 2070 Super]
14:31:43:                 8218
14:31:43:  CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:7.5 Driver:11.0
14:31:43:  CUDA Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:5.2 Driver:11.0
14:31:43:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:445.87
14:31:43:OpenCL Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:1.2 Driver:445.87
14:31:43:OpenCL Device 2: Platform:1 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:445.87
14:31:43:OpenCL Device 3: Platform:1 Device:1 Bus:2 Slot:0 Compute:1.2 Driver:445.87
14:31:43:  Win32 Service: false
14:31:43:******************************* libFAH ********************************
14:31:43:           Date: Apr 15 2020
14:31:43:           Time: 14:53:14
14:31:43:       Revision: 216968bc7025029c841ed6e36e81a03a316890d3
14:31:43:         Branch: master
14:31:43:       Compiler: Visual C++ 2008
14:31:43:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:31:43:       Platform: win32 10
14:31:43:           Bits: 32
14:31:43:           Mode: Release
14:31:43:***********************************************************************
14:31:43:<config>
14:31:43:  <!-- Folding Slot Configuration -->
14:31:43:  <client-type v='advanced'/>
14:31:43:
14:31:43:  <!-- Network -->
14:31:43:  <proxy v=':8080'/>
14:31:43:
14:31:43:  <!-- Remote Command Server -->
14:31:43:  <command-port v='36332'/>
14:31:43:
14:31:43:  <!-- Slot Control -->
14:31:43:  <pause-on-battery v='false'/>
14:31:43:  <power v='light'/>
14:31:43:
14:31:43:  <!-- User Information -->
14:31:43:  <passkey v='*****'/>
14:31:43:  <team v='251999'/>
14:31:43:  <user v='Soordhin'/>
14:31:43:
14:31:43:  <!-- Folding Slots -->
14:31:43:  <slot id='0' type='CPU'>
14:31:43:    <paused v='true'/>
14:31:43:  </slot>
14:31:43:  <slot id='3' type='GPU'>
14:31:43:    <paused v='true'/>
14:31:43:  </slot>
14:31:43:  <slot id='1' type='GPU'>
14:31:43:    <paused v='true'/>
14:31:43:  </slot>
14:31:43:</config>
14:31:43:Trying to access database...
14:31:43:Successfully acquired database lock
14:31:43:Enabled folding slot 00: PAUSED cpu:2 (by user)
14:31:43:Enabled folding slot 03: PAUSED gpu:0:GM200 [GeForce GTX 980 Ti] 5632 (by user)
14:31:43:Enabled folding slot 01: PAUSED gpu:1:TU104 [GeForce RTX 2070 Super] 8218 (by user)
15:07:24:FS00:Unpaused
15:07:24:FS03:Unpaused
15:07:24:FS01:Unpaused
15:07:24:WU01:FS00:Starting
15:07:24:WARNING:WU01:FS00:Changed SMP threads from 2 to 5 this can cause some work units to fail
15:07:24:WARNING:WU01:FS00:AS lowered CPUs from 5 to 3
15:07:24:WU01:FS00:Running FahCore: "D:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" D:\Users\Denti\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/avx/Core_a7.fah/FahCore_a7.exe -dir 01 -suffix 01 -version 706 -lifeline 7348 -checkpoint 15 -np 3
15:07:24:WU01:FS00:Started FahCore on PID 15980
15:07:24:WU01:FS00:Core PID:20228
15:07:24:WU01:FS00:FahCore 0xa7 started
15:07:25:WU01:FS00:0xa7:*********************** Log Started 2020-05-02T15:07:24Z ***********************
15:07:25:WU01:FS00:0xa7:************************** Gromacs Folding@home Core ***************************
15:07:25:WU01:FS00:0xa7:       Type: 0xa7
15:07:25:WU01:FS00:0xa7:       Core: Gromacs
15:07:25:WU01:FS00:0xa7:       Args: -dir 01 -suffix 01 -version 706 -lifeline 15980 -checkpoint 15 -np
15:07:25:WU01:FS00:0xa7:             3
15:07:25:WU01:FS00:0xa7:************************************ CBang *************************************
15:07:25:WU01:FS00:0xa7:       Date: Oct 26 2019
15:07:25:WU01:FS00:0xa7:       Time: 01:38:25
15:07:25:WU01:FS00:0xa7:   Revision: c46a1a011a24143739ac7218c5a435f66777f62f
15:07:25:WU01:FS00:0xa7:     Branch: master
15:07:25:WU01:FS00:0xa7:   Compiler: Visual C++ 2008
15:07:25:WU01:FS00:0xa7:    Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
15:07:25:WU01:FS00:0xa7:   Platform: win32 10
15:07:25:WU01:FS00:0xa7:       Bits: 64
15:07:25:WU01:FS00:0xa7:       Mode: Release
15:07:25:WU01:FS00:0xa7:************************************ System ************************************
15:07:25:WU01:FS00:0xa7:        CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
15:07:25:WU01:FS00:0xa7:     CPU ID: GenuineIntel Family 6 Model 94 Stepping 3
15:07:25:WU01:FS00:0xa7:       CPUs: 8
15:07:25:WU01:FS00:0xa7:     Memory: 31.94GiB
15:07:25:WU01:FS00:0xa7:Free Memory: 24.10GiB
15:07:25:WU01:FS00:0xa7:    Threads: WINDOWS_THREADS
15:07:25:WU01:FS00:0xa7: OS Version: 6.2
15:07:25:WU01:FS00:0xa7:Has Battery: false
15:07:25:WU01:FS00:0xa7: On Battery: false
15:07:25:WU01:FS00:0xa7: UTC Offset: 2
15:07:25:WU01:FS00:0xa7:        PID: 20228
15:07:25:WU01:FS00:0xa7:        CWD: D:\Users\Denti\AppData\Roaming\FAHClient\work
15:07:25:WU01:FS00:0xa7:******************************** Build - libFAH ********************************
15:07:25:WU01:FS00:0xa7:    Version: 0.0.18
15:07:25:WU01:FS00:0xa7:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:07:25:WU01:FS00:0xa7:  Copyright: 2019 foldingathome.org
15:07:25:WU01:FS00:0xa7:   Homepage: https://foldingathome.org/
15:07:25:WU01:FS00:0xa7:       Date: Oct 26 2019
15:07:25:WU01:FS00:0xa7:       Time: 01:52:30
15:07:25:WU01:FS00:0xa7:   Revision: c1e3513b1bc0c16013668f2173ee969e5995b38e
15:07:25:WU01:FS00:0xa7:     Branch: master
15:07:25:WU01:FS00:0xa7:   Compiler: Visual C++ 2008
15:07:25:WU01:FS00:0xa7:    Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
15:07:25:WU01:FS00:0xa7:   Platform: win32 10
15:07:25:WU01:FS00:0xa7:       Bits: 64
15:07:25:WU01:FS00:0xa7:       Mode: Release
15:07:25:WU01:FS00:0xa7:************************************ Build *************************************
15:07:25:WU01:FS00:0xa7:       SIMD: avx_256
15:07:25:WU01:FS00:0xa7:********************************************************************************
15:07:25:WU01:FS00:0xa7:Project: 14379 (Run 1811, Clone 2, Gen 56)
15:07:25:WU01:FS00:0xa7:Unit: 0x0000003f455e42075e932ec4536194fe
15:07:25:WU01:FS00:0xa7:Digital signatures verified
15:07:25:WU01:FS00:0xa7:Calling: mdrun -s frame56.tpr -o frame56.trr -cpi state.cpt -cpt 15 -nt 3
15:07:28:WU01:FS00:0xa7:Steps: first=0 total=250000
15:07:28:WU00:FS03:Connecting to 65.254.110.245:80
15:07:28:WU02:FS01:Connecting to 65.254.110.245:80
15:07:29:WU01:FS00:0xa7:Completed 46891 out of 250000 steps (18%)
15:07:29:WARNING:WU00:FS03:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:07:29:WU00:FS03:Connecting to 18.218.241.186:80
15:07:29:WARNING:WU02:FS01:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:07:29:WU02:FS01:Connecting to 18.218.241.186:80
15:07:30:WARNING:WU02:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
15:07:30:WU02:FS01:Connecting to 65.254.110.245:80
15:07:30:WARNING:WU00:FS03:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
15:07:30:WU00:FS03:Connecting to 65.254.110.245:80
15:07:30:WARNING:WU02:FS01:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:07:30:WU02:FS01:Connecting to 18.218.241.186:80
15:07:30:WARNING:WU00:FS03:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:07:30:WU00:FS03:Connecting to 18.218.241.186:80
15:07:31:WU02:FS01:Assigned to work server 13.82.98.119
15:07:31:WU02:FS01:Requesting new work unit for slot 01: READY gpu:1:TU104 [GeForce RTX 2070 Super] 8218 from 13.82.98.119
15:07:31:WU02:FS01:Connecting to 13.82.98.119:8080
15:07:31:WU00:FS03:Assigned to work server 13.82.98.119
15:07:31:WU00:FS03:Requesting new work unit for slot 03: READY gpu:0:GM200 [GeForce GTX 980 Ti] 5632 from 13.82.98.119
15:07:31:WU00:FS03:Connecting to 13.82.98.119:8080
15:07:46:ERROR:WU00:FS03:Exception: Server did not assign work unit
15:07:47:WU00:FS03:Connecting to 65.254.110.245:80
15:07:47:WARNING:WU00:FS03:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:07:47:WU00:FS03:Connecting to 18.218.241.186:80
15:07:48:WARNING:WU00:FS03:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
15:07:48:WU00:FS03:Connecting to 65.254.110.245:80
15:07:48:WU02:FS01:Downloading 161.39MiB
15:07:48:WARNING:WU00:FS03:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:07:48:WU00:FS03:Connecting to 18.218.241.186:80
15:07:49:WARNING:WU00:FS03:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
15:07:49:ERROR:WU00:FS03:Exception: Could not get an assignment
15:07:54:WU02:FS01:Download 19.05%
15:08:00:WU02:FS01:Download 39.73%
15:08:03:WU01:FS00:0xa7:Completed 47500 out of 250000 steps (19%)
15:08:06:WU02:FS01:Download 57.05%
15:08:12:WU02:FS01:Download 72.15%
15:08:18:WU02:FS01:Download 90.35%
15:08:19:Removing old file 'configs/config-20200501-062458.xml'
15:08:19:Saving configuration to config.xml
15:08:19:<config>
15:08:19:  <!-- Folding Slot Configuration -->
15:08:19:  <client-type v='advanced'/>
15:08:19:
15:08:19:  <!-- Network -->
15:08:19:  <proxy v=':8080'/>
15:08:19:
15:08:19:  <!-- Remote Command Server -->
15:08:19:  <command-port v='36332'/>
15:08:19:
15:08:19:  <!-- Slot Control -->
15:08:19:  <pause-on-battery v='false'/>
15:08:19:
15:08:19:  <!-- User Information -->
15:08:19:  <passkey v='*****'/>
15:08:19:  <team v='251999'/>
15:08:19:  <user v='Soordhin'/>
15:08:19:
15:08:19:  <!-- Folding Slots -->
15:08:19:  <slot id='0' type='CPU'/>
15:08:19:  <slot id='3' type='GPU'/>
15:08:19:  <slot id='1' type='GPU'/>
15:08:19:</config>
15:08:21:WU02:FS01:Download complete
15:08:21:WU02:FS01:Received Unit: id:02 state:DOWNLOAD error:NO_ERROR project:13876 run:0 clone:1386 gen:63 core:0x22 unit:0x0000004f0d5262775e7cf10b242ac820
15:08:21:WU02:FS01:Starting
15:08:21:WU02:FS01:Running FahCore: "D:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" D:\Users\Denti\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/Core_22.fah/FahCore_22.exe -dir 02 -suffix 01 -version 706 -lifeline 7348 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
15:08:21:WU02:FS01:Started FahCore on PID 4924
15:08:22:WU02:FS01:Core PID:10596
15:08:22:WU02:FS01:FahCore 0x22 started
15:08:22:WU02:FS01:0x22:*********************** Log Started 2020-05-02T15:08:22Z ***********************
15:08:22:WU02:FS01:0x22:*************************** Core22 Folding@home Core ***************************
15:08:22:WU02:FS01:0x22:       Type: 0x22
15:08:22:WU02:FS01:0x22:       Core: Core22
15:08:22:WU02:FS01:0x22:    Website: https://foldingathome.org/
15:08:22:WU02:FS01:0x22:  Copyright: (c) 2009-2018 foldingathome.org
15:08:22:WU02:FS01:0x22:     Author: John Chodera <john.chodera@choderalab.org> and Rafal Wiewiora
15:08:22:WU02:FS01:0x22:             <rafal.wiewiora@choderalab.org>
15:08:22:WU02:FS01:0x22:       Args: -dir 02 -suffix 01 -version 706 -lifeline 4924 -checkpoint 15
15:08:22:WU02:FS01:0x22:             -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device
15:08:22:WU02:FS01:0x22:             0 -gpu 0
15:08:22:WU02:FS01:0x22:     Config: <none>
15:08:22:WU02:FS01:0x22:************************************ Build *************************************
15:08:22:WU02:FS01:0x22:    Version: 0.0.2
15:08:22:WU02:FS01:0x22:       Date: Dec 6 2019
15:08:22:WU02:FS01:0x22:       Time: 21:30:31
15:08:22:WU02:FS01:0x22: Repository: Git
15:08:22:WU02:FS01:0x22:   Revision: abeb39247cc72df5af0f63723edafadb23d5dfbe
15:08:22:WU02:FS01:0x22:     Branch: HEAD
15:08:22:WU02:FS01:0x22:   Compiler: Visual C++ 2008
15:08:22:WU02:FS01:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
15:08:22:WU02:FS01:0x22:   Platform: win32 10
15:08:22:WU02:FS01:0x22:       Bits: 64
15:08:22:WU02:FS01:0x22:       Mode: Release
15:08:22:WU02:FS01:0x22:************************************ System ************************************
15:08:22:WU02:FS01:0x22:        CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
15:08:22:WU02:FS01:0x22:     CPU ID: GenuineIntel Family 6 Model 94 Stepping 3
15:08:22:WU02:FS01:0x22:       CPUs: 8
15:08:22:WU02:FS01:0x22:     Memory: 31.94GiB
15:08:22:WU02:FS01:0x22:Free Memory: 22.69GiB
15:08:22:WU02:FS01:0x22:    Threads: WINDOWS_THREADS
15:08:22:WU02:FS01:0x22: OS Version: 6.2
15:08:22:WU02:FS01:0x22:Has Battery: false
15:08:22:WU02:FS01:0x22: On Battery: false
15:08:22:WU02:FS01:0x22: UTC Offset: 2
15:08:22:WU02:FS01:0x22:        PID: 10596
15:08:22:WU02:FS01:0x22:        CWD: D:\Users\Denti\AppData\Roaming\FAHClient\work
15:08:22:WU02:FS01:0x22:         OS: Windows 10 Home
15:08:22:WU02:FS01:0x22:    OS Arch: AMD64
15:08:22:WU02:FS01:0x22:********************************************************************************
15:08:22:WU02:FS01:0x22:Project: 13876 (Run 0, Clone 1386, Gen 63)
15:08:22:WU02:FS01:0x22:Unit: 0x0000004f0d5262775e7cf10b242ac820
15:08:22:WU02:FS01:0x22:Reading tar file core.xml
15:08:22:WU02:FS01:0x22:Reading tar file integrator.xml
15:08:22:WU02:FS01:0x22:Reading tar file state.xml
15:08:23:WU02:FS01:0x22:Reading tar file system.xml
15:08:26:WU02:FS01:0x22:Digital signatures verified
15:08:26:WU02:FS01:0x22:Folding@home GPU Core22 Folding@home Core
15:08:26:WU02:FS01:0x22:Version 0.0.2
15:08:47:WU00:FS03:Connecting to 65.254.110.245:80
15:08:47:WARNING:WU00:FS03:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
15:08:47:WU00:FS03:Connecting to 18.218.241.186:80
15:08:48:WARNING:WU00:FS03:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
15:08:48:WU00:FS03:Connecting to 65.254.110.245:80

HaloJones
Posts: 920
Joined: Thu Jul 24, 2008 10:16 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by HaloJones »

I assume the 2070S is attached to your monitor?

The 2070S is OpenCL device 0
The 980ti is device 1

If you can face editing your config.xml (in D:\Users\Denti\AppData\Roaming\FAHClient), you could set the slots up like this:

Code: Select all

<!-- Folding Slots -->
 <slot id='0' type='CPU'>
  <paused v='true'/>
 </slot>
 <slot id='1' type='GPU'>
  <paused v='true'/>
   <opencl-index v='0'/>
 </slot>
 <slot id='2' type='GPU'>
  <paused v='true'/>
   <opencl-index v='1'/>
</slot>

That would put the 2070S as slot 1 and the 980ti as slot 2. It shouldn't make any difference but the whole black magic inside the assignment servers is a mystery to everyone I think.

Can yo just try this and report back? "Finish" the existing work first of course as this will kill any active GPU work.
single 1070

Image
HaloJones
Posts: 920
Joined: Thu Jul 24, 2008 10:16 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by HaloJones »

Oh, and when you bring up this version of the software with all slots empty and paused, unpause just the 2070S slot and see if you can get it to pick up work. Only then unpause the 980ti
single 1070

Image
Soordhin
Posts: 5
Joined: Sun May 03, 2020 8:09 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by Soordhin »

Thanks for the tips, tried it both, however, as you can see in the log below, it seems not to help. By the way, i got one WU in the meantime, which is why i it took a while to get this tested as i had to let it finish on both GPUs.

Of course, there could be a general shortage of GPU work, no idea here.

Code: Select all

*********************** Log Started 2020-05-03T14:42:30Z ***********************
14:42:30:****************************** FAHClient ******************************
14:42:30:        Version: 7.6.9
14:42:30:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:42:30:      Copyright: 2020 foldingathome.org
14:42:30:       Homepage: https://foldingathome.org/
14:42:30:           Date: Apr 17 2020
14:42:30:           Time: 11:13:06
14:42:30:       Revision: 398c2b17fa535e0cc6c9d10856b2154c32771646
14:42:30:         Branch: master
14:42:30:       Compiler: Visual C++ 2008
14:42:30:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:42:30:       Platform: win32 10
14:42:30:           Bits: 32
14:42:30:           Mode: Release
14:42:30:           Args: --open-web-control
14:42:30:         Config: D:\Users\Denti\AppData\Roaming\FAHClient\config.xml
14:42:30:******************************** CBang ********************************
14:42:30:           Date: Apr 17 2020
14:42:30:           Time: 11:10:09
14:42:30:       Revision: 2fb0be7809c5e45287a122ca5fbc15b5ae859a3b
14:42:30:         Branch: master
14:42:30:       Compiler: Visual C++ 2008
14:42:30:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:42:30:       Platform: win32 10
14:42:30:           Bits: 32
14:42:30:           Mode: Release
14:42:30:******************************* System ********************************
14:42:30:            CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
14:42:30:         CPU ID: GenuineIntel Family 6 Model 94 Stepping 3
14:42:30:           CPUs: 8
14:42:30:         Memory: 31.94GiB
14:42:30:    Free Memory: 23.86GiB
14:42:30:        Threads: WINDOWS_THREADS
14:42:30:     OS Version: 6.2
14:42:30:    Has Battery: false
14:42:30:     On Battery: false
14:42:30:     UTC Offset: 2
14:42:30:            PID: 23328
14:42:30:            CWD: D:\Users\Denti\AppData\Roaming\FAHClient
14:42:30:             OS: Windows 10 Home
14:42:30:        OS Arch: AMD64
14:42:30:           GPUs: 2
14:42:30:          GPU 0: Bus:2 Slot:0 Func:0 NVIDIA:6 GM200 [GeForce GTX 980 Ti] 5632
14:42:30:          GPU 1: Bus:1 Slot:0 Func:0 NVIDIA:8 TU104 [GeForce RTX 2070 Super]
14:42:30:                 8218
14:42:30:  CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:7.5 Driver:11.0
14:42:30:  CUDA Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:5.2 Driver:11.0
14:42:30:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:445.87
14:42:30:OpenCL Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:1.2 Driver:445.87
14:42:30:OpenCL Device 2: Platform:1 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:445.87
14:42:30:OpenCL Device 3: Platform:1 Device:1 Bus:2 Slot:0 Compute:1.2 Driver:445.87
14:42:30:  Win32 Service: false
14:42:30:******************************* libFAH ********************************
14:42:30:           Date: Apr 15 2020
14:42:30:           Time: 14:53:14
14:42:30:       Revision: 216968bc7025029c841ed6e36e81a03a316890d3
14:42:30:         Branch: master
14:42:30:       Compiler: Visual C++ 2008
14:42:30:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
14:42:30:       Platform: win32 10
14:42:30:           Bits: 32
14:42:30:           Mode: Release
14:42:30:***********************************************************************
14:42:30:<config>
14:42:30:  <!-- Folding Slot Configuration -->
14:42:30:  <cause v='COVID_19'/>
14:42:30:  <client-type v='advanced'/>
14:42:30:
14:42:30:  <!-- Network -->
14:42:30:  <proxy v=':8080'/>
14:42:30:
14:42:30:  <!-- Remote Command Server -->
14:42:30:  <command-port v='36332'/>
14:42:30:
14:42:30:  <!-- Slot Control -->
14:42:30:  <pause-on-battery v='false'/>
14:42:30:  <power v='full'/>
14:42:30:
14:42:30:  <!-- User Information -->
14:42:30:  <passkey v='*****'/>
14:42:30:  <team v='251999'/>
14:42:30:  <user v='Soordhin'/>
14:42:30:
14:42:30:  <!-- Folding Slots -->
14:42:30:  <slot id='0' type='CPU'>
14:42:30:    <paused v='true'/>
14:42:30:  </slot>
14:42:30:  <slot id='1' type='GPU'>
14:42:30:    <opencl-index v='0'/>
14:42:30:    <paused v='true'/>
14:42:30:  </slot>
14:42:30:  <slot id='2' type='GPU'>
14:42:30:    <opencl-index v='1'/>
14:42:30:    <paused v='true'/>
14:42:30:  </slot>
14:42:30:</config>
14:42:30:Trying to access database...
14:42:30:Successfully acquired database lock
14:42:30:Enabled folding slot 00: PAUSED cpu:6 (by user)
14:42:30:Enabled folding slot 01: PAUSED gpu:0:GM200 [GeForce GTX 980 Ti] 5632 (by user)
14:42:30:Enabled folding slot 02: PAUSED gpu:1:TU104 [GeForce RTX 2070 Super] 8218 (by user)
14:42:31:3:127.0.0.1:New Web session
14:43:26:FS02:Unpaused
14:43:26:WU01:FS02:Connecting to 65.254.110.245:80
14:43:26:WARNING:WU01:FS02:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
14:43:26:WU01:FS02:Connecting to 18.218.241.186:80
14:43:27:WARNING:WU01:FS02:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
14:43:27:WU01:FS02:Connecting to 65.254.110.245:80
14:43:27:WARNING:WU01:FS02:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
14:43:27:WU01:FS02:Connecting to 18.218.241.186:80
14:43:28:WARNING:WU01:FS02:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
14:43:28:ERROR:WU01:FS02:Exception: Could not get an assignment
14:43:28:WU01:FS02:Connecting to 65.254.110.245:80
14:43:29:WARNING:WU01:FS02:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
14:43:29:WU01:FS02:Connecting to 18.218.241.186:80
14:43:29:WARNING:WU01:FS02:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
14:43:29:WU01:FS02:Connecting to 65.254.110.245:80
14:43:30:WARNING:WU01:FS02:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
14:43:30:WU01:FS02:Connecting to 18.218.241.186:80
14:43:30:WU01:FS02:Assigned to work server 140.163.4.231
14:43:30:WU01:FS02:Requesting new work unit for slot 02: READY gpu:1:TU104 [GeForce RTX 2070 Super] 8218 from 140.163.4.231
14:43:30:WU01:FS02:Connecting to 140.163.4.231:8080
14:43:31:Removing old file 'configs/config-20200502-162939.xml'
14:43:31:Saving configuration to config.xml
14:43:31:<config>
14:43:31:  <!-- Folding Slot Configuration -->
14:43:31:  <cause v='COVID_19'/>
14:43:31:  <client-type v='advanced'/>
14:43:31:
14:43:31:  <!-- Network -->
14:43:31:  <proxy v=':8080'/>
14:43:31:
14:43:31:  <!-- Remote Command Server -->
14:43:31:  <command-port v='36332'/>
14:43:31:
14:43:31:  <!-- Slot Control -->
14:43:31:  <pause-on-battery v='false'/>
14:43:31:
14:43:31:  <!-- User Information -->
14:43:31:  <passkey v='*****'/>
14:43:31:  <team v='251999'/>
14:43:31:  <user v='Soordhin'/>
14:43:31:
14:43:31:  <!-- Folding Slots -->
14:43:31:  <slot id='0' type='CPU'>
14:43:31:    <paused v='true'/>
14:43:31:  </slot>
14:43:31:  <slot id='1' type='GPU'>
14:43:31:    <opencl-index v='0'/>
14:43:31:    <paused v='true'/>
14:43:31:  </slot>
14:43:31:  <slot id='2' type='GPU'>
14:43:31:    <opencl-index v='1'/>
14:43:31:  </slot>
14:43:31:</config>
14:43:50:ERROR:WU01:FS02:Exception: 10002: Received short response, expected 512 bytes, got 0
14:44:28:WU01:FS02:Connecting to 65.254.110.245:80
14:44:29:WARNING:WU01:FS02:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
14:44:29:WU01:FS02:Connecting to 18.218.241.186:80
14:44:29:WARNING:WU01:FS02:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
14:44:29:WU01:FS02:Connecting to 65.254.110.245:80
14:44:30:WARNING:WU01:FS02:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
14:44:30:WU01:FS02:Connecting to 18.218.241.186:80
14:44:30:WARNING:WU01:FS02:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
14:44:30:ERROR:WU01:FS02:Exception: Could not get an assignment
HaloJones
Posts: 920
Joined: Thu Jul 24, 2008 10:16 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by HaloJones »

If you have GPU-Z or Afterburner, check whether the actual busy card aligns with what FAHControl tells you - there is a bug that sometimes misidentifies which card is which in a multi-gpu system. The config.xml is specifying the 2070S should be slot 1 but your logfile shows it is getting them the other way round. Like I say, could just be the bug showing itself and something like GPU-Z will show which card is actually getting busy.

There is a very real shortage by the way and although that's being worked on, it may still be a while before the shortage is resolved.
single 1070

Image
Soordhin
Posts: 5
Joined: Sun May 03, 2020 8:09 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by Soordhin »

In the meantime both GPUs have got WUs, so i guess it was more about the shortage then, at least after the change of the config.xml they got WUs in the end, it just took some time. By the way, for both of them, just an hour or so longer for the 2070.

Anyway, thanks for your help. I'm quite happy that the 2070 can drive two 1440p screens at 165 hz and still run F@H as well, at least as long as i don't run some demanding game.
HaloJones
Posts: 920
Joined: Thu Jul 24, 2008 10:16 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by HaloJones »

How many ppd for the 2070S? Enquiring minds and all that
single 1070

Image
Soordhin
Posts: 5
Joined: Sun May 03, 2020 8:09 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by Soordhin »

You may be right. It shows the cards labelled the wrong way around in the client in my opinion. Just realised that when checking the ppd values. One shows roughly 660k, the other one roughly 1.479k. The higher one being supposedly the 980 ti, but somehow i question that.

As long as it is simply a mislabelling i don't mind.
HaloJones
Posts: 920
Joined: Thu Jul 24, 2008 10:16 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by HaloJones »

It's mislabelling. Been a problem for some time and it's not always clear why it does it.
single 1070

Image
PantherX
Site Moderator
Posts: 7020
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: One GPU getting WUs, other GPU not getting WUs.

Post by PantherX »

Welcome to the F@H Forum Soordhin,

Another reason that the RTX 2070 Super appears to be "idle" while the GTX 980 Ti is busy is because the RTX is much faster than the GTX. Thus, even if both got the same WU, the RTX will finish folding it before the GTX.

Another thing I noticed is that your system only folds when on idle. You can choose to tweak the configuration to allow the GTX to fold 24/7 while allowing the RTX to fold only when idle. The CPU can be folding in the background without issues as it has a low priority and shouldn't interfere with most daily applications :)
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
Soordhin
Posts: 5
Joined: Sun May 03, 2020 8:09 am

Re: One GPU getting WUs, other GPU not getting WUs.

Post by Soordhin »

Thanks Panther, yes, i have tweaked my system settings now, when doing 2D work both GPUs run and the CPU is on medium setting (usually 5 out of 8 threads), when doing 3D fun the 2070 is on "Wait for idle", the CPU on light or medium and the 980 simply continues as usual. And when i'm not at the PC everything is set to full, and the window is open to get the excess heat out. 500W or so of heat is actually quite a lot.

It seems to require a bit more hands on approach than Boinc does (which is currently not running here after i had it running continuously for over 15 years) but i'm getting there.
Post Reply