mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2014-09-04, 09:10   #386
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22·23·31 Posts
Default

Quote:
Ian, Max, or Mathew, can you copy the "PRPnet servers for NPLB" first post from the NPLB project over to here and obviously call it "PRPnet servers for CRUS"? Then tweak it for this project and sticky it. Port 1300 will be for S9 (misc.) efforts and port 1400 will be for the future base 2/4 even-odd-k-n effort.
Done. The URL's will have to be tweaked by whoever (Max) sets up the stats page similar to NPLB's. Send me the links and i will edit them in.

I say load away Max.

Last fiddled with by MyDogBuster on 2014-09-04 at 09:20
MyDogBuster is offline   Reply With Quote
Old 2014-09-16, 18:20   #387
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22·32·19 Posts
Default

I started a sieve for R6, n=2M to 5M. Not sure if I will reserve it for LLR testing when sieving is done or maybe people will be interested in continuing this team drive? We'll see...
Puzzle-Peter is offline   Reply With Quote
Old 2014-09-16, 20:15   #388
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101000101000112 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
I started a sieve for R6, n=2M to 5M. Not sure if I will reserve it for LLR testing when sieving is done or maybe people will be interested in continuing this team drive? We'll see...
All of the base 6 and 16 team drives will be continued at some point. We needed to reduce the number of stickies so I unstickied them while they are in a lull. I'm sure that there will be some people who will be willing to continue testing the team drives when we promote them in the future after finishing sieving.

I am currently sieving S6 for n=1M-2M. I should be at P=72T in about a week.
gd_barnes is online now   Reply With Quote
Old 2014-09-19, 00:51   #389
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
I started a sieve for R6, n=2M to 5M. Not sure if I will reserve it for LLR testing when sieving is done or maybe people will be interested in continuing this team drive? We'll see...
Some of those numbers will want P-1 factoring as well as sieving. If a doublecheck is planned for this file at some point then most I think will want P-1.
henryzz is online now   Reply With Quote
Old 2014-10-02, 15:36   #390
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22×32×19 Posts
Default

Quote:
Originally Posted by henryzz View Post
Some of those numbers will want P-1 factoring as well as sieving. If a doublecheck is planned for this file at some point then most I think will want P-1.
I have reached the point where finding a factor is slower than LLRing the smallest candidates in the range. I never really got familiar with factoring so a few hints on where to start and what to do would be welcome. I have downloaded ecm and it's working on my system but what is the best way to tackle a list of candidates which has ~16K entries?
Puzzle-Peter is offline   Reply With Quote
Old 2014-10-02, 18:12   #391
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

With numbers this size you need to use Prime95. srfile has an option for generating pfactor lines -p. It then outputs worktodo.txt lines for Prime95.
Is this file going to be double checked at some point? If so you would want -p 2 otherwise -p 1.
How deep have you sieved?
henryzz is online now   Reply With Quote
Old 2014-10-02, 19:44   #392
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22·32·19 Posts
Default

Double check will probably happen in a very far future, if ever. I am now at p=500T.
Puzzle-Peter is offline   Reply With Quote
Old 2014-10-02, 19:51   #393
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
Double check will probably happen in a very far future, if ever. I am now at p=500T.
With the same file?

I suspect you are safe just going for 1 test saved. It will raise the barrier on where you start P-1 though.
henryzz is online now   Reply With Quote
Old 2014-10-03, 07:51   #394
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

486410 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
I have reached the point where finding a factor is slower than LLRing the smallest candidates in the range. I never really got familiar with factoring so a few hints on where to start and what to do would be welcome. I have downloaded ecm and it's working on my system but what is the best way to tackle a list of candidates which has ~16K entries?
P-1 factoring is similar to ECM, but ECM is a randomized-seed method while P-1 uses a fixed seed (so to speak). Imagine ECM as a bit like throwing darts at a dartboard, hoping to hit the spot where a factor is hiding; P-1 would be like "is there a factor hiding on the double-1 space?" There is no point in asking that question multiple times, so P-1 is run just once for a set of parameters.

P-1 runs faster then ECM, which is why it is sometimes done even when ECM is deemed inefficient. A rule of thumb is that P-1 is usually done with para meters 10 times as big as ECM parameters deemed efficient. You have trial-sieved to 500T = 5e14 = roughly half of 15-digit factors (and all smaller ones), so ECM at the 15-digit level would be redundant. ECM is traditionally (per RDS' paper on optimal ECM efforts) done in 5-digit levels, so any ECM curves would be run at 20-digit level, which is B1= 11e3. If P-1 is done at 10x the B1 of ECM, that's around 1e5 for the B1 bound on P-1.

If you get Prime95 working on this file, please post what B1 and B2 it picks, and where in the file it deems efficient to start.
VBCurtis is offline   Reply With Quote
Old 2014-10-03, 09:38   #395
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22×32×19 Posts
Default

I tried running P95 just to see how it works on a small number of candidates. It keeps telling me that [candidate] does not need P-1, even if I raise the trial factoring level from 48bit to 95 bit by manually editing worktodo.txt. Number of tests saved=1 or =2 does not change a thing. What's going wrong here?
Puzzle-Peter is offline   Reply With Quote
Old 2014-10-03, 12:04   #396
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
I tried running P95 just to see how it works on a small number of candidates. It keeps telling me that [candidate] does not need P-1, even if I raise the trial factoring level from 48bit to 95 bit by manually editing worktodo.txt. Number of tests saved=1 or =2 does not change a thing. What's going wrong here?
Raising the TF level would lower the need for P-1, not raise it (since you're reducing the range in which P-1 can find a factor to factors >95 bits, instead of all >48). Having a larger candidate would also raise the need to P-1, I believe.

Since Mersennes have the property that a factor must be of the form 2kp+1, P-1 for Mersennes has an advantage (over general form numbers) by including p in the set of primes for B1. Hence, Mersennes can benefit from P-1 much more readily than most numbers. Is it possible that the candidates/TF levels here really do mean that P-1 is not a useful thing?

You could try raising the number of tests saved to 10 or 100 (and keep the TF at a realistic level, or set it lower) to see if that makes Prime95 think P-1 is useful. If we're right near the break-even point, maybe we'll want to override Prime95's assumptions and run P-1, but it sounds entirely possible that it's made the best choice already.

Last fiddled with by Mini-Geek on 2014-10-03 at 12:08
Mini-Geek is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Riesel base 16 - team drive #2 gd_barnes Conjectures 'R Us 213 2014-02-26 09:35
Sierp base 63 - team drive #5 rogue Conjectures 'R Us 146 2011-04-20 05:12
Sieving drive Riesel base 6 n=1M-2M gd_barnes Conjectures 'R Us 40 2011-01-22 08:10
Sieving drive Riesel base 6 n=150K-1M gd_barnes Conjectures 'R Us 27 2009-10-08 21:49
Riesel base 3 - mini-drive I gd_barnes Conjectures 'R Us 199 2009-09-30 18:44

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


Tue Jul 27 10:01:57 UTC 2021 up 4 days, 4:30, 0 users, load averages: 1.78, 1.88, 1.90

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.