mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Msieve

Reply
 
Thread Tools
Old 2015-01-29, 08:58   #23
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by jasonp View Post
Prepackaged source and binaries are now up on Sourceforge. This release incorporates quite a few fixes, some of them for serious bugs. It also incorporates a major speedup of the linear algebra.

I have run out of time to work on this project, for the forseeable future. Please do not expect even annual releases. I'm very sorry and wish it was otherwise.

Happy factoring,
jasonp

I have tried to run the windows version from Sourceforge.

After initial problems of missing b40c directory and files (cured by finding a copy in an earlier version of msieve binary package) I am now stuck with a runtime error :-

Code:
 
e:\MSieve152GPU>msieve152_gpu -g 0 -np
deadline: 1600 CPU-seconds per coefficient
error (line 1080): CUDA_ERROR_FILE_NOT_FOUND
e:\MSieve152GPU>
msieve.log contains the following :-

Code:
 
Thu Jan 29 08:30:14 2015  
Thu Jan 29 08:30:14 2015  
Thu Jan 29 08:30:14 2015  Msieve v. 1.52 (SVN 958)
Thu Jan 29 08:30:14 2015  random seeds: e51aa588 cb8a1307
Thu Jan 29 08:30:14 2015  factoring 983361186835392071500139649325691444184674827327089314368979089616541323343763175224137957399084601470410984402161863783310182344506443127607490723224218500098443530559649082573931009 (183 digits)
Thu Jan 29 08:30:15 2015  searching for 15-digit factors
Thu Jan 29 08:30:17 2015  commencing number field sieve (183-digit input)
Thu Jan 29 08:30:17 2015  commencing number field sieve polynomial selection
Thu Jan 29 08:30:17 2015  polynomial degree: 5
Thu Jan 29 08:30:17 2015  max stage 1 norm: 5.02e+027
Thu Jan 29 08:30:17 2015  max stage 2 norm: 1.54e+026
Thu Jan 29 08:30:17 2015  min E-value: 3.31e-014
Thu Jan 29 08:30:17 2015  poly select deadline: 1079999
Thu Jan 29 08:30:17 2015  time limit set to 300.00 CPU-hours
Thu Jan 29 08:30:17 2015  expecting poly E from 5.05e-014 to > 5.80e-014
Thu Jan 29 08:30:17 2015  searching leading coefficients from 1 to 470451002
Thu Jan 29 08:30:17 2015  using GPU 0 (GeForce GTX 650 Ti)
Thu Jan 29 08:30:17 2015  selected card has CUDA arch 3.0
Anyone know what's missing, and where I can get a copy?
Antonio is offline   Reply With Quote
Old 2015-02-10, 10:54   #24
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3,541 Posts
Default

Do you also have the sort_engine_*.dll files in a subdirectory or your DLL path? What CUDA version are you using?
jasonp is offline   Reply With Quote
Old 2015-02-10, 15:43   #25
Andi_HB
 
Andi_HB's Avatar
 
Mar 2007
Germany

23×3×11 Posts
Default

Same for me, i have this files:

cudart64_55.dll
msieve.exe
pthreadvc2.dll
sort_engine_sm20.dll
stage1_core_sm20
worktodo.ini

Code:
Tue Feb 10 16:33:37 2015  Msieve v. 1.53 (SVN unknown)
Tue Feb 10 16:33:37 2015  random seeds: 55894960 9e0fc820
Tue Feb 10 16:33:37 2015  factoring 983361186835392071500139649325691444184674827327089314368979089616541323343763175224137957399084601470410984402161863783310182344506443127607490723224218500098443530559649082573931009 (183 digits)
Tue Feb 10 16:33:38 2015  no P-1/P+1/ECM available, skipping
Tue Feb 10 16:33:38 2015  commencing number field sieve (183-digit input)
Tue Feb 10 16:33:38 2015  commencing number field sieve polynomial selection
Tue Feb 10 16:33:38 2015  polynomial degree: 5
Tue Feb 10 16:33:38 2015  max stage 1 norm: 5.02e+027
Tue Feb 10 16:33:38 2015  max stage 2 norm: 1.54e+026
Tue Feb 10 16:33:38 2015  min E-value: 3.31e-014
Tue Feb 10 16:33:38 2015  poly select deadline: 1079999
Tue Feb 10 16:33:38 2015  time limit set to 300.00 CPU-hours
Tue Feb 10 16:33:38 2015  expecting poly E from 5.05e-014 to > 5.80e-014
Tue Feb 10 16:33:38 2015  searching leading coefficients from 1 to 470451002
Tue Feb 10 16:33:39 2015  using GPU 0 (GeForce GTX 850M)
Tue Feb 10 16:33:39 2015  selected card has CUDA arch 5.0

