Trace number 1797985

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 131.247 131.294

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark73.1389
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
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:  104481                                               |
0.00/0.00	|  Number of clauses:    500875                                               |
0.29/0.33	|  Parsing time:         0.30         s                                       |
0.29/0.38	============================[ Search Statistics ]==============================
0.29/0.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.38	===============================================================================
0.29/0.38	|         0 |   74755   345121   849036 |   115040        0    nan |  0.000 % |
0.39/0.47	|       103 |   74755   345121   849036 |   126544      103    114 | 28.451 % |
0.59/0.65	|       254 |   74755   345121   849036 |   139198      254    104 | 28.451 % |
0.69/0.79	|       479 |   74308   345121   849036 |   153118      477     67 | 30.727 % |
0.99/1.06	|       816 |   72333   332646   821264 |   168430      803     71 | 31.969 % |
1.59/1.63	|      1322 |   66775   305673   761210 |   185273     1292     66 | 38.518 % |
2.39/2.45	|      2084 |   63304   285788   716703 |   203800     2046     86 | 39.411 % |
3.49/3.52	|      3224 |   62877   283739   712517 |   224181     3185    105 | 39.820 % |
5.59/5.67	|      4932 |   62311   281249   707015 |   246599     4879    135 | 40.755 % |
10.09/10.12	|      7494 |   61077   273653   689610 |   271259     7430    197 | 41.561 % |
16.69/16.75	|     11340 |   59507   265303   670520 |   298384    11260    199 | 43.342 % |
27.88/27.93	|     17106 |   58868   259906   656792 |   328223    16999    226 | 43.657 % |
48.57/48.65	|     25760 |   58071   256089   648125 |   361045    25616    240 | 44.420 % |
85.67/85.71	|     38734 |   56024   244305   619796 |   397150    37259    245 | 46.385 % |
131.14/131.28	===============================================================================
131.14/131.28	restarts              : 14
131.14/131.28	conflicts             : 51601          (394 /sec)
131.14/131.28	decisions             : 397176         (1.40 % random) (3030 /sec)
131.14/131.28	propagations          : 174036370      (1327508 /sec)
131.14/131.28	conflict literals     : 12081254       (28.54 % deleted)
131.14/131.28	Memory used           : 69.12 MB
131.14/131.28	CPU time              : 131.1 s
131.14/131.28	
131.14/131.28	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-1797985-1242084183/watcher-1797985-1242084183 -o /tmp/evaluation-result-1797985-1242084183/solver-1797985-1242084183 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797985-1242084183.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 30510
/proc/meminfo: memFree=1031480/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=2652 CPUtime=0
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 236442775 2715648 505 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 663 506 58 171 0 489 0

[startup+0.0493149 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30510
/proc/meminfo: memFree=1031480/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=9144 CPUtime=0.04
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 2072 0 0 0 3 1 0 0 18 0 1 0 236442775 9363456 2057 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 2286 2057 58 171 0 2112 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9144

[startup+0.101321 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30510
/proc/meminfo: memFree=1031480/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=13144 CPUtime=0.09
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 2999 0 0 0 8 1 0 0 18 0 1 0 236442775 13459456 2984 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 3286 2985 58 171 0 3112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13144

[startup+0.301349 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30510
/proc/meminfo: memFree=1031480/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=25812 CPUtime=0.29
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 5962 0 0 0 26 3 0 0 19 0 1 0 236442775 26431488 5947 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 6453 5948 58 171 0 6279 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25812

[startup+0.701405 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30510
/proc/meminfo: memFree=1031480/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=30380 CPUtime=0.69
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 6779 0 0 0 66 3 0 0 22 0 1 0 236442775 31109120 6764 1992294400 134512640 135213614 4294956256 18446744073709551615 134538923 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 7595 6764 78 171 0 7421 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30380

[startup+1.50253 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=1004656/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=30560 CPUtime=1.49
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 6788 0 0 0 146 3 0 0 25 0 1 0 236442775 31293440 6773 1992294400 134512640 135213614 4294956256 18446744073709551615 134527401 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 7640 6773 78 171 0 7466 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30560

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=1004528/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=30560 CPUtime=3.09
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 6788 0 0 0 306 3 0 0 25 0 1 0 236442775 31293440 6773 1992294400 134512640 135213614 4294956256 18446744073709551615 134536454 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 7640 6773 78 171 0 7466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30560

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=1004152/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=31240 CPUtime=6.29
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 6938 0 0 0 625 4 0 0 25 0 1 0 236442775 31989760 6923 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 7810 6923 78 171 0 7636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31240

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=1000184/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=35216 CPUtime=12.69
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 7934 0 0 0 1264 5 0 0 25 0 1 0 236442775 36061184 7919 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 8804 7919 78 171 0 8630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35216

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=993016/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=42220 CPUtime=25.48
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 9701 0 0 0 2542 6 0 0 25 0 1 0 236442775 43233280 9686 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 10555 9686 78 171 0 10381 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42220

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=980344/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=54952 CPUtime=51.06
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 12859 0 0 0 5097 9 0 0 25 0 1 0 236442775 56270848 12844 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 13738 12844 78 171 0 13564 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54952

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=102.26
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 10213 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70772

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

[startup+115.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=115.05
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 11492 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134536740 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 70772

[startup+121.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=121.45
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 12132 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 121.45
Current children cumulated vsize (KiB) 70772

[startup+127.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=127.85
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 12772 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 70772

[startup+129.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=129.45
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 12932 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 129.45
Current children cumulated vsize (KiB) 70772

[startup+130.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=130.24
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 13011 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 130.24
Current children cumulated vsize (KiB) 70772

[startup+130.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=130.64
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 13051 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 130.64
Current children cumulated vsize (KiB) 70772

[startup+131.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=131.04
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 13091 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 70772

[startup+131.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30511
/proc/meminfo: memFree=964280/2055920 swapFree=4180360/4192956
[pid=30510] ppid=30508 vsize=70772 CPUtime=131.14
/proc/30510/stat : 30510 (minisat_static) R 30508 30510 29975 0 -1 4194304 16817 0 0 0 13101 13 0 0 25 0 1 0 236442775 72470528 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 1 0 0
/proc/30510/statm: 17693 16802 78 171 0 17519 0
Current children cumulated CPU time (s) 131.14
Current children cumulated vsize (KiB) 70772

Child status: 20
Real time (s): 131.294
CPU time (s): 131.247
CPU user time (s): 131.101
CPU system time (s): 0.145977
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 70772

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

runsolver used 0.116982 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-12 01:23:04
IDJOB=1797985
IDBENCH=70974
IDSOLVER=651
FILE ID=node49/1797985-1242084183
PBS_JOBID= 9277651
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=1480966032

node49.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.241
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.241
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:       1031960 kB
Buffers:         53292 kB
Cached:         911464 kB
SwapCached:       6352 kB
Active:          44116 kB
Inactive:       929564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1031960 kB
SwapTotal:     4192956 kB
SwapFree:      4180360 kB
Dirty:            9260 kB
Writeback:           0 kB
Mapped:          13792 kB
Slab:            36104 kB
Committed_AS:   825080 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node49 at 2009-05-12 01:25:15