![]() |
|
|
#1079 | |
|
Sep 2002
11000111112 Posts |
Quote:
|
|
|
|
|
|
|
#1080 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10000101010112 Posts |
|
|
|
|
|
|
#1081 |
|
May 2005
Brutal Police State, UK
22·31 Posts |
For my current P-1 assignment I have allocated 1200 MB of memory, so I am getting this output:
Code:
[Jan 30 10:04] Worker starting [Jan 30 10:04] Setting affinity to run worker on any logical CPU. [Jan 30 10:04] Optimal P-1 factoring of M56****** using up to 1200MB of memory. [Jan 30 10:04] Assuming no factors below 2^71 and 2 primality tests saved if a factor is found. [Jan 30 10:04] Optimal bounds are B1=590000, B2=12685000 [Jan 30 10:04] Chance of finding a factor is an estimated 4.73% [Jan 30 10:04] Using Core2 type-3 FFT length 3M, Pass1=3K, Pass2=1K, 2 threads [Jan 30 10:04] Setting affinity to run helper thread 1 on any logical CPU. [Jan 30 10:05] Using 1196MB of memory. Processing 44 relative primes (396 of 480 already processed). [Jan 30 10:05] M56****** stage 2 is 85.16% complete. [Jan 30 10:21] M56****** stage 2 is 86.57% complete. Time: 950.475 sec. [Jan 30 10:37] M56****** stage 2 is 87.98% complete. Time: 939.702 sec. Should I continue doing P-1 assignments using this amount of memory, or should I leave it to the 'big guns', who can use much more memory than me? |
|
|
|
|
|
#1082 | |
|
Sep 2010
Scandinavia
10011001112 Posts |
Quote:
(For that particular assignment you may want to adjust the memory settings so that 40 or 48 relative primes can be processed at once.) |
|
|
|
|
|
|
#1083 | |
|
May 2005
Brutal Police State, UK
22×31 Posts |
Quote:
But that particular machine I was using is at the public library, and only has 2 GB of RAM, so I can't use too much more before it starts thrashing and becoming unresponsive during Stage 2! My own computer has 3 GB of RAM, but is very much slower (3.00 GB Pentium 4 Prescott core), which is why I use the fast Dual Core 'whizz box' at the library for as long as I can every day. |
|
|
|
|
|
|
#1084 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Quote:
Code:
Optimal P-1 factoring of M58407191 using up to 10000MB of memory. Assuming no factors below 2^71 and 2 primality tests saved if a factor is found. Optimal bounds are B1=625000, B2=14687500 Chance of finding a factor is an estimated 4.92% Conversely, 1200MB is much better than 200MB, and hugely better than what can be expected by random GIMPS user doing P-1 as initial part of L-L test. |
|
|
|
|
|
|
#1085 |
|
Oct 2011
7×97 Posts |
I was just noticing that my P-1 machine has had a weird bounds with no change to the memory, can anyone explain if this is something other than how far the exp was TF'd?
Code:
[Sat Jan 28 09:29:51 2012] P-1 found a factor in stage #2, B1=430000, B2=8707500. UID: bcp19/HP-NEW, M45048023 has a factor: 360751991413212824008821379007 [Sat Jan 28 17:23:52 2012] UID: bcp19/HP-NEW, M45122951 completed P-1, B1=340000, B2=5780000, E=6, We4: 8F2BB36D [Sun Jan 29 04:22:56 2012] UID: bcp19/HP-NEW, M45158209 completed P-1, B1=430000, B2=8707500, E=12, We4: 90ECBFD6 [Sun Jan 29 15:21:47 2012] UID: bcp19/HP-NEW, M45159679 completed P-1, B1=430000, B2=8707500, E=12, We4: 90C4BFFD [Mon Jan 30 02:20:51 2012] UID: bcp19/HP-NEW, M45163583 completed P-1, B1=430000, B2=8707500, E=12, We4: 90E7BF9E |
|
|
|
|
|
#1086 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
If the mem allocation (and TF level) was the same, then I don't know. Are you sure it isn't TF level? I got something like the last three at TF=72, but with TF=76 (thanks to roswald) I got something like the first one you have (even less, I think, but I could easily see 73 giving those bounds).
|
|
|
|
|
|
#1087 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Bounds-selection is a complex process. My guess would be that you passed over some threshold where it could no longer get a "nice" number of relative primes into a single pass, so since it would have to do more passes anyway the balance of efficiency said that higher bounds and better Brent-Suyama extension usage (E=12 instead of E=6) were worth it.
|
|
|
|
|
|
#1088 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Here's a possibility that affected me recently: if Prime95's RollingAverage (a measure of how fast you really are vs how fast it expects you to be) is off, it will choose bounds differently. I saw Prime95 choose much higher bounds when I manually bumped up the rolling average to be more accurate (it was about half what it should've been).
|
|
|
|
|
|
#1089 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
976710 Posts |
Quote:
I have sometimes tried to lie to mprime about what the system can do, and it "fixes" it with 24 hours. And some have left mprime/Prime95 alone, and it sometimes goes insane and thinks a single instance of a supercomputer is the speed of a 6502. George? |
|
|
|
|