mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Riesel Prime Search

Reply
 
Thread Tools
Old 2007-09-05, 23:07   #34
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

2×2,437 Posts
Default

My avatar also suddenly appeared with no explanation. I am told it is some flavor of pokemon. The admins do occasionally mess with settings-- a few weeks ago, all thread headings were in spanish, as well as the links at the top and greetings.

While BOINC would indeed get us more CPU power, it would also increase possible errors. You can find old threads here with erroneous LLR residues; the more individual computers submitting piecemeal LLR work, the greater the chance of owners of said machines not noticing their computers are not stable. I think most of us at RPS prefer to have people associated with work submitted, rather than getting the work done in the fastest manner.

6ms per iteration is still around 3 times what we would expect from your machine; I believe at 650k a timing near 1.0 to 1.2 ms/iteration is standard when not hyperthreading. Again, it's not important from a workrate perspective, so much as in indication that something in your system is not performing as you expect it to. Most likely, BOINC is somehow at a higher priority than LLR and takes 80-90% of the idle cycles. If you stop BOINC and measure LLR when it alone is running, you can discern whether your machine has a more serious problem/cycle hog. Perhaps you have a screensaver enabled, for instance.
-Curtis
VBCurtis is offline   Reply With Quote
Old 2007-09-05, 23:45   #35
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5×17×97 Posts
Default

Quote:
I am told it is some flavor of pokemon.
It is a Pidgeot.
Xyzzy is offline   Reply With Quote
Old 2007-09-06, 01:42   #36
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by VBCurtis View Post
My avatar also suddenly appeared with no explanation. I am told it is some flavor of pokemon. The admins do occasionally mess with settings-- a few weeks ago, all thread headings were in spanish, as well as the links at the top and greetings.

While BOINC would indeed get us more CPU power, it would also increase possible errors. You can find old threads here with erroneous LLR residues; the more individual computers submitting piecemeal LLR work, the greater the chance of owners of said machines not noticing their computers are not stable. I think most of us at RPS prefer to have people associated with work submitted, rather than getting the work done in the fastest manner.

6ms per iteration is still around 3 times what we would expect from your machine; I believe at 650k a timing near 1.0 to 1.2 ms/iteration is standard when not hyperthreading. Again, it's not important from a workrate perspective, so much as in indication that something in your system is not performing as you expect it to. Most likely, BOINC is somehow at a higher priority than LLR and takes 80-90% of the idle cycles. If you stop BOINC and measure LLR when it alone is running, you can discern whether your machine has a more serious problem/cycle hog. Perhaps you have a screensaver enabled, for instance.
-Curtis
I didn't turn off the hyperthreading; I simply told BOINC to use one "CPU" and LLR to use the other. According to task manager, each is getting 50% of the system's total CPU power, like it should. Previously, BOINC was using both "CPUs" and LLR was running at the same time, so Windows had to automatically split the CPU time between them. Now, the only difference is that the inefficient splitting isn't happening.

Actually, the figure for ms-per-iteration that I gave was a little off--it was really 5ms per iteration. The problem was that I measured the first time with this thread open in a browser at the same time--and I've noticed that when browsing this forum, the browser seems to use a bunch of CPU time (since it's kind of a 'heavy' page, you could say). Anyway, I looked at the measurements later on, and it was about 5 ms per iteration. Is that more like it?

