Trace number 1724235

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MoRsat 2009-03-03UNSAT 311.145 311.33

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.107
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
1.50/1.51	c atom#=131004 clause#=387841 total literals=904961 
311.11/311.33	c CNF stats: (131004 vars, 387841 clauses) 
311.11/311.33	c Decisions: 4145791 
311.11/311.33	c Conflicts: 444137 
311.11/311.33	c 
311.11/311.33	s UNSATISFIABLE
311.11/311.33	c Running time: 310.56079 seconds 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724235-1240693730/watcher-1724235-1240693730 -o /tmp/evaluation-result-1724235-1240693730/solver-1724235-1240693730 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1724235-1240693730.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): 1800 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: 1.00 1.00 1.00 3/65 18393
/proc/meminfo: memFree=1657520/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=7392 CPUtime=0
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 97401956 7569408 123 1992294400 134512640 135679800 4294956240 18446744073709551615 134537421 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 1848 123 96 284 0 1561 0

[startup+0.047733 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18393
/proc/meminfo: memFree=1657520/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=7392 CPUtime=0.04
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 279 0 0 0 4 0 0 0 18 0 1 0 97401956 7569408 263 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 1848 263 96 284 0 1561 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7392

[startup+0.101743 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18393
/proc/meminfo: memFree=1657520/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=7392 CPUtime=0.09
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 450 0 0 0 9 0 0 0 18 0 1 0 97401956 7569408 434 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 1848 434 96 284 0 1561 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7392

[startup+0.301783 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18393
/proc/meminfo: memFree=1657520/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=7392 CPUtime=0.29
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 1063 0 0 0 29 0 0 0 19 0 1 0 97401956 7569408 1047 1992294400 134512640 135679800 4294956240 18446744073709551615 135231795 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 1848 1047 96 284 0 1561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7392

[startup+0.702865 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18393
/proc/meminfo: memFree=1657520/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=19572 CPUtime=0.69
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 9653 0 0 0 66 3 0 0 23 0 1 0 97401956 20041728 4552 1992294400 134512640 135679800 4294956240 18446744073709551615 134552296 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 4893 4552 106 284 0 4606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19572

[startup+1.50203 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1641128/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=45180 CPUtime=1.5
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 19962 0 0 0 142 8 0 0 25 0 1 0 97401956 46264320 5961 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 11295 5963 109 284 0 11008 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 45180

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1615720/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=57924 CPUtime=3.09
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 25364 0 0 0 299 10 0 0 25 0 1 0 97401956 59314176 10700 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 14481 10700 113 284 0 14194 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57924

[startup+6.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1614000/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=58592 CPUtime=6.29
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 25541 0 0 0 619 10 0 0 25 0 1 0 97401956 59998208 10877 1992294400 134512640 135679800 4294956240 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 14648 10877 113 284 0 14361 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58592

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1612336/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=60656 CPUtime=12.68
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 26035 0 0 0 1258 10 0 0 25 0 1 0 97401956 62111744 11371 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 15164 11371 113 284 0 14877 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 60656

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1608112/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=64996 CPUtime=25.49
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 27207 0 0 0 2537 12 0 0 25 0 1 0 97401956 66555904 12445 1992294400 134512640 135679800 4294956240 18446744073709551615 134534924 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 16249 12445 113 284 0 15962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64996

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1607152/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=65592 CPUtime=51.06
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 27743 0 0 0 5094 12 0 0 25 0 1 0 97401956 67166208 12627 1992294400 134512640 135679800 4294956240 18446744073709551615 134522692 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 16398 12627 113 284 0 16111 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 65592

[startup+102.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 18394
/proc/meminfo: memFree=1603888/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=69264 CPUtime=102.24
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 29498 0 0 0 10211 13 0 0 25 0 1 0 97401956 70926336 13416 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 17316 13416 113 284 0 17029 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 69264

[startup+162.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 18394
/proc/meminfo: memFree=1598320/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=74552 CPUtime=162.19
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 31673 0 0 0 16204 15 0 0 25 0 1 0 97401956 76341248 14819 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 18638 14819 113 284 0 18351 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 74552

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1597744/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=75092 CPUtime=222.15
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 31822 0 0 0 22200 15 0 0 25 0 1 0 97401956 76894208 14968 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 18773 14968 113 284 0 18486 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 75092

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1593584/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=80468 CPUtime=282.12
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 33290 0 0 0 28196 16 0 0 25 0 1 0 97401956 82399232 16050 1992294400 134512640 135679800 4294956240 18446744073709551615 134533235 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 20117 16050 113 284 0 19830 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 80468

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

[startup+294.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=81392 CPUtime=294.12
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35068 0 0 0 29395 17 0 0 25 0 1 0 97401956 83345408 16288 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 20348 16288 113 284 0 20061 0
Current children cumulated CPU time (s) 294.12
Current children cumulated vsize (KiB) 81392

[startup+300.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=81392 CPUtime=300.52
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35076 0 0 0 30035 17 0 0 25 0 1 0 97401956 83345408 16296 1992294400 134512640 135679800 4294956240 18446744073709551615 134522721 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 20348 16296 113 284 0 20061 0
Current children cumulated CPU time (s) 300.52
Current children cumulated vsize (KiB) 81392

[startup+307.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=81536 CPUtime=306.92
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35082 0 0 0 30675 17 0 0 25 0 1 0 97401956 83492864 16302 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 20384 16302 113 284 0 20097 0
Current children cumulated CPU time (s) 306.92
Current children cumulated vsize (KiB) 81536

[startup+308.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=81536 CPUtime=308.51
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35090 0 0 0 30834 17 0 0 25 0 1 0 97401956 83492864 16310 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18393/statm: 20384 16310 113 284 0 20097 0
Current children cumulated CPU time (s) 308.51
Current children cumulated vsize (KiB) 81536

[startup+310.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=81536 CPUtime=310.11
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35098 0 0 0 30994 17 0 0 25 0 1 0 97401956 83492864 16318 1992294400 134512640 135679800 4294956240 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 20384 16318 113 284 0 20097 0
Current children cumulated CPU time (s) 310.11
Current children cumulated vsize (KiB) 81536

[startup+311.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=81536 CPUtime=310.91
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35106 0 0 0 31074 17 0 0 25 0 1 0 97401956 83492864 16326 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 20384 16326 113 284 0 20097 0
Current children cumulated CPU time (s) 310.91
Current children cumulated vsize (KiB) 81536

[startup+311.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18394
/proc/meminfo: memFree=1592304/2055920 swapFree=4181392/4192956
[pid=18393] ppid=18391 vsize=68772 CPUtime=311.11
/proc/18393/stat : 18393 (MoRsat) R 18391 18393 18322 0 -1 4194304 35106 0 0 0 31094 17 0 0 25 0 1 0 97401956 70422528 14412 1992294400 134512640 135679800 4294956240 18446744073709551615 135103258 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18393/statm: 17193 14412 113 284 0 16906 0
Current children cumulated CPU time (s) 311.11
Current children cumulated vsize (KiB) 68772

Child status: 20
Real time (s): 311.33
CPU time (s): 311.145
CPU user time (s): 310.963
CPU system time (s): 0.181972
CPU usage (%): 99.9403
Max. virtual memory (cumulated for all children) (KiB): 87552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.963
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35109
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= 2
involuntary context switches= 1220

runsolver used 0.372943 second user time and 0.715891 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-25 23:08:50
IDJOB=1724235
IDBENCH=71766
IDSOLVER=502
FILE ID=node80/1724235-1240693730
PBS_JOBID= 9186757
Free space on /tmp= 66148 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT_RACE06/manol-pipe-c7bidw_i.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724235-1240693730/watcher-1724235-1240693730 -o /tmp/evaluation-result-1724235-1240693730/solver-1724235-1240693730 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1724235-1240693730.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=518853080

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

/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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1657936 kB
Buffers:         52524 kB
Cached:         269336 kB
SwapCached:       5424 kB
Active:         136724 kB
Inactive:       192936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657936 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            7976 kB
Writeback:           0 kB
Mapped:          13444 kB
Slab:            54200 kB
Committed_AS:   327868 kB
PageTables:       1384 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= 66148 MiB
End job on node80 at 2009-04-25 23:14:02