![]() |
|
|
#199 |
|
Dec 2010
Monticello
70316 Posts |
I think it's because P-1, like LL-D, is *never* going to get a prize for finding M48. It only makes it easier for someone else to find it.
Therefore, not too many do it...or, as Mr P-1 states, do a good job....leaving those of us doing a good job finding factors more quickly than we would if we ran LL. Remember, the minimum work to proving status of any given large set of exponents happens when we are indifferent to whether we prove the status by any particular method. P95: If we get a 4x speedup on LL or (eventually) P-1 on GPUs, and LL isn't all that memory hungry, does it make sense to run multiple exponents in parallel on LL? [I'm doubtful this will speed things up much on P-1, due to its memory-intensiveness]. How bad is the CPU impact of running LL on CUDA? |
|
|
|
|
|
#200 | |
|
Nov 2003
22×5×373 Posts |
Quote:
the same. They are modular multiplications mod M_p. And, as you say, they would only be 4x faster. The difference in speed between TF and LL on a GPU does mean that it is better to spend more time on the former, but one gets fairly rapid diminishing returns on TF. If there is no factor less than (say) 70 bits, it is unlikely that there is one of 71 or 72 bits..... One can indeed optimize the parameter selections, but the calculations would be quite sensitive to the speed differences in the various pieces of hardware. |
|
|
|
|
|
|
#201 | |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
Quote:
This is what a math argument is. David |
|
|
|
|
|
|
#202 | |
|
"Lucan"
Dec 2006
England
194A16 Posts |
Quote:
But since you have risen to the bait (like others )I may as well point out that a double check LL might find M48, but TF/P-1 won't. David |
|
|
|
|
|
|
#203 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
David it's the first ll that found it it's the second that confirms it so LL-D will not find it it will confirm it or deny it. Even I know this and I'm usually the thickest skulled person on these forums.
|
|
|
|
|
|
#204 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
If someone finds a zero residual, then there will be a double-check done immediately on the fastest hardware available to confirm.
What LL-D offers is the possibility of finding a number for which the correct residual is zero, but the first run maybe years earlier hit a hardware problem and so the Mersenne prime was missed. |
|
|
|
|
|
#205 |
|
Dec 2010
Monticello
179510 Posts |
Bob: It is certainly possible to get a GPU to do P-1. However, at the moment, the possibility is still theoretical -- you can't download the program just yet. And, as a student, I'm not quite ready to make it real.
I'm curious as to why LL is only 4x faster on a GPU...that is, comparatively, where are the bottlenecks on TF versus LL iterations, and why does that leave us with a 100x speedup on TF but only a 4x speedup on LL? |
|
|
|
|
|
#206 | |
|
Nov 2003
11101001001002 Posts |
Quote:
of storage per processor. TF is also embarrasingly parallel; FFT's are not. There may be other problems as well. |
|
|
|
|
|
|
#207 | |||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
Quote:
The extra P-1 time will be less than the skipped TF time, and thus a net savings, by Silverman's argument. (Personally, though that seems reasonable, I'd be more comfortable seeing specific numbers and time-costs/savings for how many would-also-have-been-TF-found factors P-1 will find between the powers of 2 we've been covering with server-assigned TF. How many would P-1 with those higher B1/B2 bounds miss that TF to currently standard power-of-2 limits would have found? I see that Silverman has anticipated me in post #172.) This is simply the mirror image of your later statement "When extra TF is done before P-1 has been performed, the extra TF reduces the P-1 bounds (because the chance of finding a factor is reduced)." <= less, less, increases, increased - - - Quote:
Code:
55000031,71,675000,29750000 55000181,71,660000,19140000 55000189,71,660000,19140000 55000207,71,660000,19140000 55000277,71,660000,19140000 . . . In order to guarantee finding factors up to 2^71 with P-1 alone, we'd have to use B2 = 2^71 / p = 42930580192487, over 100,000 time higher than currently-chosen P2. Which P-1 routines can handle B2 ~ 2^46? So the no-TF scheme might be more efficient at eliminating LL tests, but it would leave much lower power-of-2 limits to which one could say definitely there were no smaller factors. Indeed, since exponents in the 55M range were already TFed to at least 2^60 by LMH, a P-1 B2 bound of 2^60 / p = 20962197360, which is ~1000 times as large as our current customary B2, would be necessary just to guarantee the same level of completeness that we already have through LMH TF. Last fiddled with by cheesehead on 2011-06-28 at 18:12 |
|||
|
|
|
|
|
#208 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
769210 Posts |
Oops. I used p instead of 2p in the divisions. Revised numbers are below.
Quote:
So the no-TF scheme might be more efficient at eliminating LL tests, but it would leave much lower power-of-2 limits to which one could say definitely there were no smaller factors. Indeed, since exponents in the 55M range were already TFed to at least 2^60 by LMH, a P-1 B2 bound of 2^60 / 2p = 10481098679, which is over 300 times as large as our current customary B2, would be necessary just to guarantee the same level of completeness that we already have through LMH TF. Completeness isn't everything, but eliminating server-assigned TF would dash the current GIMPS claim to comprehensive factor search up to levels of 2^70 and beyond. Would LMH or any other specialty group take on the project of extending TF on P-1ed-only-and-already-LLed exponents if doing so made no contribution to the search for Mersenne primes? Last fiddled with by cheesehead on 2011-06-28 at 18:30 |
|
|
|
|
|
|
#209 | ||
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
Quote:
Quote:
David Last fiddled with by davieddy on 2011-06-28 at 18:40 |
||
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Predict M50 | Uncwilly | Lounge | 65 | 2018-01-06 17:11 |
| Predict M#50... | Raman | Lounge | 3 | 2016-10-03 19:23 |
| Predict M44... | Xyzzy | Lounge | 66 | 2014-02-01 14:45 |
| Predict M45... | ewmayer | Lounge | 215 | 2008-09-17 21:14 |
| Predict M42 | Uncwilly | Lounge | 22 | 2005-02-27 02:11 |