mersenneforum.org  

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

Reply
 
Thread Tools
Old 2007-12-05, 05:15   #12
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13·89 Posts
Default

Quote:
Originally Posted by jasong View Post
Um, Geoff, there's more than one one sieving effort that's been going on at PrimeGrid. Actually, over it's short life, there have been three separate sieving projects for three separate objectives, (1) Cullen/Woodall sieving, which uses gcwsieve, which is the best method, at least for the lower p-values (and this is the project I'm talking about),(2) twin prime search, which involves n=333,333 at the moment, and involved n=195,000 in the past, and (3) what you're involved in, which is the Sierpinski sieve, which helps both the Prime Sierpinski project and the Seventeen or Bust project which have some overlapping and nonoverlapping k's in their initiatives.
I am not sieving for PSP on PrimeGrid. I am talking about sieving for Cullen/Woodall primes using gcwsieve. gcwsieve is running on my Celeron at 46,000 p/sec for 58,000 Cullen and Woodall numbers. Unless NewPGen has added new capabilities since I last used it, it is the wrong tool for this job.

If it does somehow work out to be worthwhile doing more trial factoring on an individual Cullen/Woodall candidate, that that will just show that sieving was stopped too soon. P-1 or ECM factoring is a different matter, it may well be worthwhile doing P-1 or ECM factoring before LLR testing.
geoff is offline   Reply With Quote
Old 2007-12-05, 19:52   #13
popandbob
 
May 2007

11 Posts
Default

If you want to be accurate the range in P-1 testing was done up to 2^44.7

Also P-1 factoring is a great way to go as im currently finding a factor every 45444 seconds using Pfactor=. 2 LLR tests on my computer take approx. 86400 seconds so Im getting excellent results.

~BoB
popandbob is offline   Reply With Quote
Old 2007-12-06, 03:38   #14
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3×7×167 Posts
Default

Mea maxima culpa. Pride goeth before a fall(my pride, my fall) and all that stuff.
jasong is offline   Reply With Quote
Old 2007-12-07, 22:20   #15
Citrix
 
Citrix's Avatar
 
Jun 2003

2×7×113 Posts
Default

Quote:
Originally Posted by geoff View Post
That is 90sec for one number? You are using NewPGen with a one-line input file?

My 2.88GHz Celeron is sieving about 58,000 numbers for PrimeGrid at the rate of about 46,000 p/sec. That is equivilent to 240G for one number in 90 sec. Unless your machine is 24 times slower than mine, you are wasting your time.
Just to clarify, if you are using newpgen to sieve a single number of the form k*2^n+1, then there are 2 different algorithms the program can use. The one used for fixed n is really fast, whereas the one used for fixed k will be slow. So you have to adjust the header line to make sure it is 'fixed n' not fixed k.

Citrix is offline   Reply With Quote
Old 2007-12-09, 01:26   #16
popandbob
 
May 2007

11 Posts
Default

If you really want to do a proper test then you would need to do the following...

1)create a text file

2)put this as the first line 0:M:0:2:1 (first zero being sieve start point and M meaning minus for woodall units... use p for cullen)

3)put all the n and k values in separated by a space

it should look something like this:

179044366:M:0:2:1
3850248 3850248
3850249 3850249
... ect

Make sure the cullen and woodall are separated though.


edit the first number on the first line to be the sieve start point then set your max P value in newpgen and run....


This would be the only proper way to compare newpgen and gcwsieve.

Also this method is a lot more work for users in the end because they need to edit the first number before every sieve!

~BoB


I personally think there will be little difference but you never know...

Last fiddled with by popandbob on 2007-12-09 at 01:26
popandbob is offline   Reply With Quote
Old 2007-12-09, 04:15   #17
popandbob
 
May 2007

11 Posts
Default

I have just done the conversion and I will be running some tests momentarily...

~BoB
popandbob is offline   Reply With Quote
Old 2007-12-09, 04:33   #18
popandbob
 
May 2007

1110 Posts
Default

I am having a strange problem... it is not finding the factors it should... (Im using the test available with gcwsieve's source code)
popandbob is offline   Reply With Quote
Old 2007-12-09, 05:27   #19
popandbob
 
May 2007

11 Posts
Default

Quote:
Originally Posted by popandbob View Post
I am having a strange problem... it is not finding the factors it should... (Im using the test available with gcwsieve's source code)

Guess I should open my eyes every once in a while... (fixed k or n only!)

Doh!
popandbob is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
NewPgen Cybertronic Factoring 0 2014-03-22 10:07
Does NewPGen have a bug? MooooMoo Riesel Prime Search 16 2008-12-11 11:46
NewPGen reliability Cruelty Riesel Prime Search 3 2006-02-15 05:15
NewPGen header. Flatlander 15k Search 1 2005-10-28 01:01
Sieving with NewPGen Cruelty 15k Search 41 2005-10-27 10:28

All times are UTC. The time now is 13:30.


Mon Aug 2 13:30:49 UTC 2021 up 10 days, 7:59, 0 users, load averages: 2.03, 1.98, 1.98

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.