Trace number 428151

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 96.2194 96.2766

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-11-u.cnf
MD5SUM72bf29e65f8337564b4a44baea32f1cb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1746
Satisfiable
(Un)Satisfiability was proved
Number of variables192890
Number of clauses855991
Sum of the clauses size1944492
Maximum clause length10
Minimum clause length1
Number of clauses of size 116350
Number of clauses of size 2701001
Number of clauses of size 3101900
Number of clauses of size 44080
Number of clauses of size 516320
Number of clauses of size over 516340

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:  192890                                               |
0.00/0.00	|  Number of clauses:    855991                                               |
2.29/2.35	|  Parsing time:         2.27         s                                       |
6.19/6.23	============================[ Search Statistics ]==============================
6.19/6.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.19/6.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.19/6.23	===============================================================================
6.19/6.23	|         0 |   47074   279922   715495 |    93307        0    nan |  0.000 % |
6.89/6.92	|       101 |   47062   279922   715495 |   102638       95     39 | 49.523 % |
7.19/7.30	|       251 |   46937   279922   715495 |   112901      240     42 | 50.461 % |
7.79/7.82	|       476 |   41765   246111   636239 |   124192      454     49 | 50.878 % |
8.29/8.39	|       813 |   41580   245176   634024 |   136611      756     53 | 51.012 % |
9.89/9.90	|      1320 |   40866   240336   622505 |   150272     1251     62 | 51.344 % |
11.99/12.09	|      2079 |   40207   236522   613517 |   165299     2000     80 | 51.838 % |
15.58/15.63	|      3218 |   39818   233593   606513 |   181829     3131    110 | 51.854 % |
20.08/20.16	|      4926 |   38812   226720   590088 |   200012     4830    105 | 52.361 % |
27.58/27.65	|      7492 |   33479   185903   488119 |   220013     6376    106 | 55.136 % |
38.27/38.34	|     11336 |   33325   184913   485732 |   242015    10199    100 | 55.337 % |
59.54/59.69	|     17102 |   33040   182710   480655 |   266216    15950    103 | 55.363 % |
96.13/96.26	===============================================================================
96.13/96.26	lookaheads            : 15881
96.13/96.26	variable balance      : 0.20
96.13/96.26	restarts              : 12
96.13/96.26	conflicts             : 25670          (267 /sec)
96.13/96.26	decisions             : 54296          (0.79 % random) (565 /sec)
96.13/96.26	decision = positive   : 10149
96.13/96.26	decision = negative   : 44147
96.13/96.26	propagations          : 82733437       (861032 /sec)
96.13/96.26	conflict literals     : 2490037        (44.14 % deleted)
96.13/96.26	Memory used           : 82.59 MB
96.13/96.26	CPU time              : 96.0864 s
96.13/96.26	
96.13/96.26	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/node50/watcher-428151-1177703191 -o ROOT/results/node50/solver-428151-1177703191 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428151-1177703191/minimarch_fixed /tmp/evaluation/428151-1177703191/instance-428151-1177703191.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 1.00 1.00 3/64 1714
/proc/meminfo: memFree=1529736/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=2340 CPUtime=0
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 125164385 2396160 460 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526710 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 585 461 51 132 0 450 0

