This information is always printed in the log file every 6 hours by default.Eagle wrote:...I don't know why that "Date: 2014-06-05"-line is written into the log, although the day (and hence the date) is still the same...
To elaborate a little, this feature was introduced in FahCore_17 version 0.0.52 (IIRC) so that users with only a single Nvidia GPU can stop folding for X time when Y temperature was reached. This feature doesn't work on AMD GPUs and on multiple Nvidia GPUs. Since you haven't seen this message before, it suggested that something fishy occurred with the FahCore_17 update.Eagle wrote:...The only "new thing" I found is this line:However, 7im told me that it's unused and hence can be ignored...Code: Select all
11:24:25:WU01:FS01:0x17:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
That shouldn't cause an issue at all. I have kept the data directory on HDD Drive with the program folder on the SSD Drive and can fold without any issues. Here's my configuration:Eagle wrote:...So, the only real change is the change of the work-directory from my hard disk to my solid-state drive. Can this really be causing "lost lifeline" and things like that? I can hardly imagine that, but then again, I'm just a passionate FAH user, no insider...
Code: Select all
*********************** Log Started 2014-05-28T20:00:37Z ***********************
20:00:37:************************* Folding@home Client *************************
20:00:37: Website: http://folding.stanford.edu/
20:00:37: Copyright: (c) 2009-2014 Stanford University
20:00:37: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
20:00:37: Args:
20:00:37: Config: D:/FAH/V7/config.xml
20:00:37:******************************** Build ********************************
20:00:37: Version: 7.4.4
20:00:37: Date: Mar 4 2014
20:00:37: Time: 20:26:54
20:00:37: SVN Rev: 4130
20:00:37: Branch: fah/trunk/client
20:00:37: Compiler: Intel(R) C++ MSVC 1500 mode 1200
20:00:37: Options: /TP /nologo /EHa /Qdiag-disable:4297,4103,1786,279 /Ox -arch:SSE
20:00:37: /QaxSSE2,SSE3,SSSE3,SSE4.1,SSE4.2 /Qopenmp /Qrestrict /MT /Qmkl
20:00:37: Platform: win32 XP
20:00:37: Bits: 32
20:00:37: Mode: Release
20:00:37:******************************* System ********************************
20:00:37: CPU: Intel(R) Core(TM) i7-3840QM CPU @ 2.80GHz
20:00:37: CPU ID: GenuineIntel Family 6 Model 58 Stepping 9
20:00:37: CPUs: 8
20:00:37: Memory: 15.89GiB
20:00:37: Free Memory: 12.08GiB
20:00:37: Threads: WINDOWS_THREADS
20:00:37: OS Version: 6.2
20:00:37: Has Battery: true
20:00:37: On Battery: false
20:00:37: UTC Offset: 3
20:00:37: PID: 2096
20:00:37: CWD: D:/FAH/V7
20:00:37: OS: Windows 8 Pro
20:00:37: OS Arch: AMD64
20:00:37: GPUs: 1
20:00:37: GPU 0: NVIDIA:2 GF114 [GeForce GTX 675M]
20:00:37: CUDA: 2.1
20:00:37: CUDA Driver: 6000
20:00:37:Win32 Service: false
20:00:37:***********************************************************************
20:00:38:<config>
20:00:38: <!-- Network -->
20:00:38: <proxy v=':8080'/>
20:00:38:
20:00:38: <!-- Remote Command Server -->
20:00:38: <password v='*********'/>
20:00:38:
20:00:38: <!-- Slot Control -->
20:00:38: <power v='full'/>
20:00:38:
20:00:38: <!-- User Information -->
20:00:38: <passkey v='********************************'/>
20:00:38: <team v='69411'/>
20:00:38: <user v='PantherX'/>
20:00:38:
20:00:38: <!-- Folding Slots -->
20:00:38: <slot id='0' type='CPU'>
20:00:38: <cpus v='7'/>
20:00:38: <max-packet-size v='small'/>
20:00:38: <max-slot-errors v='1'/>
20:00:38: <max-unit-errors v='1'/>
20:00:38: <next-unit-percentage v='100'/>
20:00:38: <pause-on-start v='true'/>
20:00:38: </slot>
20:00:38: <slot id='1' type='GPU'>
20:00:38: <max-slot-errors v='1'/>
20:00:38: <max-unit-errors v='1'/>
20:00:38: <next-unit-percentage v='100'/>
20:00:38: <pause-on-start v='true'/>
20:00:38: </slot>
20:00:38:</config>
20:00:38:Connecting to assign-GPU.stanford.edu:80
20:00:39:Updated GPUs.txt
20:00:39:Read GPUs.txt
20:00:39:Trying to access database...
20:00:40:Successfully acquired database lock
20:00:40:Enabled folding slot 00: PAUSED cpu:7 (by user)
20:00:40:Enabled folding slot 01: PAUSED gpu:0:GF114 [GeForce GTX 675M] (by user)
20:04:22:Clean exit
Since this issue started few weeks ago, my best guess would be a mangled FahCore update. As a test, can you please replace the beta value with advanced and see if it continues to fold FahCore_17 WUs properly? Do note that with the advanced flag, you might download FahCore_17 version 0.0.52 in a different directory and continue to fold FahCore_17 WU without issues. If this works fine, then you can revert back to your original setup by doing a fresh installation.Eagle wrote:...Any further information would be greatly appreciated!