Trace number 1581761

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 136.336 136.382

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4389
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.89/0.95	c |  Number of variables:        130859                                         |
0.89/0.95	c |  Number of clauses:          619852                                         |
0.89/0.95	c |  Parse time:                   0.89 s                                       |
2.49/2.50	c |  Simplification time:          1.53 s                                       |
2.49/2.50	c |                                                                             |
2.49/2.50	c ============================[ Search Statistics ]==============================
2.49/2.50	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.49/2.50	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.49/2.50	c ===============================================================================
2.69/2.70	c |       100 |   62873   376310  1029485 |   137980       97     62 | 26.704 % |
2.79/2.84	c |       250 |   62873   376310  1029485 |   151778      247     80 | 26.704 % |
2.99/3.07	c |       475 |   62098   376310  1029485 |   166956      471     77 | 27.296 % |
3.39/3.45	c |       812 |   61257   362704   997699 |   183651      803     80 | 27.938 % |
3.69/3.79	c |      1318 |   59300   347919   960016 |   202017     1306     81 | 29.434 % |
4.29/4.38	c |      2077 |   58533   339792   940690 |   222218     2052     93 | 30.020 % |
5.19/5.23	c |      3216 |   58493   339693   940429 |   244440     3186    124 | 30.051 % |
6.39/6.43	c |      4924 |   57602   330715   917022 |   268884     4840    132 | 30.732 % |
8.09/8.17	c |      7486 |   57472   330363   916318 |   295773     7399    157 | 30.831 % |
10.99/11.02	c |     11330 |   55143   311777   870360 |   325350     9628    157 | 32.611 % |
14.68/14.74	c |     17096 |   54929   310577   867683 |   357885    15375    186 | 32.774 % |
21.68/21.75	c |     25745 |   54562   307465   859575 |   393673    22075    186 | 33.055 % |
31.89/31.97	c |     38719 |   52735   291655   817998 |   433041    34480    187 | 34.451 % |
51.18/51.23	c |     58180 |   51208   279999   788525 |   476345    53362    197 | 35.618 % |
90.46/90.58	c |     87372 |   49000   263939   746677 |   523980    79826    208 | 37.305 % |
136.25/136.35	c ===============================================================================
136.25/136.35	c restarts              : 308
136.25/136.35	c conflicts             : 114894         (845 /sec)
136.25/136.35	c decisions             : 730522         (5371 /sec)
136.25/136.35	c propagations          : 169031985      (1242879 /sec)
136.25/136.35	c conflict literals     : 24455428       (31.98 % deleted)
136.25/136.35	c Memory used           : 178.70 MB
136.25/136.35	c CPU time              : 136 s
136.25/136.35	c 
136.25/136.35	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-1581761-1238932438/watcher-1581761-1238932438 -o /tmp/evaluation-result-1581761-1238932438/solver-1581761-1238932438 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1581761-1238932438.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
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: 1.99 1.80 1.39 3/72 14400
/proc/meminfo: memFree=1784352/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=8188 CPUtime=0
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 553 0 0 0 0 0 0 0 18 0 1 0 1165905076 8384512 537 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 2047 538 63 219 0 1825 0

[startup+0.022556 s]
/proc/loadavg: 1.99 1.80 1.39 3/72 14400
/proc/meminfo: memFree=1784352/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=11688 CPUtime=0.01
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 1350 0 0 0 1 0 0 0 18 0 1 0 1165905076 11968512 1333 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 2922 1338 63 219 0 2700 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11688

[startup+0.101568 s]
/proc/loadavg: 1.99 1.80 1.39 3/72 14400
/proc/meminfo: memFree=1784352/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=24216 CPUtime=0.09
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 4138 0 0 0 8 1 0 0 18 0 1 0 1165905076 24797184 4010 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 6054 4011 63 219 0 5832 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24216

[startup+0.301606 s]
/proc/loadavg: 1.99 1.80 1.39 3/72 14400
/proc/meminfo: memFree=1784352/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=34752 CPUtime=0.29
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 7623 0 0 0 26 3 0 0 19 0 1 0 1165905076 35586048 7207 1992294400 4194304 5092341 548682068832 18446744073709551615 4236589 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 8688 7213 63 219 0 8466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34752

[startup+0.701677 s]
/proc/loadavg: 1.99 1.80 1.39 3/72 14400
/proc/meminfo: memFree=1784352/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=43700 CPUtime=0.69
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 10670 0 0 0 65 4 0 0 23 0 1 0 1165905076 44748800 9747 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 10925 9747 63 219 0 10703 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43700

[startup+1.50182 s]
/proc/loadavg: 1.99 1.80 1.39 2/73 14401
/proc/meminfo: memFree=1731544/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=58312 CPUtime=1.49
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 15081 0 0 0 143 6 0 0 25 0 1 0 1165905076 59711488 13702 1992294400 4194304 5092341 548682068832 18446744073709551615 4223967 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 14578 13702 87 219 0 14356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58312

[startup+3.10111 s]
/proc/loadavg: 1.91 1.78 1.39 2/73 14401
/proc/meminfo: memFree=1724696/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=52180 CPUtime=3.09
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 17844 0 0 0 301 8 0 0 25 0 1 0 1165905076 53432320 11460 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 13045 11460 102 219 0 12823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52180

[startup+6.30169 s]
/proc/loadavg: 1.91 1.78 1.39 2/73 14401
/proc/meminfo: memFree=1736984/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=56072 CPUtime=6.29
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 18415 0 0 0 620 9 0 0 25 0 1 0 1165905076 57417728 12031 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 14018 12031 102 219 0 13796 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56072