Last fiddled with by jasonp on 2015-02-10 at 23:52 Reason: add code tags
Andi_HB is offline   Reply With Quote
Old 2015-02-10, 23:54   #26
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3,541 Posts
Default

Does the v5.5 runtime library have difficulty when the CUDA driver interface version is higher?
jasonp is offline   Reply With Quote
Old 2015-02-11, 16:38   #27
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by jasonp View Post
Do you also have the sort_engine_*.dll files in a subdirectory or your DLL path? What CUDA version are you using?
ok I added sm11 and sm13 dlls into the directory (and the .ptx files) and the problem moved : -

Code:
deadline: 1600 CPU-seconds per coefficient
randomizing rational coefficient: using piece #1 of 3
coeff 12 specialq 1 - 18521435 other 180742 - 433783
error (line 734): CUDA_ERROR_LAUNCH_FAILED
My system reports CUDA 7.0.23 driver.

Last fiddled with by Antonio on 2015-02-11 at 16:43
Antonio is offline   Reply With Quote
Old 2015-02-11, 17:48   #28
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

29×61 Posts
Default

Are the dlls and the msieve exe the same file type (i.e., both 32-bit or both 64-bit)?
wombatman is online now   Reply With Quote
Old 2015-02-13, 10:48   #29
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by wombatman View Post
Are the dlls and the msieve exe the same file type (i.e., both 32-bit or both 64-bit)?
Good call ,
I'd picked up the 64bit sort_engine dlls by mistake - all sorted and running now, thanks.
Antonio is offline   Reply With Quote
Old 2015-02-13, 13:17   #30
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

33518 Posts
Default

You bet! I had the same issue in the past, so I figured it wouldn't hurt to ask.
wombatman is online now   Reply With Quote
Old 2015-02-16, 15:46   #31
BfoX
 
Feb 2015

32 Posts
Default

just add x32 if any1 want it ;)

http://rghost.net/7yhssTn7F
BfoX is offline   Reply With Quote
Old 2015-02-16, 19:54   #32
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23·3·5·72 Posts
Default

Quote:
Originally Posted by BfoX View Post
just add x32 if any1 want it ;)

http://rghost.net/7yhssTn7F
Would it be possible for you to compile a x64 version that is compiled for core 2? All the recent builds seem to use an instruction that my cpu doesn't have.
henryzz is offline   Reply With Quote
Old 2015-02-17, 14:42   #33
BfoX
 
Feb 2015

916 Posts
Default

Quote:
Originally Posted by henryzz View Post
Would it be possible for you to compile a x64 version that is compiled for core 2? All the recent builds seem to use an instruction that my cpu doesn't have.
tell us your error code or show msg.
BfoX is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Msieve 1.50 feedback firejuggler Msieve 99 2013-02-17 11:53
Msieve v1.48 feedback Jeff Gilchrist Msieve 48 2011-06-10 18:18
Msieve 1.43 feedback Jeff Gilchrist Msieve 47 2009-11-24 15:53
Msieve 1.42 feedback Andi47 Msieve 167 2009-10-18 19:37
Msieve 1.41 Feedback Batalov Msieve 130 2009-06-09 16:01

All times are UTC. The time now is 01:07.


Sat Jul 17 01:07:21 UTC 2021 up 49 days, 22:54, 1 user, load averages: 1.59, 1.80, 1.58

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.