PrimeGrid
Please visit donation page to help the project cover running costs for this month

Toggle Menu

Join PrimeGrid

Returning Participants

Community

Leader Boards

Results

Other

drummers-lowrise
1) Message boards : Project Staging Area : Problem with new PRPNET Version (Message 38105)
Posted 4279 days ago by Profile John M. Johnson "Novex"Project donor
What am I doing wrong with this new version, it just closes right after I run it. Here is the Log:

// email= is a REQUIRED field. The server will be use this address
// to send you an e-mail when your client discovers a prime.
email=halpoppa@hotmail.com

// userid= is a REQUIRED field that will be used by the server
// to report on stats, etc. without having to reveal the user's
// e-mail address. DO NOT USE spaces. Instead use underscore _.
userid=JohnMJohnson

// This value differentiates clients using the same e-mail ID
// DO NOT USE spaces. Instead use underscore _.
clientid=JohnMJohnson

// Tests completed by this "team" will be rolled-up as part of team stats. This
// will be recorded on tests that are pending and then updated when tests are
// completed. Since it is stored on the server per test, it is possible for a
// single user to be a member of multiple teams. If no value is specified for
// this field, then completed tests and primes will not be awarded to any teams.
// DO NOT USE spaces. Instead use underscore _.
teamid=

// server= configures the mix of work to perform across one or more
// servers. It is parsed as follows:
// <suffix>:<pct>:<workunits>:<server IP>:<port>
//
// <suffix> - a unique suffix for the server. This is used to distinguish
// file names that are created for each configured server.
// <pct> - the percentage of PRP tests to do from the server.
// <workunits> - the number of PRP tests to get from the server. The
// server also has a limit, so the server will never return
// more than its limit.
// <server IP> - the IP address or name for the server
// <port> - the port of the PRPNet server, normally 7101
//
// Setting pct to 0 means that the client will only get work from the
// server if it cannot connect to one of the other configured servers.
// Please read the prpnet_servers.txt in this directory for information
// on the latest PRPNet servers.

// The following servers are from PrimeGrid. To make a server active,
// you must remove the "//". For more information about proper settings
// please see the readme_primegrid.txt in this directory.
// For descriptions of each project, please see this thread:
// http://www.primegrid.com/forum_thread.php?id=1215&nowrap=true#13329
//server=SGS:0:1:prpnet.primegrid.com:12000

//server=121:0:1:prpnet.primegrid.com:12001

//server=FPS:0:1:prpnet.primegrid.com:12002

//server=GFN65536:0:1:prpnet.primegrid.com:12003

//server=GCW:0:1:prpnet.primegrid.com:12004

//server=GFN32768:0:1:prpnet.primegrid.com:12005

//server=27:0:1:prpnet.primegrid.com:12006

//server=PPSEhigh:0:1:prpnet.primegrid.com:12007

//server=PRS:0:1:prpnet.primegrid.com:12008



// Additional servers from PrimeGrid

//server=ESP:0:1:pgllr.mine.nu:9000

//server=GFN262144:0:1:prpnet.mine.nu:11002

//server=GFN524288:0:1:prpnet.mine.nu:11001

//server=TRPDC:0:1:prpnet.mine.nu:11003

//server=SR5:0:1:prpnet.mine.nu:7171

//server=5OB:0:1:pgllr.mine.nu:13000

server=PPSElow:100:2:prpnet.mine.nu:12000

//server=MEGA:0:1:prpnet.mine.nu:12010

// The following server is from the Sierpinski/Riesel base 5 Project

// This server is external to PrimeGrid.
//server=SR5:0:1:www.psp-project.de:8105

// The following servers are from the Prime Sierpinski Project
// These servers are external to PrimeGrid.

//server=PSPfp:0:1:www.psp-project.de:8100
//server=PSPdc:0:1:www.psp-project.de:8101

// This is the name of LLR executable. On Windows, this needs to be
// the LLR console application, not the GUI application. The GUI
// application does not terminate when the PRP test is done.
// On some systems you will need to put a "./" in front of the executable
// name so that it looks in the current directory for it rather than
// in the system path.
// LLR can be downloaded from http://jpenne.free.fr/index2.html
llrexe=llr.exe

// This is the name of the PFGW executable. On Windows, this needs to
// be the PFGW console application, not the GUI application.
// PFGW can be downloaded from http://tech.groups.yahoo.com/group/openpfgw/
// If you are running a 64 bit OS, comment out the pfgw32 line
// and uncomment the pfgw64 line.
//pfgwexe=pfgw32.exe
pfgwexe=pfgw64.exe

