Trace number 1806934

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 149.899 149.943

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.652
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

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:  45                                                   |
0.00/0.00	|  Number of clauses:    38430                                                |
0.00/0.04	|  Parsing time:         0.04         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
0.00/0.05	|       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
0.00/0.06	|       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
0.06/0.08	|       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
0.09/0.11	|       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
0.09/0.15	|      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
0.19/0.25	|      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
0.29/0.37	|      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
0.49/0.55	|      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
0.89/0.94	|      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
1.59/1.60	|     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
2.79/2.83	|     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
5.09/5.19	|     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
10.59/10.69	|     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
18.78/18.81	|     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
32.38/32.41	|     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
52.98/53.10	|    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
77.77/77.82	|    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
122.76/122.88	|    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
149.85/149.94	===============================================================================
149.85/149.94	restarts              : 19
149.85/149.94	conflicts             : 359627         (2400 /sec)
149.85/149.94	decisions             : 380172         (1.81 % random) (2537 /sec)
149.85/149.94	propagations          : 2523897        (16841 /sec)
149.85/149.94	conflict literals     : 5095339        (23.74 % deleted)
149.85/149.94	Memory used           : 13.77 MB
149.85/149.94	CPU time              : 149.87 s
149.85/149.94	
149.85/149.94	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-1806934-1242153634/watcher-1806934-1242153634 -o /tmp/evaluation-result-1806934-1242153634/solver-1806934-1242153634 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806934-1242153634.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.02 1.00 3/65 24352
/proc/meminfo: memFree=1317320/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=2028 CPUtime=0
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 387 0 0 0 0 0 0 0 18 0 1 0 243391753 2076672 372 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 507 372 58 171 0 333 0

