mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > No Prime Left Behind

Reply
 
Thread Tools
Old 2008-07-09, 01:56   #111
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

Quote:
Originally Posted by IronBits View Post
I'm looking into it, and asking Bok to take a look to see why the permissions/groups keep changing on that server.
It's odd, and I'm not sure what it could be but I'll keep looking for a reason.
If necessary, I'll move all the Servers back to a Windows Server and be done with it.
I remember moving them to the Linux server because the sockets on the Windows servers puke when hammered hard and the llrnet server will stop responding.

I just got the following PM from Lennart. Perhaps the "prunePeriod" is the source of the problem. I believe the below is what he uses for his servers.

Quote:
Prunetime
-- maximum alowed time for a user to complete a job (in seconds)
jobMaxTime = 4 * 24 * 3600 -- 4 days
-- various files used by the server
knPairsFile = "knpairs.txt"
jobListFile = "joblist.txt"
resultsFile = "results.txt"
-- if you want the server to regularly prune your knpairs and joblist
-- files, then uncomment the following line and set the period of
-- pruning in second.
prunePeriod = 1 * 12 * 3600 -- 1/2 days
----------------------------------------------
It's here in the last line you remove finnished pair.
If you have that set to same as jobMaxTime you can have proccessed pairs in knpairs file 4 days
But i run prune every 12hr then no processed pairs in knpairs longer then 12 hr.s


/Lennart

I hope this helps.


Gary

Last fiddled with by gd_barnes on 2008-07-09 at 01:59
gd_barnes is online now   Reply With Quote
Old 2008-07-09, 02:37   #112
IronBits
I ♥ BOINC!
 
IronBits's Avatar
 
Oct 2002
Glendale, AZ. (USA)

3×7×53 Posts
Default

I'm using
prunePeriod = 3600 -- hourly
So I see maybe that's a problem
prunePeriod = 1 * 12 * 3600 -- 1/2 days
Looks like it's missing some params :(
I'll fix em all up with what he is doing
IronBits is offline   Reply With Quote
Old 2008-07-09, 02:48   #113
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

289B16 Posts
Default

Quote:
Originally Posted by IronBits View Post
I'm using
prunePeriod = 3600 -- hourly
So I see maybe that's a problem
prunePeriod = 1 * 12 * 3600 -- 1/2 days
Looks like it's missing some params :(
I'll fix em all up with what he is doing
Hum, I would think your 3600 would work just fine but as you said, it looks like it's missing some parms.

I wouldn't suggest doing exactly what he's doing. His JobMaxTime is 4 days. We certainly want to leave ours at 3 days.

Also, I think hourly is good for pruning, i.e. 1 * 1 * 3600. But you do what you think is best there.


Gary
gd_barnes is online now   Reply With Quote
Old 2008-07-09, 03:15   #114
IronBits
I ♥ BOINC!
 
IronBits's Avatar
 
Oct 2002
Glendale, AZ. (USA)

3·7·53 Posts
Default

stopped all the servers
I made all the changes to the llr-serverconfig.txt for 1/2 days
restarted all the servers
reads Gary's message /bangs head
changes all the llr-serverconfig.txt to be 1 * 1 * 3600

next time I restart servers, they will be as you wanted.

How many servers am I running over here you ask?

crus4 http://crus.ironbits.net (offline)
crus6 http://crus.ironbits.net

llrnet8000 http://llrnet.no-ip.info or http://llrnet.ironbits.net
llrnet8500 http://llrnet.no-ip.info or http://llrnet.ironbits.net (offline)
llrnet10000 http://llrnet.no-ip.info or http://llrnet.ironbits.net

nplb400 http://nplb.ironbits.net
nplb5000 http://nplb.ironbits.net

llrnet1 (client)
llrnet2 (client)

Last fiddled with by IronBits on 2008-07-09 at 03:22
IronBits is offline   Reply With Quote
Old 2008-07-09, 05:20   #115
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

Carlos,

I'm running one test on each of the misc. servers tonight to verify their n-range and that David's minimum k/n pair remaining is now working properly.

In running yours, I am in sleep mode. Did you bring it down? If so, would you have any problem if we removed the k/n pairs out of it and fed them into port 300, which will be running low within 1-2 days? We'll then load yours up for the next rally, which I'm shooting for the 3rd or last weekend in July.


