Trace number 1581928

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
kw 2009-03-20UNSAT 332.057 332.154

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark165.672
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
331.99/332.11	c 326.83 seconds
331.99/332.11	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-1581928-1238934381/watcher-1581928-1238934381 -o /tmp/evaluation-result-1581928-1238934381/solver-1581928-1238934381 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1581928-1238934381.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/64 18400
/proc/meminfo: memFree=1361776/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=5516 CPUtime=0
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 998 0 0 0 0 0 0 0 18 0 1 0 1166103133 5648384 982 1992294400 4194304 6412682 548682068832 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 1379 982 192 541 0 829 0

[startup+0.103866 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18400
/proc/meminfo: memFree=1361776/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=64820 CPUtime=0.1
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 14856 0 0 0 4 6 0 0 18 0 1 0 1166103133 66375680 14840 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 16205 14846 208 541 0 15655 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 64820

[startup+0.201875 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18400
/proc/meminfo: memFree=1361776/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=105508 CPUtime=0.19
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 23740 0 0 0 10 9 0 0 18 0 1 0 1166103133 108040192 23724 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 26377 23724 219 541 0 25827 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 105508

[startup+0.301887 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18400
/proc/meminfo: memFree=1361776/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=106960 CPUtime=0.29
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 24150 0 0 0 20 9 0 0 19 0 1 0 1166103133 109527040 24134 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 26740 24135 219 541 0 26190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106960

[startup+0.701932 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18400
/proc/meminfo: memFree=1361776/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=112240 CPUtime=0.69
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 25621 0 0 0 59 10 0 0 22 0 1 0 1166103133 114933760 25605 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 28060 25605 219 541 0 27510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112240

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1254568/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=121744 CPUtime=1.49
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 28302 0 0 0 138 11 0 0 25 0 1 0 1166103133 124665856 28286 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 30436 28286 219 541 0 29886 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121744

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1240808/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=140656 CPUtime=3.09
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 34321 0 0 0 295 14 0 0 25 0 1 0 1166103133 144031744 33536 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 35164 33536 220 541 0 34614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140656

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1210088/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=190724 CPUtime=6.29
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 48191 0 0 0 609 20 0 0 25 0 1 0 1166103133 195301376 46452 1992294400 4194304 6412682 548682068832 18446744073709551615 4564921 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 47681 46452 239 541 0 47131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190724

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1164520/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=198324 CPUtime=12.69
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 51536 0 0 0 1220 49 0 0 25 0 1 0 1166103133 203083776 48526 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 49581 48526 255 541 0 49031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 198324

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1164392/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=198324 CPUtime=25.48
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 51548 0 0 0 2497 51 0 0 25 0 1 0 1166103133 203083776 48538 1992294400 4194304 6412682 548682068832 18446744073709551615 4298110 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 49581 48538 255 541 0 49031 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 198324

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1164328/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=198324 CPUtime=51.08
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 51572 0 0 0 5051 57 0 0 25 0 1 0 1166103133 203083776 48562 1992294400 4194304 6412682 548682068832 18446744073709551615 4304428 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 49581 48562 255 541 0 49031 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 198324

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1162856/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=199444 CPUtime=102.26
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 51962 0 0 0 10164 62 0 0 25 0 1 0 1166103133 204230656 48952 1992294400 4194304 6412682 548682068832 18446744073709551615 4573595 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 49861 48952 258 541 0 49311 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 199444

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1144616/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=217812 CPUtime=162.24
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 56592 0 0 0 16150 74 0 0 25 0 1 0 1166103133 223039488 53582 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 54453 53582 258 541 0 53903 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 217812

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1122216/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=239928 CPUtime=222.23
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 62094 0 0 0 22138 85 0 0 25 0 1 0 1166103133 245686272 59084 1992294400 4194304 6412682 548682068832 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 59982 59084 258 541 0 59432 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 239928

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1118120/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=243936 CPUtime=282.21
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63102 0 0 0 28134 87 0 0 25 0 1 0 1166103133 249790464 60092 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 60984 60092 258 541 0 60434 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 243936

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

[startup+307.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1118056/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=243936 CPUtime=307.1
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63118 0 0 0 30621 89 0 0 25 0 1 0 1166103133 249790464 60108 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 60984 60108 258 541 0 60434 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 243936

[startup+320.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1118056/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=243936 CPUtime=319.9
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63119 0 0 0 31900 90 0 0 25 0 1 0 1166103133 249790464 60109 1992294400 4194304 6412682 548682068832 18446744073709551615 4363665 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 60984 60109 258 541 0 60434 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 243936

[startup+326.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1118056/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=243936 CPUtime=326.29
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63120 0 0 0 32539 90 0 0 25 0 1 0 1166103133 249790464 60110 1992294400 4194304 6412682 548682068832 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 60984 60110 258 541 0 60434 0
Current children cumulated CPU time (s) 326.29
Current children cumulated vsize (KiB) 243936

[startup+329.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1117992/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=244080 CPUtime=329.49
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63156 0 0 0 32859 90 0 0 25 0 1 0 1166103133 249937920 60146 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 61020 60146 258 541 0 60470 0
Current children cumulated CPU time (s) 329.49
Current children cumulated vsize (KiB) 244080

[startup+331.206 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1117608/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=244364 CPUtime=331.09
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63230 0 0 0 33019 90 0 0 25 0 1 0 1166103133 250228736 60220 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 61091 60220 258 541 0 60541 0
Current children cumulated CPU time (s) 331.09
Current children cumulated vsize (KiB) 244364

[startup+331.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1117608/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=244364 CPUtime=331.49
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63230 0 0 0 33059 90 0 0 25 0 1 0 1166103133 250228736 60220 1992294400 4194304 6412682 548682068832 18446744073709551615 4304547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 61091 60220 258 541 0 60541 0
Current children cumulated CPU time (s) 331.49
Current children cumulated vsize (KiB) 244364

[startup+332.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1117608/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=244364 CPUtime=331.89
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63230 0 0 0 33099 90 0 0 25 0 1 0 1166103133 250228736 60220 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 61091 60220 258 541 0 60541 0
Current children cumulated CPU time (s) 331.89
Current children cumulated vsize (KiB) 244364

[startup+332.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18401
/proc/meminfo: memFree=1117608/2055920 swapFree=4176924/4192956
[pid=18400] ppid=18398 vsize=244364 CPUtime=331.99
/proc/18400/stat : 18400 (kw) R 18398 18400 17995 0 -1 0 63230 0 0 0 33109 90 0 0 25 0 1 0 1166103133 250228736 60220 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/18400/statm: 61091 60220 258 541 0 60541 0
Current children cumulated CPU time (s) 331.99
Current children cumulated vsize (KiB) 244364

Child status: 20
Real time (s): 332.154
CPU time (s): 332.057
CPU user time (s): 331.108
CPU system time (s): 0.948855
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 244364

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

runsolver used 0.299954 second user time and 0.748886 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-05 14:26:22
IDJOB=1581928
IDBENCH=71046
IDSOLVER=501
FILE ID=node35/1581928-1238934381
PBS_JOBID= 9101435
Free space on /tmp= 66484 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581928-1238934381/watcher-1581928-1238934381 -o /tmp/evaluation-result-1581928-1238934381/solver-1581928-1238934381 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1581928-1238934381.cnf

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=1747658496

node35.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.229
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.229
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:       1362192 kB
Buffers:         73056 kB
Cached:         535672 kB
SwapCached:      10140 kB
Active:         265968 kB
Inactive:       354620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362192 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           17132 kB
Writeback:           0 kB
Mapped:          17584 kB
Slab:            59160 kB
Committed_AS:  3232192 kB
PageTables:       1416 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= 66480 MiB
End job on node35 at 2009-04-05 14:31:55