Trace number 1785150

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
clasp 1.2.0-SAT09-32UNSAT 324.402 324.509

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.402
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

Solver Data

324.39/324.50	c clasp version 1.2.0-SAT09 
324.39/324.50	c Reading from ...895904/instance-1785150-1241895904.cnf
324.39/324.50	c Reading      : Done(0.010s)
324.39/324.50	c Preprocessing: |-Done(0.080s)
324.39/324.50	c Solving...
324.39/324.50	
324.39/324.50	c Models    : 0     
324.39/324.50	c Time         : 324.440s (Solve: 324.350s)
324.39/324.50	s UNSATISFIABLE

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-1785150-1241895904/watcher-1785150-1241895904 -o /tmp/evaluation-result-1785150-1241895904/solver-1785150-1241895904 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1785150-1241895904.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18685
/proc/meminfo: memFree=1867976/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=1828 CPUtime=0
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 217623221 1871872 219 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 457 220 147 377 0 77 0

[startup+0.0792191 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18685
/proc/meminfo: memFree=1867976/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=2856 CPUtime=0.07
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 514 0 0 0 7 0 0 0 18 0 1 0 217623221 2924544 493 1992294400 134512640 136057169 4294956160 18446744073709551615 134781360 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 714 493 169 377 0 334 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2856

[startup+0.101221 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18685
/proc/meminfo: memFree=1867976/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=2988 CPUtime=0.09
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 551 0 0 0 9 0 0 0 18 0 1 0 217623221 3059712 530 1992294400 134512640 136057169 4294956160 18446744073709551615 134618129 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 747 530 182 377 0 367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2988

[startup+0.301248 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18685
/proc/meminfo: memFree=1867976/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=3120 CPUtime=0.29
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 572 0 0 0 29 0 0 0 19 0 1 0 217623221 3194880 551 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 780 551 182 377 0 400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3120

[startup+0.701305 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18685
/proc/meminfo: memFree=1867976/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=3252 CPUtime=0.69
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 613 0 0 0 69 0 0 0 22 0 1 0 217623221 3330048 592 1992294400 134512640 136057169 4294956160 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 813 592 182 377 0 433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3252

[startup+1.50142 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18686
/proc/meminfo: memFree=1866112/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=3516 CPUtime=1.49
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 694 0 0 0 149 0 0 0 25 0 1 0 217623221 3600384 673 1992294400 134512640 136057169 4294956160 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 879 673 182 377 0 499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3516

[startup+3.10165 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18686
/proc/meminfo: memFree=1865664/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=4048 CPUtime=3.09
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 810 0 0 0 309 0 0 0 25 0 1 0 217623221 4145152 789 1992294400 134512640 136057169 4294956160 18446744073709551615 134828499 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 1012 789 182 377 0 632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4048

[startup+6.3011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18686
/proc/meminfo: memFree=1864904/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=4468 CPUtime=6.29
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 923 0 0 0 629 0 0 0 25 0 1 0 217623221 4575232 902 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 1117 902 182 377 0 737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4468

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18686
/proc/meminfo: memFree=1864264/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=5004 CPUtime=12.69
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 1053 0 0 0 1269 0 0 0 25 0 1 0 217623221 5124096 1032 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 1251 1032 182 377 0 871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5004

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18686
/proc/meminfo: memFree=1863496/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=5800 CPUtime=25.48
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 1267 0 0 0 2548 0 0 0 25 0 1 0 217623221 5939200 1246 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 1450 1246 182 377 0 1070 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5800

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 18686
/proc/meminfo: memFree=1862600/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=6884 CPUtime=51.08
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 1516 0 0 0 5107 1 0 0 25 0 1 0 217623221 7049216 1495 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 1721 1495 182 377 0 1341 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6884

[startup+102.306 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1861320/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=8036 CPUtime=102.26
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 1817 0 0 0 10225 1 0 0 25 0 1 0 217623221 8228864 1796 1992294400 134512640 136057169 4294956160 18446744073709551615 134637507 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2009 1796 182 377 0 1629 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8036

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1860744/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=8744 CPUtime=162.24
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 1963 0 0 0 16222 2 0 0 25 0 1 0 217623221 8953856 1942 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2186 1942 182 377 0 1806 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8744

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859912/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=9444 CPUtime=222.22
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2150 0 0 0 22220 2 0 0 25 0 1 0 217623221 9670656 2129 1992294400 134512640 136057169 4294956160 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2361 2129 182 377 0 1981 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9444

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859464/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=9876 CPUtime=282.2
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2255 0 0 0 28218 2 0 0 25 0 1 0 217623221 10113024 2234 1992294400 134512640 136057169 4294956160 18446744073709551615 134829008 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2469 2234 182 377 0 2089 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9876

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

[startup+307.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=306.99
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2282 0 0 0 30697 2 0 0 25 0 1 0 217623221 10272768 2261 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2261 182 377 0 2128 0
Current children cumulated CPU time (s) 306.99
Current children cumulated vsize (KiB) 10032

[startup+313.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=313.39
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2293 0 0 0 31337 2 0 0 25 0 1 0 217623221 10272768 2272 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2272 182 377 0 2128 0
Current children cumulated CPU time (s) 313.39
Current children cumulated vsize (KiB) 10032

[startup+319.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=319.78
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2294 0 0 0 31976 2 0 0 25 0 1 0 217623221 10272768 2273 1992294400 134512640 136057169 4294956160 18446744073709551615 134618259 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2273 182 377 0 2128 0
Current children cumulated CPU time (s) 319.78
Current children cumulated vsize (KiB) 10032

[startup+323.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=322.98
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2295 0 0 0 32296 2 0 0 25 0 1 0 217623221 10272768 2274 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 322.98
Current children cumulated vsize (KiB) 10032

[startup+323.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=323.78
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2295 0 0 0 32376 2 0 0 25 0 1 0 217623221 10272768 2274 1992294400 134512640 136057169 4294956160 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 323.78
Current children cumulated vsize (KiB) 10032

[startup+324.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=324.18
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2295 0 0 0 32416 2 0 0 25 0 1 0 217623221 10272768 2274 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 324.18
Current children cumulated vsize (KiB) 10032

[startup+324.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18686
/proc/meminfo: memFree=1859336/2055920 swapFree=4171272/4192956
[pid=18685] ppid=18683 vsize=10032 CPUtime=324.39
/proc/18685/stat : 18685 (clasp) R 18683 18685 18606 0 -1 4194304 2295 0 0 0 32437 2 0 0 25 0 1 0 217623221 10272768 2274 1992294400 134512640 136057169 4294956160 18446744073709551615 134624585 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18685/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 324.39
Current children cumulated vsize (KiB) 10032

Child status: 20
Real time (s): 324.509
CPU time (s): 324.402
CPU user time (s): 324.374
CPU system time (s): 0.027995
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 10032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.374
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2300
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= 572

runsolver used 0.240963 second user time and 0.685895 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-09 21:05:04
IDJOB=1785150
IDBENCH=24712
IDSOLVER=637
FILE ID=node29/1785150-1241895904
PBS_JOBID= 9264750
Free space on /tmp= 66404 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785150-1241895904/watcher-1785150-1241895904 -o /tmp/evaluation-result-1785150-1241895904/solver-1785150-1241895904 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1785150-1241895904.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 56dc474305bf6e6817771129f995c737
RANDOM SEED=65494704

node29.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.281
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.281
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:       1868392 kB
Buffers:         35152 kB
Cached:          94900 kB
SwapCached:      15876 kB
Active:          60128 kB
Inactive:        88732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868392 kB
SwapTotal:     4192956 kB
SwapFree:      4171272 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          15048 kB
Slab:            24572 kB
Committed_AS:   798856 kB
PageTables:       1472 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= 66404 MiB
End job on node29 at 2009-05-09 21:10:28