Trace number 338430

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla FULLUNSAT 16.9324 16.9905

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.9324
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data (download as text)

15.25/15.34	c run March_dl for 5 seconds ... 
15.25/15.34	c Bin: Executing march_dl
15.25/15.34	c child exit by a signal
15.25/15.34	c march_dl returned code 137.
15.25/15.34	c run saps for 2 seconds ... 
15.25/15.34	c Bin: Executing ubcsat2006
15.25/15.34	c child exited successfully
15.25/15.34	c ubcsat2006 returned code 0.
15.25/15.34	c satzilla computing base features
15.25/15.34	c satzilla doing unit-prop probe
15.25/15.34	c satzilla doing local search probe
15.25/15.34	c satzilla doing lobjois search-space size estimate
15.25/15.34	c satzilla's ranking:
15.25/15.34	c 1) eureka: 0.925708
15.25/15.34	c 2) zchaff_rand: 1.593358
15.25/15.34	c 3) vallst: 3.908292
15.25/15.34	c 4) kcnfs: 3.948676
15.25/15.34	c 5) minisat20: 4.648572
15.25/15.34	c 6) march_dl: 4.865336
15.25/15.34	c 7) kcnfs+P: 999.000000
15.25/15.34	c 8) march_dl+P: 999.000000
15.25/15.34	c 9) vallst+P: 999.000000
15.25/15.34	c 10) zchaff_rand+P: 999.000000
15.25/15.34	c 11) rsat+P: 999.000000
15.25/15.34	c 12) eureka+P: 999.000000
15.25/15.34	c 13) minisat20+P: 999.000000
15.25/15.34	c 14) rsat: 999.000000
15.25/15.34	c satzilla running eureka ... 
16.81/16.98	c Bin: Executing eureka
16.81/16.98	c child exited successfully
16.81/16.98	c eureka returned code 20.
16.81/16.98	s UNSATISFIABLE
16.81/16.98	c SATZILLA_TIME=16.920000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-338430-1173685766 -o ROOT/results/node44/solver-338430-1173685766 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338430-1173685766/SATzilla2007_F /tmp/evaluation/338430-1173685766/instance-338430-1173685766.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 12250
/proc/meminfo: memFree=1824320/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) R 12248 12250 11642 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=1448 CPUtime=0
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 388532774 1482752 183 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 362 183 50 118 0 241 0