Gary
gd_barnes is online now   Reply With Quote
Old 2008-07-09, 05:25   #116
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

Quote:
Originally Posted by IronBits View Post
stopped all the servers
I made all the changes to the llr-serverconfig.txt for 1/2 days
restarted all the servers
reads Gary's message /bangs head
changes all the llr-serverconfig.txt to be 1 * 1 * 3600

next time I restart servers, they will be as you wanted.

How many servers am I running over here you ask?

crus4 http://crus.ironbits.net (offline)
crus6 http://crus.ironbits.net

llrnet8000 http://llrnet.no-ip.info or http://llrnet.ironbits.net
llrnet8500 http://llrnet.no-ip.info or http://llrnet.ironbits.net (offline)
llrnet10000 http://llrnet.no-ip.info or http://llrnet.ironbits.net

nplb400 http://nplb.ironbits.net
nplb5000 http://nplb.ironbits.net

llrnet1 (client)
llrnet2 (client)

Very nice! Crus4 can be dismantled as far as I'm concerned but in the very near future, I'm thinking we will add a new server there for base 3 that will get LOTS of activity. As soon as some people come back to NPLB here, I'll put a core or two on Crus6. I have 90% of my resources on port 300 here right now.

Are you still OK with hosting the personal servers for people? They come in very handy!


Gary
gd_barnes is online now   Reply With Quote
Old 2008-07-09, 07:17   #117
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

David,

There was a prime on port 8500 that did not get listed on your web page nor in the "All primes for port 8500 to date" file link on the page. There should be 3 primes shown for port 8500 but there are only 2.

I'm not mentioning the prime here because Bruce hasn't reported it yet. It is in the June 30th results file.


Gary

Last fiddled with by gd_barnes on 2008-07-09 at 08:36
gd_barnes is online now   Reply With Quote
Old 2008-07-09, 08:31   #118
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

1011000011102 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Carlos,

I'm running one test on each of the misc. servers tonight to verify their n-range and that David's minimum k/n pair remaining is now working properly.

In running yours, I am in sleep mode. Did you bring it down? If so, would you have any problem if we removed the k/n pairs out of it and fed them into port 300, which will be running low within 1-2 days? We'll then load yours up for the next rally, which I'm shooting for the 3rd or last weekend in July.


Gary
No problem. Here are all files from my server:

joblist.txt
knpairs.txt
results.txt
em99010pepe is offline   Reply With Quote
Old 2008-07-09, 10:52   #119
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

B0E16 Posts
Default

IB,

Tell me one thing. When you process the results the server is on or shutdowns automatically? If it shutdowns the countdown to pruning restarts from scratch when you turn on the server, maybe that's the problem.

Carlos
em99010pepe is offline   Reply With Quote
Old 2008-07-09, 13:13   #120
IronBits
I ♥ BOINC!
 
IronBits's Avatar
 
Oct 2002
Glendale, AZ. (USA)

3×7×53 Posts
Default

I just move results.txt out of there while the server is running.

Yes, I see 8500 had three primes.
No problem running personal servers for you or the base 3.
IronBits is offline   Reply With Quote
Old 2008-07-09, 18:42   #121
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

289B16 Posts
Default

Quote:
Originally Posted by IronBits View Post
I just move results.txt out of there while the server is running.

Yes, I see 8500 had three primes.
No problem running personal servers for you or the base 3.
So what caused the problem with the prime not showing up on your page? Has the problem been fixed?

Also, why is port 400 still showing the same lowest k/n pair remaining as before? Do you need to shut down the server(s) and restart it/them? I think you said the problem would be fixed the next time you restart the server(s).


Gary
gd_barnes is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
PRPnet servers for NPLB mdettweiler No Prime Left Behind 228 2018-12-26 04:50
Servers for NPLB gd_barnes No Prime Left Behind 0 2009-08-10 19:21
LLRnet servers for CRUS gd_barnes Conjectures 'R Us 39 2008-07-15 10:26
NPLB LLRnet server discussion em99010pepe No Prime Left Behind 229 2008-04-30 19:13
NPLB LLRnet server #1 - dried em99010pepe No Prime Left Behind 19 2008-03-26 06:19

All times are UTC. The time now is 10:11.


Sat Jul 17 10:11:02 UTC 2021 up 50 days, 7:58, 1 user, load averages: 0.98, 1.31, 1.28

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.