Trace number 428249

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
minimarch 2007-04-26 (fixed)UNSAT 66.9868 67.0051

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.175
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of 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:  21104                                                |
0.00/0.00	|  Number of clauses:    74257                                                |
0.09/0.18	|  Parsing time:         0.18         s                                       |
0.49/0.57	============================[ Search Statistics ]==============================
0.49/0.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.57	===============================================================================
0.49/0.57	|         0 |    6240    33934   109725 |    11311        0    nan |  0.000 % |
0.49/0.57	|       100 |    6240    33934   109725 |    12442      100      4 | 22.868 % |
0.49/0.58	|       250 |    6218    33934   109725 |    13686      249      6 | 22.972 % |
0.60/0.60	|       476 |    6198    33934   109725 |    15055      467      6 | 23.076 % |
0.60/0.62	|       813 |    6162    33934   109725 |    16560      798      7 | 23.237 % |
0.60/0.68	|      1319 |    6161    33934   109725 |    18217     1303      8 | 23.242 % |
0.70/0.75	|      2080 |    6080    33473   108307 |    20038     1863      9 | 23.635 % |
0.80/0.86	|      3221 |    5961    32369   104864 |    22042     2636      9 | 24.190 % |
1.00/1.07	|      4929 |    5857    31516   102134 |    24246     4162     13 | 24.683 % |
1.40/1.45	|      7492 |    5773    31079   100740 |    26671     6427     15 | 25.095 % |
2.20/2.25	|     11336 |    5460    28945    93977 |    29338     9760     22 | 26.564 % |
3.59/3.60	|     17103 |    5111    26842    87103 |    32272    15184     26 | 28.288 % |
6.09/6.14	|     25752 |    4973    26072    84670 |    35499    23502     29 | 28.871 % |
10.59/10.70	|     38726 |    4945    25912    84135 |    39049    36408     33 | 29.791 % |
20.19/20.20	|     58189 |    4674    24360    79229 |    42954    26490     29 | 30.312 % |
37.08/37.16	|     87381 |    4417    23180    75408 |    47250    24848     25 | 31.506 % |
61.58/61.67	|    131170 |    4393    23033    74920 |    51975    35441     24 | 31.620 % |
66.87/67.00	===============================================================================
66.87/67.00	lookaheads            : 55331
66.87/67.00	variable balance      : 0.00
66.87/67.00	restarts              : 17
66.87/67.00	conflicts             : 141077         (2107 /sec)
66.87/67.00	decisions             : 212935         (1.10 % random) (3180 /sec)
66.87/67.00	decision = positive   : 142298
66.87/67.00	decision = negative   : 70637
66.87/67.00	propagations          : 50044052       (747430 /sec)
66.87/67.00	conflict literals     : 4017867        (61.24 % deleted)
66.87/67.00	Memory used           : 16.73 MB
66.87/67.00	CPU time              : 66.9548 s
66.87/67.00	
66.87/67.00	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-428249-1177714343 -o ROOT/results/node6/solver-428249-1177714343 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428249-1177714343/minimarch_fixed /tmp/evaluation/428249-1177714343/instance-428249-1177714343.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: 1.00 0.99 0.98 3/77 11074
/proc/meminfo: memFree=1684144/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=2440 CPUtime=0
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 247472003 2498560 504 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553798 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 610 504 49 132 0 475 0

