Video driver crashes when Boinc Mgr placed in snooze

Message boards : BOINC Manager : Video driver crashes when Boinc Mgr placed in snooze
Message board moderation

To post messages, you must log in.

AuthorMessage
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41427 - Posted: 1 Dec 2011, 4:01:40 UTC

Just wondering is anyone else experiences the following behavior with the boinc mgr. When I place the mgr and all running tasks in "snooze" mode the video driver crashes then recovers almost immediately. This only happens when usingt the snooze feathure. I'm running Geforce version 280.26 with PhysX ver9.10.0514 and I have a EVGA GTX590. I pretty must assume an update in drivers may solve the issue but it may not, just wondering if anyone else has seen or dealt with this previously.
ID: 41427 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 41429 - Posted: 1 Dec 2011, 9:22:06 UTC - in response to Message 41427.  

That's probably not a problem with the BOINC client (the manager is not involved anyway), but with the CUDA applications of the different projects, which aren't all thread safe when exiting midway (snooze, suspend).

Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
ID: 41429 · Report as offensive
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41439 - Posted: 2 Dec 2011, 10:19:05 UTC - in response to Message 41429.  

That's probably not a problem with the BOINC client (the manager is not involved anyway), but with the CUDA applications of the different projects, which aren't all thread safe when exiting midway (snooze, suspend).

Gruß,
Gundolf


OK so what does that mean? Updating the Geforce drivers which will update the cuda parts will not resolve this issue? So everyone experiences this issue if it's attributed to projects use of CUDA apps? Oh and thanks for the help.
ID: 41439 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 41442 - Posted: 2 Dec 2011, 13:15:58 UTC - in response to Message 41439.  

Updating the Geforce drivers which will update the cuda parts will not resolve this issue? So everyone experiences this issue if it's attributed to projects use of CUDA apps?

For the non-thread-safe applications, only downgrading the video drivers would help. Otherwise, you'll have to wait until the projects deploy thread-safe applications.

Gruß,
Gundolf
ID: 41442 · Report as offensive
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41455 - Posted: 3 Dec 2011, 7:51:29 UTC - in response to Message 41442.  

Ah OK I understand thanks. I don't want to downgrade my drivers just for crunching, my primary system I built for gaming. Crunching is for downtime between gaming sessions.
ID: 41455 · Report as offensive
Fred - efmer.com
Avatar

Send message
Joined: 8 Aug 08
Posts: 570
Netherlands
Message 41459 - Posted: 3 Dec 2011, 11:36:03 UTC - in response to Message 41455.  

I just tested this on 285.62 (Stable BOINC) No problem, suspending a tasks or the project.
But I'm running SETI.
The driver calling is a project thing, so the problem may not be with the BOINC client.
TThrottle The way to control your CPU and GPU temperature.
BoincTasks The best view of BOINC.
My other activities
ID: 41459 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 41462 - Posted: 3 Dec 2011, 12:32:11 UTC - in response to Message 41455.  
Last modified: 3 Dec 2011, 12:57:09 UTC

Ah OK I understand thanks. I don't want to downgrade my drivers just for crunching, my primary system I built for gaming. Crunching is for downtime between gaming sessions.

Which GPU projects/apps are you running? If it's Seti, and you're running the Stock Cuda apps, just moving over to the Optimised apps will help, (the latest Cuda apps are thread-safe applications.)

(Edit: the reason Fred's hosts don't suffer is because he's running the thread-safe x38g and x41g Cuda apps on his hosts)

Claggy
ID: 41462 · Report as offensive
Fred - efmer.com
Avatar

Send message
Joined: 8 Aug 08
Posts: 570
Netherlands
Message 41463 - Posted: 3 Dec 2011, 13:28:28 UTC - in response to Message 41462.  

I think there is something going on related to the 590.
Om my computer the tasks fall back to the CPU.
TThrottle The way to control your CPU and GPU temperature.
BoincTasks The best view of BOINC.
My other activities
ID: 41463 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 41467 - Posted: 3 Dec 2011, 20:55:58 UTC - in response to Message 41463.  
Last modified: 3 Dec 2011, 20:57:16 UTC

I think there is something going on related to the 590.
Om my computer the tasks fall back to the CPU.


Something used up all your GPU memory: Task 2186748115

Restarted at 68.72 percent, with Lunatics x38g Cuda 3.20
Legacy setiathome_enhanced V6 mode.
Cuda error 'cudaMalloc((void**) &dev_NormMaxPower' in file 'c:/[Projects]/X_CudaMB/client/cuda/cudaAcceleration.cu' in line 408 : out of memory.
setiathome_CUDA: CUDA runtime ERROR in device memory allocation (Step 1 of 3). Falling back to HOST CPU processing...


Claggy
ID: 41467 · Report as offensive
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41469 - Posted: 4 Dec 2011, 2:08:21 UTC - in response to Message 41467.  
Last modified: 4 Dec 2011, 2:14:14 UTC

Yah that's because I noticed both gpus on my 590 were not being ultilized fully so I chatted with my buddies over at http://www.overclock.net who suggested I add this,http://www.overclock.net/t/827904/how-to-multi-gpus-on-boinc]. This code really works but is it causing error when processing wu?
ID: 41469 · Report as offensive
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41471 - Posted: 4 Dec 2011, 5:44:01 UTC - in response to Message 41470.  

Ops sorry not used to this forum setup, fixed this should work now.

http://www.overclock.net/t/827904/how-to-multi-gpus-on-boinc
ID: 41471 · Report as offensive
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41473 - Posted: 4 Dec 2011, 9:35:50 UTC - in response to Message 41471.  

Oh and @Fred, Thanks for the info on the 285.62 drivers. I was waiting for them to be WHQL certified before I installed them.
ID: 41473 · Report as offensive
Fred - efmer.com
Avatar

Send message
Joined: 8 Aug 08
Posts: 570
Netherlands
Message 41474 - Posted: 4 Dec 2011, 15:16:09 UTC - in response to Message 41473.  

All my problems were gone, after I disabled the SLI on the 590.

TThrottle The way to control your CPU and GPU temperature.
BoincTasks The best view of BOINC.
My other activities
ID: 41474 · Report as offensive
sarojz

Send message
Joined: 1 Dec 11
Posts: 12
United States
Message 41476 - Posted: 5 Dec 2011, 7:13:17 UTC - in response to Message 41474.  

Wow! that must have really hurt the performance on gaming if you do that sort of thing. Was that absolutely necessary?
ID: 41476 · Report as offensive
Fred - efmer.com
Avatar

Send message
Joined: 8 Aug 08
Posts: 570
Netherlands
Message 41477 - Posted: 5 Dec 2011, 8:05:56 UTC - in response to Message 41476.  

Wow! that must have really hurt the performance on gaming if you do that sort of thing. Was that absolutely necessary?

Yep otherwise things go horribly wrong, but you can switch SLI back on easily.

TThrottle The way to control your CPU and GPU temperature.
BoincTasks The best view of BOINC.
My other activities
ID: 41477 · Report as offensive

Message boards : BOINC Manager : Video driver crashes when Boinc Mgr placed in snooze

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.