Seti@home v8

Message boards : Number crunching : Seti@home v8
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 6 · 7 · 8 · 9 · 10 · Next

AuthorMessage
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1758905 - Posted: 24 Jan 2016, 2:20:15 UTC - in response to Message 1758898.  

Sorry for the poor information giving. It only on my two nVidia machines. As soon as I dumped the config files and restarted with only one iteration of gpu work, everything returned to normal. I wonder if there is something wrong with the config file. This is the one I used.....

<app_config>
<app>
<name>astropulse_v7</name>
<max_concurrent>2</max_concurrent>
<gpu_versions>
<gpu_usage>.5</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v8</name>
<max_concurrent>2</max_concurrent>
<gpu_versions>
<gpu_usage>0.50</gpu_usage>
<cpu_usage>0.04</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v7</name>
<max_concurrent>2</max_concurrent>
<gpu_versions>
<gpu_usage>0.50</gpu_usage>
<cpu_usage>0.04</cpu_usage>
</gpu_versions>
</app>

I think your problem is the "<max_concurrent>2</max_concurrent>". I believe that tells BOINC that only 2 total instances of all setiathome_v8 tasks can run, regardless of whether they're GPU or CPU. I'd recommend removing that line altogether.


Then what indicates how many instances you wish to run? I thought that was it.

The <gpu_usage>0.50</gpu_usage> tells BOINC that each task should use half of a GPU, thereby allowing 2 tasks per GPU. The <max_concurrent> is pretty much useless except in very limited situations.
ID: 1758905 · Report as offensive
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13732
Credit: 208,696,464
RAC: 304
Australia
Message 1758906 - Posted: 24 Jan 2016, 2:20:59 UTC - in response to Message 1758895.  
Last modified: 24 Jan 2016, 2:23:03 UTC

I think your problem is the "<max_concurrent>2</max_concurrent>". I believe that tells BOINC that only 2 total instances of all setiathome_v8 tasks can run, regardless of whether they're GPU or CPU. I'd recommend removing that line altogether.

I think Jeff's got it.
You're telling you want to run lots of WUs (ie all CPU cores & 2 on the GPU), then you're limiting it to 2 in total.
Grant
Darwin NT
ID: 1758906 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758907 - Posted: 24 Jan 2016, 2:21:09 UTC - in response to Message 1758901.  

You might be pushing those processors a little hard IMO. Try backing off number of instances. If they then appear to work fine, then you need more feeding capacity.

I'd suggest trying the GTX 650Ti in the Core 2 Quad & the GT730 in the Athlon.
My E6600 Core 2 Duo has no problems keeping 2*GTX 750Tis fed running 2 MB WUs at a time.
Generally, a the more powerful the GPU the more powerful the CPU required to keep it fed.

If running AP work, then others will need to advise the minimum requirements; but from what I've read it's often one CPU core per GPU.

Wow! Never considered it would take that much cpu to keep the gpu happy. I guess maybe I should just leave well enough alone and run just one per gpu.
I really appreciate all the help you guys toss out. I think I've learned more about the whole project in the last couple of months than I did in the first 10 years. Thanks again guys!!
ID: 1758907 · Report as offensive
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13732
Credit: 208,696,464
RAC: 304
Australia
Message 1758908 - Posted: 24 Jan 2016, 2:26:11 UTC - in response to Message 1758907.  

Wow! Never considered it would take that much cpu to keep the gpu happy.

I'd suggest keeping the GT 730 with only 1 WU, any more will slow things down IMHO.
The GTX 650Ti can handle 2 no problems, and will actually result in doing more work per hour than just running one.

But you need to get rid of the max_concurrent; swapping the cards over between systems may also give some boost to output, particularly AP work.
Grant
Darwin NT
ID: 1758908 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758909 - Posted: 24 Jan 2016, 2:26:42 UTC - in response to Message 1758903.  

I've never cared for putting that max concurrent right there.

<app_config>
<app>
<name>astropulse_v7</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v8</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v7</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>


This should give you 1 work unit per GPU.

AMD need more CPU than Intel, at least in my opinion.

Looking at the 2 nvidia machines, can you swap the GPUs?

You might be able to get better result with the 730 in the dual core and the 650Ti in the 4 cores.

Then you might be able to increase the number of work units on that 650Ti.

Or is it a power issues on those machines?


If what you mean by power issue is the power supply, nope, got plenty of wattage there. I guess I could swap the cards. I've been thinking of upgrading the MB and CPU in the Athlon anyway. Thanks!!
ID: 1758909 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758911 - Posted: 24 Jan 2016, 2:28:58 UTC - in response to Message 1758908.  

Wow! Never considered it would take that much cpu to keep the gpu happy.

I'd suggest keeping the GT 730 with only 1 WU, any more will slow things down IMHO.
The GTX 650Ti can handle 2 no problems, and will actually result in doing more work per hour than just running one.

But you need to get rid of the max_concurrent; swapping the cards over between systems may also give some boost to output, particularly AP work.


