mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2008-12-29, 11:13   #67
10metreh
 
10metreh's Avatar
 
Nov 2008

1001000100102 Posts
Default

Someone (CRGreathouse, was it you?) has finished the range 10^100+x,1,100, so I will soon start the 10^100-x,1,100 range. Nice new database layout!

Syd, what processors do your workers have? For some processors, yafu is faster at sieving.

Last fiddled with by 10metreh on 2008-12-29 at 11:22
10metreh is offline   Reply With Quote
Old 2008-12-29, 13:37   #68
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

E616 Posts
Default

Quote:
Originally Posted by 10metreh View Post
Nice new database layout!

Syd, what processors do your workers have? For some processors, yafu is faster at sieving.
Thank you But its still far away from being done. The "workers" are all running on my Q6700 + one on the server
Syd is offline   Reply With Quote
Old 2008-12-29, 13:40   #69
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Quote:
Originally Posted by Syd View Post
Thank you But its still far away from being done. The "workers" are all running on my Q6700 + one on the server
I think yafu is faster for that processor.
10metreh is offline   Reply With Quote
Old 2009-01-03, 10:18   #70
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23×3×5×72 Posts
Default

is there a page that tells us what the workers are doing
henryzz is offline   Reply With Quote
Old 2009-01-05, 22:18   #71
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

E616 Posts
Default

Next update, now it does *some* algebraic factorizations,


Quote:
How much are you doing on near-Cunningham numbers (numbers of the form http://mersenneforum.org/cgi-bin/mim...?a%5Eb%20+%20c, http://mersenneforum.org/cgi-bin/mimetex.cgi?c small)?
Added them, a<1000, b<130, c<8, maybe more later.

Quote:
P.S. It would be nice if we could add algebraic factors at least manually. Example 12^190+11^190
Report factor(s): ...and we enter... 12^38+11^38
(which is itself composite, but please evaluate it behind the scenes, look it up in the database and apply all found factors recursively, right? Just my 2 cents)
Now you can add them manually. However, i'm working on adding them automatically, which is much harder than i expected.
The factors are applied automatically

Quote:
there are big tables of factors available for inhalation at http://home.att.net/~blair.kelly/mat.../fibonacci.txt and http://home.att.net/~blair.kelly/mat...acci/lucas.txt.
Inhaled

Quote:
I did one at a time, but when I click on "Report" it just brings me back to the same page with no message about if the factor was successfully save or not. If I try to search again the new factors are not showing up.

So did this fail, or do you have some sort of process to verify the factors and they will appear at some later date?
The import failed, this was due to a bug in GCD/preprocessing of factors, under certain conditions it dropped some factors. I hope i fixed that one ..

Quote:
is there a page that tells us what the workers are doing
No, not yet

Hope you all started well into the new year

Syd
Syd is offline   Reply With Quote
Old 2009-01-05, 22:46   #72
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

481510 Posts
Default

I noticed a small glitch following the Fermat factors link
http://factorization.ath.cx/search.p...5Ex%29%2B1%2C1

Also, did you give a look at Kamada's webpages?

http://homepage2.nifty.com/m_kamada/...orizations.htm ?

Luigi
ET_ is offline   Reply With Quote
Old 2009-01-05, 23:10   #73
J.F.
 
J.F.'s Avatar
 
Jun 2008

23·32 Posts
Default

Great work.

Tip/request: Will Edgington has lots of Mersenne factors. I'd really like to see them imported. If it is too much work for you, perhaps I might find some time soon to spam some factors to your server ;).

Q: is there a way for us users to promote PrP factors to Prime? For instance, M31 and M61 are currently marked PrP.

PS: I see that Will hasn't updated his data since 5 oct... hmmm.
J.F. is offline   Reply With Quote
Old 2009-01-06, 09:20   #74
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

588010 Posts
Default

i would suggest using "pfgw -tc" for primality tests
henryzz is offline   Reply With Quote
Old 2009-01-08, 17:50   #75
10metreh
 
10metreh's Avatar
 
Nov 2008

44228 Posts
Default

There is a bug in your multipage code which causes this to happen:

I searched for "2^293-x,1701,2000" for my 2-brilliant search.

A page came up with the results from 1701 to 1801. However, when I click on "Next page", I get the results from 3701 to 3801, not the expected results from 1802 to 1902 or something similar.
10metreh is offline   Reply With Quote
Old 2009-01-13, 15:21   #76
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2·5·23 Posts
Default

Quote:
Originally Posted by ET_ View Post
I noticed a small glitch following the Fermat factors link
http://factorization.ath.cx/search.p...5Ex%29%2B1%2C1
Seems like the debug mode was still active

Quote:
Also, did you give a look at Kamada's webpages?

http://homepage2.nifty.com/m_kamada/...orizations.htm ?
Yep, this is the place where everything started for me I'm currently importing these factors.

Quote:
Tip/request: Will Edgington has lots of Mersenne factors. I'd really like to see them imported. If it is too much work for you, perhaps I might find some time soon to spam some factors to your server ;).
Inhaled them. However, if someone wants to spam some factors to the server, i have no problem with that.

Quote:
Q: is there a way for us users to promote PrP factors to Prime? For instance, M31 and M61 are currently marked PrP.
Now you can. Well there is still a small bug in it, the status will not show up instantly, like when you submit the last factor.
Syd is offline   Reply With Quote
Old 2009-01-13, 17:43   #77
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23·3·5·72 Posts
Default

would it be possible to have the usage table above the list of factor tables
edit: i think that has now been done

Last fiddled with by henryzz on 2009-01-13 at 17:52
henryzz is offline   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:11.


Sat Jul 17 12:11:05 UTC 2021 up 50 days, 9:58, 1 user, load averages: 1.12, 1.44, 1.39

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.