- Joined
- Oct 12, 2004
- Messages
- 15,022
I bet a lot of us will see a box hang with that line : "[12:13:27] Folding@home Core Shutdown: FINISHED_UNIT" with no further progress. Often, rebooting or killing the client will cause it to trash the WU, which is unfortunate. For a long time, I wondered how to fix that without trashing the client until now and I finally managed to kick it back in gear without destroying so here's how :
Linux :
-Bring the terminal window.
-Type "ps -e | grep -i fah" and note the PID associated to one or more struck FahCore_a1.exe processes.
-Type kill -9 pid (where you put the PID of the struck core)
-Look if it finally resume further. Normally, when you get rid of any struck core processes, it will upload the finished work.
Windows :
-Open the task manager.
-Look for any struck core then click it and click on "End process".
-Do that until there is no more cores running. It should resume fine.
What is happening when we see "[12:13:27] Folding@home Core Shutdown: FINISHED_UNIT" without further progress is because the client is always trying to stop the cores without success. The only way is to forcefully kill them and the client cannot do that. My small guide will allow you to do it so the client can continue.
Hope this is helpful to avoid losing a completed WU worth points in the 4 digits for nothing. I will try to see if Stanford can write a new client with the ability to forcefully kill any struck core (maybe with a 10 min timer and if by 10 mins, there are running cores, kill it).


Linux :
-Bring the terminal window.
-Type "ps -e | grep -i fah" and note the PID associated to one or more struck FahCore_a1.exe processes.
-Type kill -9 pid (where you put the PID of the struck core)
-Look if it finally resume further. Normally, when you get rid of any struck core processes, it will upload the finished work.
Windows :
-Open the task manager.
-Look for any struck core then click it and click on "End process".
-Do that until there is no more cores running. It should resume fine.
What is happening when we see "[12:13:27] Folding@home Core Shutdown: FINISHED_UNIT" without further progress is because the client is always trying to stop the cores without success. The only way is to forcefully kill them and the client cannot do that. My small guide will allow you to do it so the client can continue.
Hope this is helpful to avoid losing a completed WU worth points in the 4 digits for nothing. I will try to see if Stanford can write a new client with the ability to forcefully kill any struck core (maybe with a 10 min timer and if by 10 mins, there are running cores, kill it).