[startup+0.062554 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1714
/proc/meminfo: memFree=1529736/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=7752 CPUtime=0.05
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 1763 0 0 0 5 0 0 0 18 0 1 0 125164385 7938048 1748 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 1938 1749 51 132 0 1803 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7752

[startup+0.101555 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1714
/proc/meminfo: memFree=1529736/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=12868 CPUtime=0.09
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 2820 0 0 0 8 1 0 0 18 0 1 0 125164385 13176832 2805 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553749 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 3217 2807 52 132 0 3082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12868

[startup+0.301573 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1714
/proc/meminfo: memFree=1529736/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=37568 CPUtime=0.29
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 8200 0 0 0 27 2 0 0 19 0 1 0 125164385 38469632 8185 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 9392 8185 51 132 0 9257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37568

[startup+0.701607 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1714
/proc/meminfo: memFree=1529736/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=55524 CPUtime=0.69
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 12519 0 0 0 64 5 0 0 23 0 1 0 125164385 56856576 12505 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 13881 12505 51 132 0 13746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55524

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1463424/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=72912 CPUtime=1.49
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 17190 0 0 0 141 8 0 0 25 0 1 0 125164385 74661888 17175 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 18228 17175 51 132 0 18093 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72912

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1460928/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=77456 CPUtime=3.09
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 18093 0 0 0 301 8 0 0 25 0 1 0 125164385 79314944 18078 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 19364 18078 62 132 0 19229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77456

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1437440/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84300 CPUtime=6.29
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24576 0 0 0 618 11 0 0 25 0 1 0 125164385 86323200 20080 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21075 20080 66 132 0 20940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84300

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449344/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=12.69
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 1258 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84568

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449408/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=25.48
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 2537 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84568

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=51.04
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 5093 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 84568

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

[startup+76.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=76.63
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 7652 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 84568

[startup+89.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=89.43
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 8932 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550979 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 84568

[startup+92.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=92.63
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 9252 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 92.63
Current children cumulated vsize (KiB) 84568

[startup+94.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=94.23
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 9412 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553400 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 94.23
Current children cumulated vsize (KiB) 84568

[startup+95.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=95.03
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 9492 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 95.03
Current children cumulated vsize (KiB) 84568

[startup+95.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=95.83
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 9572 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553241 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 95.83
Current children cumulated vsize (KiB) 84568

[startup+96.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=96.03
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 9592 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 96.03
Current children cumulated vsize (KiB) 84568

[startup+96.203 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1715
/proc/meminfo: memFree=1449472/2055920 swapFree=4183624/4192956
[pid=1714] ppid=1712 vsize=84568 CPUtime=96.13
/proc/1714/stat : 1714 (minimarch_fixed) R 1712 1714 923 0 -1 4194304 24593 0 0 0 9602 11 0 0 25 0 1 0 125164385 86597632 20097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/1714/statm: 21142 20097 68 132 0 21007 0
Current children cumulated CPU time (s) 96.13
Current children cumulated vsize (KiB) 84568

Child status: 20
Real time (s): 96.2766
CPU time (s): 96.2194
CPU user time (s): 96.0864
CPU system time (s): 0.132979
CPU usage (%): 99.9406
Max. virtual memory (cumulated for all children) (KiB): 99612

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

runsolver used 0.085986 second user time and 0.19197 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Fri Apr 27 19:46:32 UTC 2007

IDJOB= 428151
IDBENCH= 20345
IDSOLVER= 198
FILE ID= node50/428151-1177703191

PBS_JOBID= 4698698

Free space on /tmp= 66519 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-10-11-u.cnf
COMMAND LINE= /tmp/evaluation/428151-1177703191/minimarch_fixed /tmp/evaluation/428151-1177703191/instance-428151-1177703191.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-428151-1177703191 -o ROOT/results/node50/solver-428151-1177703191 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428151-1177703191/minimarch_fixed /tmp/evaluation/428151-1177703191/instance-428151-1177703191.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  72bf29e65f8337564b4a44baea32f1cb

RANDOM SEED= 51329350

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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:      2055920 kB
MemFree:       1530208 kB
Buffers:         47840 kB
Cached:         403504 kB
SwapCached:       4596 kB
Active:         273524 kB
Inactive:       189156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530208 kB
SwapTotal:     4192956 kB
SwapFree:      4183624 kB
Dirty:           17832 kB
Writeback:           0 kB
Mapped:          15820 kB
Slab:            49036 kB
Committed_AS:  3018176 kB
PageTables:       1460 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= 66519 MiB

End job on node50 on Fri Apr 27 19:48:08 UTC 2007