mersenneforum.org  

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

Reply
 
Thread Tools
Old 2017-11-10, 14:23   #56
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2·3·1,693 Posts
Default

Running P95 v29.4, Win 7 Pro.
Lately I have started seeing P95 print multiple status lines for the same assignment. See screen grab.
Attached Thumbnails
Click image for larger version

Name:	repeats.JPG
Views:	145
Size:	85.6 KB
ID:	17174  
kladner is offline   Reply With Quote
Old 2017-11-10, 17:40   #57
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

165568 Posts
Default

Quote:
Originally Posted by kladner View Post
Running P95 v29.4, Win 7 Pro.
Lately I have started seeing P95 print multiple status lines for the same assignment. See screen grab.
Build 4?

I suspect it is a collection of interim residues sent to the server every 5,000,000 iterations.
Prime95 is online now   Reply With Quote
Old 2017-11-10, 17:56   #58
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

1015810 Posts
Default

Quote:
Originally Posted by Prime95 View Post
Build 4?

I suspect it is a collection of interim residues sent to the server every 5,000,000 iterations.
OK. Cool. Thanks!
kladner is offline   Reply With Quote
Old 2017-11-10, 19:28   #59
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Prime95 View Post
Build 4 now ready. Let me know what I screwed up - the release builds are not a "push button" process.
For reference, SHA256 on the new buidls:
Code:
p95v294b4.FreeBSD11-64.tar.gz - 7AAF9447F8683F53B482BBAA67C9D2016CE4D449BCBCCF6936A8DE3A4E1795B5
p95v294b4.linux32.tar.gz - 1C3092861FB2B47E7DBAFCDD1D176EC38AEBB05E743104DCA0BEA1B94EA73571
p95v294b4.linux64.tar.gz - 5F5EF2A268C8683347ED4E7F1CF7C774C7EC1B295E6DE56AFC1A43DD7750979B
p95v294b4.MacOSX.zip - D50D6B5DFB1A208449B96A41F0639E15F9BBFFAAA00F2FD0AAA9FF84C6031F05
p95v294b4.source.zip - 130B7AE3F12EC0FE6317D287E952A7C23109FEB3E776C8E44AACAE9B4DA9BFCE
p95v294b4.win32.zip - 0188E36B22E4554DB6959BFCF1A2D3881CDF70A869AC45AC4C62A0F6EF5BED5D
p95v294b4.win64.zip - B9659D26827F14ED7EBF76A9089BED9BEC5D1A46621DCB92094DD1F2B5312D0C
Madpoo is offline   Reply With Quote
Old 2017-11-10, 21:14   #60
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2×3×1,693 Posts
Default

Quote:
Originally Posted by Prime95 View Post
Build 4?

I suspect it is a collection of interim residues sent to the server every 5,000,000 iterations.
Oops. It is 29.4B3. I'll have to update.
kladner is offline   Reply With Quote
Old 2017-11-11, 09:49   #61
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

170110 Posts
Default Still some issues in relation to interim residues output

The errors I reported previously have been corrected with the latest version. There are still some cosmetic output issues : on both Linux and Windows the lines about sending the interim results are not ended by end of line characters. This concerns the communication thread and the log file.

Then it seems the interim residues are not always sent when produced, but at communication time. Perhaps this is by design.

On a linux machine where I run two workers the screen output is every 350000 iterations while it is set at 500000 in the settings. Difficult to say if this happened with older versions of the program : that window output is lost :-) One worker does 42M double checks, the other P-1 and "ScaleOutputFrequency" is set to 1 in prime.txt.

In the attched log and output files I prefixed the "offending" lines with "+++ ".

Jacob
Attached Files
File Type: log Linux prime.log (3.0 KB, 114 views)
File Type: txt Llinux window output.txt (20.0 KB, 161 views)
File Type: txt Windows com window output.txt (4.0 KB, 159 views)
File Type: log Windows prime.log (2.7 KB, 187 views)

Last fiddled with by S485122 on 2017-11-11 at 09:52 Reason: forgot the attachments and the explanation about +++
S485122 is offline   Reply With Quote
Old 2017-11-11, 10:47   #62
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

148610 Posts
Default

Quote:
Originally Posted by S485122 View Post
Jacob

[Worker #2 Nov 9 18:50] Optimal P-1 factoring of M12345678 using up to 30000MB of memory.
[Worker #2 Nov 9 18:50] Assuming no factors below 2^76 and 2 primality tests saved if a factor is found.
I could save both of them, M12345678 is clearly composite.
R. Gerbicz is offline   Reply With Quote
Old 2017-11-11, 11:21   #63
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

35·7 Posts
Default

Quote:
Originally Posted by R. Gerbicz View Post
I could save both of them, M12345678 is clearly composite.
I replaced all the AID's of the workunits with the string "AID" and the exponents with 12345678 ... Some people get nervous when they see active assigments data on the forum :-)

Jacob
S485122 is offline   Reply With Quote
Old 2017-11-11, 23:51   #64
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

Is there a setting to configure the number of seconds for "Waiting (5 * workernumber) seconds to stagger worker starts"?
James Heinrich is offline   Reply With Quote
Old 2017-11-12, 00:31   #65
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

1D6E16 Posts
Default

No, I can add one for build 5: "StaggerSeconds"

Yes, it is called "StaggerStarts".

Last fiddled with by Prime95 on 2017-11-12 at 00:33
Prime95 is online now   Reply With Quote
Old 2017-11-12, 00:38   #66
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

Quote:
Originally Posted by Prime95 View Post
Yes, it is called "StaggerStarts"
Ah, thanks. Quoting from undoc.txt for reference:
Quote:
Some machines report much better timings if the worker threads stagger their starts. This was first noticed on Core i7 machines running Windows. Presumably staggering starts improves timings due to each worker allocating contiguous memory. You can control how long the program waits between starting each worker. In prime.txt, enter:
StaggerStarts=n
where n is the number of seconds to wait. The default is 5 seconds.
James Heinrich is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 17:50.


Sun Aug 1 17:50:24 UTC 2021 up 9 days, 12:19, 0 users, load averages: 2.88, 2.37, 1.95

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.