Trace number 1772594

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
glucose 1.0UNSAT 51.6521 51.6766

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.9452
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

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.59/0.65	c ==============================================================================
0.59/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.65	c ==============================================================================
0.59/0.65	c |         0 |  791609  1827554 |  237482       0        0     nan |  0.000 % |
5.19/5.25	c |         0 |  330007   875573 |      --       0       --      -- |     --   | -246452/-463289
5.19/5.25	c ==============================================================================
5.19/5.25	c Result  :   #vars: 58111   #clauses: 330007   #literals: 875573
5.19/5.25	c CPU time:   5.04623 s
5.19/5.25	c ==============================================================================
5.58/5.62	c
5.58/5.62	c Starting glucose
5.58/5.62	c
5.58/5.62	
5.58/5.62	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.58/5.62	
5.58/5.62	c ============================[ Problem Statistics ]=============================
5.58/5.62	c |                                                                             |
5.58/5.62	c |  Number of variables:  58111                                                |
5.58/5.62	c |  Number of clauses:    330007                                               |
5.61/5.85	c |  Parsing time:         0.19         s                                       |
51.57/51.65	c restarts              : 15
51.57/51.65	c nb ReduceDB           : 1
51.57/51.65	c nb learnts DL2        : 191
51.57/51.65	c nb learnts size 2     : 108
51.57/51.65	c nb learnts size 1     : 79
51.57/51.65	c conflicts             : 33995          (740 /sec)
51.57/51.65	c decisions             : 46719          (0.82 % random) (1016 /sec)
51.57/51.65	c propagations          : 47344785       (1030040 /sec)
51.57/51.65	c conflict literals     : 1213543        (43.83 % deleted)
51.57/51.65	c Memory used           : 28.25 MB
51.57/51.65	c CPU time              : 45.964 s
51.57/51.65	
51.57/51.66	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-1772594-1241174910/watcher-1772594-1241174910 -o /tmp/evaluation-result-1772594-1241174910/solver-1772594-1241174910 -C 10000 -W 6000 -M 1800 glucose.sh HOME/instance-1772594-1241174910.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): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 19318
/proc/meminfo: memFree=1118336/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=1324 CPUtime=0
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 193 0 0 0 0 0 0 0 20 0 1 0 145523999 1355776 177 1992294400 134512640 135225430 4294956176 18446744073709551615 134544033 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 331 179 50 174 0 154 0

