![]() |
|
|
#12 | |
|
Mar 2006
1DF16 Posts |
Quote:
BTW, is there a way to tell it to stop working (not get additional assignments) once it has finished working on the current assignment? |
|
|
|
|
|
|
#13 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10000101010112 Posts |
Quote:
then select the right option to finish your current work and then stop. |
|
|
|
|
|
|
#14 |
|
Mar 2006
47910 Posts |
What happens if I set, under Preferences..., "Days of work to queue up" equal to zero? Will that still try to queue up work after the current job is done? I'm not looking to "Quit GIMPS"/have my computer removed from the server. I'd just like to decide what I want to spend my resources on once this test is done.
|
|
|
|
|
|
#15 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Quote:
#1 = ECM, now idle #2,3 = LL, 2 threads #4 = P-1 The P-1 worker is using all available RAM, so ECM eventually ran out of stage-1 work, so it's sitting idle until #4 finishes stage2. It would be more productive to either: a) respawn #2,3 as 3-threaded or respawn #4 as 2-threaded b) let #1 start working on some other low-memory task from another worker (stage1 of the next P-1, or start on the next LL test, etc). I suspect that option (b) is a more efficient use of the CPU, multi-threaded workers tend to have far less than 100% efficient use of additional threads, especially past 2-threaded. |
|
|
|
|
|
|
#16 |
|
Oct 2008
1210 Posts |
Im running Ubuntu Hardy x64 bit.
not sure if this is what is supposed to happen but when first running the program, it seems to ask twice for the memory limits. It first asks for the limits, and then says 8mb of memory is not enough, asks me for the mem limits again and then gets them right. Secondly, if I close the prime95 process (by typing 17 i think) and then try to run it again, I dont get the console output I get when I run it the first time. Also when asking for the priority at which I want t run, it gives bounds from 1 - 10. On Linux though I believe its actually called the "nice" value and functions differently than in windows. Perhaps you could look into this. |
|
|
|
|
|
#17 |
|
Jan 2003
7·29 Posts |
Is there any migration plan for those on 24.x? I have 4 separate copies of 24.x running on my quad core. When I move to 25.7, is there any easy way to transfer this work over? I wouldn't want to end up downloading 4 new primes to test by mistake.
|
|
|
|
|
|
#18 | |
|
Dec 2007
Cleves, Germany
2·5·53 Posts |
Quote:
"./mprime -d" gives just the output with no menus (you'll have to Ctrl-C it); "./mprime -m" gives the menus as well. STH Carsten |
|
|
|
|
|
|
#19 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
1101010111012 Posts |
feature:
It nicely shows e.g. " (using 1234MB)" at the end of P-1 worker window titles; can this be replicated for ECM workers, please? (I think that's the only 2 that use large emounts of RAM, right?) bug: The whole anything-more-than-1800MB allocated problem (runs out of memory, even though memory is available, when set to >1800MB) from the v25.6 thread seems to still be present, please let me know how I can provide more useful feedback. |
|
|
|
|
|
#20 |
|
Oct 2008
148 Posts |
Not sure if this is supposed to happen, but it seems as though one thread goes lightning fast while the other is super slow.
Specs: Ubuntu Hardy x64 Core 2 duo@ 2.33Ghz One thread takes about 1,000 seconds for each P-1 output, while the other takes approx 13,000 seconds. Also, when setting up initially, p95 asks for the memory bounds twice: It asks for day memory, then night memory, and says 8MB is not enough, and then asks for more memory. The second time I set the memory. it takes. If I can provide any more info please tell me. |
|
|
|
|
|
#21 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
It's having problems now even when set to 1800MB:
Code:
[Oct 8 06:33] Restarting worker with new memory settings. [Oct 8 06:33] Optimal P-1 factoring of M46061153 using up to 1800MB of memory. [Oct 8 06:33] Assuming no factors below 2^68 and 2 primality tests saved if a factor is found. [Oct 8 06:33] Optimal bounds are B1=560000, B2=16660000 [Oct 8 06:33] Chance of finding a factor is an estimated 6.54% [Oct 8 06:33] Using FFT length 2560K [Oct 8 06:33] Available memory is 1776MB. [Oct 8 06:33] Using 1765MB of memory. Processing 79 relative primes (316 of 480 already processed). [Oct 8 06:34] Memory allocation error. Trying again using less memory. [Oct 8 06:34] Using FFT length 2560K [Oct 8 06:34] Available memory is 1420MB. [Oct 8 06:34] Using 1417MB of memory. Processing 62 relative primes (316 of 480 already processed). [Oct 8 06:34] Memory allocation error. Trying again using less memory. [Oct 8 06:34] Using FFT length 2560K [Oct 8 06:34] Available memory is 1136MB. [Oct 8 06:34] Using 1130MB of memory. Processing 48 relative primes (316 of 480 already processed). [Oct 8 06:35] Memory allocation error. Trying again using less memory. [Oct 8 06:35] Using FFT length 2560K [Oct 8 06:35] Available memory is 909MB. [Oct 8 06:35] Using 905MB of memory. Processing 37 relative primes (316 of 480 already processed). [Oct 8 06:36] Memory allocation error. Trying again using less memory. [Oct 8 06:36] Using FFT length 2560K [Oct 8 06:36] Available memory is 727MB. [Oct 8 06:36] Using 721MB of memory. Processing 28 relative primes (316 of 480 already processed). [Oct 8 06:36] Memory allocation error. Trying again using less memory. [Oct 8 06:36] Using FFT length 2560K [Oct 8 06:36] Available memory is 581MB. [Oct 8 06:36] Using 578MB of memory. Processing 21 relative primes (316 of 480 already processed). [Oct 8 06:38] M46061153 stage 2 is 71.71% complete. [Oct 8 07:33] Available memory is 581MB. [Oct 8 07:33] Using 578MB of memory. Processing 21 relative primes (337 of 480 already processed). [Oct 8 08:32] Available memory is 581MB. [Oct 8 08:32] Using 578MB of memory. Processing 21 relative primes (358 of 480 already processed). |
|
|
|
|
|
#22 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime95 version 27.3 | Prime95 | Software | 148 | 2012-03-18 19:24 |
| Prime95 version 26.3 | Prime95 | Software | 76 | 2010-12-11 00:11 |
| Prime95 version 25.5 | Prime95 | PrimeNet | 369 | 2008-02-26 05:21 |
| Prime95 version 25.4 | Prime95 | PrimeNet | 143 | 2007-09-24 21:01 |
| When the next prime95 version ? | pacionet | Software | 74 | 2006-12-07 20:30 |