Trace number 1718289

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 466.561 466.518

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark362.542
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

Solver Data

466.54/466.51	c clasp version 1.2.0-SAT09 
466.54/466.51	c Reading from ...635240/instance-1718289-1240635240.cnf
466.54/466.51	c Reading      : Done(0.000s)
466.54/466.51	c Preprocessing: |-\Done(0.010s)
466.54/466.51	c Solving...
466.54/466.51	
466.54/466.51	c Models    : 0     
466.54/466.51	c Time         : 466.620s (Solve: 466.610s)
466.54/466.51	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-1718289-1240635240/watcher-1718289-1240635240 -o /tmp/evaluation-result-1718289-1240635240/solver-1718289-1240635240 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1718289-1240635240.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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.01 1.10 3/64 17044
/proc/meminfo: memFree=1721088/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=1980 CPUtime=0
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 91557376 2027520 251 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 495 253 164 377 0 115 0

[startup+0.0754901 s]
/proc/loadavg: 1.00 1.01 1.10 3/64 17044
/proc/meminfo: memFree=1721088/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=2244 CPUtime=0.07
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 358 0 0 0 7 0 0 0 18 0 1 0 91557376 2297856 335 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 561 335 182 377 0 181 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2244

[startup+0.102482 s]
/proc/loadavg: 1.00 1.01 1.10 3/64 17044
/proc/meminfo: memFree=1721088/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=2244 CPUtime=0.1
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 382 0 0 0 10 0 0 0 18 0 1 0 91557376 2297856 359 1992294400 134512640 136057169 4294956160 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 561 359 182 377 0 181 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2244

[startup+0.301425 s]
/proc/loadavg: 1.00 1.01 1.10 3/64 17044
/proc/meminfo: memFree=1721088/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=2376 CPUtime=0.29
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 406 0 0 0 29 0 0 0 19 0 1 0 91557376 2433024 383 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 594 383 182 377 0 214 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2376

[startup+0.701312 s]
/proc/loadavg: 1.00 1.01 1.10 3/64 17044
/proc/meminfo: memFree=1721088/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=2640 CPUtime=0.69
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 464 0 0 0 69 0 0 0 22 0 1 0 91557376 2703360 441 1992294400 134512640 136057169 4294956160 18446744073709551615 134823736 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 660 441 182 377 0 280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2640

