I just wanted to make a quick update on the RSA UFO generation. It's close to being done, but at the tail end, I will make the B1 bound quickly increase (which will mean more CPU and memory usage). Because of the memory usage, I advise you all to put -maxmem <#MB to use> in index.js (ask in IRC for help with this). This prevents your OS from killing the ecm workers due to out of memory conditions.
To tell if it is working, you shouldn't see warnings in the output like "ecm exited with code/signal SIGKILL" or "ecm exited with code/signal 1". If you have set -maxmem and you still see these errors, decrease the value and try again.
Also, to exit gracefully, in a separate console, run "kill -HUP `pidof nodejs`" (or `pidof node`, for OS X / Arch users). This means that the client will stop getting new work from the server, and exit after all existing work is complete and the results are sent back to the server. Another effect is that information about factors found is printed, like you see below.
Also, that's a lot to everyone who has participated so far!
Factors found so far:
r_ufos[0]: [
"343810981150389"
]
r_ufos[1]: [
"115412498689",
"5723658356239",
"883149015851"
]
r_ufos[2]: [
"61",
"72389",
"4990156296342055149130621"
]
r_ufos[3]: [
"27",
"389496311485",
"294124347865623446938813247186352083"
]
r_ufos[4]: [
"1487",
"513185737"
]
r_ufos[5]: [
"2",
"938392049867543128089"
]
r_ufos[6]: [
"2",
"2",
"2",
"2",
"12391943225"
]
r_ufos[7]: [
"2",
"927970989233",
"3709325652813743117",
"63349504689419628697"
]
r_ufos[8]: [
"2",
"2",
"47",
"14247753",
"41774513100113",
"13508957500516480069344262089789438931"
]
r_ufos[9]: [
"2",
"3",
"125240142769",
"4847098997452479264547624149620773122209"
]
r_ufos[10]: [
"2",
"2",
"3",
"57339689668273983034643"
]
r_ufos[11]: [
"2",
"2",
"11",
"4821663504619",
"1467940420233890879",
"1626705360387841829553827447164829"
]
r_ufos[12]: [
"2",
"2",
"954281315724659097444271382229215179801"
]
r_ufos[13]: [
"1175",
"52633631971",
"1162610355722628661",
"169824584474597274047951",
"207324525547502120257409089",
"9762819963164821775930726472633089",
"336634520264174108651877520152312103"
]
r_ufos[14]: [
"81941098523"
]
r_ufos[15]: [
"2",
"2",
"31",
"18536450704392727",
"20153043929894944228905854901600084557"
]
Deactivated UFO candidates: 5, 7, 13. These were deactivated because, after dividing out all found factors, the results were found to be either prime or less than 3456 bits in length.
The thirteen candidates still active have been tested up to B1 bound 19,000,000.