[startup+0.104262 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 11074
/proc/meminfo: memFree=1684144/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=8808 CPUtime=0.09
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 1946 0 0 0 9 0 0 0 18 0 1 0 247472003 9019392 1931 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523373 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 2202 1931 51 132 0 2067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8808

[startup+0.201274 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 11074
/proc/meminfo: memFree=1684144/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=8804 CPUtime=0.19
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 1958 0 0 0 19 0 0 0 18 0 1 0 247472003 9015296 1943 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531574 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 2201 1943 63 132 0 2066 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8804

[startup+0.301285 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 11074
/proc/meminfo: memFree=1684144/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=11144 CPUtime=0.29
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 2498 0 0 0 29 0 0 0 19 0 1 0 247472003 11411456 2483 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 2786 2483 63 132 0 2651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11144

[startup+0.701331 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 11074
/proc/meminfo: memFree=1684144/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=12016 CPUtime=0.7
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 3208 0 0 0 69 1 0 0 22 0 1 0 247472003 12304384 2810 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 3004 2810 67 132 0 2869 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 12016

[startup+1.50143 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1672872/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=12016 CPUtime=1.5
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 3208 0 0 0 149 1 0 0 25 0 1 0 247472003 12304384 2810 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 3004 2810 67 132 0 2869 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 12016

[startup+3.10161 s]
/proc/loadavg: 1.00 0.99 0.98 3/78 11075
/proc/meminfo: memFree=1672744/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=12016 CPUtime=3.1
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 3209 0 0 0 309 1 0 0 25 0 1 0 247472003 12304384 2811 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 3004 2811 67 132 0 2869 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 12016

[startup+6.30199 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1672488/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=12680 CPUtime=6.29
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 3345 0 0 0 628 1 0 0 25 0 1 0 247472003 12984320 2947 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557537 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 3170 2947 67 132 0 3035 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12680

[startup+12.7027 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1669480/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=15620 CPUtime=12.69
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4080 0 0 0 1267 2 0 0 25 0 1 0 247472003 15994880 3682 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 3905 3682 67 132 0 3770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15620

[startup+25.5012 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1668328/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=16640 CPUtime=25.49
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4334 0 0 0 2547 2 0 0 25 0 1 0 247472003 17039360 3936 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4160 3936 67 132 0 4025 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16640

[startup+51.1012 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1668008/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=16980 CPUtime=51.08
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4415 0 0 0 5106 2 0 0 25 0 1 0 247472003 17387520 4017 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4245 4017 67 132 0 4110 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16980

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

[startup+51.2013 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1668008/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=16980 CPUtime=51.18
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4415 0 0 0 5116 2 0 0 25 0 1 0 247472003 17387520 4017 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4245 4017 67 132 0 4110 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 16980

[startup+57.602 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1667944/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=17124 CPUtime=57.57
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4435 0 0 0 5755 2 0 0 25 0 1 0 247472003 17534976 4037 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4281 4037 67 132 0 4146 0
Current children cumulated CPU time (s) 57.57
Current children cumulated vsize (KiB) 17124

[startup+64.0028 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1667944/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=17124 CPUtime=63.97
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4435 0 0 0 6395 2 0 0 25 0 1 0 247472003 17534976 4037 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557141 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4281 4037 67 132 0 4146 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 17124

[startup+65.6019 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1667944/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=17124 CPUtime=65.57
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4435 0 0 0 6555 2 0 0 25 0 1 0 247472003 17534976 4037 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550358 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4281 4037 67 132 0 4146 0
Current children cumulated CPU time (s) 65.57
Current children cumulated vsize (KiB) 17124

[startup+66.401 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1667944/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=17124 CPUtime=66.37
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4435 0 0 0 6635 2 0 0 25 0 1 0 247472003 17534976 4037 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4281 4037 67 132 0 4146 0
Current children cumulated CPU time (s) 66.37
Current children cumulated vsize (KiB) 17124

[startup+66.8011 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1667944/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=17124 CPUtime=66.77
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194304 4435 0 0 0 6675 2 0 0 25 0 1 0 247472003 17534976 4037 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552554 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 4281 4037 67 132 0 4146 0
Current children cumulated CPU time (s) 66.77
Current children cumulated vsize (KiB) 17124

[startup+67.0011 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11075
/proc/meminfo: memFree=1667944/2055924 swapFree=4143464/4192956
[pid=11074] ppid=11072 vsize=0 CPUtime=66.97
/proc/11074/stat : 11074 (minimarch_fixed) R 11072 11074 10284 0 -1 4194308 4442 0 0 0 6695 2 0 0 25 0 1 0 247472003 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/11074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.97
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 67.0051
CPU time (s): 66.9868
CPU user time (s): 66.9548
CPU system time (s): 0.031995
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 17124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.9548
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4442
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= 8
involuntary context switches= 81

runsolver used 0.055991 second user time and 0.156976 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Fri Apr 27 22:52:23 UTC 2007

IDJOB= 428249
IDBENCH= 20394
IDSOLVER= 198
FILE ID= node6/428249-1177714343

PBS_JOBID= 4698742

Free space on /tmp= 66492 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-15.cnf
COMMAND LINE= /tmp/evaluation/428249-1177714343/minimarch_fixed /tmp/evaluation/428249-1177714343/instance-428249-1177714343.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-428249-1177714343 -o ROOT/results/node6/solver-428249-1177714343 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428249-1177714343/minimarch_fixed /tmp/evaluation/428249-1177714343/instance-428249-1177714343.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 171279058

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:       1684616 kB
Buffers:         41348 kB
Cached:         258980 kB
SwapCached:      17912 kB
Active:         181564 kB
Inactive:       146060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1684616 kB
SwapTotal:     4192956 kB
SwapFree:      4143464 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:          30176 kB
Slab:            29292 kB
Committed_AS:  7178048 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= 66492 MiB

End job on node6 on Fri Apr 27 22:53:31 UTC 2007