mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2011-04-23, 09:56   #1068
biwema
 
biwema's Avatar
 
Mar 2004

17D16 Posts
Default

Sometimes, when I like to play around with primo, I download some PRP from the factoring DB, certificate them and upload the certificate back to the DB.

Normally that works quite fine, but now I have 2 primes, where the certificate just disappears. There is no message that they are rejected. The DB seems not start checking the certificate and the candidates remain PRP. I verified the certificate with PRIMO, so the candidates are indeed prime. Even if I put both into a zip and upload it, it recognizes the 2 certificates but is not processing them.

Does anyone have an idea, what the problem could be?

The candidates are about 1200 digits:
2^3982-245
2^3990-335

attachment: 2 certificates in a zip file.
you can delete that attachment after the problem is solved to save storage of the forum.
Attached Files
File Type: zip unaccepted.zip (169.5 KB, 85 views)
biwema is offline   Reply With Quote
Old 2011-04-23, 12:02   #1069
mataje
 
mataje's Avatar
 
Jan 2009
Bilbao, Spain

4338 Posts
Default

This problem was reported one month ago and is not resolved.
Possible bug with 2^a-b numbers?
mataje is offline   Reply With Quote
Old 2011-04-30, 17:14   #1070
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

3·5·41 Posts
Default

http://factordb.com/index.php?id=1100000000217043259
lorgix is offline   Reply With Quote
Old 2011-04-30, 18:16   #1071
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

29·41 Posts
Default

Quote:
Originally Posted by lorgix View Post
http://factordb.com/index.php?id=1210004
smh is offline   Reply With Quote
Old 2011-05-02, 04:41   #1072
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

1001001111102 Posts
Default

Is there a page size limit for Report Results > Report Factors? Or a long delay on large background loads?

I'm trying to synchronize my oddperfect database with factordb. The easy thing was to make some long lists of the form (p^q-1)/(p-1)=factor, paste the lists into the Report Factors page, and click report. Two of the files were over 50,000 lines, so I clicked background submit. For a while the status page under Insert Queue showed Entried Queued 2, but it has been zero for over an hour now. However, one of my test cases hasn't showed up yet.

I thought it might be a problem with a extra carriage return at the end of the file. I've noticed that on the Search Page > Report Factors, a blank line at the end results in all the lines being ignored. So I tried resubmitting, being sure there was not a blank line at the end. But the test case is still not showing up. I'm leaning towards a belief the batch is too large - perhaps an IIS limit - but thought I'd ask before hitting the server with more batches experimenting.

William
wblipp is offline   Reply With Quote
Old 2011-05-03, 05:27   #1073
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

2·7·132 Posts
Default

My insert problem turned out to be user error. My input expressions were not properly formed.
wblipp is offline   Reply With Quote
Old 2011-05-12, 18:16   #1074
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

3×5×41 Posts
Default

I'd like to see a "perfect power"-checkbox under "More options".

Btw, what is the forum policy on not making any sense?
lorgix is offline   Reply With Quote
Old 2011-05-12, 18:35   #1075
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

1078510 Posts
Default

Quote:
Originally Posted by lorgix View Post
Btw, what is the forum policy on not making any sense?
Making sense is desirable but optional.

We've a special garbage bin for senseless but otherwise harmless posts.

Paul
xilman is offline   Reply With Quote
Old 2011-05-19, 10:19   #1076
Andi_HB
 
Andi_HB's Avatar
 
Mar 2007
Germany

23×3×11 Posts
Default

If i try to report the next factor for aliquot sequence 250452 the database do not accept the factors.