[startup+0.0615919 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 19318
/proc/meminfo: memFree=1118336/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=12716 CPUtime=0.05
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 2769 0 0 0 4 1 0 0 20 0 1 0 145523999 13021184 2753 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 3179 2755 50 174 0 3002 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18076

[startup+0.101598 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 19318
/proc/meminfo: memFree=1118336/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=22484 CPUtime=0.09
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 5082 0 0 0 7 2 0 0 20 0 1 0 145523999 23023616 5066 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 5621 5067 50 174 0 5444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27844

[startup+0.301626 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 19318
/proc/meminfo: memFree=1118336/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=55836 CPUtime=0.28
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 11447 0 0 0 23 5 0 0 21 0 1 0 145523999 57176064 11431 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 13959 11432 50 174 0 13782 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61196

[startup+0.701682 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 19318
/proc/meminfo: memFree=1118336/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=87280 CPUtime=0.69
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 18877 0 0 0 58 11 0 0 25 0 1 0 145523999 89374720 18861 1992294400 134512640 135225430 4294956176 18446744073709551615 134546966 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 21820 18861 72 174 0 21643 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92640

[startup+1.5028 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 19320
/proc/meminfo: memFree=1037928/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=96620 CPUtime=1.49
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 22567 0 0 0 135 14 0 0 25 0 1 0 145523999 98938880 20639 1992294400 134512640 135225430 4294956176 18446744073709551615 134587354 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 24155 20639 77 174 0 23978 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101980

[startup+3.10202 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 19320
/proc/meminfo: memFree=1030888/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=0
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145523999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 236 195 169 0 51 0
[pid=19319] ppid=19318 vsize=105620 CPUtime=3.09
/proc/19319/stat : 19319 (SatELite_releas) R 19318 19318 19281 0 -1 4194304 25036 0 0 0 294 15 0 0 25 0 1 0 145523999 108154880 22775 1992294400 134512640 135225430 4294956176 18446744073709551615 134548800 0 0 4096 3 0 0 0 17 1 0 0
/proc/19319/statm: 26405 22775 77 174 0 26228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110980

[startup+6.30249 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 19320
/proc/meminfo: memFree=1024424/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=5.61
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 313 33769 0 0 0 0 537 24 16 0 1 0 145523999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 5360

[startup+12.7014 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 19321
/proc/meminfo: memFree=1081960/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=5.61
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 313 33769 0 0 0 0 537 24 16 0 1 0 145523999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 238 195 169 0 51 0
[pid=19321] ppid=19318 vsize=26704 CPUtime=7.06
/proc/19321/stat : 19321 (glucose_static) R 19318 19318 19281 0 -1 4194304 6276 0 0 0 702 4 0 0 25 0 1 0 145524561 27344896 6252 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19321/statm: 6676 6252 77 172 0 6501 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32064

[startup+25.5012 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 19321
/proc/meminfo: memFree=1081000/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=5.61
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 313 33769 0 0 0 0 537 24 16 0 1 0 145523999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 238 195 169 0 51 0
[pid=19321] ppid=19318 vsize=27832 CPUtime=19.85
/proc/19321/stat : 19321 (glucose_static) R 19318 19318 19281 0 -1 4194304 6570 0 0 0 1981 4 0 0 25 0 1 0 145524561 28499968 6546 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19321/statm: 6958 6546 77 172 0 6783 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33192

[startup+51.1018 s]
/proc/loadavg: 0.60 0.17 0.05 2/66 19321
/proc/meminfo: memFree=1080040/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=5.61
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 313 33769 0 0 0 0 537 24 16 0 1 0 145523999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 238 195 169 0 51 0
[pid=19321] ppid=19318 vsize=28924 CPUtime=45.45
/proc/19321/stat : 19321 (glucose_static) R 19318 19318 19281 0 -1 4194304 6824 0 0 0 4540 5 0 0 25 0 1 0 145524561 29618176 6800 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19321/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 34284

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

[startup+51.5019 s]
/proc/loadavg: 0.60 0.17 0.05 2/66 19321
/proc/meminfo: memFree=1080040/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=5.61
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 313 33769 0 0 0 0 537 24 16 0 1 0 145523999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 238 195 169 0 51 0
[pid=19321] ppid=19318 vsize=28924 CPUtime=45.85
/proc/19321/stat : 19321 (glucose_static) R 19318 19318 19281 0 -1 4194304 6824 0 0 0 4580 5 0 0 25 0 1 0 145524561 29618176 6800 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19321/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 51.46
Current children cumulated vsize (KiB) 34284

[startup+51.6019 s]
/proc/loadavg: 0.60 0.17 0.05 2/66 19321
/proc/meminfo: memFree=1080040/2055920 swapFree=4181364/4192956
[pid=19318] ppid=19316 vsize=5360 CPUtime=5.61
/proc/19318/stat : 19318 (glucose.sh) S 19316 19318 19281 0 -1 4194304 313 33769 0 0 0 0 537 24 16 0 1 0 145523999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19318/statm: 1340 238 195 169 0 51 0
[pid=19321] ppid=19318 vsize=28924 CPUtime=45.96
/proc/19321/stat : 19321 (glucose_static) R 19318 19318 19281 0 -1 4194304 6824 0 0 0 4591 5 0 0 25 0 1 0 145524561 29618176 6800 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19321/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 51.57
Current children cumulated vsize (KiB) 34284

Child status: 20
Real time (s): 51.6766
CPU time (s): 51.6521
CPU user time (s): 51.3402
CPU system time (s): 0.311952
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 114604

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

runsolver used 0.06199 second user time and 0.135979 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-01 12:48:31
IDJOB=1772594
IDBENCH=20347
IDSOLVER=610
FILE ID=node29/1772594-1241174910
PBS_JOBID= 9224529
Free space on /tmp= 66428 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772594-1241174910/watcher-1772594-1241174910 -o /tmp/evaluation-result-1772594-1241174910/solver-1772594-1241174910 -C 10000 -W 6000 -M 1800  glucose.sh HOME/instance-1772594-1241174910.cnf

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=1972163482

node29.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.281
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.281
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:       1118752 kB
Buffers:         81024 kB
Cached:         753084 kB
SwapCached:       5420 kB
Active:          80460 kB
Inactive:       761440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118752 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           15932 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            81220 kB
Committed_AS:   744372 kB
PageTables:       1468 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= 66428 MiB
End job on node29 at 2009-05-01 12:49:23