-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Factor Number too large? #40
Comments
The number is listed as CF, which means it has a composite. The last C number still needs factored. I have run ECM on it and obtained one more factor (submitted), but there is still a C120 that remains. I'm afraid I do not have a CPU open for factoring this (i7 with 8 cores, would expect it to take about 24-36 hours). If you have a good system available, I would use this command to force the composite into NFS, since I've already confirmed ECM won't get any more factors (shave a few hours off your work).
Change the number of threads accordingly of course. You will get an ETA eventually out of it once it has finished the polynomial selection (ton of numbers scrolling by rapidly), and done a few algebraic sieving rounds. Do not believe the first ETA you see, it will be astronomical; let it get another round and only believe the next ETA that should be a bit more reasonable. |
I had the same issue..... I factored the last big number with this command: "msieve152 -v 1570095799816283656164654922360674046933831856109324388693746179575598389274151985006233276325444708021896561536837257" It took 5 days with an i7 machine. I posted the results to factordb. I had successfully recovering the files (.ccc) !!! Awsome!!! |
I pulled this as the key:
8811106517749122387396306544400207294871116053309887778576518664178301264939320656920208097906596791502301012940291279838618778984913079372866311136903184
Which factors out at 2 · 2 · 2 · 2 · 23 · 457 · 463 · 2729 · 23764707731 · 1744815170161051248900308994924756256109406768546917854295618000464153623295035355691181383026704200051673336306676896452424627447107
The last number is too large, and I get the error "Factor no9 too large!."
Is there a workaround? Thankfully the number was on FactorDB so I didn't have to factor those manually.
Thanks,
Armedtoe
The text was updated successfully, but these errors were encountered: