Trace number 1797817

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 178.161 178.221

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.161
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

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:  115898                                               |
0.00/0.00	|  Number of clauses:    649270                                               |
0.29/0.37	|  Parsing time:         0.32         s                                       |
0.29/0.39	============================[ Search Statistics ]==============================
0.29/0.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.39	===============================================================================
0.29/0.39	|         0 |  115864   648970  1721660 |   216323        0    nan |  0.000 % |
0.49/0.56	|       100 |  115864   648970  1721660 |   237955      100     12 |  0.029 % |
0.89/0.97	|       252 |  115864   648970  1721660 |   261751      252     20 |  0.029 % |
1.29/1.30	|       477 |  115864   648970  1721660 |   287926      477     37 |  0.029 % |
1.89/1.99	|       817 |  115864   648970  1721660 |   316718      817     32 |  0.029 % |
2.39/2.47	|      1323 |  115864   648970  1721660 |   348390     1323     36 |  0.029 % |
5.28/5.32	|      2082 |  115864   648970  1721660 |   383229     2082     37 |  0.029 % |
7.49/7.54	|      3221 |  115864   648970  1721660 |   421552     3221     36 |  0.029 % |
9.99/10.05	|      4929 |  115864   648970  1721660 |   463708     4929     32 |  0.029 % |
21.38/21.49	|      7491 |  115864   648970  1721660 |   510079     7491     51 |  0.029 % |
32.08/32.14	|     11337 |  115799   648465  1720500 |   561087    11323     45 |  0.085 % |
49.97/50.02	|     17103 |  115799   648465  1720500 |   617195    17089     40 |  0.085 % |
70.56/70.62	|     25753 |  115799   648465  1720500 |   678915    25739     39 |  0.085 % |
94.56/94.61	|     38728 |  115734   647965  1719382 |   746806    38685     34 |  0.142 % |
128.75/128.89	|     58190 |  115710   647750  1718879 |   821487    58141     31 |  0.162 % |
178.14/178.21	===============================================================================
178.14/178.21	restarts              : 15
178.14/178.21	conflicts             : 81625          (458 /sec)
178.14/178.21	decisions             : 147618         (1.88 % random) (829 /sec)
178.14/178.21	propagations          : 339917976      (1909202 /sec)
178.14/178.21	conflict literals     : 2278918        (32.79 % deleted)
178.14/178.21	Memory used           : 47.70 MB
178.14/178.21	CPU time              : 178.042 s
178.14/178.21	
178.14/178.21	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-1797817-1242075137/watcher-1797817-1242075137 -o /tmp/evaluation-result-1797817-1242075137/solver-1797817-1242075137 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797817-1242075137.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: 0.91 0.97 0.99 3/64 984
/proc/meminfo: memFree=1456568/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=2200 CPUtime=0
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 436 0 0 0 0 0 0 0 18 0 1 0 235547301 2252800 422 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 550 422 58 171 0 376 0

