Trace number 421995

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 97.9341 98.0945

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.8796
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

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:  178708                                               |
0.00/0.00	c |  Number of clauses:    806681                                               |
0.89/0.98	c |  Parsing time:         0.90         s                                       |
3.59/3.63	c ============================[ Search Statistics ]==============================
3.59/3.63	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.59/3.63	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.59/3.63	c ===============================================================================
3.59/3.63	c |         0 |   53288   312648   815270 |   104216        0    nan |  0.000 % |
3.78/3.88	c |       101 |   52749   312648   815270 |   114637       92     11 | 45.898 % |
4.29/4.36	c |       251 |   51163   312648   815270 |   126101      220     23 | 56.127 % |
4.68/4.73	c |       478 |   51163   312648   815270 |   138711      447     36 | 56.127 % |
5.39/5.43	c |       819 |   28075   143397   391185 |   152582      683     38 | 60.094 % |
5.98/6.06	c |      1325 |   28071   143397   391185 |   167840     1188     41 | 60.205 % |
6.98/7.07	c |      2085 |   20869    95842   266324 |   184625     1883     49 | 60.341 % |
8.78/8.82	c |      3226 |   20629    94282   262212 |   203087     3008     47 | 60.341 % |
11.68/11.74	c |      4934 |   20629    94282   262212 |   223396     4716     50 | 60.341 % |
16.78/16.80	c |      7496 |   20629    94282   262212 |   245735     7278     50 | 60.341 % |
23.76/23.81	c |     11340 |   20629    94282   262212 |   270309    11122     48 | 60.341 % |
36.31/36.45	c |     17106 |   20287    92392   256903 |   297340    16886     45 | 60.532 % |
54.46/54.63	c |     25756 |   20287    92392   256903 |   327074    25536     39 | 60.532 % |
82.53/82.71	c |     38730 |   20027    88984   247412 |   359781     6626     34 | 60.678 % |
97.83/98.08	c ===============================================================================
97.83/98.08	c restarts              : 14
97.83/98.08	c conflicts             : 47745          (488 /sec)
97.83/98.08	c decisions             : 67884          (0.84 % random) (694 /sec)
97.83/98.08	c propagations          : 91531307       (935959 /sec)
97.83/98.08	c conflict literals     : 1687612        (44.34 % deleted)
97.83/98.08	c Memory used           : 76.71 MB
97.83/98.08	c CPU time              : 97.7941 s
97.83/98.08	c 
97.83/98.08	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/node68/watcher-421995-1177542040 -o ROOT/results/node68/solver-421995-1177542040 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/421995-1177542040/minisat_noassertions /tmp/evaluation/421995-1177542040/instance-421995-1177542040.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.00 0.00 0.00 3/64 18637
/proc/meminfo: memFree=1879504/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=2328 CPUtime=0
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 471 0 0 0 0 0 0 0 18 0 1 0 230193734 2383872 457 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524455 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 582 459 50 130 0 449 0

