mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Cunningham Tables

Reply
 
Thread Tools
Old 2009-08-22, 23:10   #12
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3·1,181 Posts
Default

In the US, if you work for an employer and use the employer's computers for other than work, overly paranoid employers can have you arrested. US universities are more lenient, but many are extremely nervous about being seen to 'tolerate hackers on their network', especially with the rash of lawsuits against filesharing students. Hopefully other countries are less uptight about that, is what I meant.

Perhaps if the staff lets you use the machines, they can set up a cron job to run the siever using 'nohup'. Then the siever binary can keep running even if you are logged out.

Last fiddled with by jasonp on 2009-08-22 at 23:11
jasonp is offline   Reply With Quote
Old 2009-08-23, 01:04   #13
Raman
Noodles
 
Raman's Avatar
 
"Mr. Tuch"
Dec 2007
Chennai, India

3·419 Posts
Default

Actually, in fact, I am not bothered about disturbing the other people's work due to the execution of my program, because of the fact that, there are enough systems, and then the lab is less than half full most of the time.

What I am bothered about is that, is the running of my program at the night time. Because of continuously running the program, the system processors will get overheated and then damaged more sooner? I don't know whether this will really happen up so, but currently the systems are being turned off during the night time, thus, especially during the times of when the lightning is being possible.
Raman is offline   Reply With Quote
Old 2009-08-23, 19:38   #14
Raman
Noodles
 
Raman's Avatar
 
"Mr. Tuch"
Dec 2007
Chennai, India

3·419 Posts
Default

Please give me up an estimate of about how many special-q's will be needed so for sieving thus
7,393+
7,396+
10,339+
6,335+
6,340+
Raman is offline   Reply With Quote
Old 2009-08-23, 20:03   #15
Random Poster
 
Random Poster's Avatar
 
Dec 2008

179 Posts
Default

Quote:
Originally Posted by jasonp View Post
Perhaps if the staff lets you use the machines, they can set up a cron job to run the siever using 'nohup'.
Or maybe they know better than that. nohup serves no useful purpose with a cron job.
Random Poster is offline   Reply With Quote
Old 2009-08-23, 20:37   #16
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

1101110101112 Posts
Default

It should be clear to the sysadmins out there that I don't do this very much :)
jasonp is offline   Reply With Quote
Old 2009-09-09, 17:03   #17
Raman
Noodles
 
Raman's Avatar
 
"Mr. Tuch"
Dec 2007
Chennai, India

3·419 Posts
Exclamation What the hell is this?

Wrapped in CODE tags for readability. Also, failed to see hell in this message, honestly. This stage looks good. --SB
Attached Files
File Type: zip filter.zip (2.2 KB, 199 views)

Last fiddled with by jasonp on 2010-01-02 at 14:34 Reason: zipped output
Raman is offline   Reply With Quote
Old 2009-09-09, 17:04   #18
Raman
Noodles
 
Raman's Avatar
 
"Mr. Tuch"
Dec 2007
Chennai, India

125710 Posts
Default What the hell-II

Code:
Wed Sep 09 18:22:12 2009 commencing linear algebra
Wed Sep 09 18:23:26 2009 read 5329870 cycles
Wed Sep 09 18:23:54 2009 cycles contain 14839450 unique relations
Wed Sep 09 19:54:28 2009 read 14839450 relations
Wed Sep 09 19:55:25 2009 using 32 quadratic characters above 536870168
Wed Sep 09 19:57:49 2009 building initial matrix
Wed Sep 09 20:11:02 2009 memory use: 1692.9 MB
Wed Sep 09 20:12:20 2009 read 5329870 cycles
Wed Sep 09 20:26:32 2009 matrix is 5329550 x 5329870 (1507.7 MB) with weight 492230814 (92.35/col)
Wed Sep 09 20:26:32 2009 sparse part has weight 357923420 (67.15/col)
Wed Sep 09 20:28:21 2009 filtering completed in 3 passes
Wed Sep 09 20:28:22 2009 matrix is 5316958 x 5317158 (1506.2 MB) with weight 491616260 (92.46/col)
Wed Sep 09 20:28:22 2009 sparse part has weight 357622666 (67.26/col)
Wed Sep 09 20:44:29 2009 read 5317158 cycles
Wed Sep 09 21:04:48 2009 matrix is 5316958 x 5317158 (1506.2 MB) with weight 491616260 (92.46/col)
Wed Sep 09 21:04:48 2009 sparse part has weight 357622666 (67.26/col)
Wed Sep 09 21:04:49 2009 saving the first 48 matrix rows for later
Wed Sep 09 21:04:52 2009 matrix is 5316910 x 5317158 (1440.8 MB) with weight 379374555 (71.35/col)
Wed Sep 09 21:04:52 2009 sparse part has weight 345795777 (65.03/col)
Wed Sep 09 21:04:52 2009 matrix includes 64 packed rows
Wed Sep 09 21:04:52 2009 using block size 65536 for processor cache size 4096 kB
failed to allocate 2041376 bytes
@jasonp: Is it not possible to design the linear algebra code such that all the post processing processes occur within the available memory itself? Every time it is happening like that only, or if newly redesigned, will the events such as the thrashing processes will occur up more frequently?

