Trace number 350269

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
PB-clasp 2007-03-23UNSAT 217.545 217.569

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUM58a39490a0f04cc377ab2aa6882fd7a1
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37.6673
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

217.45/217.56	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/350269-1176492947/instance-350269-1176492947.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-350269-1176492947 -o ROOT/results/node6/solver-350269-1176492947 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-350269-1176492947.opb /tmp/evaluation/350269-1176492947/temp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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.25 0.21 3/77 2477
/proc/meminfo: memFree=1804664/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12268 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) R 2464 2477 2381 0 -1 4194304 399 0 0 0 0 0 0 0 18 0 1 0 125332393 12562432 365 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268582687457 0 0 4224 0 0 0 0 17 1 0 0
/proc/2477/statm: 3067 369 280 3 0 167 0

[startup+0.100076 s]
/proc/loadavg: 0.00 0.25 0.21 3/77 2477
/proc/meminfo: memFree=1804664/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.202086 s]
/proc/loadavg: 0.00 0.25 0.21 3/77 2477
/proc/meminfo: memFree=1804664/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.302109 s]
/proc/loadavg: 0.00 0.25 0.21 3/77 2477
/proc/meminfo: memFree=1804664/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.702147 s]
/proc/loadavg: 0.00 0.25 0.21 3/77 2477
/proc/meminfo: memFree=1804664/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50124 s]
/proc/loadavg: 0.08 0.26 0.21 2/81 2482
/proc/meminfo: memFree=1799256/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=5944 CPUtime=1.32
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 1141 0 7 0 132 0 0 0 25 0 1 0 125332394 6086656 1114 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 1486 1114 196 154 0 956 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 35964

[startup+3.10142 s]
/proc/loadavg: 0.08 0.26 0.21 2/81 2482
/proc/meminfo: memFree=1798488/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=6472 CPUtime=2.91
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 1283 0 7 0 291 0 0 0 25 0 1 0 125332394 6627328 1256 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 1618 1256 196 154 0 1088 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 36492

[startup+6.3018 s]
/proc/loadavg: 0.08 0.26 0.21 2/81 2482
/proc/meminfo: memFree=1797784/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=7132 CPUtime=6.11
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 1437 0 7 0 611 0 0 0 25 0 1 0 125332394 7303168 1410 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 1783 1410 196 154 0 1253 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 37152

[startup+12.7015 s]
/proc/loadavg: 0.30 0.30 0.22 2/81 2482
/proc/meminfo: memFree=1796824/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=8064 CPUtime=12.51
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 1667 0 7 0 1251 0 0 0 25 0 1 0 125332394 8257536 1640 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 2016 1640 196 154 0 1486 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 38084

[startup+25.502 s]
/proc/loadavg: 0.41 0.33 0.23 2/81 2482
/proc/meminfo: memFree=1795800/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=9152 CPUtime=25.31
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 1923 0 7 0 2530 1 0 0 25 0 1 0 125332394 9371648 1896 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769079 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 2288 1896 196 154 0 1758 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 39172

[startup+51.102 s]
/proc/loadavg: 0.61 0.38 0.25 2/81 2482
/proc/meminfo: memFree=1794712/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=10132 CPUtime=50.9
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 2183 0 7 0 5089 1 0 0 25 0 1 0 125332394 10375168 2156 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740918 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 2533 2156 196 154 0 2003 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 40152

[startup+102.303 s]
/proc/loadavg: 0.89 0.50 0.30 2/81 2482
/proc/meminfo: memFree=1792984/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=11972 CPUtime=102.09
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 2607 0 7 0 10207 2 0 0 25 0 1 0 125332394 12259328 2580 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134715665 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 2993 2580 196 154 0 2463 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41992

[startup+162.302 s]
/proc/loadavg: 1.00 0.60 0.34 2/81 2482
/proc/meminfo: memFree=1791832/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13080 CPUtime=162.07
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 2891 0 7 0 16205 2 0 0 25 0 1 0 125332394 13393920 2864 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3270 2864 196 154 0 2740 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 43100

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

[startup+179.203 s]
/proc/loadavg: 1.16 0.65 0.36 2/81 2482
/proc/meminfo: memFree=1791640/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13400 CPUtime=178.96
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 2934 0 7 0 17894 2 0 0 25 0 1 0 125332394 13721600 2907 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3350 2907 196 154 0 2820 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 179.16
Current children cumulated vsize (KiB) 43420

[startup+204.803 s]
/proc/loadavg: 1.10 0.68 0.38 2/81 2482
/proc/meminfo: memFree=1791320/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13736 CPUtime=204.56
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3010 0 7 0 20453 3 0 0 25 0 1 0 125332394 14065664 2983 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3434 2983 196 154 0 2904 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 204.76
Current children cumulated vsize (KiB) 43756