Also, you had mentioned about BOINC possibly introducing errors to the project; actually, you can set it to have a quorum of 2, so that two copies of each workunit are sent out, making for an automatic doublecheck. If the results don't match when they both come back, another one is sent out, and so on until the quorum of identical results is met. So, if you notice a particular host bringing back loads of bad results, you can then fire off an email to him informing him of the bad news. You could, if you want, also put a sieving app in for BOINC, in that case--using the example of Riesel Sieve again (I'm using them as an example because they work with the same type of numbers as RPS), they have both a sieve and LLR application for BOINC, with users having the ability to choose which one they want to work on. They use sr2sieve for sieving, which, I imagine, is what RPS probably uses mostly also. Thus, RPS could simply duplicate both apps (I'm sure they'd be glad to let you use their apps for your project; for example, the PrimeGrid BOINC project uses RS's LLR app for three of their subprojects), and since sieving doesn't require a perfect CPU like LLRing does, you could simply suggest that a user whose computer is returning bad LLR results switch to sieve. (Or, if he doesn't reply to email after a set period of time, switch him over.)

Quote:
Originally Posted by Xyzzy View Post
It is a Pidgeot.
Is mine supposed to be anything, or is it just a silly little smiley?

Last fiddled with by mdettweiler on 2007-09-06 at 01:49 Reason: I forgot to mention something originally.
mdettweiler is offline   Reply With Quote
Old 2007-09-06, 01:54   #37
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

242568 Posts
Default Avatar

Quote:
Originally Posted by VBCurtis View Post
My avatar also suddenly appeared with no explanation. I am told it is some flavor of pokemon. The admins do occasionally mess with settings-- a few weeks ago, all thread headings were in spanish, as well as the links at the top and greetings. -Curtis
My avatar also just 'appeared' after I registered with the site and posted my first message. I kind of liked it so I left it. But it is odd that they 'choose' one for you.


Gary
gd_barnes is online now   Reply With Quote
Old 2007-09-06, 02:39   #38
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

141518 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
My avatar also just 'appeared' after I registered with the site and posted my first message. I kind of liked it so I left it. But it is odd that they 'choose' one for you.


Gary
I kind of like mine too, so I think I'll leave it...but yeah, that is odd. I'm actually quite surprised that it's as widespread as it appears to be.
mdettweiler is offline   Reply With Quote
Old 2007-09-06, 15:07   #39
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

624910 Posts
Default

Quite surprisingly, when I turned on my computer and LLR today, I noticed that I was getting iteration times of roughly 2-2.5 ms! Now that's more like what VBCurtis said I should be getting (doubled to account for hyperthreading, of course).
mdettweiler is offline   Reply With Quote
Old 2007-09-07, 04:18   #40
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

624910 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
[VBCurtis's avatar] is a Pidgeot.
I'm curious to know what mine is; is it supposed to be anything, or is it just a funny little blob?

Last fiddled with by mdettweiler on 2007-09-07 at 04:19
mdettweiler is offline   Reply With Quote
Old 2007-09-07, 05:03   #41
roger
 
roger's Avatar
 
Oct 2006

22×5×13 Posts
Default

When I got mine, it was a bookworm flipping through a, well a book...

I got that within a couple months of joining, just to see what it would be (I'd heard of other people getting theirs randomly too).

I changed mine soon after to what it is now though...

Roger
roger is offline   Reply With Quote
Old 2007-09-17, 11:44   #42
Kosmaj
 
Kosmaj's Avatar
 
Nov 2003

1110001001102 Posts
Default

630-650 completed by B'maxx, no primes. Taking 655-665.
Kosmaj is offline   Reply With Quote
Old 2007-09-17, 15:12   #43
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

11000011010012 Posts
Wink status update on 650-655

Status update: Currently at about 80% (counting the numbers tested, not the progress of an individual number). Estimated time to completion: some time this week, although I have been known to be embarrassingly wrong when I've tried to make completion estimates on other projects, so you can sort of take that with a grain of salt.
mdettweiler is offline   Reply With Quote
Old 2007-09-24, 03:47   #44
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

11000011010012 Posts
Arrow Range of 650,000-655,000 complete

I've completed my range of 650,000-655,000. The lresults.txt file has been mailed to Kosmaj; no primes were found, unfortunately.
mdettweiler is offline   Reply With Quote
Reply

Thread Tools


All times are UTC. The time now is 23:20.


Fri Aug 6 23:20:37 UTC 2021 up 14 days, 17:49, 1 user, load averages: 4.46, 4.18, 4.08

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

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.
A copy of the license is included in the FAQ.