Okay, I will first redo the app_config files and see what that gives me, not that I've got a clue as to what's going on.....thanks to all of you.
ID: 1758911 · Report as offensive
Profile Zalster Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 27 May 99
Posts: 5517
Credit: 528,817,460
RAC: 242
United States
Message 1758913 - Posted: 24 Jan 2016, 2:37:14 UTC - in response to Message 1758911.  

Wow! Never considered it would take that much cpu to keep the gpu happy.

I'd suggest keeping the GT 730 with only 1 WU, any more will slow things down IMHO.
The GTX 650Ti can handle 2 no problems, and will actually result in doing more work per hour than just running one.

But you need to get rid of the max_concurrent; swapping the cards over between systems may also give some boost to output, particularly AP work.


Okay, I will first redo the app_config files and see what that gives me, not that I've got a clue as to what's going on.....thanks to all of you.



<app_config>
<app>
<name>astropulse_v7</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v8</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v7</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
</app_config>

it was missing the </app_config> at the end
ID: 1758913 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758914 - Posted: 24 Jan 2016, 2:37:25 UTC - in response to Message 1758911.  

Great news. I have two cpu cores running and two gpu cores running at the same time. I just deleted the lines you told me about and bingo....running great now.....holding breath...grin I'll try it on the other system in a bit, but I don't have much doubt that it will work fine.

Thanks again!!
ID: 1758914 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758915 - Posted: 24 Jan 2016, 2:39:25 UTC - in response to Message 1758913.  

Wow! Never considered it would take that much cpu to keep the gpu happy.

I'd suggest keeping the GT 730 with only 1 WU, any more will slow things down IMHO.
The GTX 650Ti can handle 2 no problems, and will actually result in doing more work per hour than just running one.

But you need to get rid of the max_concurrent; swapping the cards over between systems may also give some boost to output, particularly AP work.


Okay, I will first redo the app_config files and see what that gives me, not that I've got a clue as to what's going on.....thanks to all of you.



<app_config>
<app>
<name>astropulse_v7</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v8</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
<app>
<name>setiathome_v7</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.40</cpu_usage>
</gpu_versions>
</app>
</app_config>

it was missing the </app_config> at the end

Thanks, but that was probably my error when I tried to copy it to post here. Glad that you guys are really on the ball around here though. Sure makes it a breeze for us dim-wits.
ID: 1758915 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758920 - Posted: 24 Jan 2016, 2:47:08 UTC - in response to Message 1758915.  
Last modified: 24 Jan 2016, 2:48:47 UTC

This is really interesting....at least to me....the 730 is using about 80-90 percent of the gpu and the 650 is using about 50-70 percent. I would have thought that they both would be nearly maxxed out. They both do bounce around a lot, but on average, that's about what they are using. I do realize that the 650ti has more cuda cores than the 730.
ID: 1758920 · Report as offensive
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13732
Credit: 208,696,464
RAC: 304
Australia
Message 1758924 - Posted: 24 Jan 2016, 2:53:24 UTC - in response to Message 1758920.  
Last modified: 24 Jan 2016, 3:00:58 UTC

This is really interesting....at least to me....the 730 is using about 80-90 percent of the gpu and the 650 is using about 50-70 percent. I would have thought that they both would be nearly maxxed out. They both do bounce around a lot, but on average, that's about what they are using. I do realize that the 650ti has more cuda cores than the 730.

The 730 is much older hardware, and the software is more optimised for it. The 650Ti is more recent & more powerful, but as the software hasn't been optimised specifically to take advantage of it, the load on it is much less.

When you ran the Lunatics installer, what version of CUDA did you select for each card?


From the Lunatics Windows Installer v0.44 thread,

Rule of thumb selection guide:
Cuda 2.3: PreFermi - NOT to be used on Fermi/Kepler/Maxwell
Cuda 3.2: mixed systems
Cuda 4.2: Fermi
Cuda 5.0: Kepler/Maxwell


EDIT- correction, looks like both the GT 730 & GTX 650Ti are Kepler class, just different variants. GK106 v GK208
They really don't make it easy to figure things out.
Grant
Darwin NT
ID: 1758924 · Report as offensive
Profile Zalster Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 27 May 99
Posts: 5517
Credit: 528,817,460
RAC: 242
United States
Message 1758925 - Posted: 24 Jan 2016, 2:54:38 UTC - in response to Message 1758920.  
Last modified: 24 Jan 2016, 2:55:06 UTC

what he said, lol...
ID: 1758925 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758927 - Posted: 24 Jan 2016, 2:59:59 UTC - in response to Message 1758924.  

This is really interesting....at least to me....the 730 is using about 80-90 percent of the gpu and the 650 is using about 50-70 percent. I would have thought that they both would be nearly maxxed out. They both do bounce around a lot, but on average, that's about what they are using. I do realize that the 650ti has more cuda cores than the 730.