[startup+1.50108 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 17045
/proc/meminfo: memFree=1719928/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=2772 CPUtime=1.49
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 501 0 0 0 149 0 0 0 25 0 1 0 91557376 2838528 478 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 693 478 182 377 0 313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2772

[startup+3.10163 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 17045
/proc/meminfo: memFree=1719608/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=3036 CPUtime=3.09
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 571 0 0 0 309 0 0 0 25 0 1 0 91557376 3108864 548 1992294400 134512640 136057169 4294956160 18446744073709551615 134828272 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 759 548 182 377 0 379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3036

[startup+6.30173 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 17045
/proc/meminfo: memFree=1719224/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=3304 CPUtime=6.29
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 620 0 0 0 629 0 0 0 25 0 1 0 91557376 3383296 597 1992294400 134512640 136057169 4294956160 18446744073709551615 134615603 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 826 597 182 377 0 446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3304

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 17045
/proc/meminfo: memFree=1718520/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=3832 CPUtime=12.69
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 778 0 0 0 1269 0 0 0 25 0 1 0 91557376 3923968 755 1992294400 134512640 136057169 4294956160 18446744073709551615 134756814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 958 755 182 377 0 578 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3832

[startup+25.5023 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 17045
/proc/meminfo: memFree=1718136/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=4228 CPUtime=25.49
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 848 0 0 0 2549 0 0 0 25 0 1 0 91557376 4329472 825 1992294400 134512640 136057169 4294956160 18446744073709551615 134637424 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1057 825 182 377 0 677 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4228

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17045
/proc/meminfo: memFree=1717560/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=4652 CPUtime=51.1
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 983 0 0 0 5110 0 0 0 25 0 1 0 91557376 4763648 960 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1163 960 182 377 0 783 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 4652

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17045
/proc/meminfo: memFree=1716920/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=5312 CPUtime=102.3
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1145 0 0 0 10230 0 0 0 25 0 1 0 91557376 5439488 1122 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1328 1122 182 377 0 948 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5312

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17045
/proc/meminfo: memFree=1716088/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=6160 CPUtime=162.31
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1362 0 0 0 16230 1 0 0 25 0 1 0 91557376 6307840 1339 1992294400 134512640 136057169 4294956160 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1540 1339 182 377 0 1160 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 6160

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17045
/proc/meminfo: memFree=1715832/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=6392 CPUtime=222.32
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1417 0 0 0 22231 1 0 0 25 0 1 0 91557376 6545408 1394 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1598 1394 182 377 0 1218 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 6392

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 17045
/proc/meminfo: memFree=1715256/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=6836 CPUtime=282.32
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1548 0 0 0 28231 1 0 0 25 0 1 0 91557376 7000064 1510 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1709 1510 182 377 0 1329 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 6836

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17045
/proc/meminfo: memFree=1715000/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7136 CPUtime=342.32
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1639 0 0 0 34231 1 0 0 25 0 1 0 91557376 7307264 1585 1992294400 134512640 136057169 4294956160 18446744073709551615 134828289 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1784 1585 182 377 0 1404 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 7136

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17045
/proc/meminfo: memFree=1714680/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7556 CPUtime=402.33
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1751 0 0 0 40232 1 0 0 25 0 1 0 91557376 7737344 1675 1992294400 134512640 136057169 4294956160 18446744073709551615 134823758 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1889 1675 182 377 0 1509 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 7556

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17051
/proc/meminfo: memFree=1714424/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7548 CPUtime=462.34
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1751 0 0 0 46232 2 0 0 25 0 1 0 91557376 7729152 1675 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1887 1675 182 377 0 1507 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 7548

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

[startup+463.901 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17051
/proc/meminfo: memFree=1714424/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7548 CPUtime=463.94
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1751 0 0 0 46392 2 0 0 25 0 1 0 91557376 7729152 1675 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1887 1675 182 377 0 1507 0
Current children cumulated CPU time (s) 463.94
Current children cumulated vsize (KiB) 7548

[startup+465.502 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17051
/proc/meminfo: memFree=1714488/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7548 CPUtime=465.54
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1751 0 0 0 46552 2 0 0 25 0 1 0 91557376 7729152 1675 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1887 1675 182 377 0 1507 0
Current children cumulated CPU time (s) 465.54
Current children cumulated vsize (KiB) 7548

[startup+466.302 s]
/proc/loadavg: 1.08 1.02 1.06 2/65 17051
/proc/meminfo: memFree=1714488/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7548 CPUtime=466.34
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1751 0 0 0 46632 2 0 0 25 0 1 0 91557376 7729152 1675 1992294400 134512640 136057169 4294956160 18446744073709551615 134823647 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1887 1675 182 377 0 1507 0
Current children cumulated CPU time (s) 466.34
Current children cumulated vsize (KiB) 7548

[startup+466.501 s]
/proc/loadavg: 1.08 1.02 1.06 2/65 17051
/proc/meminfo: memFree=1714488/2055920 swapFree=4181344/4192956
[pid=17044] ppid=17042 vsize=7548 CPUtime=466.54
/proc/17044/stat : 17044 (clasp) R 17042 17044 16977 0 -1 4194304 1751 0 0 0 46652 2 0 0 25 0 1 0 91557376 7729152 1675 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17044/statm: 1887 1675 182 377 0 1507 0
Current children cumulated CPU time (s) 466.54
Current children cumulated vsize (KiB) 7548

Child status: 20
Real time (s): 466.518
CPU time (s): 466.561
CPU user time (s): 466.538
CPU system time (s): 0.022996
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 7584

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

runsolver used 0.446932 second user time and 0.844871 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 06:54:00
IDJOB=1718289
IDBENCH=20474
IDSOLVER=508
FILE ID=node16/1718289-1240635240
PBS_JOBID= 9186417
Free space on /tmp= 66320 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.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-1718289-1240635240/watcher-1718289-1240635240 -o /tmp/evaluation-result-1718289-1240635240/solver-1718289-1240635240 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1718289-1240635240.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b1a6497b6934405ef70bfcc51fa85893
RANDOM SEED=764469435

node16.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.234
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.234
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:       1721568 kB
Buffers:         46660 kB
Cached:         236748 kB
SwapCached:       6408 kB
Active:         121052 kB
Inactive:       171232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721568 kB
SwapTotal:     4192956 kB
SwapFree:      4181344 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            28180 kB
Committed_AS:   297652 kB
PageTables:       1436 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= 66316 MiB
End job on node16 at 2009-04-25 07:01:46