// This is the name of the genefer executables used for GFN searches. Up
// to four different Genefer programs can be specified. The client will
// attempt a test with genefercuda first if available...otherwise, genefx64
// will be first. If a round off error occurs in either, it will try genefer.
// If a round off occurs in genefer, it will try genefer80. If
// genefer80 fails, then the number cannot be tested with the Genefers. It will
// then be tested with pfgw if available. The order they are specified here
// is not important. (NOTE: Linux and MacIntel only have genefer available for CPU)
// Uncomment the line (genefx64) if you are running on a 64 bit machine.
geneferexe=genefercuda.exe
geneferexe=genefx64.exe
geneferexe=genefer.exe
geneferexe=genefer80.exe

// This sets the CPU affinity for LLR on multi-CPU machines. It defaults to
// -1, which means that LLR can run on an CPU.
cpuaffinity=

// This sets the GPU affinity for CUDA apps on multi-GPU machines. It defaults to
// -1, which means that the CUDA app can run on an GPU.
gpuaffinity=

// Set to 1 to tell PFGW to run in NORMAL priority. It defaults to 0, which means
// that PFGW will run in IDLE priority, the same priority used by LLR, phrot,
// and genefer.
normalpriority=0

// This option is used to default the startup option if the PREVIOUS
// SHUTDOWN LEFT UNCOMPLETED WORKUNITS. If no previous work was left
// this will act like option 9.
// 0 - prompt
// 1 - Return completed work units, abandon the rest, then get more work
// 2 - Return completed work units, abandon the rest, then shut down
// 3 - Return completed, then continue
// 4 - Complete in-progress work units, abandon the rest, then get more work
// 5 - Complete in-progress work units, abandon the rest, then shut down
// 6 - Complete all work units, report them, then shut down
// 9 - Continue from where client left off when it was shut down
startoption=3

// stopoption= tells the client what to do when it is stopped with CTRL-C and there is
// work that has not been completed and returned to the server. Options 2, 5, and 6 will
// return all workunits. This will override stopasapoption. The accepted values are:
// 0 - prompt
// 2 - Return completed work units, abandon the rest, then shut down
// 3 - Return completed work units (keep the rest), then shut down
// 5 - Complete in-progress work units, abandon the rest, report them, then shut down
// 6 - Complete all work units, report them, then shut down
// 9 - Do nothing and shut down (presumes you will restart with startoption=9)
stopoption=3

// stopasapoption= tells the client that it needs to be shutdown automatically, i.e. without
// a CTRL-C. It is evaluated after each test is completed. It should be 0 upon startup.
// The accepted values are:
// 0 - Continue processing work units
// 2 - Return completed work units and abandon the rest
// 3 - Return completed work units (keep the rest)
// 6 - Complete all work units and return them
stopasapoption=0

// Timeout on communications errors
// (default is 60 minutes, minimum is 1 minute if not specified here...)
// Note that the actual used in the client is anywhere from 90% to 110% of this value
errortimeout=3

// Size limit in megabytes for the prpclient.log file...
// 0 means no limit.
// -1 means no log.
loglimit=50000

// Set the debug level for the client
// 0 - no debug messages
// 1 - all debug messages
// 2 - output debug messages from socket communication
debuglevel=0

// Whether or not to echo "INFO" messages from server to console for accepted tests
// 0 - no echo
// 1 - echo (default)
echotest=1
2) Message boards : News : PrimeGrid Donation Drive 2010 Fall (Message 38104)
Posted 4279 days ago by Profile John M. Johnson "Novex"Project donor
Count me in, Donation will be sent on payday :)
3) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37551)
Posted 4290 days ago by Profile John M. Johnson "Novex"Project donor
Thank you so much everyone for the tremendous help with these! Here is an update so far for what I have added to the list and for ones that are close or are at my computer specs. I will narrow down the ones that are showing a little bigger gaps then I would like, for example 1 is like 30 min to 2 hours, I will test that one myself to narrow it down. But for others I would be so very great full to get help with the other ones that have computers near mine. The specs for mine are as follows : Windows 7 Pro 64 Bit OS, Intel Pent Dual CPU E2160 @ 1.80GHz, 2 Gig's Ram.

Here is the updated list: Please help at your leisure if you wish :)

The projects I am interested in and would like to know the Average time they take to complete.

1. Proth Prime Search
2. Generalized Cullen/Woodall 13 Prime Search
**3. Sophie Germain Prime Search – Average time per Work Unit is 17 to 30 Min
**4. Primorial Prime Search – Average time per Work Unit is 2 Hours
5. Factorial Prime Search
6. Generalized Fermat Number Prime Search - 524288
7. Generalized Fermat Number Prime Search - 262144
8. Generalized Fermat Number Prime Search - 65536
9. Generalized Fermat Number Prime Search - 32768
**10. Dual Sierpinski Problem - Takes about 2 Days
**11. Mega Prime Search – Average time Per Work Unit is 7.9 hours
**12. PPSE high – Average time per Work Unit is 44 Min
**13. PPSElow12 - Average time per Work Unit is 80 Sec
14. 27121 - Prime Search
15. 121 – Prime Search
**16. Five or Bust – Prime Search – Average time per Work Unit is 39.3 to 62.3 Hours
17. Extended Sierpinski Problem
18. Sierpinski/Riesel Base 5 Project