[startup+0.00681696 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 12250
/proc/meminfo: memFree=1824320/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=1448 CPUtime=0
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 388532774 1482752 191 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 362 191 50 118 0 241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2960

[startup+0.101832 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 12250
/proc/meminfo: memFree=1824320/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=2504 CPUtime=0.09
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 528 0 0 0 9 0 0 0 19 0 1 0 388532774 2564096 522 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 626 522 50 118 0 505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4016

[startup+0.301868 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 12250
/proc/meminfo: memFree=1824320/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=5500 CPUtime=0.29
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 2409 0 0 0 28 1 0 0 21 0 1 0 388532774 5632000 977 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 1375 977 57 118 0 1254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7012

[startup+0.701941 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 12250
/proc/meminfo: memFree=1824320/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=6120 CPUtime=0.69
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 7724 0 0 0 66 3 0 0 24 0 1 0 388532774 6266880 1117 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134582711 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 1530 1117 67 118 0 1409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7632

[startup+1.50109 s]
/proc/loadavg: 0.91 0.95 0.97 2/66 12252
/proc/meminfo: memFree=1814640/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=11524 CPUtime=1.48
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 9232 0 0 0 120 28 0 0 25 0 1 0 388532774 11800576 2454 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 2881 2454 73 118 0 2760 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13036

[startup+3.10138 s]
/proc/loadavg: 0.91 0.95 0.97 2/66 12252
/proc/meminfo: memFree=1814520/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=0
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12251] ppid=12250 vsize=10540 CPUtime=3.09
/proc/12251/stat : 12251 (march_dl) R 12250 12250 11642 0 -1 4194304 10730 0 0 0 256 53 0 0 25 0 1 0 388532774 10792960 2227 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12251/statm: 2635 2227 75 118 0 2514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12052

[startup+6.30197 s]
/proc/loadavg: 0.92 0.95 0.97 2/66 12253
/proc/meminfo: memFree=1819128/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=1512 CPUtime=4.99
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 149 10805 0 0 0 0 445 54 16 0 1 0 388532774 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12250/statm: 378 125 110 260 0 84 0
[pid=12253] ppid=12250 vsize=10288 CPUtime=1.29
/proc/12253/stat : 12253 (ubcsat2006) R 12250 12250 11642 0 -1 4194304 1368 0 0 0 127 2 0 0 25 0 1 0 388533275 10534912 1350 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12253/statm: 2572 1350 156 64 0 2153 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11800

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 12253
/proc/meminfo: memFree=1818816/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=14896 CPUtime=12.64
/proc/12250/stat : 12250 (SATzilla2007_F) R 12248 12250 11642 0 -1 4194304 3956 12179 0 0 548 2 657 57 25 0 1 0 388532774 15253504 2737 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134656949 0 0 4096 0 0 0 0 17 1 0 0
/proc/12250/statm: 3724 2737 164 260 0 3430 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 14896

Solver just ended. Dumping a history of the last processes samples

[startup+14.3054 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 12253
/proc/meminfo: memFree=1814464/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=14896 CPUtime=14.24
/proc/12250/stat : 12250 (SATzilla2007_F) R 12248 12250 11642 0 -1 4194304 5031 12179 0 0 704 6 657 57 25 0 1 0 388532774 15253504 2559 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/12250/statm: 3724 2559 168 260 0 3430 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 14896

[startup+15.9017 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 12253
/proc/meminfo: memFree=1818560/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=6812 CPUtime=15.29
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 5043 12179 0 0 808 7 657 57 25 0 1 0 388532774 6975488 1499 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12250/statm: 1703 1499 169 260 0 1409 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 6812

[startup+16.7019 s]
/proc/loadavg: 0.93 0.96 0.97 2/66 12256
/proc/meminfo: memFree=1809400/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=6812 CPUtime=15.29
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 5043 12179 0 0 808 7 657 57 25 0 1 0 388532774 6975488 1499 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12250/statm: 1703 1499 169 260 0 1409 0
[pid=12254] ppid=12250 vsize=9132 CPUtime=1.33
/proc/12254/stat : 12254 (eureka) R 12250 12250 11642 0 -1 0 4300 16 0 0 132 1 0 0 25 0 1 0 388534308 9351168 1886 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12254/statm: 2283 1886 178 116 0 1822 0
Current children cumulated CPU time (s) 16.62
Current children cumulated vsize (KiB) 15944

[startup+16.9019 s]
/proc/loadavg: 0.93 0.96 0.97 2/66 12256
/proc/meminfo: memFree=1809400/2055920 swapFree=4183776/4192956
[pid=12250] ppid=12248 vsize=6812 CPUtime=15.29
/proc/12250/stat : 12250 (SATzilla2007_F) S 12248 12250 11642 0 -1 4194304 5043 12179 0 0 808 7 657 57 25 0 1 0 388532774 6975488 1499 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12250/statm: 1703 1499 169 260 0 1409 0
[pid=12254] ppid=12250 vsize=9504 CPUtime=1.52
/proc/12254/stat : 12254 (eureka) R 12250 12250 11642 0 -1 0 4532 16 0 0 151 1 0 0 25 0 1 0 388534308 9732096 1936 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562355 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12254/statm: 2376 1936 178 116 0 1915 0
Current children cumulated CPU time (s) 16.81
Current children cumulated vsize (KiB) 16316

Child status: 20
Real time (s): 16.9905
CPU time (s): 16.9324
CPU user time (s): 16.2625
CPU system time (s): 0.669898
CPU usage (%): 99.6584
Max. virtual memory (cumulated for all children) (KiB): 18748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2625
system time used= 0.669898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34
involuntary context switches= 64

runsolver used 0.016997 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Mar 12 07:49:26 UTC 2007

IDJOB= 338430
IDBENCH= 24722
IDSOLVER= 136
FILE ID= node44/338430-1173685766

PBS_JOBID= 4101720

Free space on /tmp= 66518 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338430-1173685766/SATzilla2007_F /tmp/evaluation/338430-1173685766/instance-338430-1173685766.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-338430-1173685766 -o ROOT/results/node44/solver-338430-1173685766 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338430-1173685766/SATzilla2007_F /tmp/evaluation/338430-1173685766/instance-338430-1173685766.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ae4e3f3661a3c7ad7c7ec30d56d611a1

RANDOM SEED= 269087869

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1824792 kB
Buffers:         27552 kB
Cached:         154944 kB
SwapCached:       3484 kB
Active:          99488 kB
Inactive:        93356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824792 kB
SwapTotal:     4192956 kB
SwapFree:      4183776 kB
Dirty:           11540 kB
Writeback:           0 kB
Mapped:          15456 kB
Slab:            24260 kB
Committed_AS:   743260 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66518 MiB

End job on node44 on Mon Mar 12 07:49:43 UTC 2007