![]() |
|
|
#1 |
|
Aug 2003
2 Posts |
Im new to the actual search, but used prime95 for benchmarking. well ive had it running week or so now and prime95 may have found something. It was factoring m33493157 to 2^68 and finished and found no factor. then it did the self test and it passed. Now it is doing P-1 factoring of the same number, chance of finding a factor at 5% so it says. Does this mean that this number may be a prime, and how many other ways is it gonna use before i know. its on stage 1, whatever that means, and its taking an awefully long time even for my overclocked athlon beast.
|
|
|
|
|
|
#2 |
|
Apr 2003
Berlin, Germany
16916 Posts |
To find out more on the subject visit http://www.mersenne.org/
The math pages will give a clue, what it does. As long as you do stage 1 or 2 give it more memory (Options->CPU). For such large exponents a lot of memory will speed it up. Just try with 160, 200 or more MB assigned memory. And don't worry - it's just needed for these 2 stages. After they have finished it will need much less (maybe 10 with your exponent). |
|
|
|
|
|
#3 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22×3×641 Posts |
Quote:
Just have patience. :) |
|
|
|
|
|
|
#4 |
|
Aug 2003
2 Posts |
i already gave the program 256 megs, maybe ill give it 512, i still dont notice a difference, and i only turn it off during games.
|
|
|
|
|
|
#5 | |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22·83 Posts |
Quote:
The more memory that you allocate then the more slowly the test will take. Athlons are not as good at factoring as P4 because they do not use SSE2. |
|
|
|
|
|
|
#6 |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
11110000011002 Posts |
arrruken,
As long as you are in stage 1 of P-1 factoring, you won't see any difference in use of memory when you change the allocation, because stage 1 uses only a small amount (like 10 meg), regardless of what you allocate. Only when the P-1 factoring proceeds to its stage 2 will it use the extra memory you've allocated. There is another type of factoring called ECM (which your system will not be doing unless you specifically set up the instructions for that), which also has two stages, like P-1 factoring. When ECM factoring is in progress, both stage 1 and stage 2 of the ECM will use the extra allocated memory you specified. But that won't happen unless you set it up (and you don't need to). Have patience. :) |
|
|
|
|
|
#7 | ||
|
Feb 2003
2×59 Posts |
Quote:
I might be wrong though. When I get a new number to test I start the LL at work and the factoring at home ... just in case.
|
||
|
|
|
|
|
#8 | |
|
Aug 2002
26·5 Posts |
Quote:
|
|
|
|
|