Here is the result from the c111 with factmsieve.py
Code:
Number: c111
N = 181272454297185328744176839073013972753352282510242039389277374656818709145367785491059261782463082094040240919 (111 digits)
Divisors found:
r1=783497871215194504982057381466887344689071618501303933 (pp54)
r2=231363046355230329033813358171851544135597604061709764643 (pp57)
Version: Msieve v. 1.48
Total time: 11.97 hours.
Factorization parameters were as follows:
n: 181272454297185328744176839073013972753352282510242039389277374656818709145367785491059261782463082094040240919
Y0: -1662360288660249639672
Y1: 446812354453
c0: -3995141492262010049450365
c1: 2032485866657225489791
c2: 1418328127953627500
c3: 104427956031276
c4: -2712208580
c5: 14280
skew: 21101.48  
type: gnfs
Factor base limits: 3200000/3200000
Large primes per side: 3
Large prime bits: 27/27
Sieved algebraic special-q in [0, 0)
Total raw relations: 8255754
Relations: 547786 relations
Pruned matrix : 333627 x 333854
Polynomial selection time: 0.00 hours.
Total sieving time: 11.49 hours.
Total relation processing time: 0.09 hours.
Matrix solve time: 0.25 hours.
time per square root: 0.13 hours.
Prototype def-par.txt line would be: gnfs,110,5,61,2000,0.00015,0.3,250,15,50000,2400,3200000,3200000,27,27,50,50,2.6,2.6,100000
total time: 11.97 hours.
x86 Family 6 Model 23 Stepping 6, GenuineIntel
Windows-Vista-6.0.6002-SP2
processors: 2, speed: 2.09GHz
The Database tell me that the factor do not divide the c111!?
Attached Thumbnails
Click image for larger version

Name:	does_not_divide.JPG
Views:	109
Size:	44.5 KB
ID:	6614  
Andi_HB is offline   Reply With Quote
Old 2011-05-19, 13:01   #1077
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

E616 Posts
Default

Quote:
Originally Posted by Andi_HB View Post
If i try to report the next factor for aliquot sequence 250452 the database do not accept the factors.

Here is the result from the c111 with factmsieve.py
Code:
Number: c111
N = 181272454297185328744176839073013972753352282510242039389277374656818709145367785491059261782463082094040240919 (111 digits)
Divisors found:
r1=783497871215194504982057381466887344689071618501303933 (pp54)
r2=231363046355230329033813358171851544135597604061709764643 (pp57)
Version: Msieve v. 1.48
Total time: 11.97 hours.
Factorization parameters were as follows:
n: 181272454297185328744176839073013972753352282510242039389277374656818709145367785491059261782463082094040240919
Y0: -1662360288660249639672
Y1: 446812354453
c0: -3995141492262010049450365
c1: 2032485866657225489791
c2: 1418328127953627500
c3: 104427956031276
c4: -2712208580
c5: 14280
skew: 21101.48  
type: gnfs
Factor base limits: 3200000/3200000
Large primes per side: 3
Large prime bits: 27/27
Sieved algebraic special-q in [0, 0)
Total raw relations: 8255754
Relations: 547786 relations
Pruned matrix : 333627 x 333854
Polynomial selection time: 0.00 hours.
Total sieving time: 11.49 hours.
Total relation processing time: 0.09 hours.
Matrix solve time: 0.25 hours.
time per square root: 0.13 hours.
Prototype def-par.txt line would be: gnfs,110,5,61,2000,0.00015,0.3,250,15,50000,2400,3200000,3200000,27,27,50,50,2.6,2.6,100000
total time: 11.97 hours.
x86 Family 6 Model 23 Stepping 6, GenuineIntel
Windows-Vista-6.0.6002-SP2
processors: 2, speed: 2.09GHz
The Database tell me that the factor do not divide the c111!?
Something went wrong while copying the files to the server. I'm on it!
Syd is offline   Reply With Quote
Old 2011-05-20, 15:57   #1078
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

2·7·132 Posts
Default

How can I check a few hundred numbers to learn if factordb has a full factorization? If they are dense in a parametric form, the Factor Tables form is exactly what I want - especially with the "text" and "text, compact" outputs. But if the the numbers are heterogeneous in form, I haven't found anything better than repetitive cut and paste to the Search form. I guess I could write a python script to automate that - are there any better approaches?

William
wblipp is offline   Reply With Quote
Reply

Thread Tools


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 06:20.


Fri Aug 6 06:20:29 UTC 2021 up 14 days, 49 mins, 1 user, load averages: 3.55, 2.92, 2.83

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.