PS- The 50B one that has a WU from 39 to 62 hours, now that one I have no chance of testing right now so if someone can narrow it down I would be forever great full!! Thanks a ton for all the help this great community has provided.
4) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37436)
Posted 4294 days ago by Profile John M. Johnson "Novex"Project donor
Thanks so much guys, I totally missed the Test results log that they had in the folder, I'll be checking that from now on. Thanks again everyone!!

Edit:Why is it that I can't get any work units from these:


server=PPSElow10:100:1:uwin.mine.nu:10000
//server=PPSElow11:50:1:prime2u.com:11000

They are the only PPSElow ones right??

Also one last question for these:

1. Proth Prime Search
2. Generalized Cullen/Woodall Prime Search
3. Sophie Germain Prime Search - Looks like it would take on avg of 17 Min Per Core, lemme know if that's correct.
4. Primorial Prime Search
5. Factorial Prime Search
6. Generalized Fermat Number Prime Search
7. 27121 Prime Search
8. Extended Sierpinski Problem
9. Sierpinski/Riesel Base 5 Project
10. Dual Sierpinski Problem
11. Mega Prime Search

I need to know each of these 11's time frames per Work Unit so If I start one of the say Primorial how long till it expires and such?
5) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37312)
Posted 4296 days ago by Profile John M. Johnson "Novex"Project donor
Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz [Family 6 Model 15 Stepping 13] Windows7 32Bit, 2Gb RAM, a 5oB recently completed:

FFT 768K, Pass1=1K, Pass2=768, a = 3, Total Time: 141561 secs

I'll run some singles from your list on that laptop as its fairly close to the spec you are tracking, and post result when done

Regards
Zy



So is the 5oB you speak of on my top first post list as this:

9. Sierpinski/Riesel Base 5 Project

Or is it something else on the list of the 11 that I posted so far on the top post? Please keep me informed! Thanks so much for your help!!
6) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37305)
Posted 4296 days ago by Profile John M. Johnson "Novex"Project donor
Thanks for the info Gary, that helps a ton!
7) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37302)
Posted 4296 days ago by Profile John M. Johnson "Novex"Project donor
I suggest that you run a client that grabs one workunit from each. For example, set the percentage to 9% each with one workunit for each and let it run for day or two.


While that would be the best solution, I am running at a library, with there permission of course but I don't have the option to run them that long, plus I'm not sure PRPNet would tell me how long a WU took for each project unless you can tell me how. Although that would be a solution worth checking out, Thanks for your input and I look forward to your response :)
8) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37300)
Posted 4296 days ago by Profile John M. Johnson "Novex"Project donor
I'll start from last item.
11. Mega prime search, takes ~9600 secs on i5-2500, I would estimate about 5 hours on E2160.


Thank you so much, each little bit helps :) If anyone knows the rest of them please post for me Thanks!
9) Message boards : Project Staging Area : Need Help with PRPNet Work Unit Timeframes (Message 37297)
Posted 4296 days ago by Profile John M. Johnson "Novex"Project donor
Good morning everyone, I had a few questions about the PRPNet work projects and how long they would take on my computer, Since I don't have much time these days to check each one for how long it would take per WU, I would really like some input as to the time frames on Average that is on this type of computer specs are - Windows 7 - 64 bit OS with 2 Gigs of Ram, and an Intel Pentium Dual CPU E2160 @ 1.80GHz.

The projects I am interested in and would like to know the Avg time they take to complete would be as follows :

1. Proth Prime Search
2. Generalized Cullen/Woodall Prime Search
3. Sophie Germain Prime Search - Looks like it would take on avg of 17 Min Per Core, lemme know if that's correct.
4. Primorial Prime Search
5. Factorial Prime Search
6. Generalized Fermat Number Prime Search
7. 27121 Prime Search
8. Extended Sierpinski Problem
9. Sierpinski/Riesel Base 5 Project
10. Dual Sierpinski Problem
11. Mega Prime Search

I would be very greatful for any help on the time frames of these Work Units, and would be forever in anyone's debt that helps. Thank you so much!
[/code]
10) Message boards : Project Staging Area : Port 12007 PPSE (Message 26842)
Posted 4554 days ago by Profile John M. Johnson "Novex"Project donor
It's still down on my end.


Next 10 posts
[Return to PrimeGrid main page]
DNS Powered by DNSEXIT.COM
Copyright © 2005 - 2023 Rytis Slatkevičius (contact) and PrimeGrid community. Server load 3.04, 2.24, 2.26
Generated 27 Mar 2023 | 9:40:43 UTC