mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Msieve

Reply
 
Thread Tools
Old 2016-01-02, 11:25   #67
darkskysofrenia
 
Jan 2016

2×5 Posts
Default

hello,

i factor keys for a friend and i'm surprised, my computer factor the first one ( 154 integers digits ) in 58seconds, my friend send me another one ( always 154 interger digits ) and the same computer( dual Xeon X5670 --> 12cores/24Threads@3.06Ghz ) is working on it scince 3 days ...

I thought that what is making the difficulty/time to compute was the number of digits, could you explain me what's make the difficulty , how to estimate the time needed, etc ...

is there a way to estimate the time remaring on factmsieve.py in verbose mode actualy lines are 3 sequences of digits like 8520 5464315465 324684635164, i see the first series goes 12 by 12 , the next one should be 8532 XXXXXXX XXXXXXXXXXXX

thanks for help
darkskysofrenia is offline   Reply With Quote
Old 2016-01-02, 16:54   #68
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

33518 Posts
Default

Quote:
Originally Posted by dearnizam View Post
Hi Jux,

Thanks alot for help and your factor number has helped me to recover my files of D drive and when i tried to recover files of C drive this is coming with different public key.

Im trying to get factor for this.

Im very much thankfull to Wombatman,Jux and all the members of this group.

Regards
Nizamuddin
Glad to hear it's working! If you run into more issues, don't hesitate to ask!
wombatman is offline   Reply With Quote
Old 2016-01-02, 16:55   #69
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

29×61 Posts
Default

This one: http://www.factordb.com/index.php?id...00000811949725

is now fully factored. I forget who it belonged to.
wombatman is offline   Reply With Quote
Old 2016-01-02, 16:56   #70
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

29·61 Posts
Default

Quote:
Originally Posted by darkskysofrenia View Post
hello,

i factor keys for a friend and i'm surprised, my computer factor the first one ( 154 integers digits ) in 58seconds, my friend send me another one ( always 154 interger digits ) and the same computer( dual Xeon X5670 --> 12cores/24Threads@3.06Ghz ) is working on it scince 3 days ...

I thought that what is making the difficulty/time to compute was the number of digits, could you explain me what's make the difficulty , how to estimate the time needed, etc ...

is there a way to estimate the time remaring on factmsieve.py in verbose mode actualy lines are 3 sequences of digits like 8520 5464315465 324684635164, i see the first series goes 12 by 12 , the next one should be 8532 XXXXXXX XXXXXXXXXXXX

