mersenneforum.org  

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

Reply
 
Thread Tools
Old 2008-11-03, 19:36   #155
jonthomson
 
jonthomson's Avatar
 
May 2007

13 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Yes but you will probably see that they are only to 63 or 65 bits.
i've got it to give me numbers in the 288m range now, which is better
jonthomson is offline   Reply With Quote
Old 2008-11-04, 01:47   #156
starrynte
 
starrynte's Avatar
 
Oct 2008
California

22·59 Posts
Default

Quote:
Originally Posted by jonthomson View Post
i've got it to give me numbers in the 288m range now, which is better
how?
also, I have to manually reserve assignments for worker#1 on my computer because the worker#2 goes past the 30 day limit for reserving...however worker#1 will sit idle and not attempt to reserve assignments until i manually reserve assignments for it...how can i fix this?

Last fiddled with by starrynte on 2008-11-04 at 01:53
starrynte is offline   Reply With Quote
Old 2008-11-04, 02:01   #157
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

100110010110112 Posts
Default

Quote:
Originally Posted by starrynte View Post
how?
Go to a page like this:
http://v5www.mersenne.org/report_exp...&B1=Get+status
Pick the expos that are not already assigned.
Make up a "worktodo.add" file like this:
Code:
[worker #1]
factor=332252849,61,67
factor=332252861,61,67
factor=332252927,61,67
factor=332252939,61,67
factor=332252969,61,67
factor=332252993,61,67
factor=332253043,61,67
factor=332253127,61,67

[worker #2]
factor=332253139,61,67
factor=332253157,61,67
factor=332253197,61,67
factor=332253301,61,67
factor=332253329,61,67
factor=332253373,61,67
factor=332253379,61,67
factor=332253413,61,67
Stop and restart prime95 (it will suck the .add into the .txt)
Force a manual communitcation.
Repeat a manual com, checking the box to update the expected completeion dates.

You have now had the v5 server assign you the work that you want.


Edit: UnreserveDays= in prime.txt with a number like 180, will allow you to stuff your worktodo with lots of numbers.

Last fiddled with by Uncwilly on 2008-11-04 at 02:03
Uncwilly is online now   Reply With Quote
Old 2008-11-04, 02:09   #158
starrynte
 
starrynte's Avatar
 
Oct 2008
California

22·59 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
Go to a page like this:
http://v5www.mersenne.org/report_exp...&B1=Get+status
Pick the expos that are not already assigned.
Make up a "worktodo.add" file like this:
Code:
[worker #1]
factor=332252849,61,67
factor=332252861,61,67
factor=332252927,61,67
factor=332252939,61,67
factor=332252969,61,67
factor=332252993,61,67
factor=332253043,61,67
factor=332253127,61,67

[worker #2]
factor=332253139,61,67
factor=332253157,61,67
factor=332253197,61,67
factor=332253301,61,67
factor=332253329,61,67
factor=332253373,61,67
factor=332253379,61,67
factor=332253413,61,67
Stop and restart prime95 (it will suck the .add into the .txt)
Force a manual communitcation.
Repeat a manual com, checking the box to update the expected completeion dates.

You have now had the v5 server assign you the work that you want.


Edit: UnreserveDays= in prime.txt with a number like 180, will allow you to stuff your worktodo with lots of numbers.
so THAT'S how you reserve specific exponents! thanks!
starrynte is offline   Reply With Quote
Old 2008-11-04, 02:39   #159
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

125416 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
Pick the expos that are not already assigned.
This is where I get stuck... without the assigned report that was in v4 how do I know it they are assigned?
petrw1 is online now   Reply With Quote
Old 2008-11-04, 03:10   #160
starrynte
 
starrynte's Avatar
 
Oct 2008
California

111011002 Posts
Default

Quote:
Originally Posted by petrw1 View Post
This is where I get stuck... without the assigned report that was in v4 how do I know it they are assigned?
if it is assigned the exponent report will show:

332272879No factors below2^61
AssignedTrial factoring to "starrynte" on 2008-11-04

Last fiddled with by starrynte on 2008-11-04 at 03:10
starrynte is offline   Reply With Quote
Old 2008-11-04, 11:04   #161
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

65358 Posts
Default

I just ran a benchmark (v25.7b4,x64) and the server returned an error:
Code:
Sending benchmark data to server
URL: http://v5.mersenne.org/v5server/?v=0.95&px=GIMPS&t=bd&g=304ba008ffd7cc57d787df6ecda13905&FFT4K=5.40571e-005&FFT5K=7.96191e-005&F
RESPONSE:
pnErrorResult=7
pnErrorDetail=parameter FFT4K: Invalid float value: '5.40571e-005'
==END==

PrimeNet error 7: Invalid parameter
parameter FFT4K: Invalid float value: '5.40571e-005'
Visit http://mersenneforum.org for help.
Will try contacting server again in 18 minutes.
which I presume comes from the first line of the benchmark:
Quote:
Best time for 4K FFT length: 0.054 ms.
James Heinrich is offline   Reply With Quote
Old 2008-11-04, 12:18   #162
NBtarheel_33
 
NBtarheel_33's Avatar
 
"Nathan"
Jul 2008
Maryland, USA

5×223 Posts
Default

Sure seems like it, except for the fact that 5.4*10^-5 is .000054, which is 1000 times smaller than your iteration time. Were you perhaps timing 1000 iterations?

Whoops, never mind - I didn't see the *ms* after 0.054, so you're right, that would be 5.4*10^-2*10^-3 = 5.4*10^-5. Wonder why it's an invalid value.

Last fiddled with by NBtarheel_33 on 2008-11-04 at 12:20 Reason: Was thinking s, instead of ms.
NBtarheel_33 is offline   Reply With Quote
Old 2008-11-04, 12:23   #163
NBtarheel_33
 
NBtarheel_33's Avatar
 
"Nathan"
Jul 2008
Maryland, USA

5×223 Posts
Default

Quote:
Originally Posted by starrynte View Post
if it is assigned the exponent report will show:

332272879No factors below2^61
AssignedTrial factoring to "starrynte" on 2008-11-04
And, presumably, if you were to add such an exponent to your worktodo, and then attempt to report progress on it to PrimeNet, you would get slapped on the wrist with a "no assignment" error, as the unique assignment key for the exponent in question would have already been generated and issued to the exponent's proper owner. Not to mention the evils of poaching and all that jazz.
NBtarheel_33 is offline   Reply With Quote
Old 2008-11-04, 13:42   #164
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

D5D16 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
I just ran a benchmark (v25.7b4,x64) and the server returned an error
And I noticed after about an hour of retrying (maybe it's 4 retries @ 18min intervals?) the server message said:
Code:
[Comm thread Nov 4 07:11] RESPONSE:
[Comm thread Nov 4 07:11] pnErrorResult=7
[Comm thread Nov 4 07:11] pnErrorDetail=parameter FFT4K: Invalid float value: '5.40571e-005'
[Comm thread Nov 4 07:11] ==END==
[Comm thread Nov 4 07:11] 
[Comm thread Nov 4 07:11] PrimeNet error 7: Invalid parameter
[Comm thread Nov 4 07:11] parameter FFT4K: Invalid float value: '5.40571e-005'
[Comm thread Nov 4 07:11] Deleting unprocessed message from spool file.
Note the last line. And then it went on and submitted the rest of the queued results. So it looks like we should no longer have the problem where some weird result prevents a whole long queue of results from being sent (which is good). But that 4K bug should probably be fixed anyways
James Heinrich is offline   Reply With Quote
Old 2008-11-04, 16:50   #165
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

10010010101002 Posts
Default

Quote:
Originally Posted by NBtarheel_33 View Post
And, presumably, if you were to add such an exponent to your worktodo, and then attempt to report progress on it to PrimeNet, you would get slapped on the wrist with a "no assignment" error, as the unique assignment key for the exponent in question would have already been generated and issued to the exponent's proper owner. Not to mention the evils of poaching and all that jazz.
Okay ... I took a chance.

I looked at the Exponent Status report and found:
Code:
18000343 No factors below 2^67 
 P-1 B1=100000, B2=1850000 
 Unverified LL A4209DE258C211__ by "Flavius"
This appears to be a test that does NOT have a first time LL test done (at least not a verified one).

So I created a worktodo.add file and inserted the lines:
Code:
[Worker #1]
Test=18000343,67,1
About 2 seconds after saving it (and without me doing anything else) my status window showed the Worker stopping and starting and the worktodo.txt now has the line in it without any warnings or errors.

I'll keep you posted.

Update: I refresehed my screen on the Exponent Status report but I am not showing up as Assigned. Maybe this won't happen until my test is active?

Can I manually edit the worktodo.txt file and move this new assignment right below the currently active one to see sooner what will happen?

Update 2: It does NOT show up on my Account Assignment report yet.

Last fiddled with by petrw1 on 2008-11-04 at 16:55 Reason: Update:
petrw1 is online now   Reply With Quote
Reply



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 13:59.


Mon Aug 2 13:59:42 UTC 2021 up 10 days, 8:28, 0 users, load averages: 3.67, 3.23, 2.61

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.