mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Cunningham Tables

Reply
 
Thread Tools
Old 2019-05-23, 21:45   #122
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

28·19 Posts
Default

Client tests are in progress. I have 3 clients running, swellman 1, ET_ tested successfully but won't be running until some other work finishes.

Carlos suffered a crash and wasn't successful. He had some trouble getting a CADO install working, and I'm afraid those troubles continue.

Here's the error saved to the CADO server log:
Code:
Error:Lattice Sieving: Program run on carlos-VirtualBox.1a213bfb failed with exit code 134
Error:Lattice Sieving: Stderr output (last 10 lines only) follow (stored in file /home/vbcurtis/ssd/cado-nfs/2330Ljob/2330L.c207.upload/2330L.c207_sieving_8515000-8516000.ku18221t.stderr0):
Error:Lattice Sieving:  code BUG() : condition rc == 0 failed in malloc_aligned at /home/carlos/Documents/cado-nfs-2.3.0/utils/memory.c:188 -- Abort
Error:Lattice Sieving:  Aborted (core dumped)
Error:Lattice Sieving:
Info:Lattice Sieving: Marking workunit 2330L.c207_sieving_8515000-8516000 as not ok (0.2% => ETA Mon Aug 14 09:56:05 2023)
Info:Lattice Sieving: Resubmitting workunit 2330L.c207_sieving_8515000-8516000 as 2330L.c207_sieving_8515000-8516000#2
I lack coding experience, so I feel a bit helpless to troubleshoot this. We confirmed that he has 14GB allocated to the VM, and compiled with the large-prime > 32 flag set as directed in post #45. Swellman is also running in VM, so linux-upon-windows is unlikely to be the culprit directly.
Anyone with ideas?
VBCurtis is offline   Reply With Quote
Old 2019-05-24, 05:36   #123
DukeBG
 
Mar 2018

100000012 Posts
Default

Dunno how much help it will be, but that error message came up in cado nfs thread before. It seems like the program is unable to allocate a big enough continuous chunk of memory even though total free memory is available. Maybe shutting down other things running on the VM and rebooting might help.
DukeBG is offline   Reply With Quote
Old 2019-05-24, 08:20   #124
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

135316 Posts
Default

Quote:
Originally Posted by DukeBG View Post
Dunno how much help it will be, but that error message came up in cado nfs thread before. It seems like the program is unable to allocate a big enough continuous chunk of memory even though total free memory is available. Maybe shutting down other things running on the VM and rebooting might help.
VM has a clean Ubuntu install, I did increase memory to VM as much possible as I could but CADO just stalls Linux.
pinhodecarlos is offline   Reply With Quote
Old 2019-05-24, 09:10   #125
lukerichards
 
lukerichards's Avatar
 
"Luke Richards"
Jan 2018
Birmingham, UK

4408 Posts
Default

Quote:
Originally Posted by pinhodecarlos View Post
VM has a clean Ubuntu install, I did increase memory to VM as much possible as I could but CADO just stalls Linux.
I used to use Ubuntu for everything but have found that Debian runs GMP a lot better with fewer hiccoughs. As you're running a clean install, maybe it might be worth trying Debian?
lukerichards is offline   Reply With Quote
Old 2019-05-24, 20:18   #126
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by lukerichards View Post
I used to use Ubuntu for everything but have found that Debian runs GMP a lot better with fewer hiccoughs. As you're running a clean install, maybe it might be worth trying Debian?
Note that Sam has reserved 2,1063+, 2,1072+, 2,1076+ for NFS@Home.....
R.D. Silverman is offline   Reply With Quote
Old 2019-05-24, 20:43   #127
swellman
 
swellman's Avatar
 
Jun 2012

60078 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
YoYo has finished ECM on 2,2330L and 2,2330M, but nothing else is queued.
Will 2,2210M/2,1165+ be added?
I’ve been trying to load these two Cunninghams into Yoyo’s queue but it doesn’t seem to be taking right now. I’ll try again next week.
swellman is offline   Reply With Quote
Old 2019-05-25, 20:21   #128
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

3×17×97 Posts
Default

What’s the lightest Linux distribution? I’ll install it and try CADO again.
pinhodecarlos is offline   Reply With Quote
Old 2019-05-25, 20:49   #129
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

264516 Posts
Default

Quote:
Originally Posted by pinhodecarlos View Post
What’s the lightest Linux distribution? I’ll install it and try CADO again.
Years ago there were some that fit on a 3.5" floppy.

DSL http://www.damnsmalllinux.org
10 small distros https://itsfoss.com/lightweight-linux-beginners/
Uncwilly is offline   Reply With Quote
Old 2019-05-25, 20:58   #130
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

28×19 Posts
Default

Quote:
Originally Posted by pinhodecarlos View Post
What’s the lightest Linux distribution? I’ll install it and try CADO again.
A really light linux install isn't going to have Python 2 and 3, and isn't likely to have the compiler all set up for you. Sounds like a layer cake of headaches!

The error was mentioned as possibly a matter of being unable to allocate contiguous memory (as opposed to not enough memory). So, perhaps you could restart machine, boot VM with, say, 13GB allocated, and then try CADO? Ideally, all 13GB would be allocated together, and CADO would not crash. I believe swellman had a successful test in a VM, but I don't know if the host machine has 16GB or something more.

I hope you get it working!
VBCurtis is offline   Reply With Quote
Old 2019-05-25, 21:05   #131
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

3·17·97 Posts
Default

Yesterday I did uninstall VM since from the beginning I thought. Ubuntu was very heavy for my machine although I’ve run it in the past on the same machine and I was not aware of this being so slow. Anyway, I’ll try one of those distros, one with GUI. Thank you both.


BTW, VM limits the memory used up to 13.7GB of the 16GB I think or 14.7GB.

Last fiddled with by pinhodecarlos on 2019-05-25 at 21:07
pinhodecarlos is offline   Reply With Quote
Old 2019-05-25, 22:21   #132
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

17×199 Posts
Default

That should be enough. My testing shows memory use of 8.9GB (via "top"). Don't try to work around but follow the instructions precisely to have a good build. Not sure of all the libraries needed but should include the most common ones for large integer factorization. Like m4, automake, gcc, python_3, gmp, and others that may not be included in a virgin install.
RichD is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Coordination thread for redoing P-1 factoring ixfd64 Lone Mersenne Hunters 81 2021-04-17 20:47
big job planning henryzz Cunningham Tables 16 2010-08-07 05:08
Sieving reservations and coordination gd_barnes No Prime Left Behind 2 2008-02-16 03:28
Sieved files/sieving coordination gd_barnes Conjectures 'R Us 32 2008-01-22 03:09
Special Project Planning wblipp ElevenSmooth 2 2004-02-19 05:25

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


Tue Jul 27 08:01:48 UTC 2021 up 4 days, 2:30, 0 users, load averages: 1.67, 1.81, 1.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.