Trace number 1797915

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
minisat2-core 070721UNSAT 195.454 195.509

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.6871
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  69097                                                |
0.00/0.00	|  Number of clauses:    225325                                               |
0.09/0.13	|  Parsing time:         0.12         s                                       |
0.09/0.14	============================[ Search Statistics ]==============================
0.09/0.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	===============================================================================
0.09/0.14	|         0 |   68840   224682   582303 |    74894        0    nan |  0.000 % |
0.39/0.48	|       100 |   68791   224682   582303 |    82383       86     33 |  0.491 % |
1.59/1.70	|       251 |   68758   224319   581411 |    90621      229     95 |  0.491 % |
3.09/3.15	|       479 |   68710   224102   580875 |    99683      450     70 |  0.560 % |
5.69/5.79	|       816 |   68709   224097   580863 |   109652      786     87 |  0.562 % |
10.99/11.03	|      1322 |   68702   224064   580785 |   120617     1288     89 |  0.572 % |
18.48/18.51	|      2082 |   68695   224039   580724 |   132679     2045    101 |  0.582 % |
34.68/34.77	|      3221 |   68695   224039   580724 |   145947     3184     82 |  0.582 % |
68.77/68.84	|      4930 |   68695   224039   580724 |   160541     4893     68 |  0.582 % |
71.87/71.95	|      7492 |   68695   224039   580724 |   176596     7455     58 |  0.582 % |
120.66/120.72	|     11339 |   68695   224039   580724 |   194255    11302     47 |  0.582 % |
195.44/195.50	===============================================================================
195.44/195.50	restarts              : 11
195.44/195.50	conflicts             : 15326          (78 /sec)
195.44/195.50	decisions             : 37867          (1.90 % random) (194 /sec)
195.44/195.50	propagations          : 281560084      (1440829 /sec)
195.44/195.50	conflict literals     : 670023         (72.21 % deleted)
195.44/195.50	Memory used           : 19.39 MB
195.44/195.50	CPU time              : 195.415 s
195.44/195.50	
195.44/195.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-1797915-1242081297/watcher-1797915-1242081297 -o /tmp/evaluation-result-1797915-1242081297/solver-1797915-1242081297 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797915-1242081297.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19363
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=2952 CPUtime=0
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 564 0 0 0 0 0 0 0 20 0 1 0 236159859 3022848 549 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 738 555 58 171 0 564 0

[startup+0.0399669 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19363
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=8468 CPUtime=0.02
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 1864 0 0 0 2 0 0 0 20 0 1 0 236159859 8671232 1832 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 2117 1833 58 171 0 1943 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8468

[startup+0.101971 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19363
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=13128 CPUtime=0.09
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 2990 0 0 0 8 1 0 0 20 0 1 0 236159859 13443072 2958 1992294400 134512640 135213614 4294956256 18446744073709551615 134544183 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 3282 2959 58 171 0 3108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13128

[startup+0.301993 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19363
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=16296 CPUtime=0.29
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 3763 0 0 0 28 1 0 0 22 0 1 0 236159859 16687104 3731 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4074 3731 75 171 0 3900 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16296

[startup+0.701036 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19363
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=16680 CPUtime=0.69
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 3841 0 0 0 67 2 0 0 25 0 1 0 236159859 17080320 3809 1992294400 134512640 135213614 4294956256 18446744073709551615 134536517 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4170 3809 77 171 0 3996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16680

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1350680/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=16812 CPUtime=1.49
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 3859 0 0 0 147 2 0 0 25 0 1 0 236159859 17215488 3827 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4203 3827 77 171 0 4029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16812

[startup+3.10131 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1350424/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=16812 CPUtime=3.09
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 3888 0 0 0 307 2 0 0 25 0 1 0 236159859 17215488 3856 1992294400 134512640 135213614 4294956256 18446744073709551615 134535851 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4203 3856 77 171 0 4029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16812

[startup+6.30166 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1350104/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=17076 CPUtime=6.29
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 3937 0 0 0 627 2 0 0 25 0 1 0 236159859 17485824 3905 1992294400 134512640 135213614 4294956256 18446744073709551615 134526816 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4269 3905 77 171 0 4095 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17076

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1349784/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=17340 CPUtime=12.69
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4014 0 0 0 1267 2 0 0 25 0 1 0 236159859 17756160 3982 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4335 3982 78 171 0 4161 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17340

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1349336/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=17736 CPUtime=25.48
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4115 0 0 0 2546 2 0 0 25 0 1 0 236159859 18161664 4083 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4434 4083 78 171 0 4260 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17736

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1348888/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=18264 CPUtime=51.07
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4242 0 0 0 5105 2 0 0 25 0 1 0 236159859 18702336 4210 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4566 4210 78 171 0 4392 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18264

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347928/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19188 CPUtime=102.27
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4464 0 0 0 10224 3 0 0 25 0 1 0 236159859 19648512 4432 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4797 4432 78 171 0 4623 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 19188

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=162.25
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 16222 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19848

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=179.04
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 17901 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 19848

[startup+185.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=185.44
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 18541 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 185.44
Current children cumulated vsize (KiB) 19848

[startup+191.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=191.84
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 19181 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 19848

[startup+193.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=193.44
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 19341 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 193.44
Current children cumulated vsize (KiB) 19848

[startup+194.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=194.24
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 19421 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 194.24
Current children cumulated vsize (KiB) 19848

[startup+195.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=195.04
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 19501 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 195.04
Current children cumulated vsize (KiB) 19848

[startup+195.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19364
/proc/meminfo: memFree=1347160/2055920 swapFree=4180448/4192956
[pid=19363] ppid=19361 vsize=19848 CPUtime=195.44
/proc/19363/stat : 19363 (minisat_static) R 19361 19363 18902 0 -1 4194304 4638 0 0 0 19541 3 0 0 25 0 1 0 236159859 20324352 4606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/19363/statm: 4962 4606 78 171 0 4788 0
Current children cumulated CPU time (s) 195.44
Current children cumulated vsize (KiB) 19848

Child status: 20
Real time (s): 195.509
CPU time (s): 195.454
CPU user time (s): 195.415
CPU system time (s): 0.038994
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 19848

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

runsolver used 0.224965 second user time and 0.486925 second system time

The end

Launcher Data

Begin job on node76 at 2009-05-12 00:34:57
IDJOB=1797915
IDBENCH=70831
IDSOLVER=651
FILE ID=node76/1797915-1242081297
PBS_JOBID= 9277652
Free space on /tmp= 66392 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797915-1242081297/watcher-1797915-1242081297 -o /tmp/evaluation-result-1797915-1242081297/solver-1797915-1242081297 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797915-1242081297.cnf

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=324328429

node76.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.220
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.220
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:       1366080 kB
Buffers:         68376 kB
Cached:         561124 kB
SwapCached:       7184 kB
Active:         221952 kB
Inactive:       417256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366080 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:          13688 kB
Slab:            36460 kB
Committed_AS:   784956 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= 66392 MiB
End job on node76 at 2009-05-12 00:38:13