[startup+0.077862 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18637
/proc/meminfo: memFree=1879504/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=9944 CPUtime=0.07
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 2224 0 0 0 6 1 0 0 18 0 1 0 230193734 10182656 2210 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 2486 2210 50 130 0 2353 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9944

[startup+0.101865 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18637
/proc/meminfo: memFree=1879504/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=14324 CPUtime=0.09
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 3111 0 0 0 8 1 0 0 18 0 1 0 230193734 14667776 3097 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 3581 3102 50 130 0 3448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14324

[startup+0.301882 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18637
/proc/meminfo: memFree=1879504/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=38212 CPUtime=0.29
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 8080 0 0 0 26 3 0 0 19 0 1 0 230193734 39129088 8066 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 9553 8067 50 130 0 9420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38212

[startup+0.701917 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18637
/proc/meminfo: memFree=1879504/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=57620 CPUtime=0.69
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 12832 0 0 0 63 6 0 0 22 0 1 0 230193734 59002880 12818 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 14405 12819 50 130 0 14272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57620

[startup+1.50199 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 18638
/proc/meminfo: memFree=1814856/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=71576 CPUtime=1.49
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 16610 0 0 0 141 8 0 0 25 0 1 0 230193734 73293824 16596 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 17894 16596 62 130 0 17761 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71576

[startup+3.10122 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 18638
/proc/meminfo: memFree=1803400/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=91604 CPUtime=3.08
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21174 0 0 0 298 10 0 0 25 0 1 0 230193734 93802496 21160 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134537980 0 0 4096 3 0 0 0 17 0 0 0
/proc/18637/statm: 22901 21160 62 130 0 22768 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91604

[startup+6.30142 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 18638
/proc/meminfo: memFree=1804040/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=6.28
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 617 11 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548020 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78544

[startup+12.702 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 18638
/proc/meminfo: memFree=1804104/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=12.68
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 1257 11 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78544

[startup+25.5011 s]
/proc/loadavg: 0.34 0.08 0.02 2/71 18664
/proc/meminfo: memFree=1802832/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=25.46
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 2535 11 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 78544

[startup+51.1015 s]
/proc/loadavg: 0.56 0.15 0.05 2/71 18794
/proc/meminfo: memFree=1802816/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=50.96
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 5084 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 78544

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

[startup+76.7018 s]
/proc/loadavg: 0.71 0.22 0.07 2/71 18816
/proc/meminfo: memFree=1802824/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=76.54
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 7642 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 76.54
Current children cumulated vsize (KiB) 78544

[startup+89.5019 s]
/proc/loadavg: 0.77 0.26 0.09 2/65 18836
/proc/meminfo: memFree=1803720/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=89.33
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 8921 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547143 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 89.33
Current children cumulated vsize (KiB) 78544

[startup+92.7012 s]
/proc/loadavg: 0.79 0.27 0.09 2/65 18836
/proc/meminfo: memFree=1803720/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=92.53
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 9241 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 92.53
Current children cumulated vsize (KiB) 78544

[startup+95.9015 s]
/proc/loadavg: 0.79 0.27 0.09 2/65 18836
/proc/meminfo: memFree=1803784/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=95.73
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 9561 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 95.73
Current children cumulated vsize (KiB) 78544

[startup+96.7016 s]
/proc/loadavg: 0.79 0.27 0.09 2/65 18836
/proc/meminfo: memFree=1803784/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=96.53
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 9641 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 96.53
Current children cumulated vsize (KiB) 78544

[startup+97.5026 s]
/proc/loadavg: 0.79 0.27 0.09 2/65 18836
/proc/meminfo: memFree=1803784/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=97.33
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 9721 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546801 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 97.33
Current children cumulated vsize (KiB) 78544

[startup+97.9047 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 18836
/proc/meminfo: memFree=1803784/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=97.73
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 9761 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 97.73
Current children cumulated vsize (KiB) 78544

[startup+98.0017 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 18836
/proc/meminfo: memFree=1803784/2055920 swapFree=4183916/4192956
[pid=18637] ppid=18635 vsize=78544 CPUtime=97.83
/proc/18637/stat : 18637 (minisat_noasser) R 18635 18637 18581 0 -1 4194304 21857 0 0 0 9771 12 0 0 25 0 1 0 230193734 80429056 18830 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18637/statm: 19636 18830 67 130 0 19503 0
Current children cumulated CPU time (s) 97.83
Current children cumulated vsize (KiB) 78544

Child status: 20
Real time (s): 98.0945
CPU time (s): 97.9341
CPU user time (s): 97.7941
CPU system time (s): 0.139978
CPU usage (%): 99.8365
Max. virtual memory (cumulated for all children) (KiB): 93472

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

runsolver used 0.078987 second user time and 0.251961 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Apr 25 23:00:42 UTC 2007

IDJOB= 421995
IDBENCH= 20347
IDSOLVER= 189
FILE ID= node68/421995-1177542040

PBS_JOBID= 4695825

Free space on /tmp= 66429 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= /tmp/evaluation/421995-1177542040/minisat_noassertions /tmp/evaluation/421995-1177542040/instance-421995-1177542040.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-421995-1177542040 -o ROOT/results/node68/solver-421995-1177542040 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/421995-1177542040/minisat_noassertions /tmp/evaluation/421995-1177542040/instance-421995-1177542040.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  127968d7d14f3ab7655995f561e62ed8

RANDOM SEED= 143383506

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1879976 kB
Buffers:         14972 kB
Cached:         102000 kB
SwapCached:       3048 kB
Active:          39372 kB
Inactive:        87044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879976 kB
SwapTotal:     4192956 kB
SwapFree:      4183916 kB
Dirty:           15816 kB
Writeback:           0 kB
Mapped:          15448 kB
Slab:            35620 kB
Committed_AS:  2898300 kB
PageTables:       1380 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= 66429 MiB

End job on node68 on Wed Apr 25 23:02:20 UTC 2007