[startup+0.0709759 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 24352
/proc/meminfo: memFree=1317320/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=4968 CPUtime=0.06
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1132 0 0 0 6 0 0 0 18 0 1 0 243391753 5087232 1117 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 1242 1117 77 171 0 1068 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4968

[startup+0.101979 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 24352
/proc/meminfo: memFree=1317320/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=5132 CPUtime=0.09
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1156 0 0 0 9 0 0 0 18 0 1 0 243391753 5255168 1141 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 1283 1141 77 171 0 1109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5132

[startup+0.302002 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 24352
/proc/meminfo: memFree=1317320/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=5404 CPUtime=0.29
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1246 0 0 0 29 0 0 0 19 0 1 0 243391753 5533696 1231 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 1351 1231 77 171 0 1177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5404

[startup+0.701049 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 24352
/proc/meminfo: memFree=1317320/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=5816 CPUtime=0.69
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1349 0 0 0 69 0 0 0 22 0 1 0 243391753 5955584 1334 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 1454 1334 77 171 0 1280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5816

[startup+1.50114 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24353
/proc/meminfo: memFree=1312000/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=6424 CPUtime=1.49
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1493 0 0 0 149 0 0 0 25 0 1 0 243391753 6578176 1478 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 1606 1478 77 171 0 1432 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6424

[startup+3.10133 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24353
/proc/meminfo: memFree=1311232/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=7276 CPUtime=3.09
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1695 0 0 0 309 0 0 0 25 0 1 0 243391753 7450624 1680 1992294400 134512640 135213614 4294956256 18446744073709551615 134526936 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 1819 1680 77 171 0 1645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7276

[startup+6.3017 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24353
/proc/meminfo: memFree=1309760/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=8388 CPUtime=6.29
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 1950 0 0 0 629 0 0 0 25 0 1 0 243391753 8589312 1935 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 2097 1935 77 171 0 1923 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8388

[startup+12.7015 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24353
/proc/meminfo: memFree=1308352/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=9756 CPUtime=12.69
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 2277 0 0 0 1268 1 0 0 25 0 1 0 243391753 9990144 2262 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 2439 2262 77 171 0 2265 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9756

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24353
/proc/meminfo: memFree=1307456/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=10740 CPUtime=25.48
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 2478 0 0 0 2547 1 0 0 25 0 1 0 243391753 10997760 2463 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 2685 2463 77 171 0 2511 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10740

[startup+51.1019 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24353
/proc/meminfo: memFree=1306496/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=11656 CPUtime=51.08
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 2711 0 0 0 5106 2 0 0 25 0 1 0 243391753 11935744 2696 1992294400 134512640 135213614 4294956256 18446744073709551615 134535080 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 2914 2696 77 171 0 2740 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11656

[startup+102.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24353
/proc/meminfo: memFree=1305024/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=13328 CPUtime=102.27
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3087 0 0 0 10225 2 0 0 25 0 1 0 243391753 13647872 3064 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3332 3064 77 171 0 3158 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13328

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

[startup+127.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24353
/proc/meminfo: memFree=1304640/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=13736 CPUtime=127.86
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3174 0 0 0 12784 2 0 0 25 0 1 0 243391753 14065664 3151 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3434 3151 77 171 0 3260 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 13736

[startup+140.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24355
/proc/meminfo: memFree=1304128/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=14096 CPUtime=140.65
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3256 0 0 0 14063 2 0 0 25 0 1 0 243391753 14434304 3225 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3524 3225 77 171 0 3350 0
Current children cumulated CPU time (s) 140.65
Current children cumulated vsize (KiB) 14096

[startup+143.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24355
/proc/meminfo: memFree=1304192/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=14096 CPUtime=143.85
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3259 0 0 0 14383 2 0 0 25 0 1 0 243391753 14434304 3228 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3524 3228 77 171 0 3350 0
Current children cumulated CPU time (s) 143.85
Current children cumulated vsize (KiB) 14096

[startup+147.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24355
/proc/meminfo: memFree=1304192/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=14096 CPUtime=147.05
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3261 0 0 0 14703 2 0 0 25 0 1 0 243391753 14434304 3230 1992294400 134512640 135213614 4294956256 18446744073709551615 134524371 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3524 3230 77 171 0 3350 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 14096

[startup+148.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24355
/proc/meminfo: memFree=1304192/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=14096 CPUtime=148.65
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3261 0 0 0 14863 2 0 0 25 0 1 0 243391753 14434304 3230 1992294400 134512640 135213614 4294956256 18446744073709551615 134524371 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3524 3230 77 171 0 3350 0
Current children cumulated CPU time (s) 148.65
Current children cumulated vsize (KiB) 14096

[startup+149.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24355
/proc/meminfo: memFree=1304192/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=14096 CPUtime=149.45
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3261 0 0 0 14943 2 0 0 25 0 1 0 243391753 14434304 3230 1992294400 134512640 135213614 4294956256 18446744073709551615 134539542 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3524 3230 77 171 0 3350 0
Current children cumulated CPU time (s) 149.45
Current children cumulated vsize (KiB) 14096

[startup+149.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24355
/proc/meminfo: memFree=1304192/2055920 swapFree=4180188/4192956
[pid=24352] ppid=24350 vsize=14096 CPUtime=149.85
/proc/24352/stat : 24352 (minisat_static) R 24350 24352 23942 0 -1 4194304 3261 0 0 0 14983 2 0 0 25 0 1 0 243391753 14434304 3230 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 3524 3230 77 171 0 3350 0
Current children cumulated CPU time (s) 149.85
Current children cumulated vsize (KiB) 14096

Child status: 20
Real time (s): 149.943
CPU time (s): 149.899
CPU user time (s): 149.87
CPU system time (s): 0.028995
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 14096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.87
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3272
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.163975 second user time and 0.39194 second system time

The end

Launcher Data

Begin job on node54 at 2009-05-12 20:40:34
IDJOB=1806934
IDBENCH=71131
IDSOLVER=651
FILE ID=node54/1806934-1242153634
PBS_JOBID= 9289670
Free space on /tmp= 66284 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806934-1242153634/watcher-1806934-1242153634 -o /tmp/evaluation-result-1806934-1242153634/solver-1806934-1242153634 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806934-1242153634.cnf

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1569502077

node54.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.234
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.234
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:       1317736 kB
Buffers:         45468 kB
Cached:         620636 kB
SwapCached:       5872 kB
Active:          89552 kB
Inactive:       585156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317736 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:          14240 kB
Slab:            49360 kB
Committed_AS:   862676 kB
PageTables:       1368 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= 66284 MiB
End job on node54 at 2009-05-12 20:43:04