Trace number 421508

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 133.676 133.733

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.2646
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

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:  136756                                               |
0.00/0.00	c |  Number of clauses:    905980                                               |
0.89/0.94	c |  Parsing time:         0.83         s                                       |
34.48/34.59	c ============================[ Search Statistics ]==============================
34.48/34.59	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.48/34.59	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.48/34.59	c ===============================================================================
34.48/34.59	c |         0 |   39051   709610  2745846 |   236536        0    nan |  0.000 % |
34.87/34.98	c |       100 |   39051   709610  2745846 |   260190      100     16 |  0.091 % |
35.27/35.32	c |       250 |   39051   709610  2745846 |   286209      250     18 |  0.091 % |
35.77/35.82	c |       475 |   39051   709610  2745846 |   314830      475     16 |  0.091 % |
36.77/36.86	c |       812 |   39051   709610  2745846 |   346313      812     20 |  0.091 % |
38.27/38.37	c |      1319 |   39051   709610  2745846 |   380944     1319     21 |  0.091 % |
39.97/40.02	c |      2078 |   39051   709610  2745846 |   419039     2078     18 |  0.091 % |
43.36/43.46	c |      3217 |   39051   709610  2745846 |   460943     3217     18 |  0.091 % |
49.16/49.21	c |      4925 |   39051   709610  2745846 |   507037     4925     19 |  0.091 % |
55.46/55.55	c |      7487 |   39051   709610  2745846 |   557741     7487     20 |  0.091 % |
69.05/69.15	c |     11331 |   39051   709610  2745846 |   613515    11331     21 |  0.091 % |
86.35/86.40	c |     17097 |   39051   709610  2745846 |   674866    17097     20 |  0.091 % |
110.94/111.06	c |     25746 |   39051   709610  2745846 |   742353    25746     20 |  0.091 % |
133.63/133.71	c ===============================================================================
133.63/133.71	c restarts              : 13
133.63/133.71	c conflicts             : 33897          (254 /sec)
133.63/133.71	c decisions             : 56403          (1.60 % random) (423 /sec)
133.63/133.71	c propagations          : 141852506      (1062918 /sec)
133.63/133.71	c conflict literals     : 635880         (46.97 % deleted)
133.63/133.71	c Memory used           : 115.86 MB
133.63/133.71	c CPU time              : 133.456 s
133.63/133.71	c 
133.63/133.71	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/node58/watcher-421508-1177492672 -o ROOT/results/node58/solver-421508-1177492672 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421508-1177492672/minisat_noassertions /tmp/evaluation/421508-1177492672/instance-421508-1177492672.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 0.86 3/64 19418
/proc/meminfo: memFree=1756152/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=2012 CPUtime=0
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 197176979 2060288 411 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 537 417 50 130 0 404 0

