mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware

Reply
 
Thread Tools
Old 2015-08-23, 02:59   #45
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by kladner View Post
I imagine Davieddy rubbing his hands and muttering, "Fools! I told you so!" This, and related issues were always favorite hobby horses of his.
I don't really know much about other distributed computing projects. Do any other ones require that new systems "prove themselves worthy" in some way before they can get cooking on important stuff?

I'm just thinking to myself that 3-4% (or even if it's just the known 1-2%) is a pretty high error rate for any other endeavor... it wouldn't be tolerated in many situations, and it's just a good thing that we double check our work (and hopefully not double checking our own work)
Madpoo is offline   Reply With Quote
Old 2015-08-23, 05:03   #46
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

2·5·293 Posts
Default

I think rather than punish the vast majority who have good systems, it would be best to prioritize double checks of work done by systems with no prior matching result. That could be done by by giving those assignments in priority to the Cat 4 DC workers who have completed at least one assignment with a matching residue. Let the new Cat 4 DC'ers get assignments from machines with at least one good result to give them the best chance of turning into proven workers. Errors will still happen, but this strategy would probably cut down on the quadruple checks.
Mark Rose is offline   Reply With Quote
Old 2015-08-23, 14:42   #47
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

3×3,221 Posts
Default

Quote:
Originally Posted by Madpoo View Post
I don't really know much about other distributed computing projects. Do any other ones require that new systems "prove themselves worthy" in some way before they can get cooking on important stuff?
In many other DC projects you can verify the solution once you have it. No, I don't talk about bitcoin, hehe, but for example, think about fold-it, it takes ages to roll that protein around itself, but when you did it, the solution is plain and clear, and easy verifiable. Nothing like Lucas Lehmer test...

Last fiddled with by LaurV on 2015-08-23 at 14:42
LaurV is offline   Reply With Quote
Old 2015-08-23, 15:21   #48
lycorn
 
lycorn's Avatar
 
"GIMFS"
Sep 2002
Oeiras, Portugal

2×11×67 Posts
Default

Quote:
Originally Posted by Madpoo View Post

Some other thread has my gory details about getting GMP-ECM working well with having Prime95 doing stage 1 and feeding that to GMP-ECM.
http://mersenneforum.org/showthread.php?t=20092&page=4

Last fiddled with by lycorn on 2015-08-23 at 15:24
lycorn is offline   Reply With Quote
Old 2015-08-23, 20:06   #49
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by airsquirrels View Post
What is the current stat for how many double checks are started and never completed? I'm not sure credit would be as important for DC and the whole project would benefit from all the work of churners who abandon the current low granularity work units.
I haven't done a deep (read: highly accurate) query on that in a few months, but approximately 97% (+- 1%) of assignments to new users are never completed.
chalsall is offline   Reply With Quote
Old 2015-08-23, 20:08   #50
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2·67·73 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Personally I think I'd force new accounts to do one or two double-checks first before they could do any first-time checks.
And that's now the case -- ever since George moved the Churners down to the DCTF Cat 4 range.
chalsall is offline   Reply With Quote
Old 2015-08-24, 01:14   #51
airsquirrels
 
airsquirrels's Avatar
 
"David"
Jul 2015
Ohio

10058 Posts
Default

Quote:
Originally Posted by chalsall View Post
I haven't done a deep (read: highly accurate) query on that in a few months, but approximately 97% (+- 1%) of assignments to new users are never completed.
Is there data available to query how much work that is and how far those users get into it before abandoning?

I'm curious if it's 97% of new users abandon their assignments/gimps but the lost work is only 1% or less of our throughput or if it is more significant.
airsquirrels is offline   Reply With Quote
Old 2015-08-24, 01:52   #52
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

230668 Posts
Default

Quote:
Originally Posted by airsquirrels View Post
Is there data available to query how much work that is and how far those users get into it before abandoning?
Not easily immediately available over a large temporal domain, but doing a query against Primenet like this might give you a reasonable idea as to what we face.

Quote:
Originally Posted by airsquirrels View Post
I'm curious if it's 97% of new users abandon their assignments/gimps but the lost work is only 1% or less of our throughput or if it is more significant.
Please note that I said 97% of assigned work, not 97% of new users.

I've learnt (the hard way, over many years) that language is important....
chalsall is offline   Reply With Quote
Old 2015-08-24, 04:28   #53
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

3×3,221 Posts
Default

A random example from Chris's query, this was dropped many times, and not yer completed, and well.. not exactly random picked, I cheated a bit, I picked it because it says over 23000 (!) days till completion, so there is actually no chance that it will be completed this time either. So, expect another drop...

Last fiddled with by LaurV on 2015-08-24 at 04:32
LaurV is offline   Reply With Quote
Old 2015-08-27, 02:31   #54
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

DB316 Posts
Default

Quote:
Originally Posted by Prime95 View Post
There is a downside to implementing this. The quality of the result is only as good as the worst computer to work on the LL test. If an overclocker puts a few million low quality iterations in, then a highly reliably machine may waste tens of millions iterations finishing the LL test.
Maybe use a points system? The more points an exponent file has, the less trusted it is. And when you start an exponent fresh, that's zero points, which is considered best. And then apply a simple math problem along with the predicted time it would take a new machine to complete from scratch, and voila, I've solved a problem in my mind that would probably take 100s of man hours to implement.

(sorry, realized at the end how cheeky I sounded. But a trustworthiness algorithm, even a bad one, would be cool)
jasong is offline   Reply With Quote
Old 2015-08-27, 02:49   #55
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2×3×1,693 Posts
Default

I think madpoo and chalsall, among others, have put a lot of effort into defining reliability, and detecting it, or the lack thereof.
kladner is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Large Gaps >500,000 mart_r Prime Gap Searches 119 2017-08-21 12:48
48-bit large primes! jasonp Msieve 24 2010-06-01 19:14
a^n mod m (with large n) Romulas Math 3 2010-05-08 20:11
Is this a relatively large number? MavsFan Math 3 2003-12-12 02:23
New Server Hardware and price quotes, Funding the server Angular PrimeNet 32 2002-12-09 01:12

All times are UTC. The time now is 07:15.


Fri Aug 6 07:15:24 UTC 2021 up 14 days, 1:44, 1 user, load averages: 3.50, 2.94, 2.76

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.