mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2015-07-03, 17:20   #1541
chris2be8
 
chris2be8's Avatar
 
Sep 2009

2·1,039 Posts
Default

Is anyone running yafu.pl to factor small composites in factordb? I'm running similar scripts (changed to do ECM and poly selection with my GPU, the rest on other systems), but I'm slowly losing ground as new composites are entered faster than I can factor them (I'm only using a couple of systems too slow for more serious work).

Chris
chris2be8 is offline   Reply With Quote
Old 2015-07-04, 09:24   #1542
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by chris2be8 View Post
Is anyone running yafu.pl to factor small composites in factordb? I'm running similar scripts (changed to do ECM and poly selection with my GPU, the rest on other systems), but I'm slowly losing ground as new composites are entered faster than I can factor them (I'm only using a couple of systems too slow for more serious work).

Chris
I'm running my Perl script when my machine is idle, I've cleared >35000 composites since April 16th. Not run it since July 1st though.
Antonio is offline   Reply With Quote
Old 2015-07-05, 05:04   #1543
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by Antonio View Post
I'm running my Perl script when my machine is idle, I've cleared >35000 composites since April 16th. Not run it since July 1st though.
OK, cleared 2600 small (C70 to C91) composites overnight.
Antonio is offline   Reply With Quote
Old 2015-07-05, 15:41   #1544
chris2be8
 
chris2be8's Avatar
 
Sep 2009

40368 Posts
Default

Thanks.

Chris
chris2be8 is offline   Reply With Quote
Old 2015-07-05, 21:39   #1545
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

10000100112 Posts
Default

Quote:
Originally Posted by chris2be8 View Post
Thanks.

Chris
No problem, cleared another 2100 today between other jobs.
Will leave it running overnight now I've finished working on my machine for the day
Antonio is offline   Reply With Quote
Old 2017-02-15, 10:42   #1546
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

22×7×53 Posts
Default

5 years old post:
Quote:
Originally Posted by R. Gerbicz View Post
Now there is more than 19000 numbers in the db for that 10 Miller-Rabin tests fails (with gmp-5.0.1), the previous count was approx. 1500. See http://factordb.com/prooffailed.php

Now a new world record (in this gmp version): for n=5376825678759197295101416291 I have found that 17 Miller Rabin tests fails!
A new record with some luck for
n=1396981702787004809899378463251
21 Miller-Rabin tests fails (on gmp-6.1.1, but it should be the same on not very-very old gmp versions also). More large orders at: http://factordb.com/prooffailed.php .
R. Gerbicz is offline   Reply With Quote
Old 2017-02-15, 11:21   #1547
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

373910 Posts
Default

Quote:
Originally Posted by R. Gerbicz View Post
5 years old post:


A new record with some luck for
n=1396981702787004809899378463251
21 Miller-Rabin tests fails (on gmp-6.1.1, but it should be the same on not very-very old gmp versions also). More large orders at: http://factordb.com/prooffailed.php .
All the more reason for GMP to include a Lucas sequence type test?
paulunderwood is offline   Reply With Quote
Old 2017-02-15, 16:59   #1548
chris2be8
 
chris2be8's Avatar
 
Sep 2009

2×1,039 Posts
Default

That explains why the following code from factMsieve.pl said a lot of small numbers in factordb are prime when they are really composite.
Code:
if (eval('use GMP::Mpz;1;')) {
  *probab_prime_p = sub {
    GMP::Mpz::probab_prime_p("$_[0]", $_[1]);  #convert Math::BigInt to scalar
  };
}
I had to comment out that check to get my version of it to factor them. Now I'm relying on ECPP which seems to work OK.

Chris
chris2be8 is offline   Reply With Quote
Old 2017-02-16, 08:40   #1549
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

35·13 Posts
Default

Quote:
Originally Posted by R. Gerbicz View Post
A new record with some luck for
n=1396981702787004809899378463251
21 Miller-Rabin tests fails (on gmp-6.1.1, but it should be the same on not very-very old gmp versions also). More large orders at: http://factordb.com/prooffailed.php .
Also 21 tests on MPIR 2.7.2 and GMP 6.1.2

Last fiddled with by ATH on 2017-02-16 at 08:41
ATH is online now   Reply With Quote
Old 2017-02-16, 09:44   #1550
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

61278 Posts
Default

Testing for fun which bases n=1396981702787004809899378463251 fails for:

Between bases 2 and 1000: 265 of them fails. Base 2 actually does not fail, so GMP does not use base 2 apparantly.

These bases<1000 shows n as PRP:
Code:
3 9 16 17 19 20 22 25 27 31 41 43 46 48 51 53 56 57 58 60 61 66 70 75 77 81 83 93 101 103 104 113 118 123 129 130 138 139 143 144 153 157 159 161 163 168 171 174 180 183 188 193 196 198 203 210 225 227 229 231 235 239 243 245 249 254 256 262 268 271 272 277 279 281 289 292 296 299 302 303 304 309 312 316 317 320 323 334 335 339 340 347 352 354 361 362 364 365 369 370 373 374 377 380 382 387 388 390 395 398 400 407 413 414 417 418 421 425 428 429 431 432 433 440 446 455 459 461 463 466 471 475 477 483 484 485 487 489 491 496 499 500 502 504 509 513 522 523 527 535 540 547 548 549 550 557 564 568 577 579 588 589 594 596 601 605 609 620 622 625 630 656 658 674 675 676 681 682 685 686 687 688 693 697 698 705 710 712 716 717 719 727 729 731 734 735 736 745 747 751 757 762 767 768 775 778 779 781 782 786 787 797 802 804 809 813 816 817 820 821 831 837 843 845 848 851 859 860 867 872 874 876 886 888 889 890 895 896 897 898 901 902 906 909 912 914 917 920 927 928 936 938 941 946 947 948 951 952 960 961 969 976 979 983 986
2-10000: 2559 bases fails

2-100000: 25017 bases fails

Last fiddled with by ATH on 2017-02-16 at 09:45
ATH is online now   Reply With Quote
Old 2017-02-16, 09:57   #1551
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23×3×5×72 Posts
Default

Quote:
Originally Posted by ATH View Post
Testing for fun which bases n=1396981702787004809899378463251 fails for:

Between bases 2 and 1000: 265 of them fails. Base 2 actually does not fail, so GMP does not use base 2 apparantly.

These bases<1000 shows n as PRP:
Code:
3 9 16 17 19 20 22 25 27 31 41 43 46 48 51 53 56 57 58 60 61 66 70 75 77 81 83 93 101 103 104 113 118 123 129 130 138 139 143 144 153 157 159 161 163 168 171 174 180 183 188 193 196 198 203 210 225 227 229 231 235 239 243 245 249 254 256 262 268 271 272 277 279 281 289 292 296 299 302 303 304 309 312 316 317 320 323 334 335 339 340 347 352 354 361 362 364 365 369 370 373 374 377 380 382 387 388 390 395 398 400 407 413 414 417 418 421 425 428 429 431 432 433 440 446 455 459 461 463 466 471 475 477 483 484 485 487 489 491 496 499 500 502 504 509 513 522 523 527 535 540 547 548 549 550 557 564 568 577 579 588 589 594 596 601 605 609 620 622 625 630 656 658 674 675 676 681 682 685 686 687 688 693 697 698 705 710 712 716 717 719 727 729 731 734 735 736 745 747 751 757 762 767 768 775 778 779 781 782 786 787 797 802 804 809 813 816 817 820 821 831 837 843 845 848 851 859 860 867 872 874 876 886 888 889 890 895 896 897 898 901 902 906 909 912 914 917 920 927 928 936 938 941 946 947 948 951 952 960 961 969 976 979 983 986
2-10000: 2559 bases fails

2-100000: 25017 bases fails
How many do average numbers fail?
henryzz is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Database for k-b-b's: 3.14159 Miscellaneous Math 325 2016-04-09 17:45
Factoring database issues Mini-Geek Factoring 5 2009-07-01 11:51
database.zip HiddenWarrior Data 1 2004-03-29 03:53
Database layout Prime95 PrimeNet 1 2003-01-18 00:49
Is there a performance database? Joe O Lounge 35 2002-09-06 20:19

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


Sat Jul 17 12:01:40 UTC 2021 up 50 days, 9:48, 1 user, load averages: 1.24, 1.32, 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.