[startup+0.0132931 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 19418
/proc/meminfo: memFree=1756152/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=2964 CPUtime=0.01
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 618 0 0 0 1 0 0 0 18 0 1 0 197176979 3035136 605 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524455 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 741 606 50 130 0 608 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2964

[startup+0.101308 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 19418
/proc/meminfo: memFree=1756152/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=9532 CPUtime=0.09
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 2186 0 0 0 8 1 0 0 18 0 1 0 197176979 9760768 2172 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 2383 2173 50 130 0 2250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9532

[startup+0.30134 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 19418
/proc/meminfo: memFree=1756152/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=24072 CPUtime=0.29
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 5614 0 0 0 26 3 0 0 19 0 1 0 197176979 24649728 5600 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 6018 5600 50 130 0 5885 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24072

[startup+0.701408 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 19418
/proc/meminfo: memFree=1756152/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=51368 CPUtime=0.69
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 12455 0 0 0 61 8 0 0 22 0 1 0 197176979 52600832 12441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 12842 12444 50 130 0 12709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51368

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 19419
/proc/meminfo: memFree=1688880/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=69472 CPUtime=1.49
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 16842 0 0 0 138 11 0 0 25 0 1 0 197176979 71139328 16828 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 17368 16828 62 130 0 17235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69472

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 19419
/proc/meminfo: memFree=1688752/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=69472 CPUtime=3.09
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 16842 0 0 0 298 11 0 0 25 0 1 0 197176979 71139328 16828 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 17368 16828 62 130 0 17235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69472

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 19419
/proc/meminfo: memFree=1640184/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=125080 CPUtime=6.29
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 30262 0 0 0 611 18 0 0 25 0 1 0 197176979 128081920 30248 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545993 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 31270 30248 62 130 0 31137 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125080

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 19419
/proc/meminfo: memFree=1631232/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=128696 CPUtime=12.69
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 31240 0 0 0 1251 18 0 0 25 0 1 0 197176979 131784704 31226 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529712 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 32174 31226 62 130 0 32041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 128696

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 19419
/proc/meminfo: memFree=1625152/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=135688 CPUtime=25.49
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 32760 0 0 0 2530 19 0 0 25 0 1 0 197176979 138944512 32746 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134521194 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 33922 32746 62 130 0 33789 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135688

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639744/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=51.06
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33726 0 0 0 5087 19 0 0 25 0 1 0 197176979 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 118640

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=102.24
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33726 0 0 0 10205 19 0 0 25 0 1 0 197176979 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 118640

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

[startup+115.102 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=115.04
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33726 0 0 0 11485 19 0 0 25 0 1 0 197176979 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 118640

[startup+121.502 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=121.43
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33726 0 0 0 12124 19 0 0 25 0 1 0 197176979 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 121.43
Current children cumulated vsize (KiB) 118640

[startup+127.903 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=127.83
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33727 0 0 0 12764 19 0 0 25 0 1 0 197176979 121487360 29076 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546600 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29076 67 130 0 29527 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 118640

[startup+131.101 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=131.03
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33728 0 0 0 13084 19 0 0 25 0 1 0 197176979 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 131.03
Current children cumulated vsize (KiB) 118640

[startup+132.701 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=132.63
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33728 0 0 0 13244 19 0 0 25 0 1 0 197176979 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 132.63
Current children cumulated vsize (KiB) 118640

[startup+133.502 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=133.43
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33728 0 0 0 13324 19 0 0 25 0 1 0 197176979 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 133.43
Current children cumulated vsize (KiB) 118640

[startup+133.702 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 19419
/proc/meminfo: memFree=1639808/2055920 swapFree=4184532/4192956
[pid=19418] ppid=19416 vsize=118640 CPUtime=133.63
/proc/19418/stat : 19418 (minisat_noasser) R 19416 19418 19027 0 -1 4194304 33728 0 0 0 13344 19 0 0 25 0 1 0 197176979 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19418/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 133.63
Current children cumulated vsize (KiB) 118640

Child status: 20
Real time (s): 133.733
CPU time (s): 133.676
CPU user time (s): 133.456
CPU system time (s): 0.219966
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 143332

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

runsolver used 0.115982 second user time and 0.25896 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Apr 25 09:17:53 UTC 2007

IDJOB= 421508
IDBENCH= 20431
IDSOLVER= 188
FILE ID= node58/421508-1177492672

PBS_JOBID= 4685769

Free space on /tmp= 66433 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= /tmp/evaluation/421508-1177492672/minisat_noassertions /tmp/evaluation/421508-1177492672/instance-421508-1177492672.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-421508-1177492672 -o ROOT/results/node58/solver-421508-1177492672 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421508-1177492672/minisat_noassertions /tmp/evaluation/421508-1177492672/instance-421508-1177492672.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  3b8c6114a974b09e9b1601ba0718cbf3

RANDOM SEED= 713569669

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.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:       1756560 kB
Buffers:         24164 kB
Cached:         200896 kB
SwapCached:       2604 kB
Active:          86880 kB
Inactive:       148096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756560 kB
SwapTotal:     4192956 kB
SwapFree:      4184532 kB
Dirty:           18032 kB
Writeback:           0 kB
Mapped:          16184 kB
Slab:            50496 kB
Committed_AS:  1106804 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= 66433 MiB

End job on node58 on Wed Apr 25 09:20:07 UTC 2007