mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > XYYXF Project

Reply
 
Thread Tools
Old 2014-07-11, 17:44   #67
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

143138 Posts
Default

Here is v1.0.3. I fixed a calculation error in the stats that I inadvertently added in the previous build. I also made the following changes:

1) Delete the .ckpt file when done.
2) Write to the output file whenever the .ckpt file is written.
3) Apply factors from xyyxsieve.log to the input file before processing it.

These were designed to make it safer to stop and restart without losing factors.
Attached Files
File Type: zip xyyxsievecl64.zip (50.3 KB, 108 views)
rogue is offline   Reply With Quote
Old 2014-07-12, 20:03   #68
NorbSchneider
 
NorbSchneider's Avatar
 
"Norbert"
Jul 2014
Budapest

1558 Posts
Default

I tested the program with command line:
xyyxsievecl64.exe -v --platform=1 -x4000 -X8020 -y8001 -Y8020 -P100000 -t8 -s2000 -S+ -oxyyx_8020p.out -f1 -F1

When i use -S+ then only the x^y+y^x numbers were sieved,
when -S- then x^y+y^x and x^y-y^x numbers were sieved,
when -Sb then error: Fatal Error: sign must be specified.

In the help file is: -S --sign=+/-/b sign to sieve for

I would like to use xyyxsievecl64.exe for only x^y-y^x numbers sieve.
NorbSchneider is offline   Reply With Quote
Old 2014-07-19, 00:30   #69
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18CB16 Posts
Default

My double-check for all x/y has yielded this:

1467^4076+4076^1467 is 3-PRP!

The range containing this PRP was searched prior to the creation of MultiSieve.

I'm still double-checking the range where both x and y are <= 10000. I'm about 50% complete.
rogue is offline   Reply With Quote
Old 2014-07-19, 00:34   #70
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

Quote:
Originally Posted by NorbSchneider View Post
I tested the program with command line:
xyyxsievecl64.exe -v --platform=1 -x4000 -X8020 -y8001 -Y8020 -P100000 -t8 -s2000 -S+ -oxyyx_8020p.out -f1 -F1

When i use -S+ then only the x^y+y^x numbers were sieved,
when -S- then x^y+y^x and x^y-y^x numbers were sieved,
when -Sb then error: Fatal Error: sign must be specified.

In the help file is: -S --sign=+/-/b sign to sieve for

I would like to use xyyxsievecl64.exe for only x^y-y^x numbers sieve.
Sorry that I missed your post. It is fixed in the attached. BTW you can use scientific notation for most parameters. In other words you can use -P1e5 instead of -P100000.

You're probably just testing, but I recommend using a larger range for y due to optimizations in the code. You might also want to increase -s and decrease -t to improve performance, but I'll leave that for you to figure out what works best on your machine.
Attached Files
File Type: zip xyyxsievecl64.zip (50.4 KB, 109 views)

Last fiddled with by rogue on 2014-07-19 at 00:41
rogue is offline   Reply With Quote
Old 2014-07-21, 12:31   #71
NorbSchneider
 
NorbSchneider's Avatar
 
"Norbert"
Jul 2014
Budapest

109 Posts
Default

Quote:
Originally Posted by rogue View Post
Sorry that I missed your post. It is fixed in the attached. BTW you can use scientific notation for most parameters. In other words you can use -P1e5 instead of -P100000.
Thank You!
It works perfect. I can now sieve only XY+, only XY- PRPs and the two simultaneously.
NorbSchneider is offline   Reply With Quote
Old 2014-07-24, 12:59   #72
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

Quote:
Originally Posted by rogue View Post
My double-check for all x/y has yielded this:

1467^4076+4076^1467 is 3-PRP!

The range containing this PRP was searched prior to the creation of MultiSieve.

I'm still double-checking the range where both x and y are <= 10000. I'm about 50% complete.
I completed a double-check of the range. That was the only missing PRP. I'm continuing to double-check for x and y <= 12500. Unfortunately I didn't sieve as deeply as I would have liked because I took a Windows patch and now none of my OpenCL applications works on it. I have other computers, but most have a slower GPU. The one with the fastest GPU (a Mac) broke earlier this year when I installed Mavericks. I don't know what is going on with that, but I suspect that I need to re-install the OS to fix the problem and since it is my main computer I don't want to take it down for an extended period of time to fix the problem. Eventually I will or I'll talk my wife into an upgrade (of the computer, not her ).
rogue is offline   Reply With Quote
Old 2014-07-27, 21:21   #73
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11×577 Posts
Default

Here are two more PRPS that were missed. These were probably missed due to the bug in MultiSieve.

1490^11487+11487^1490
2239^12462+12462^2239

I've finished the double check where y <= 2500 and x <= 12500. I have a ways to go before finishing the rest of y <= 12500.
rogue is offline   Reply With Quote
Old 2014-07-27, 21:31   #74
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

100101000001012 Posts
Default

Intriguingly, the second one is in factordb since July 11, 2014

P.S. EDIT: And in prptop (Norbert Schneider, 07/2014)

Last fiddled with by Batalov on 2014-07-27 at 21:33
Batalov is offline   Reply With Quote
Old 2014-07-28, 02:18   #75
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

Quote:
Originally Posted by Batalov View Post
Intriguingly, the second one is in factordb since July 11, 2014

P.S. EDIT: And in prptop (Norbert Schneider, 07/2014)
I wonder why they are missing on xyyxf's website.
rogue is offline   Reply With Quote
Old 2014-07-28, 06:22   #76
NorbSchneider
 
NorbSchneider's Avatar
 
"Norbert"
Jul 2014
Budapest

1558 Posts
Default

I'm Norbert Schneider.

On July 26, 2014 have I finished my search in the interval
12,051<=x<=12,500, 2001<=y<=x-1.

My last new PRPs have i sent to Andrey Kulsha, but he has
so far the website not updated.

The last PRPs:
6330^12421+12421^6330, 47218 digits,
4569^12448+12448^4569, 45558 digits,
8602^12451+12451^8602, 48990 digits,
2239^12462+12462^2239, 41749 digits.
NorbSchneider is offline   Reply With Quote
Old 2014-08-01, 23:11   #77
XYYXF
 
XYYXF's Avatar
 
Jan 2005
Minsk, Belarus

24·52 Posts
Default

Quote:
Originally Posted by NorbSchneider View Post
but he has so far the website not updated.
I'm waiting for two C168 GNFS tasks, just a few days :)
XYYXF is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Leyland Primes: ECPP proofs Batalov XYYXF Project 17 2021-07-12 20:05
Mersenne Primes p which are in a set of twin primes is finite? carpetpool Miscellaneous Math 3 2017-08-10 13:47
Distribution of Mersenne primes before and after couples of primes found emily Math 34 2017-07-16 18:44
On Leyland Primes davar55 Puzzles 9 2016-03-15 20:55
possible primes (real primes & poss.prime products) troels munkner Miscellaneous Math 4 2006-06-02 08:35

All times are UTC. The time now is 04:15.


Sat Jul 17 04:15:47 UTC 2021 up 50 days, 2:03, 1 user, load averages: 2.48, 2.61, 2.29

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.