mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2011-05-21, 01:49   #1079
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

290810 Posts
Default

Quote:
Originally Posted by cmd View Post
so :

Code:
???? ???? ???? ????

¿¿¿¿ ¿¿¿¿ ¿¿¿¿ ¿¿¿¿

???? ???? ???? ????

¿¿¿¿ ¿¿¿¿ ¿¿¿¿ ¿¿¿¿

???? ???? ???? ????
Can someone please stop this guy from spamming this thread!

He got his own thread to post such things.

Thanks.
kar_bon is offline   Reply With Quote
Old 2011-05-21, 07:26   #1080
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

100101001012 Posts
Default

Quote:
Originally Posted by kar_bon View Post
Can someone please stop this guy from spamming this thread!

He got his own thread to post such things.

Thanks.
I deleted many of his posts in this thread. Didn't check if any of them was useful (which i doubt).

I'll propose a ban if he continues.
smh is offline   Reply With Quote
Old 2011-05-21, 15:48   #1081
bchaffin
 
Sep 2010
Portland, OR

22×3×31 Posts
Default

Has something changed in the format expected by the DB when submitting factors? As of 3-4 days ago, I could submit a factorization from the command line using a command like this:
Code:
wget http://factordb.com/report.php --post-data="report=true&msub=13190789828154072917143593725962464892772345908077188923589296347603204686539531 = 51467689791946698239 * 256292634883683371484524861104319590830984670961919826205429"
But now that doesn't seem to work -- when I query the composite it still shows up as unfactored. If I report the factors manually through the web page, it does work, although I get a strange-looking message like:

Code:
51467689791946698239: factor already known
51467689791946698239: new factor
Is anyone else having this problem? Am I using the wrong wget command to submit?
bchaffin is offline   Reply With Quote
Old 2011-05-21, 17:27   #1082
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2·5·23 Posts
Default

Quote:
Originally Posted by bchaffin View Post
Is anyone else having this problem? Am I using the wrong wget command to submit?
I did a few small changes to the submit form, i think only the variable name changed. But keep your script, I'll make both variables work. Easier this way.

Quote:
How can I check a few hundred numbers to learn if factordb has a full factorization?
At the moment there is no way to do this with one request.
Syd is offline   Reply With Quote
Old 2011-05-21, 21:08   #1083
bchaffin
 
Sep 2010
Portland, OR

37210 Posts
Default

Quote:
Originally Posted by Syd View Post
I did a few small changes to the submit form, i think only the variable name changed. But keep your script, I'll make both variables work. Easier this way.
Thanks Syd, that was fast -- it's working now.
bchaffin is offline   Reply With Quote
Old 2011-05-22, 07:37   #1084
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2×5×23 Posts
Default

I changed a few more things, thats:
-the input parser. It may give some error messages, I'm working on it
-ecm/p+1/p-1-results are now also saved. Just copy the whole gmp-ecm output inside the results box
-someone used to flood and fill the database with random numbers, so I put some limits per IP in there. Tell me if they are too low!
-added a little tool to calculate ecm group orders
(http://factordb.com/groupcalc.php)

I hope everything is working!

Now I'm going to prp-test all numbers up to at least 10k digits. This will take some time.
Syd is offline   Reply With Quote
Old 2011-05-22, 11:15   #1085
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

11478 Posts
Default

Quote:
Originally Posted by Syd View Post
I changed a few more things, thats:
-the input parser. It may give some error messages, I'm working on it
-ecm/p+1/p-1-results are now also saved. Just copy the whole gmp-ecm output inside the results box
-someone used to flood and fill the database with random numbers, so I put some limits per IP in there. Tell me if they are too low!
-added a little tool to calculate ecm group orders
(http://factordb.com/groupcalc.php)

I hope everything is working!

Now I'm going to prp-test all numbers up to at least 10k digits. This will take some time.
I reached the hourly limit on CPU-time in 58 minutes.
lorgix is offline   Reply With Quote
Old 2011-05-22, 13:09   #1086
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

23·11·73 Posts
Default

I used to be able to submit things like

Code:
271427466523206484847994068911650639605211252676780737908688140410714736524641091422630657735093035601853065255927575880416555215109540024045933346045786966=2*3^2*7*37*168148369*3203229620049913*1360431734531670131847561541955682301592960850611*79455513541390151139958754790541060250889700879428962184770179563141553469758579
418843675097827265722980539527791853106180383815497669797039425714247050685769210356616440350089340212315250921632616394203641575784352554580820377145329834=2*3^2*7*43*857*210643*908419*3039056421010273*155117263844215027452110925603234757817465496458519899734548941351870914781082539019827558204805397920484658160909905437649
643657055044722845453318200858189786179249238618662777304007190201623142612757306498360771216457869756045243113995195885302297974328444182051312004489742166=2*3^3*7*101*857*1193*1801*1692221*5410648256741139118184621944921333176675429270768776125309616588165637564050976395580889554876497334385323055655980821367054780283818207
to the report-factors box, to report an extension of an aliquot sequence. This no longer works - I get an error message 'factor already known', but the sequence does not extend.
fivemack is offline   Reply With Quote
Old 2011-05-22, 17:44   #1087
RobertS
 
RobertS's Avatar
 
Aug 2009
somewhere

197 Posts
Default

The "elf-file" format ("index . composite = factor*factor...") is not accepted anymore!?
So the command "aliqueit -s " does not work for me.
Index and composite merge to one number and so just reporting some (already known) factors and there is no extension of sequences!?

Last fiddled with by RobertS on 2011-05-22 at 17:55
RobertS is offline   Reply With Quote
Old 2011-05-22, 19:30   #1088
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

46628 Posts
Default

Quote:
Originally Posted by RobertS View Post
The "elf-file" format ("index . composite = factor*factor...") is not accepted anymore!?
*gulp*
If that's intended, this might make me (and probably others who don'tg want to enter factor by factor manually) quit the aliquot project.
Andi47 is offline   Reply With Quote
Old 2011-05-22, 20:22   #1089
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2×5×23 Posts
Default

Quote:
Originally Posted by lorgix View Post
I reached the hourly limit on CPU-time in 58 minutes.
No problem, I increased this limit.

Quote:
Originally Posted by fivemack View Post
I used to be able to submit things like
to the report-factors box, to report an extension of an aliquot sequence. This no longer works - I get an error message 'factor already known', but the sequence does not extend.
Quote:
Originally Posted by RobertS View Post
The "elf-file" format ("index . composite = factor*factor...") is not accepted anymore!?
So the command "aliqueit -s " does not work for me.
Index and composite merge to one number and so just reporting some (already known) factors and there is no extension of sequences!?
This was a bug within the new parser. I think I found the bug now, just the output is still a little bit messy.

Quote:
*gulp*
If that's intended, this might make me (and probably others who don'tg want to enter factor by factor manually) quit the aliquot project.
No, it was not intended!!

Last fiddled with by Syd on 2011-05-22 at 20:23
Syd 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:28 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.