mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Aliquot Sequences

Reply
Thread Tools
Old 2009-12-20, 00:42   #639
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

251916 Posts
Default

Segmentation of memory, probably? (process needed a contiguous chunk?)
People get the same symptoms while filtering a large NFS job on a Windows machine: memory seems to be enough, but sooner or later an allocation fails.
Batalov is offline   Reply With Quote
Old 2009-12-20, 07:07   #640
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2×17×73 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Go ahead and do all the P+1's if you like. It seems there was a problem when I tried to do it:
[code]$ echo "59066643232529177994432826503455645911804472822311052434786614015983698
8457920218063108883526241212940105498096765045722201184707349955127817" | ./ecm
.exe 1e9 5e13 -c 3 -pp1 -maxmem 1228 | tee -a pp1-4788.txt
What does the "| tee -a pp1-4788.txt" flag do? directing the output to the .txt file?
Andi47 is offline   Reply With Quote
Old 2009-12-20, 07:46   #641
jrk
 
jrk's Avatar
 
May 2008

3·5·73 Posts
Default

Quote:
Originally Posted by Andi47 View Post
What does the "| tee -a pp1-4788.txt" flag do? directing the output to the .txt file?
It is not a flag. The "|" is a Unix pipe, which takes the output of one command and directs it as the input to another command. In this case the ecm output is sent to the command "tee" rather than being written on the console.

Quote:
Originally Posted by man 1 tee
NAME
tee - read from standard input and write to standard output and files

SYNOPSIS
tee [OPTION]... [FILE]...

DESCRIPTION
Copy standard input to each FILE, and also to standard output.
So you can see what is happening as well as record it to a file at the same time. Very useful command. The -a option in tee is for append mode, so the file is not clobbered if it exists.
jrk is offline   Reply With Quote
Old 2009-12-20, 08:33   #642
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default

Quote:
Originally Posted by jrk View Post
It is not a flag. The "|" is a Unix pipe, which takes the output of one command and directs it as the input to another command. In this case the ecm output is sent to the command "tee" rather than being written on the console.


So you can see what is happening as well as record it to a file at the same time. Very useful command. The -a option in tee is for append mode, so the file is not clobbered if it exists.
Thanks. (I used to do the same with ecm <...some flags...> >>outputfile.txt (without a pipe; two ">"s indicating append mode))

Edit: my GNFS-run on a c121 from alq10212 is now finished, so I can take the p+1 of alq4788.2487

Last fiddled with by Andi47 on 2009-12-20 at 08:35
Andi47 is offline   Reply With Quote
Old 2009-12-20, 09:42   #643
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

2·33·109 Posts
Default

brilliant i have always wanted the functionality of tee
henryzz is online now   Reply With Quote
Old 2009-12-20, 13:39   #644
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

102538 Posts
Default

Quote:
Originally Posted by henryzz View Post
brilliant i have always wanted the functionality of tee
Actually, >> doesn't have the same functionality as tee. tee writes to standard output as well as a file, >> only writes to the file. If you download cygwin and make sure that its bin folder is in your system's PATH variable, you can use tee, along with many other *nix apps. You can even use the exact line given on Windows, (the one beginning with an echo and piping through ecm and tee) minus the "./" before "ecm.exe".
Edit: Or was I reading that wrong, and you meant "I have always wanted functionality that I now know tee has, and can now use tee", as opposed to "I have known about the functionality of tee and now can use >> which has the same functionality" (as I assumed it meant)?

Last fiddled with by Mini-Geek on 2009-12-20 at 13:43
Mini-Geek is offline   Reply With Quote
Old 2009-12-20, 14:16   #645
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2×17×73 Posts
Default

Quote:
Originally Posted by Andi47 View Post
Edit: my GNFS-run on a c121 from alq10212 is now finished, so I can take the p+1 of alq4788.2487
done (3* B1=1e9, B2=1e14), no factor.
Andi47 is offline   Reply With Quote
Old 2009-12-20, 19:01   #646
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

2×33×109 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
Edit: Or was I reading that wrong, and you meant "I have always wanted functionality that I now know tee has, and can now use tee", as opposed to "I have known about the functionality of tee and now can use >> which has the same functionality" (as I assumed it meant)?
your edit was correct
henryzz is online now   Reply With Quote
Old 2009-12-22, 07:55   #647
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

23·11·73 Posts
Default

prp62 factor: 20516414210656347188393718767755485866219379699286605968224717
prp80 factor: 28789944785697304394120313244130116901674378646444316426898886893821870292864301

(381 CPU-hours on core2/2400 and K10/2500 quads to sieve, 9 wallclock-hours linalg on the K10/2500x4; small primes up to 2^24, large primes to 2^28, siever 13e, sieved 3*2^20 .. 22*2^20)

but factorization.ath.cx appears to be down. 10metreh: Not anymore. Here we go...

Last fiddled with by 10metreh on 2009-12-22 at 08:16
fivemack is offline   Reply With Quote
Old 2009-12-22, 08:17   #648
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Next line has a c165. ECM in progress.
10metreh is offline   Reply With Quote
Old 2009-12-22, 09:50   #649
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Someone must be running the sequence further - it is now on a c136 at line 2490.
10metreh is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reserved for MF - Sequence 3366 RichD Aliquot Sequences 470 2021-04-22 02:17
Reserved for MF - Sequence 3408 RichD Aliquot Sequences 474 2021-03-07 20:28
Reserved for MF - Sequence 276 kar_bon Aliquot Sequences 127 2020-12-17 10:05
Assignments are reserved but not showing up prism019 GPU to 72 6 2020-09-21 22:11
80M to 64 bits ... but not really reserved petrw1 Lone Mersenne Hunters 82 2010-01-11 01:57

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


Fri Aug 6 01:05:44 UTC 2021 up 13 days, 19:34, 1 user, load averages: 2.34, 2.40, 2.33

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.