[startup+12.7019 s]
/proc/loadavg: 1.77 1.76 1.38 2/73 14401
/proc/meminfo: memFree=1729880/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=61912 CPUtime=12.68
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 20117 0 0 0 1259 9 0 0 25 0 1 0 1165905076 63397888 13733 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 15478 13733 102 219 0 15256 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61912

[startup+25.5012 s]
/proc/loadavg: 1.65 1.73 1.38 2/73 14401
/proc/meminfo: memFree=1716056/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=83808 CPUtime=25.48
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 23586 0 0 0 2535 13 0 0 25 0 1 0 1165905076 85819392 17202 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 20952 17202 102 219 0 20730 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83808

[startup+51.1018 s]
/proc/loadavg: 1.43 1.67 1.37 2/73 14401
/proc/meminfo: memFree=1693400/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=103516 CPUtime=51.08
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 29240 0 0 0 5090 18 0 0 25 0 1 0 1165905076 106000384 22856 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 25879 22856 102 219 0 25657 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 103516

[startup+102.306 s]
/proc/loadavg: 1.17 1.56 1.34 2/73 14401
/proc/meminfo: memFree=1655128/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=136120 CPUtime=102.26
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 38698 0 0 0 10200 26 0 0 25 0 1 0 1165905076 139386880 32314 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 34030 32314 102 219 0 33808 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136120

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

[startup+115.101 s]
/proc/loadavg: 1.14 1.54 1.34 2/73 14401
/proc/meminfo: memFree=1646104/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=181944 CPUtime=115.06
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 41129 0 0 0 11477 29 0 0 25 0 1 0 1165905076 186310656 34745 1992294400 4194304 5092341 548682068832 18446744073709551615 4248079 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45486 34745 102 219 0 45264 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 181944

[startup+127.902 s]
/proc/loadavg: 1.11 1.51 1.33 2/73 14401
/proc/meminfo: memFree=1638872/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=182244 CPUtime=127.85
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 42781 0 0 0 12755 30 0 0 25 0 1 0 1165905076 186617856 36397 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45561 36397 102 219 0 45339 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 182244

[startup+131.101 s]
/proc/loadavg: 1.11 1.51 1.33 2/73 14401
/proc/meminfo: memFree=1637400/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=182380 CPUtime=131.04
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 43139 0 0 0 13074 30 0 0 25 0 1 0 1165905076 186757120 36755 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45595 36755 102 219 0 45373 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 182380

[startup+134.303 s]
/proc/loadavg: 1.10 1.50 1.33 2/73 14401
/proc/meminfo: memFree=1636632/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=182652 CPUtime=134.25
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 43326 0 0 0 13394 31 0 0 25 0 1 0 1165905076 187035648 36942 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45663 36942 102 219 0 45441 0
Current children cumulated CPU time (s) 134.25
Current children cumulated vsize (KiB) 182652

[startup+135.101 s]
/proc/loadavg: 1.10 1.50 1.33 2/73 14401
/proc/meminfo: memFree=1636632/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=182984 CPUtime=135.05
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 43404 0 0 0 13474 31 0 0 25 0 1 0 1165905076 187375616 37020 1992294400 4194304 5092341 548682068832 18446744073709551615 4241086 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45746 37020 102 219 0 45524 0
Current children cumulated CPU time (s) 135.05
Current children cumulated vsize (KiB) 182984

[startup+135.901 s]
/proc/loadavg: 1.10 1.50 1.33 2/73 14401
/proc/meminfo: memFree=1636248/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=182984 CPUtime=135.85
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 43437 0 0 0 13554 31 0 0 25 0 1 0 1165905076 187375616 37053 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45746 37053 102 219 0 45524 0
Current children cumulated CPU time (s) 135.85
Current children cumulated vsize (KiB) 182984

[startup+136.301 s]
/proc/loadavg: 1.10 1.50 1.33 2/73 14401
/proc/meminfo: memFree=1636056/2055920 swapFree=4174684/4192956
[pid=14400] ppid=14398 vsize=182984 CPUtime=136.25
/proc/14400/stat : 14400 (minisat) R 14398 14400 13968 0 -1 4194304 43453 0 0 0 13594 31 0 0 25 0 1 0 1165905076 187375616 37069 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14400/statm: 45746 37069 102 219 0 45524 0
Current children cumulated CPU time (s) 136.25
Current children cumulated vsize (KiB) 182984

Child status: 20
Real time (s): 136.382
CPU time (s): 136.336
CPU user time (s): 136
CPU system time (s): 0.335948
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 182984

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

runsolver used 0.147977 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-05 13:53:59
IDJOB=1581761
IDBENCH=71042
IDSOLVER=546
FILE ID=node67/1581761-1238932438
PBS_JOBID= 9101423
Free space on /tmp= 66552 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581761-1238932438/watcher-1581761-1238932438 -o /tmp/evaluation-result-1581761-1238932438/solver-1581761-1238932438 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1581761-1238932438.cnf

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=694761878

node67.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.265
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.265
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:       1785536 kB
Buffers:         11528 kB
Cached:         177868 kB
SwapCached:       9640 kB
Active:          30672 kB
Inactive:       169816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785536 kB
SwapTotal:     4192956 kB
SwapFree:      4174684 kB
Dirty:           11960 kB
Writeback:           0 kB
Mapped:          16824 kB
Slab:            54964 kB
Committed_AS:  3677408 kB
PageTables:       2068 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= 66552 MiB
End job on node67 at 2009-04-05 13:56:16