The 730 is much older hardware, and the software is more optimised for it. The 650Ti is more recent & more powerful, but as the software hasn't been optimised specifically to take advantage of it, the load on it is much less.

When you ran the Lunatics installer, what version of CUDA did you select for each card?


From the Lunatics Windows Installer v0.44 thread,

Rule of thumb selection guide:
Cuda 2.3: PreFermi - NOT to be used on Fermi/Kepler/Maxwell
Cuda 3.2: mixed systems
Cuda 4.2: Fermi
Cuda 5.0: Kepler/Maxwell

I selected Cuda 5.0 on both cards.
ID: 1758927 · Report as offensive
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13732
Credit: 208,696,464
RAC: 304
Australia
Message 1758929 - Posted: 24 Jan 2016, 3:01:35 UTC - in response to Message 1758927.  

I selected Cuda 5.0 on both cards.

Excellent.
Grant
Darwin NT
ID: 1758929 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758930 - Posted: 24 Jan 2016, 3:05:03 UTC - in response to Message 1758927.  
Last modified: 24 Jan 2016, 3:06:37 UTC

BTW, I see I have some ap's coming up and they are running on the 730. The config file has the gpu and the cpu usage both at .5, which is different than the non ap units at .5 on gpu and .04 on cpu. Will this be a problem when it goes to run the ap's? I noticed that they are opencl nvida 100 too.
ID: 1758930 · Report as offensive
Profile Brent Norman Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 1 Dec 99
Posts: 2786
Credit: 685,657,289
RAC: 835
Canada
Message 1758933 - Posted: 24 Jan 2016, 3:19:43 UTC - in response to Message 1758930.  
Last modified: 24 Jan 2016, 3:20:19 UTC

Allen, I see both your 730 and 650 have cuda 32/42/50 tasks, So just leave it alone for 24 hours and see what application BOINC settles in with and wants to run.
ID: 1758933 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758934 - Posted: 24 Jan 2016, 3:22:02 UTC - in response to Message 1758933.  

Allen, I see both your 730 and 650 have cuda 32/42/50 tasks, So just leave it alone for 24 hours and see what application BOINC settles in with and wants to run.

Will do. I noticed the same and was wondering why I had all of them since I set for the 50's in the install.

Thanks!
ID: 1758934 · Report as offensive
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1758935 - Posted: 24 Jan 2016, 3:27:31 UTC - in response to Message 1758934.  

Allen, I see both your 730 and 650 have cuda 32/42/50 tasks, So just leave it alone for 24 hours and see what application BOINC settles in with and wants to run.

Will do. I noticed the same and was wondering why I had all of them since I set for the 50's in the install.

Thanks!

Your task list is just showing you what the tasks were originally assigned when they were downloaded as "stock", before you switched to Lunatics. If you look at the Stderr for any that have run since you switched, you'll find they were run under "setiathome enhanced x41zi (baseline v8), Cuda 5.00", in other words, Cuda50, regardless of the original assignment.
ID: 1758935 · Report as offensive
Profile Brent Norman Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 1 Dec 99
Posts: 2786
Credit: 685,657,289
RAC: 835
Canada
Message 1758936 - Posted: 24 Jan 2016, 3:29:44 UTC - in response to Message 1758934.  

And set your cache to 0.5 days (there is no shortage of v8 work)


It is much easier for testing if you don't have a pile of work you don't want.

PS, you might want to consider shutting down a core on your AMD 5000, I know my AMD 4200 and 750Ti (Especially for AP).

That would be:
GPU 0.5
CPU 0.5
ID: 1758936 · Report as offensive
Profile AllenIN
Volunteer tester
Avatar

Send message
Joined: 5 Dec 00
Posts: 292
Credit: 58,297,005
RAC: 311
United States
Message 1758938 - Posted: 24 Jan 2016, 3:34:19 UTC - in response to Message 1758935.  
Last modified: 24 Jan 2016, 3:44:23 UTC

Allen, I see both your 730 and 650 have cuda 32/42/50 tasks, So just leave it alone for 24 hours and see what application BOINC settles in with and wants to run.

Will do. I noticed the same and was wondering why I had all of them since I set for the 50's in the install.

Thanks!

Your task list is just showing you what the tasks were originally assigned when they were downloaded as "stock", before you switched to Lunatics. If you look at the Stderr for any that have run since you switched, you'll find they were run under "setiathome enhanced x41zi (baseline v8), Cuda 5.00", in other words, Cuda50, regardless of the original assignment.


Once again I'm amazed. I guess I've just not spent enough time devouring all the technical information about the software side of SETI. I really appreciate all of you taking the time to explain the intricacies of the software.

I guess I'm not as dumb as I had thought though, since I had surmised the possibility that the d/led wu's were d/led prior to installing Lunatics software. I really am grateful to Lunatics as well...they make it so damned easy to set up.
ID: 1758938 · Report as offensive
Previous · 1 . . . 6 · 7 · 8 · 9 · 10 · Next

Message boards : Number crunching : Seti@home v8


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.