thanks for help
The rule of thumb I know of is every 5 digit increase in the length of the composite (assuming it's only got 2 factors) roughly doubles the time to factor it.

For factmsieve.py, which step are you on? It seems like it is the polynomial selection step. If you have a CUDA-capable graphics card (Nvidia), that will vastly speed that part up.

Last fiddled with by wombatman on 2016-01-02 at 16:57
wombatman is offline   Reply With Quote
Old 2016-01-02, 17:35   #71
chris2be8
 
chris2be8's Avatar
 
Sep 2009

2·1,039 Posts
Default

Quote:
Originally Posted by darkskysofrenia View Post
hello,

i factor keys for a friend and i'm surprised, my computer factor the first one ( 154 integers digits ) in 58seconds, my friend send me another one ( always 154 interger digits ) and the same computer( dual Xeon X5670 --> 12cores/24Threads@3.06Ghz ) is working on it scince 3 days ...
It would help if you told us what the two numbers are. But my best guess is that the first number had several small factors and one large one. The small factors were quickly found by ECM, which was lucky. The second number presumably has two large factors, which yafu is now using gnfs on. It should succeed but will take several more days.

Chris
chris2be8 is offline   Reply With Quote
Old 2016-01-02, 17:36   #72
VictordeHolland
 
VictordeHolland's Avatar
 
"Victor de Hollander"
Aug 2011
the Netherlands

23·3·72 Posts
Default

Quote:
Originally Posted by darkskysofrenia View Post
hello,

i factor keys for a friend and i'm surprised, my computer factor the first one ( 154 integers digits ) in 58seconds, my friend send me another one ( always 154 interger digits ) and the same computer( dual Xeon X5670 --> 12cores/24Threads@3.06Ghz ) is working on it scince 3 days ...
The first one you factored probably had a lot of small factors, which were found with ECM. The second one probably has no or little small factors and the (larger) remaining composite has to be factored by GNFS.

One of the weaknesses of Teslacrypt is the useage of these easily factorable composites.
VictordeHolland is offline   Reply With Quote
Old 2016-01-02, 18:35   #73
darkskysofrenia
 
Jan 2016

2×5 Posts
Default

Originally Posted by darkskysofrenia View Post
the first one ( easy factored ) was this one :


the second one still running on my computer scince approximatively thuersday 31.12.2015 20h00 is :

0x0BD5B4F3CB4D761648C9BD9AA4A03E570D14294E8499A5F9F05D7574278A1D5A79D5A19D1BEB34B196D0040B9E25EB253C9EB45FDAC4EFB6AFB9C10EEBFE8FD2

actualy ( 48h later ) ..... http://www.hostingpics.net/viewer.ph...319encours.jpg

Last fiddled with by darkskysofrenia on 2016-01-02 at 18:52
darkskysofrenia is offline   Reply With Quote
Old 2016-01-02, 19:00   #74
VictordeHolland
 
VictordeHolland's Avatar
 
"Victor de Hollander"
Aug 2011
the Netherlands

117610 Posts
Default

Quote:
Originally Posted by darkskysofrenia View Post
the second one still running on my computer scince approximatively thuersday 31.12.2015 20h00 is :

0x0BD5B4F3CB4D761648C9BD9AA4A03E570D14294E8499A5F9F05D7574278A1D5A79D5A19D1BEB34B196D0040B9E25EB253C9EB45FDAC4EFB6AFB9C10EEBFE8FD2

actualy ( 48h later ) ..... http://www.hostingpics.net/viewer.ph...319encours.jpg
Are you sieving with all cores? The CPU load on most cores is non-existent??
VictordeHolland is offline   Reply With Quote
Old 2016-01-02, 19:23   #75
darkskysofrenia
 
Jan 2016

10102 Posts
Default

Yes all cores are enabled in msieve, but the 100% load on 24 cores was only during the first step ( i don't remember the name of the step ). i've try other smaller factorisation for compare how does it works , and i've try other ways ( YAFU and others ) even if i'm totaly newbie in factorissation i'm curious to see how it's work and how the computer "handle" that

for now i found YAFU is a lot faster , but on this one he failed , probaby a configuration problem

i had launch another msieve but directly from the .exe not by the factmsieve.py on the same number but he failed too :


so on this famous KEY the factmsieve.py was the longer one but the only one with no fail for now....

supens... hope factorisation done soon
darkskysofrenia is offline   Reply With Quote
Old 2016-01-02, 19:35   #76
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

The last error is saying that Msieve failed to allocate 1GB of memory.
Dubslow is offline   Reply With Quote
Old 2016-01-02, 19:42   #77
darkskysofrenia
 
Jan 2016

2·5 Posts
Default

strange ... the computer had 24Gb of ram and last time i check at least 19Gb free ... and it's ECC registerd memory ( normaly more efficent for computaion )
darkskysofrenia is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using msieve with c burrobert Msieve 9 2012-10-26 22:46
Yes: Tales from Typographic Oceans xilman Lounge 79 2012-05-26 23:53
msieve help em99010pepe Msieve 23 2009-09-27 16:13
95% sure I have a virus, please help jasong Hardware 8 2006-11-19 22:57
virus hardware damage? TTn Hardware 18 2006-11-04 09:41

All times are UTC. The time now is 00:46.


Sat Jul 17 00:46:13 UTC 2021 up 49 days, 22:33, 1 user, load averages: 1.43, 1.41, 1.35

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.