Trace number 421469

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, and are wall clock time (not CPU 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
minisat SAT 2007UNSAT 124.563 124.6

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.0267
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  15589                                                |
0.00/0.00	c |  Number of clauses:    54263                                                |
0.05/0.06	c |  Parsing time:         0.05         s                                       |
0.19/0.30	c ============================[ Search Statistics ]==============================
0.19/0.30	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.30	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.30	c ===============================================================================
0.19/0.30	c |         0 |    4046    22190    73995 |     7396        0    nan |  0.000 % |
0.29/0.31	c |       100 |    4046    22190    73995 |     8136      100     41 | 17.185 % |
0.29/0.34	c |       251 |    4046    22190    73995 |     8949      251     40 | 17.185 % |
0.29/0.40	c |       476 |    4046    22190    73995 |     9844      476     61 | 17.185 % |
0.39/0.44	c |       813 |    4046    22190    73995 |    10829      813     55 | 17.185 % |
0.49/0.51	c |      1319 |    4046    22190    73995 |    11912     1319     58 | 17.185 % |
0.59/0.61	c |      2078 |    4046    22190    73995 |    13103     2078     60 | 17.185 % |
0.79/0.81	c |      3218 |    4045    21962    73464 |    14414     3214     59 | 17.192 % |
1.09/1.12	c |      4926 |    4045    21962    73464 |    15855     4922     61 | 17.192 % |
1.59/1.60	c |      7488 |    4045    21962    73464 |    17440     7484     63 | 17.192 % |
2.49/2.58	c |     11332 |    4045    21962    73464 |    19185    11328     61 | 17.192 % |
4.19/4.23	c |     17098 |    4045    21962    73464 |    21103    17094     58 | 17.192 % |
7.29/7.32	c |     25747 |    4045    21962    73464 |    23213    25743     56 | 17.192 % |
12.29/12.37	c |     38722 |    4045    21962    73464 |    25535    24386     52 | 17.192 % |
20.98/21.09	c |     58183 |    4045    21962    73464 |    28088    15012     44 | 17.192 % |
32.19/32.21	c |     87375 |    4045    21962    73464 |    30897    27010     54 | 17.192 % |
53.28/53.38	c |    131166 |    4045    21962    73464 |    33987    31513     44 | 17.192 % |
87.16/87.29	c |    196851 |    4044    21938    73416 |    37386    23729     44 | 17.198 % |
124.46/124.59	c ===============================================================================
124.46/124.59	c restarts              : 18
124.46/124.59	c conflicts             : 269949         (2168 /sec)
124.46/124.59	c decisions             : 323207         (0.74 % random) (2596 /sec)
124.46/124.59	c propagations          : 38555257       (309638 /sec)
124.46/124.59	c conflict literals     : 13434684       (51.31 % deleted)
124.46/124.59	c Memory used           : 17.64 MB
124.46/124.59	c CPU time              : 124.517 s
124.46/124.59	c 
124.46/124.59	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-421469-1177491804 -o ROOT/results/node6/solver-421469-1177491804 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421469-1177491804/minisat_noassertions /tmp/evaluation/421469-1177491804/instance-421469-1177491804.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.71 3/77 25500
/proc/meminfo: memFree=1831344/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=2748 CPUtime=0
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 507 0 0 0 0 0 0 0 18 0 1 0 225218079 2813952 493 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 687 501 50 130 0 554 0

[startup+0.0604879 s]
/proc/loadavg: 0.91 0.95 0.71 3/77 25500
/proc/meminfo: memFree=1831344/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=6532 CPUtime=0.05
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 1461 0 0 0 5 0 0 0 18 0 1 0 225218079 6688768 1430 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 1633 1430 50 130 0 1500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6532

[startup+0.101491 s]
/proc/loadavg: 0.91 0.95 0.71 3/77 25500
/proc/meminfo: memFree=1831344/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=7572 CPUtime=0.09
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 1703 0 0 0 9 0 0 0 18 0 1 0 225218079 7753728 1672 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 1893 1672 62 130 0 1760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7572

[startup+0.301515 s]
/proc/loadavg: 0.91 0.95 0.71 3/77 25500
/proc/meminfo: memFree=1831344/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=10164 CPUtime=0.29
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 2575 0 0 0 28 1 0 0 20 0 1 0 225218079 10407936 2334 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 2541 2334 63 130 0 2408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10164

[startup+0.701561 s]
/proc/loadavg: 0.91 0.95 0.71 3/77 25500
/proc/meminfo: memFree=1831344/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=10164 CPUtime=0.69
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 2579 0 0 0 68 1 0 0 23 0 1 0 225218079 10407936 2338 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134520963 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 2541 2338 67 130 0 2408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10164

[startup+1.50166 s]
/proc/loadavg: 0.91 0.95 0.71 2/78 25501
/proc/meminfo: memFree=1822056/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=10956 CPUtime=1.49
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 2769 0 0 0 148 1 0 0 25 0 1 0 225218079 11218944 2528 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 2739 2528 67 130 0 2606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10956

[startup+3.10184 s]
/proc/loadavg: 0.91 0.95 0.71 2/78 25501
/proc/meminfo: memFree=1820648/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=12324 CPUtime=3.09
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 3123 0 0 0 308 1 0 0 25 0 1 0 225218079 12619776 2882 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548017 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 3081 2882 67 130 0 2948 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12324

[startup+6.30221 s]
/proc/loadavg: 0.92 0.95 0.71 2/78 25501
/proc/meminfo: memFree=1818216/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=14372 CPUtime=6.29
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 3637 0 0 0 627 2 0 0 25 0 1 0 225218079 14716928 3396 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 3593 3396 67 130 0 3460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14372

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.72 3/78 25501
/proc/meminfo: memFree=1816424/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=15724 CPUtime=12.69
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 3944 0 0 0 1267 2 0 0 25 0 1 0 225218079 16101376 3703 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552475 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 3931 3703 67 130 0 3798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15724

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.72 2/78 25501
/proc/meminfo: memFree=1816424/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=15724 CPUtime=25.48
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 3945 0 0 0 2546 2 0 0 25 0 1 0 225218079 16101376 3704 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 3931 3704 67 130 0 3798 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15724

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.73 2/78 25501
/proc/meminfo: memFree=1815016/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=17052 CPUtime=51.08
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4293 0 0 0 5105 3 0 0 25 0 1 0 225218079 17461248 4052 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4263 4052 67 130 0 4130 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17052

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.74 2/78 25501
/proc/meminfo: memFree=1814440/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=17580 CPUtime=102.26
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4446 0 0 0 10223 3 0 0 25 0 1 0 225218079 18001920 4205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4395 4205 67 130 0 4262 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17580

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

[startup+115.102 s]
/proc/loadavg: 0.98 0.96 0.74 2/78 25501
/proc/meminfo: memFree=1814120/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=18056 CPUtime=115.06
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4519 0 0 0 11502 4 0 0 25 0 1 0 225218079 18489344 4278 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4514 4278 67 130 0 4381 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 18056

[startup+121.502 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 25501
/proc/meminfo: memFree=1814120/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=18056 CPUtime=121.46
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4524 0 0 0 12142 4 0 0 25 0 1 0 225218079 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 18056

[startup+123.102 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 25501
/proc/meminfo: memFree=1814120/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=18056 CPUtime=123.06
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4524 0 0 0 12302 4 0 0 25 0 1 0 225218079 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548233 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 123.06
Current children cumulated vsize (KiB) 18056

[startup+123.902 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 25501
/proc/meminfo: memFree=1814120/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=18056 CPUtime=123.86
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4524 0 0 0 12382 4 0 0 25 0 1 0 225218079 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 123.86
Current children cumulated vsize (KiB) 18056

[startup+124.306 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 25501
/proc/meminfo: memFree=1814120/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=18056 CPUtime=124.26
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4524 0 0 0 12422 4 0 0 25 0 1 0 225218079 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548048 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 124.26
Current children cumulated vsize (KiB) 18056

[startup+124.501 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 25501
/proc/meminfo: memFree=1814120/2055924 swapFree=4143416/4192956
[pid=25500] ppid=25498 vsize=18056 CPUtime=124.46
/proc/25500/stat : 25500 (minisat_noasser) R 25498 25500 25155 0 -1 4194304 4524 0 0 0 12442 4 0 0 25 0 1 0 225218079 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25500/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 124.46
Current children cumulated vsize (KiB) 18056

Child status: 20
Real time (s): 124.6
CPU time (s): 124.563
CPU user time (s): 124.517
CPU system time (s): 0.045993
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 18056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.517
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4530
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= 9
involuntary context switches= 2574

runsolver used 0.103984 second user time and 0.276957 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Apr 25 09:03:24 UTC 2007

IDJOB= 421469
IDBENCH= 20392
IDSOLVER= 188
FILE ID= node6/421469-1177491804

PBS_JOBID= 4685813

Free space on /tmp= 66424 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/421469-1177491804/minisat_noassertions /tmp/evaluation/421469-1177491804/instance-421469-1177491804.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-421469-1177491804 -o ROOT/results/node6/solver-421469-1177491804 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421469-1177491804/minisat_noassertions /tmp/evaluation/421469-1177491804/instance-421469-1177491804.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 721599040

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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:      2055924 kB
MemFree:       1831752 kB
Buffers:         38752 kB
Cached:         115988 kB
SwapCached:      17640 kB
Active:         122432 kB
Inactive:        59024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1831752 kB
SwapTotal:     4192956 kB
SwapFree:      4143416 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          29736 kB
Slab:            28240 kB
Committed_AS:  7122128 kB
PageTables:       1784 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= 66424 MiB

End job on node6 on Wed Apr 25 09:05:29 UTC 2007