![]() |
|
|
#67 | ||
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
Quote:
So, to answer your question in the negative, why don't you do what we've been advising you do for some time, and simply select "LMH - TF" on your client and let the system do what it was designed to do? Quote:
Remember we told you earlier that the smaller the exponent, the longer TFing takes. Besides, all those low numbers have already been LLed and DCed, so from the project's main objective (finding primes) there is no point in doing additional work on them. Not to say that you can't, however; and some do and are. But keep in mind it would take your slow machines months to move a single low exponent up by one factor depth, with *very* little chance of finding a factor (because of the PM-1 and possibly EMC factoring attempts done on them). Last fiddled with by chalsall on 2010-08-01 at 17:28 Reason: Fixed URL link broken during edit. |
||
|
|
|
|
|
#68 |
|
Jun 2010
Pennsylvania
93410 Posts |
chalsall,
Thanks for the explanation. I suspected it might have something to do with it taking longer to TF a smaller exponent; just wanted to make sure my suspicion was warranted. ![]() Yes, LMH-TF does look more and more like the place to go. Things were up in the air for a bit because we were considering OBD, but that's looking less likely now for the P75. I've signed up the first of my computers to do work, and will be adding each of the others in turn as I get better acquainted with the process. In fact I'll be starting a new thread shortly with a couple of questions about the program settings. But it's already churning away! Gratefully, Rodrigo Last fiddled with by Rodrigo on 2010-08-01 at 18:28 Reason: improved wording |
|
|
|
|
|
#69 |
|
Jun 2010
Pennsylvania
2·467 Posts |
|
|
|
|
|
|
#70 |
|
Oct 2007
Manchester, UK
23×59 Posts |
There is a little table on here:
http://www.mersenne.org/various/math.php I'll reproduce it here slightly edited: Code:
Exponents Bit
up to depth
--------- -----
3960000 60
5160000 61
6515000 62
8250000 63
13380000 64
23390000 65
29690000 66
37800000 67
47450000 68
58520000 69
75670000 70
96830000 71
If you plot the log of the exponent against the bit depth (log to base 2 of the trial factor to depth), you get a nice straight line from a bit depth of 65 onwards. I added a trend line to that and the equation was this: ln(E) = 0.2346*D + 1.7171 Where E is the exponent and D is the bit depth. So using this, it's tentatively possible to extend the table, but whether or not this linear relationship should continue I don't know. Assuming it does, here's what the numbers would be: Code:
Exponents Bit
up to depth
--------- -----
23390000 65
29690000 66
37800000 67
47450000 68
58520000 69
75670000 70
96830000 71
120640000 72
152530000 73
192860000 74
243860000 75
308340000 76
389860000 77
492940000 78
623280000 79
788070000 80
996440000 81
1259900000 82
1593020000 83
2014220000 84
2546790000 85
3220170000 86
4071590000 87
Also, the first lot of 100 million digit candidates should be trial factored to 77 bits. Once again, I do not know if this linear relationship between exponent and trial factor depth should continue. So take it with a pinch of salt until someone who actually knows something about it makes a comment. Last fiddled with by lavalamp on 2010-08-02 at 03:10 |
|
|
|
|
|
#71 | |
|
Jun 2003
5,087 Posts |
Quote:
|
|
|
|
|
|
|
#72 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
3·17·193 Posts |
|
|
|
|
|
|
#73 | |
|
Oct 2007
Manchester, UK
135710 Posts |
Quote:
I wasn't only looking at OBD exponenets by the way, I just gave them a special mention, along with the 100 million digit candidates. |
|
|
|
|
|
|
#74 | |
|
"Jacob"
Sep 2006
Brussels, Belgium
32568 Posts |
Quote:
Jacob |
|
|
|
|
|
|
#75 |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
This can be understood simply:
Doubling the exponent quadruples the time for an LL test, and halves the number of trial divisors 2kp + 1. Note also that doubling the exponent multiplies the computing required to find a Mersenne prime by 8: the time is 4 times longer and the probability of it being prime is halved. If doubling the digits every 3.8 years is to be maintained, I would guess that GIMPS needs India and/or China to catch the bug! David |
|
|
|
|
|
#76 | |
|
Oct 2007
Manchester, UK
23×59 Posts |
Quote:
I also downloaded the source code for Prime95 and looked through the files, none of which are named in such a way as to appear a likely place to contain such information, not that I saw at least. Upon searching the contents of many (MANY) of them, I still have not found it. Since you seem to know where the needle sized array is located in this haystack of 431 files, could you please drop a name? |
|
|
|
|
|
|
#77 | |
|
"Jacob"
Sep 2006
Brussels, Belgium
2×32×5×19 Posts |
Quote:
But you could also search the forum : the subject has been treated already. Jacob |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My apologies to the non americans | Dubslow | Lounge | 6 | 2012-02-08 02:05 |