mersenneforum.org  

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

Reply
 
Thread Tools
Old 2011-11-03, 02:55   #1
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2·3·1,693 Posts
Default Messy Assignment Situation

I started comparing my Assignments page on PrimeNet with my Prime95 worktodo.txt file and came up with a considerable list of P-1 assignments which are not in worktodo. Some of them have a good bit of work done on them.

This is probably my own doing in some ignorant fumble. I'm just not sure what to do at this point. These are the ones I've sorted out:

Code:
55204043 PM1-L    S2, 5.10%    
58315507 PM1-L    S2, 81.10%
58588147 PM1-L    S2, 41.20%    
58632851 PM1-L    0.00%    
58632857 PM1-L    0.00%
58632971 PM1-L    0.00%    
58637611 PM1-L    0.00%
56991139 PM1-L    S2, 15.40%
58314691 PM1-L    S2, 80.70%
58633073 PM1-L    0.00%
58633163 PM1-L    0.00%
55204067 PM1-L    S1, 14.40%    
55398719 PM1-L    S2, 66.00%
I assume that I can just unreserve the ones with no work done. Is there anything I can do to recover the others?

Thanks in advance for any assistance.
kladner is offline   Reply With Quote
Old 2011-11-03, 03:04   #2
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

11100001101012 Posts
Default

Presumably check to see if you have the save files, though I'm not sure of the naming system for those. In order to recreate the assignment line manually, try
http://mersennewiki.org/index.php/Worktodo.txt

That would seem to suggest worktodo lines of

Pfactor=1,2,exponent,factored depth,2

I'm pretty sure Prime95 is smart enough to recognize that there is no hex key and interpret the rest accordingly. In my experience, when I've shut down and restarted P95 with P-1 going, it recalculates the bounds each time, but will use the bounds stored in the save file.

I guess just try using the method above, and if the files are there, great, if not, then it will just restart. I also suspect that when you communicate with PrimeNet, P95 will recover the hex keys, noting that those worktype/exponent combos are assigned to your account (this doesn't make a difference as far as results reporting and credit goes though).

Please correct me if someone finds a mistake.
Dubslow is offline   Reply With Quote
Old 2011-11-03, 06:29   #3
Mr. P-1
 
Mr. P-1's Avatar
 
Jun 2003

7×167 Posts
Default

Quote:
Originally Posted by Dubslow View Post
I'm pretty sure Prime95 is smart enough to recognize that there is no hex key and interpret the rest accordingly.
Without the key, the server will respond with an "assignment not yours" error and Prime95 will delete the assignment from the worktodo file.

You can recover the keys by saving the assignments webpage and inspecting it with a text editor.
Mr. P-1 is offline   Reply With Quote
Old 2011-11-03, 13:06   #4
lycorn
 
lycorn's Avatar
 
Sep 2002
Oeiras, Portugal

26·23 Posts
Default

If using IE, right click on your "Assignments" report, and choose the View Source Code option.
Scroll down until you start finding lines similar to (highlight be me):

<trclass="evenrow"><td>asteroid</td><tdalign="center">2</td>
<tdsorttable_customkey="XXXXXXXX"align="right">34179529&nbsp;
<inputtype="checkbox"name="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"value="R"
style="width: 12; height:12;"> </td><tdalign="center">D</td><tdalign="right">LL, 44.00%</td><td>2011-09-27 18:29</td><tdalign="right">37</td><td>2011-11-02 08:51</td><td>2011-11-09 08:51</td><td>2011-11-15 07:01</td><tdalign="right">12</td></tr>



sorttable_customkey holds the exponent, and name the corresponding key.

Last fiddled with by lycorn on 2011-11-03 at 13:06
lycorn is offline   Reply With Quote
Old 2011-11-03, 13:12   #5
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

100111101011102 Posts
Default

Thanks to all! Much obliged!
kladner is offline   Reply With Quote
Old 2011-11-03, 18:59   #6
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22·3·641 Posts
Default

Quote:
Originally Posted by lycorn View Post
If using IE, right click on your "Assignments" report, and choose the View Source Code option.
In Firefox 7, it's Tools -> Web Developer -> Page Source
cheesehead is offline   Reply With Quote
Old 2011-11-03, 19:09   #7
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

1015810 Posts
Default

Quote:
Originally Posted by cheesehead View Post
In Firefox 7, it's Tools -> Web Developer -> Page Source
Thanks, cheesehead. That is indeed what I mostly use.
kladner is offline   Reply With Quote
Old 2011-11-03, 22:20   #8
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

11100001101012 Posts
Default

In Google Chrome it's just Ctrl+U :)
Dubslow is offline   Reply With Quote
Old 2011-11-03, 23:53   #9
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

769210 Posts
Default

Quote:
Originally Posted by Dubslow View Post
In Google Chrome it's just Ctrl+U :)
Oh, I forgot to note that the Firefox shortcut is Ctrl+U.

I can remember paths more readily than most shortcuts.

Last fiddled with by cheesehead on 2011-11-04 at 00:02
cheesehead is offline   Reply With Quote
Old 2011-11-04, 00:14   #10
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2×3×1,693 Posts
Default DOH!

I am embarrassed to say that I managed to screw the pooch in spite of everyone's best efforts. I pulled out the keys from the HTML, and reconstructed the worktodo lines, using existing lines as models.

At that point I should have let PrimeNet refresh. But, thinking I was only dealing with the exponents with some work done, I dumped the 0% lines in the Assignments page. When I pushed Prime95 into communicating with the server, it delivered a raft of "no such assignment" messages and took out all the reconstructed worktodo lines. Perhaps all the parameters didn't match. I don't know. I do wish I'd let things alone until I got PrimeNet to synchronize. Now the water is muddied by an extra change in the situation.

To all who tried to get me through this: Thank You Very Much!

EDIT: Primenet error 43: No such assignment key.

EDIT2: I have a backup of worktodo.txt before I prodded the server, if anyone wants to look it over. I just think I should have waited to do any unreserving.

Last fiddled with by kladner on 2011-11-04 at 00:30
kladner is offline   Reply With Quote
Old 2011-11-04, 00:36   #11
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

Sure. Show us that file, which sounds like it's the same as the current worktodo file. Also save the "My Assignments" web page as an html file and upload that.
Dubslow is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Marriage and Civil Partnerships: what is the ideal situation? Brian-E Soap Box 53 2013-02-19 16:31
Assignment key Unregistered Information & Answers 4 2012-09-24 15:34
Want New Assignment Unregistered Information & Answers 1 2012-03-28 00:02
Old Assignment Primeinator PrimeNet 4 2009-06-04 22:35
A look at the changed situation regarding power consumption Dresdenboy Hardware 1 2005-07-03 20:00

All times are UTC. The time now is 01:42.


Sat Jul 17 01:42:35 UTC 2021 up 49 days, 23:29, 1 user, load averages: 1.29, 1.26, 1.25

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.