[startup+0.012665 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 984
/proc/meminfo: memFree=1456568/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=2948 CPUtime=0
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 235547301 3018752 582 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 737 582 58 171 0 563 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2948

[startup+0.101674 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 984
/proc/meminfo: memFree=1456568/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=10720 CPUtime=0.09
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 2462 0 0 0 8 1 0 0 18 0 1 0 235547301 10977280 2447 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 2680 2447 58 171 0 2506 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10720

[startup+0.301691 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 984
/proc/meminfo: memFree=1456568/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=28968 CPUtime=0.29
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 6763 0 0 0 25 4 0 0 19 0 1 0 235547301 29663232 6748 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 7242 6748 58 171 0 7068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28968

[startup+0.701727 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 984
/proc/meminfo: memFree=1456568/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=36656 CPUtime=0.69
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 8615 0 0 0 64 5 0 0 22 0 1 0 235547301 37535744 8600 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 9164 8600 78 171 0 8990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36656

[startup+1.5018 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 985
/proc/meminfo: memFree=1422256/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=36656 CPUtime=1.49
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 8641 0 0 0 144 5 0 0 25 0 1 0 235547301 37535744 8626 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 9164 8626 78 171 0 8990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36656

[startup+3.10195 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 985
/proc/meminfo: memFree=1421616/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=36920 CPUtime=3.09
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 8687 0 0 0 304 5 0 0 25 0 1 0 235547301 37806080 8672 1992294400 134512640 135213614 4294956256 18446744073709551615 134527247 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 9230 8672 78 171 0 9056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36920

[startup+6.30124 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 985
/proc/meminfo: memFree=1421688/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=37052 CPUtime=6.29
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 8744 0 0 0 623 6 0 0 25 0 1 0 235547301 37941248 8729 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 9263 8729 78 171 0 9089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37052

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 985
/proc/meminfo: memFree=1421176/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=37580 CPUtime=12.69
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 8871 0 0 0 1263 6 0 0 25 0 1 0 235547301 38481920 8856 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 9395 8856 78 171 0 9221 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37580

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 985
/proc/meminfo: memFree=1419960/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=38900 CPUtime=25.48
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 9207 0 0 0 2542 6 0 0 25 0 1 0 235547301 39833600 9192 1992294400 134512640 135213614 4294956256 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 9725 9192 78 171 0 9551 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38900

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 985
/proc/meminfo: memFree=1418744/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=40148 CPUtime=51.07
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 9512 0 0 0 5100 7 0 0 25 0 1 0 235547301 41111552 9497 1992294400 134512640 135213614 4294956256 18446744073709551615 134537522 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 10037 9497 78 171 0 9863 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40148

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 985
/proc/meminfo: memFree=1414840/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=44144 CPUtime=102.26
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 10482 0 0 0 10217 9 0 0 25 0 1 0 235547301 45203456 10467 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 11036 10467 78 171 0 10862 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44144

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410680/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48548 CPUtime=162.23
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11521 0 0 0 16213 10 0 0 25 0 1 0 235547301 49713152 11506 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12137 11506 78 171 0 11963 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48548

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

[startup+166.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410488/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48696 CPUtime=166.24
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11562 0 0 0 16613 11 0 0 25 0 1 0 235547301 49864704 11547 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12174 11547 78 171 0 12000 0
Current children cumulated CPU time (s) 166.24
Current children cumulated vsize (KiB) 48696

[startup+172.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410424/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48696 CPUtime=172.64
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11584 0 0 0 17253 11 0 0 25 0 1 0 235547301 49864704 11569 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12174 11569 78 171 0 12000 0
Current children cumulated CPU time (s) 172.64
Current children cumulated vsize (KiB) 48696

[startup+175.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410424/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48696 CPUtime=175.84
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11586 0 0 0 17573 11 0 0 25 0 1 0 235547301 49864704 11571 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12174 11571 78 171 0 12000 0
Current children cumulated CPU time (s) 175.84
Current children cumulated vsize (KiB) 48696

[startup+177.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410360/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48836 CPUtime=177.44
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11596 0 0 0 17733 11 0 0 25 0 1 0 235547301 50008064 11581 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12209 11581 78 171 0 12035 0
Current children cumulated CPU time (s) 177.44
Current children cumulated vsize (KiB) 48836

[startup+177.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410360/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48836 CPUtime=177.83
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11597 0 0 0 17772 11 0 0 25 0 1 0 235547301 50008064 11582 1992294400 134512640 135213614 4294956256 18446744073709551615 134526928 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12209 11582 78 171 0 12035 0
Current children cumulated CPU time (s) 177.83
Current children cumulated vsize (KiB) 48836

[startup+178.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410360/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48836 CPUtime=178.04
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11597 0 0 0 17793 11 0 0 25 0 1 0 235547301 50008064 11582 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12209 11582 78 171 0 12035 0
Current children cumulated CPU time (s) 178.04
Current children cumulated vsize (KiB) 48836

[startup+178.205 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 985
/proc/meminfo: memFree=1410360/2055920 swapFree=4110812/4192956
[pid=984] ppid=982 vsize=48836 CPUtime=178.14
/proc/984/stat : 984 (minisat_static) R 982 984 822 0 -1 4194304 11597 0 0 0 17803 11 0 0 25 0 1 0 235547301 50008064 11582 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/984/statm: 12209 11582 78 171 0 12035 0
Current children cumulated CPU time (s) 178.14
Current children cumulated vsize (KiB) 48836

Child status: 20
Real time (s): 178.221
CPU time (s): 178.161
CPU user time (s): 178.042
CPU system time (s): 0.118981
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 48836

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

runsolver used 0.158975 second user time and 0.39194 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-11 22:52:18
IDJOB=1797817
IDBENCH=20421
IDSOLVER=651
FILE ID=node14/1797817-1242075137
PBS_JOBID= 9277603
Free space on /tmp= 65984 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797817-1242075137/watcher-1797817-1242075137 -o /tmp/evaluation-result-1797817-1242075137/solver-1797817-1242075137 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797817-1242075137.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=588258179

node14.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.256
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	: 5931.00
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.256
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:       1456984 kB
Buffers:         74356 kB
Cached:         373384 kB
SwapCached:      77084 kB
Active:         172632 kB
Inactive:       354212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456984 kB
SwapTotal:     4192956 kB
SwapFree:      4110812 kB
Dirty:           12432 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            58040 kB
Committed_AS:   759488 kB
PageTables:       1448 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= 65984 MiB
End job on node14 at 2009-05-11 22:55:16