Trace number 1797989

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 199.869 199.92

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.815
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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:  123925                                               |
0.00/0.00	|  Number of clauses:    539763                                               |
0.29/0.36	|  Parsing time:         0.31         s                                       |
0.39/0.41	============================[ Search Statistics ]==============================
0.39/0.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	===============================================================================
0.39/0.41	|         0 |   94199   384045   926920 |   128015        0    nan |  0.000 % |
0.49/0.54	|       100 |   94199   384045   926920 |   140816      100    241 | 23.987 % |
0.79/0.83	|       250 |   94189   384045   926920 |   154898      249    169 | 24.990 % |
1.29/1.38	|       475 |   92933   378219   914074 |   170387      471    125 | 25.712 % |
1.99/2.09	|       812 |   92930   378219   914074 |   187426      808    199 | 25.712 % |
2.89/2.96	|      1318 |   89008   359963   874004 |   206169     1310    201 | 28.176 % |
4.30/4.38	|      2077 |   88802   359960   873998 |   226786     2064    198 | 29.154 % |
6.19/6.27	|      3218 |   87793   354226   861169 |   249465     3203    203 | 29.156 % |
12.09/12.16	|      4926 |   87744   354222   861161 |   274411     4908    273 | 29.698 % |
19.69/19.79	|      7489 |   87120   350941   853709 |   301852     7451    299 | 29.709 % |
35.38/35.43	|     11335 |   85900   345245   841029 |   332037    11294    353 | 30.684 % |
49.48/49.55	|     17101 |   82125   327765   802232 |   365241    16969    315 | 33.730 % |
78.27/78.37	|     25750 |   77731   307266   755908 |   401765    25540    308 | 37.870 % |
123.16/123.22	|     38735 |   72132   282348   699753 |   441942    34706    315 | 43.004 % |
199.83/199.90	===============================================================================
199.83/199.90	restarts              : 14
199.83/199.90	conflicts             : 57381          (287 /sec)
199.83/199.90	decisions             : 421171         (1.27 % random) (2110 /sec)
199.83/199.90	propagations          : 275869599      (1381886 /sec)
199.83/199.90	conflict literals     : 16042584       (32.31 % deleted)
199.83/199.90	Memory used           : 89.51 MB
199.83/199.90	CPU time              : 199.633 s
199.83/199.90	
199.83/199.90	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-1797989-1242084505/watcher-1797989-1242084505 -o /tmp/evaluation-result-1797989-1242084505/solver-1797989-1242084505 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797989-1242084505.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/64 12653
/proc/meminfo: memFree=1114856/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=2652 CPUtime=0
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 530 0 0 0 0 0 0 0 18 0 1 0 236484154 2715648 515 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 663 517 58 171 0 489 0