Last fiddled with by Batalov on 2009-09-13 at 22:14 Reason: The hell is here
Raman is offline   Reply With Quote
Old 2009-09-09, 17:16   #19
10metreh
 
10metreh's Avatar
 
Nov 2008

44228 Posts
Default

Quote:
Originally Posted by Raman View Post
Msieve v. 1.38
Have you not upgraded to 1.42 yet, or do you not trust the new filtering routine?
10metreh is offline   Reply With Quote
Old 2009-09-09, 17:51   #20
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3·1,181 Posts
Default

Quote:
Originally Posted by Raman View Post
@jasonp: Is it not possible to design the linear algebra code such that all the post processing processes occur within the available memory itself? Every time it is happening like that only, or if newly redesigned, will the events such as the thrashing processes will occur up more frequently?
If the linear algebra is going to run for a week, you do not want it swapping to disk at all, which is what would happen if the computations were made to fit in memory. Better to fail outright than to solve the matrix 100x slower.

Some memory could be saved if the matrix was stored on disk and then converted to packed form a block at a time, which is where a 32-bit OS is most likely to run out of virtual memory. I suspect that your version of windows does not do anything different with the /3GB switch turned on, otherwise you would be able to build the matrix; it is safe mode that turns off enough background stuff so that the LA can run. If you actually had 3GB of virtual memory the matrix would build, with a great deal of swapping, then the swapping would stop when the Lanczos iteration started.

Last fiddled with by jasonp on 2009-09-09 at 17:52
jasonp is offline   Reply With Quote
Old 2009-09-09, 19:39   #21
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

9,497 Posts
Default

Raman, if this computer is under you control, then you may want to install something like the lightest Ubuntu you can find, get the linux msieve binary (you won't need anything else), and then proceed in 64-bit mode under Ubuntu -- using all memory (I presume this computer has more than 2Gb, the problem being that you just cannot quite access it from Windows).
Batalov is offline   Reply With Quote
Old 2009-09-10, 12:19   #22
Raman
Noodles
 
Raman's Avatar
 
"Mr. Tuch"
Dec 2007
Chennai, India

3·419 Posts
Default

I am trying up again under Windows (safe mode, /3GB switch) after updating up msieve to version 1.42, thus if that fails so again, I will try so within one of my college computers, which has Linux being installed within them up. Certainly, I think so that it is not feasible to install Linux within my desktop system, that has Windows because of the fact that to install so, I will have to format up everything within that system, and then create up new partitions for Linux and then Windows, to properly install them up, within that machine, only.
Raman is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
What are your CRUS plans? rogue Conjectures 'R Us 35 2013-11-09 09:03
Raman's stuff Raman Chess 8 2013-04-16 20:52
Further Plans Kosmaj Riesel Prime Search 6 2009-05-20 01:27
Further Plans Kosmaj Riesel Prime Search 6 2006-09-29 22:32
64 bit plans pyrodave Software 17 2004-06-05 12:27

All times are UTC. The time now is 23:18.


Fri Aug 6 23:18:37 UTC 2021 up 14 days, 17:47, 1 user, load averages: 3.89, 4.03, 4.03

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.