Mr. Pedantic
[H]ard|Gawd
- Joined
- Sep 19, 2009
- Messages
- 1,707
Take a look at this:
What I did was I turned my computer on, started the client, and then went to services.msc, shut down the client manually, then started the service. Then afterwards, I shut down the service, and restarted the client manually, producing what you see here. This is a direct copy/paste from the log, there's been nothing added, deleted, or moved. There was no extra portion in between the two starts indicated in the part I put in the code tags. The client was using CPU utilization in the Task Manager, but its progress wasn't showing up on HFM, so I stopped the service and restarted it. And it appears that this is why: the progress wasn't logged. Roughly 90 minutes of runtime wasn't written to the file. This happened with my GPU client as well, it appears that there must have been a corrupted checkpoint and it restarted. So what's going on? Why didn't it write? When I used services to start the client automatically in the past it wrote to the log file, why didn't it do it this time round?
Code:
--- Opening Log file [June 17 17:58:58 UTC]
# Windows SMP Console Edition #################################################
###############################################################################
Folding@Home Client Version 6.29
http://folding.stanford.edu
###############################################################################
###############################################################################
Launch directory: C:\Program Files\FAH\WinSMP
Executable: C:\Program Files\FAH\WinSMP\FAH.exe
Arguments: -smp 7 -verbosity 9 -forceasm -local -advmethods -bigadv
[17:58:58] - Ask before connecting: No
[17:58:58] - User name: Mr._Pedantic (Team 33)
[17:58:58] - User ID: 508DC76E16C08206
[17:58:58] - Machine ID: 1
[17:58:58]
[17:58:58] Loaded queue successfully.
[17:58:58]
[17:58:58] - Autosending finished units... [June 17 17:58:58 UTC]
[17:58:58] + Processing work unit
[17:58:58] Trying to send all finished work units
[17:58:58] Core required: FahCore_a3.exe
[17:58:58] + No unsent completed units remaining.
[17:58:58] - Autosend completed
[17:58:58] Core found.
[17:58:58] Working on queue slot 09 [June 17 17:58:58 UTC]
[17:58:58] + Working ...
[17:58:58] - Calling '.\FahCore_a3.exe -dir work/ -nice 19 -suffix 09 -np 7 -checkpoint 3 -forceasm -verbose -lifeline 2116 -version 629'
[17:58:58]
[17:58:58] *------------------------------*
[17:58:58] Folding@Home Gromacs SMP Core
[17:58:58] Version 2.19 (Mar 12, 2010)
[17:58:58]
[17:58:58] Preparing to commence simulation
[17:58:58] - Ensuring status. Please wait.
[17:59:08] - Assembly optimizations manually forced on.
[17:59:08] - Not checking prior termination.
[17:59:09] - Expanded 4300945 -> 10427873 (decompressed 242.4 percent)
[17:59:09] Called DecompressByteArray: compressed_data_size=4300945 data_size=10427873, decompressed_data_size=10427873 diff=0
[17:59:09] - Digital signature verified
[17:59:09]
[17:59:09] Project: 6013 (Run 0, Clone 89, Gen 176)
[17:59:09]
[17:59:09] Assembly optimizations on if available.
[17:59:09] Entering M.D.
[17:59:15] Using Gromacs checkpoints
[17:59:18] Resuming from checkpoint
[17:59:18] Verified work/wudata_09.log
[17:59:18] Verified work/wudata_09.trr
[17:59:18] Verified work/wudata_09.xtc
[17:59:18] Verified work/wudata_09.edr
[17:59:19] Completed 56966 out of 250000 steps (22%)
[17:59:58] Killing all core threads
[17:59:58] Killing 2 cores
[17:59:58] Killing core 0
[17:59:58] Killing core 1
Folding@Home Client Shutdown at user request.
[17:59:58] ***** Got a SIGTERM signal (2)
[17:59:58] Killing all core threads
[17:59:58] Killing 2 cores
[17:59:58] Killing core 0
[17:59:58] Killing core 1
Folding@Home Client Shutdown.
--- Opening Log file [June 17 19:32:40 UTC]
# Windows SMP Console Edition #################################################
###############################################################################
Folding@Home Client Version 6.29
http://folding.stanford.edu
###############################################################################
###############################################################################
Launch directory: C:\Program Files\FAH\WinSMP
Executable: C:\Program Files\FAH\WinSMP\FAH.exe
Arguments: -smp 7 -verbosity 9 -forceasm -local -advmethods -bigadv
[19:32:40] - Ask before connecting: No
[19:32:40] - User name: Mr._Pedantic (Team 33)
[19:32:40] - User ID: 508DC76E16C08206
[19:32:40] - Machine ID: 1
[19:32:40]
[19:32:40] Loaded queue successfully.
[19:32:40]
[19:32:40] - Autosending finished units... [June 17 19:32:40 UTC]
[19:32:40] + Processing work unit
[19:32:40] Trying to send all finished work units
[19:32:40] Core required: FahCore_a3.exe
[19:32:40] + No unsent completed units remaining.
[19:32:40] - Autosend completed
[19:32:40] Core found.
[19:32:40] Working on queue slot 09 [June 17 19:32:40 UTC]
[19:32:40] + Working ...
[19:32:40] - Calling '.\FahCore_a3.exe -dir work/ -nice 19 -suffix 09 -np 7 -checkpoint 3 -forceasm -verbose -lifeline 504 -version 629'
[19:32:40]
[19:32:40] *------------------------------*
[19:32:40] Folding@Home Gromacs SMP Core
[19:32:40] Version 2.19 (Mar 12, 2010)
[19:32:40]
[19:32:40] Preparing to commence simulation
[19:32:40] - Assembly optimizations manually forced on.
[19:32:40] - Not checking prior termination.
[19:32:41] - Expanded 4300945 -> 10427873 (decompressed 242.4 percent)
[19:32:41] Called DecompressByteArray: compressed_data_size=4300945 data_size=10427873, decompressed_data_size=10427873 diff=0
[19:32:41] - Digital signature verified
[19:32:41]
[19:32:41] Project: 6013 (Run 0, Clone 89, Gen 176)
[19:32:41]
[19:32:41] Assembly optimizations on if available.
[19:32:41] Entering M.D.
[19:32:47] Using Gromacs checkpoints
[19:32:50] Resuming from checkpoint
[19:32:50] Verified work/wudata_09.log
[19:32:50] Verified work/wudata_09.trr
[19:32:50] Verified work/wudata_09.xtc
[19:32:50] Verified work/wudata_09.edr
[19:32:50] Completed 110766 out of 250000 steps (44%)
What I did was I turned my computer on, started the client, and then went to services.msc, shut down the client manually, then started the service. Then afterwards, I shut down the service, and restarted the client manually, producing what you see here. This is a direct copy/paste from the log, there's been nothing added, deleted, or moved. There was no extra portion in between the two starts indicated in the part I put in the code tags. The client was using CPU utilization in the Task Manager, but its progress wasn't showing up on HFM, so I stopped the service and restarted it. And it appears that this is why: the progress wasn't logged. Roughly 90 minutes of runtime wasn't written to the file. This happened with my GPU client as well, it appears that there must have been a corrupted checkpoint and it restarted. So what's going on? Why didn't it write? When I used services to start the client automatically in the past it wrote to the log file, why didn't it do it this time round?