[startup+0.03404 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12653
/proc/meminfo: memFree=1114856/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=8008 CPUtime=0.02
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 1793 0 0 0 2 0 0 0 18 0 1 0 236484154 8200192 1778 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 2002 1778 58 171 0 1828 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8008

[startup+0.101043 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12653
/proc/meminfo: memFree=1114856/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=13144 CPUtime=0.09
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 3016 0 0 0 8 1 0 0 18 0 1 0 236484154 13459456 3001 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 3286 3003 58 171 0 3112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13144

[startup+0.301055 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12653
/proc/meminfo: memFree=1114856/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=25804 CPUtime=0.29
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 6005 0 0 0 25 4 0 0 19 0 1 0 236484154 26423296 5990 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 6451 5991 58 171 0 6277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25804

[startup+0.701081 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12653
/proc/meminfo: memFree=1114856/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=31608 CPUtime=0.69
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 7351 0 0 0 64 5 0 0 22 0 1 0 236484154 32366592 7336 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 7902 7336 77 171 0 7728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31608

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1085728/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=31608 CPUtime=1.49
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 7352 0 0 0 144 5 0 0 25 0 1 0 236484154 32366592 7337 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 7902 7337 78 171 0 7728 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31608

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1085600/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=31608 CPUtime=3.09
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 7353 0 0 0 304 5 0 0 25 0 1 0 236484154 32366592 7338 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 7902 7338 78 171 0 7728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31608

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1084960/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=32404 CPUtime=6.29
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 7552 0 0 0 624 5 0 0 25 0 1 0 236484154 33181696 7537 1992294400 134512640 135213614 4294956256 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 8101 7537 78 171 0 7927 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32404

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1081952/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=35452 CPUtime=12.69
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 8289 0 0 0 1264 5 0 0 25 0 1 0 236484154 36302848 8274 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 8863 8274 78 171 0 8689 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35452

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1076128/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=41140 CPUtime=25.49
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 9719 0 0 0 2542 7 0 0 25 0 1 0 236484154 42127360 9704 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 10285 9704 78 171 0 10111 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41140

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1065440/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=52000 CPUtime=51.07
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 12441 0 0 0 5096 11 0 0 25 0 1 0 236484154 53248000 12426 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 13000 12426 78 171 0 12826 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52000

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12654
/proc/meminfo: memFree=1047008/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=70268 CPUtime=102.26
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 16991 0 0 0 10211 15 0 0 25 0 1 0 236484154 71954432 16976 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 17567 16976 78 171 0 17393 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70268

[startup+162.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 12654
/proc/meminfo: memFree=1032544/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=84896 CPUtime=162.25
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 20640 0 0 0 16205 20 0 0 25 0 1 0 236484154 86933504 20625 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 21224 20625 78 171 0 21050 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 84896

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

[startup+179.102 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1029216/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=88224 CPUtime=179.04
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 21486 0 0 0 17884 20 0 0 25 0 1 0 236484154 90341376 21471 1992294400 134512640 135213614 4294956256 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22056 21471 78 171 0 21882 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 88224

[startup+191.901 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1026848/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=90468 CPUtime=191.84
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 22054 0 0 0 19163 21 0 0 25 0 1 0 236484154 92639232 22039 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22617 22039 78 171 0 22443 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 90468

[startup+195.102 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1026144/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=91260 CPUtime=195.04
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 22230 0 0 0 19483 21 0 0 25 0 1 0 236484154 93450240 22215 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22815 22215 78 171 0 22641 0
Current children cumulated CPU time (s) 195.04
Current children cumulated vsize (KiB) 91260

[startup+198.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1025696/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=91524 CPUtime=198.24
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 22309 0 0 0 19803 21 0 0 25 0 1 0 236484154 93720576 22294 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22881 22294 78 171 0 22707 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 91524

[startup+199.106 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1025632/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=91656 CPUtime=199.04
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 22322 0 0 0 19883 21 0 0 25 0 1 0 236484154 93855744 22307 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22914 22307 78 171 0 22740 0
Current children cumulated CPU time (s) 199.04
Current children cumulated vsize (KiB) 91656

[startup+199.502 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1025632/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=91656 CPUtime=199.43
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 22330 0 0 0 19922 21 0 0 25 0 1 0 236484154 93855744 22315 1992294400 134512640 135213614 4294956256 18446744073709551615 134524029 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22914 22315 78 171 0 22740 0
Current children cumulated CPU time (s) 199.43
Current children cumulated vsize (KiB) 91656

[startup+199.902 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12654
/proc/meminfo: memFree=1025632/2055920 swapFree=4181272/4192956
[pid=12653] ppid=12651 vsize=91656 CPUtime=199.83
/proc/12653/stat : 12653 (minisat_static) R 12651 12653 12096 0 -1 4194304 22330 0 0 0 19962 21 0 0 25 0 1 0 236484154 93855744 22315 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/12653/statm: 22914 22315 78 171 0 22740 0
Current children cumulated CPU time (s) 199.83
Current children cumulated vsize (KiB) 91656

Child status: 20
Real time (s): 199.92
CPU time (s): 199.869
CPU user time (s): 199.633
CPU system time (s): 0.235964
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 91656

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

runsolver used 0.174973 second user time and 0.450931 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 01:28:26
IDJOB=1797989
IDBENCH=70997
IDSOLVER=651
FILE ID=node22/1797989-1242084505
PBS_JOBID= 9277643
Free space on /tmp= 66384 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797989-1242084505/watcher-1797989-1242084505 -o /tmp/evaluation-result-1797989-1242084505/solver-1797989-1242084505 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797989-1242084505.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1218534954

node22.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.232
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.232
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:       1115272 kB
Buffers:         82188 kB
Cached:         754192 kB
SwapCached:       5528 kB
Active:          48580 kB
Inactive:       796264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1115272 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            9976 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            81840 kB
Committed_AS:   917492 kB
PageTables:       1372 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= 66384 MiB
End job on node22 at 2009-05-12 01:31:46