mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2007-12-21, 11:32   #353
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

16FF16 Posts
Default

in prime95 25.5 i dont get an option for recieving ecm or p-1 work i only get the options that were on the old server
do i have to put something in prime.txt to access the new server
henryzz is online now   Reply With Quote
Old 2007-12-21, 13:58   #354
garo
 
garo's Avatar
 
Aug 2002
Termonfeckin, IE

276410 Posts
Default

You need to send George a PM to get the 'secret' line that allows you to beta-test with the new server.
garo is offline   Reply With Quote
Old 2007-12-21, 16:04   #355
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

16FF16 Posts
Default

thanks
henryzz is online now   Reply With Quote
Old 2007-12-21, 22:32   #356
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

1101011000112 Posts
Default

Strange problem: Thread #3 seems to be getting "stuck". It gets through its ECM-stage1 work and then just freezes.
(it's now 17:29, 8+ hours since last update message)
Code:
[Dec 21 09:07] Work thread starting
[Dec 21 09:07] Using FFT length 12K
[Dec 21 09:07] ECM on M250969: curve #1 with s=7722991907350575, B1=50000, B2=5000000
[Dec 21 09:07] M250969 curve 1 stage 1 at prime 21937 [43.87%].
[Dec 21 09:07] M250969 curve 1 stage 1 at prime 29753 [59.50%]. Time: 19.866 sec.
[Dec 21 09:07] M250969 curve 1 stage 1 at prime 37501 [75.00%]. Time: 20.252 sec.
[Dec 21 09:08] M250969 curve 1 stage 1 at prime 45293 [90.58%]. Time: 20.127 sec.
[Dec 21 09:08] Stage 1 complete. 721475 transforms, 1 modular inverses. Time: 12.121 sec.
[Dec 21 09:08] Round off: 0.21875
Attempting to stop all worker threads doesn't cause it terminate, I actually have to kill (with TaskManager, file|exit isn't sufficient) all of Prime95 to be able to restart the threads (since you can't restart workers until they've all finished a previous stop request).

edit: Restarting Prime95 after killing it resumes M250696 ECM stage1 at 43.87%, presumably the point of the last savefile.

edit2: Before trying to stop workers Prime95 uses ~100% CPU across 4 threads on 4 cores. After attempting to stop workers, it's down to 0% CPU usage but worker #3 never successfully terminates.

Last fiddled with by James Heinrich on 2007-12-21 at 22:36
James Heinrich is offline   Reply With Quote
Old 2007-12-22, 13:10   #357
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

7×292 Posts
Default

with this version there isnt a way to set how much work u want queued or to just finish the work u r on

my hundredth post

Last fiddled with by henryzz on 2007-12-22 at 13:10
henryzz is online now   Reply With Quote
Old 2007-12-22, 14:30   #358
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

248210 Posts
Default

Quote:
Originally Posted by henryzz View Post
my hundredth post
...and no single questionmark, full stop or other punctuation used yet

Last fiddled with by Andi47 on 2007-12-22 at 14:31
Andi47 is offline   Reply With Quote
Old 2007-12-22, 14:49   #359
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

19·397 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
Playing with my new quad-core, I have two (of 4) threads fighting for RAM. Each of them start their Stage2, see another thread is trying to use RAM, then restart with new settings and they just keep looping without either of them actually claiming RAM and doing any real work
James, I've looked at the code and can't see a problem. Unfortunately, I'm not sure if the current code is the code you are running. My bad. I only recently resumed using source control.

Please download 25.6 and see if the problem still happens. If it does, email me the prime.txt, local.txt, worktodo.txt files. Send the save files too.
Prime95 is offline   Reply With Quote
Old 2007-12-22, 14:54   #360
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

19·397 Posts
Default

Quote:
Originally Posted by Andi47 View Post

Code:
Reliability, Confidence  	1.0, 0.0
Is it possible that my memory settings cause Prime95 to repeatedly restart stage 2 of an ecm curve with new memory setting every time when daytime and nighttime begins, and then never finishes the curve - and so the server assumes that the cpu is not reliable and refuses to assign anything?

Reliability (scale of 0.0 to 1.0) and confidence (scale of 0 to 10) is only used in assigning LL tests. It is only updated when LL results are reported. Right now the server thinks you have a very reliable machine - but no confidence in that assumption.

I can easily adjust the reliability / confidence thresholds for assigning the smallest first-time and double-check LL tests.
Prime95 is offline   Reply With Quote
Old 2007-12-22, 15:37   #361
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

19×397 Posts
Default

Quote:
Originally Posted by Andi47 View Post
Has the server run out of "ECM on small Fermat-Numbers" work? I have one worker thread set to this type of work, but it has got several "TF on Mersenne numbers" assignments.
I looked at your log file. The server thinks you want trial factoring work. The server is out of that work type.
Prime95 is offline   Reply With Quote
Old 2007-12-22, 16:35   #362
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

754310 Posts
Default

While making a change so that the server assigned ECM work when it is out of TF work I accidentally obliterated a PHP file. So at 11:30 EST the v5 server started acting strangely. At first refusing connections, then handing out ECM work instead of TF-LMH work. Should be all fixed now. Sorry.
Prime95 is offline   Reply With Quote
Old 2007-12-22, 17:05   #363
harlee
 
harlee's Avatar
 
Sep 2006
Odenton, MD, USA

16410 Posts
Default

Quote:
Originally Posted by Prime95 View Post
At first refusing connections, then handing out ECM work instead of TF-LMH work. Should be all fixed now. Sorry.
Thanks for the info, just saw all of the ECM work. Since I got the same ECM exponent, I went through the server and unreserved the exponents.

Also, can you check the rolling average on v25.5? Mine doesn't seem to be changing, even if I run two prime95 programs for 24hrs a day for several days on my P4.
harlee is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prime95 version 29.4 Prime95 Software 442 2021-08-05 22:28
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.4 Prime95 PrimeNet 143 2007-09-24 21:01
When the next prime95 version ? pacionet Software 74 2006-12-07 20:30

All times are UTC. The time now is 23:27.


Fri Aug 6 23:27:27 UTC 2021 up 14 days, 17:56, 1 user, load averages: 3.57, 3.96, 4.01

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.