[startup+211.202 s]
/proc/loadavg: 1.09 0.69 0.38 2/81 2482
/proc/meminfo: memFree=1791192/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13736 CPUtime=210.96
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3039 0 7 0 21093 3 0 0 25 0 1 0 125332394 14065664 3012 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769116 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3434 3012 196 154 0 2904 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 211.16
Current children cumulated vsize (KiB) 43756

[startup+214.402 s]
/proc/loadavg: 1.09 0.69 0.38 2/81 2482
/proc/meminfo: memFree=1791192/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13904 CPUtime=214.16
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3050 0 7 0 21413 3 0 0 25 0 1 0 125332394 14237696 3023 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3476 3023 196 154 0 2946 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 214.36
Current children cumulated vsize (KiB) 43924

[startup+216.001 s]
/proc/loadavg: 1.09 0.69 0.38 2/81 2482
/proc/meminfo: memFree=1791128/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13904 CPUtime=215.75
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3050 0 7 0 21572 3 0 0 25 0 1 0 125332394 14237696 3023 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134753634 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3476 3023 196 154 0 2946 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 215.95
Current children cumulated vsize (KiB) 43924

[startup+216.805 s]
/proc/loadavg: 1.08 0.69 0.39 2/81 2482
/proc/meminfo: memFree=1791128/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13904 CPUtime=216.56
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3050 0 7 0 21653 3 0 0 25 0 1 0 125332394 14237696 3023 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3476 3023 196 154 0 2946 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 216.76
Current children cumulated vsize (KiB) 43924

[startup+217.201 s]
/proc/loadavg: 1.08 0.69 0.39 2/81 2482
/proc/meminfo: memFree=1791128/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13904 CPUtime=216.95
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3050 0 7 0 21692 3 0 0 25 0 1 0 125332394 14237696 3023 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3476 3023 196 154 0 2946 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 217.15
Current children cumulated vsize (KiB) 43924

[startup+217.401 s]
/proc/loadavg: 1.08 0.69 0.39 2/81 2482
/proc/meminfo: memFree=1791128/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13904 CPUtime=217.15
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3050 0 7 0 21712 3 0 0 25 0 1 0 125332394 14237696 3023 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741337 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3476 3023 196 154 0 2946 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 217.35
Current children cumulated vsize (KiB) 43924

[startup+217.501 s]
/proc/loadavg: 1.08 0.69 0.39 2/81 2482
/proc/meminfo: memFree=1791128/2055924 swapFree=4192812/4192956
[pid=2477] ppid=2464 vsize=12400 CPUtime=0
/proc/2477/stat : 2477 (pbclasp) S 2464 2477 2381 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 125332393 12697600 435 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/2477/statm: 3100 435 320 3 0 200 0
[pid=2479] ppid=2477 vsize=5352 CPUtime=0.2
/proc/2479/stat : 2479 (sh) S 2477 2477 2381 0 -1 4194304 297 509 0 0 0 0 20 0 16 0 1 0 125332394 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2479/statm: 1338 224 188 169 0 49 0
[pid=2481] ppid=2479 vsize=13904 CPUtime=217.25
/proc/2481/stat : 2481 (clasp) R 2479 2477 2381 0 -1 4194304 3050 0 7 0 21722 3 0 0 25 0 1 0 125332394 14237696 3023 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740867 0 0 4096 0 0 0 0 17 1 0 0
/proc/2481/statm: 3476 3023 196 154 0 2946 0
[pid=2482] ppid=2479 vsize=12268 CPUtime=0
/proc/2482/stat : 2482 (pboutclasp.pl) S 2479 2477 2381 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 125332394 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 268591738978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/2482/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 217.45
Current children cumulated vsize (KiB) 43924

Child status: 0
Real time (s): 217.569
CPU time (s): 217.545
CPU user time (s): 217.499
CPU system time (s): 0.045993
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 43924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.499
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4874
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67
involuntary context switches= 422

runsolver used 0.210967 second user time and 0.58591 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Fri Apr 13 19:35:47 UTC 2007

IDJOB= 350269
IDBENCH= 1272
IDSOLVER= 158
FILE ID= node6/350269-1176492947

PBS_JOBID= 4556686

Free space on /tmp= 66557 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900574864.opb
COMMAND LINE= pbclasp instance-350269-1176492947.opb /tmp/evaluation/350269-1176492947/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-350269-1176492947 -o ROOT/results/node6/conversion-350269-1176492947 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/350269-1176492947/instance-350269-1176492947.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-350269-1176492947 -o ROOT/results/node6/solver-350269-1176492947 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-350269-1176492947.opb /tmp/evaluation/350269-1176492947/temp

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  58a39490a0f04cc377ab2aa6882fd7a1

RANDOM SEED= 177323402

TIME LIMIT= 1800 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:       1805136 kB
Buffers:         36088 kB
Cached:         108208 kB
SwapCached:          0 kB
Active:         146040 kB
Inactive:        52936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1805136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:          73624 kB
Slab:            37468 kB
Committed_AS:  4810364 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= 66557 MiB

End job on node6 on Fri Apr 13 19:39:25 UTC 2007