Trace number 360254

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 367.561 367.585

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547389.opb
MD5SUM6bb807214e0d1b3ab69b4b6ee86db452
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 benchmark119.797
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 721
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)

367.44/367.58	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/360254-1176964267/instance-360254-1176964267.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/node18/watcher-360254-1176964267 -o ROOT/results/node18/solver-360254-1176964267 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-360254-1176964267.opb /tmp/evaluation/360254-1176964267/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.91 0.97 0.99 3/77 11626
/proc/meminfo: memFree=1776056/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12268 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) R 11624 11626 10859 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 144344135 12562432 317 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227848976997 0 0 4224 0 0 0 0 17 1 0 0
/proc/11626/statm: 3067 317 242 3 0 167 0

[startup+0.0609471 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 11626
/proc/meminfo: memFree=1776056/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101946 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 11626
/proc/meminfo: memFree=1776056/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.301974 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 11626
/proc/meminfo: memFree=1776056/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.702009 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 11626
/proc/meminfo: memFree=1776056/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50108 s]
/proc/loadavg: 0.91 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1771288/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=5920 CPUtime=1.35
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 1143 0 0 0 135 0 0 0 25 0 1 0 144344136 6062080 1109 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741305 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 1480 1109 196 154 0 950 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 35940

[startup+3.10124 s]
/proc/loadavg: 0.91 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1770648/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=6492 CPUtime=2.95
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 1277 0 0 0 295 0 0 0 25 0 1 0 144344136 6647808 1243 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740794 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 1623 1243 196 154 0 1093 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 36512

[startup+6.30254 s]
/proc/loadavg: 0.92 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1769880/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=7020 CPUtime=6.15
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 1413 0 0 0 615 0 0 0 25 0 1 0 144344136 7188480 1379 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 1755 1379 196 154 0 1225 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 37040

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1768856/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=7972 CPUtime=12.55
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 1668 0 0 0 1255 0 0 0 25 0 1 0 144344136 8163328 1634 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 1993 1634 196 154 0 1463 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 37992

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1767640/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=9180 CPUtime=25.34
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 1934 0 0 0 2534 0 0 0 25 0 1 0 144344136 9400320 1900 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769178 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 2295 1900 196 154 0 1765 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 39200

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1766680/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=10200 CPUtime=50.93
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 2183 0 0 0 5093 0 0 0 25 0 1 0 144344136 10444800 2149 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134746409 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 2550 2149 196 154 0 2020 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 40220

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1764888/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=12060 CPUtime=102.13
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 2622 0 0 0 10212 1 0 0 25 0 1 0 144344136 12349440 2588 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740576 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3015 2588 196 154 0 2485 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 42080

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1763736/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=13080 CPUtime=162.11
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 2881 0 0 0 16209 2 0 0 25 0 1 0 144344136 13393920 2847 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134714465 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3270 2847 196 154 0 2740 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 43100


################
# More data... #
################

/proc/11630/statm: 3476 3025 196 154 0 2946 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 43924

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1762200/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=14632 CPUtime=282.07
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3243 0 0 0 28205 2 0 0 25 0 1 0 144344136 14983168 3209 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741223 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3658 3209 196 154 0 3128 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 44652

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761816/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=14992 CPUtime=342.06
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3322 0 0 0 34203 3 0 0 25 0 1 0 144344136 15351808 3288 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769212 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3748 3288 196 154 0 3218 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 45012

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

[startup+345.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761816/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=14992 CPUtime=345.26
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3322 0 0 0 34523 3 0 0 25 0 1 0 144344136 15351808 3288 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741034 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3748 3288 196 154 0 3218 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 345.45
Current children cumulated vsize (KiB) 45012

[startup+358.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761624/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=15320 CPUtime=358.05
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3387 0 0 0 35802 3 0 0 25 0 1 0 144344136 15687680 3353 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3830 3353 196 154 0 3300 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 358.24
Current children cumulated vsize (KiB) 45340

[startup+361.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761624/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=15320 CPUtime=361.25
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3387 0 0 0 36122 3 0 0 25 0 1 0 144344136 15687680 3353 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769196 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3830 3353 196 154 0 3300 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 361.44
Current children cumulated vsize (KiB) 45340

[startup+364.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761560/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=15508 CPUtime=364.45
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3413 0 0 0 36442 3 0 0 25 0 1 0 144344136 15880192 3379 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741259 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3877 3379 196 154 0 3347 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 364.64
Current children cumulated vsize (KiB) 45528

[startup+366.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761496/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=15508 CPUtime=366.05
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3413 0 0 0 36602 3 0 0 25 0 1 0 144344136 15880192 3379 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3877 3379 196 154 0 3347 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 366.24
Current children cumulated vsize (KiB) 45528

[startup+367.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761496/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=15508 CPUtime=366.85
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3414 0 0 0 36682 3 0 0 25 0 1 0 144344136 15880192 3380 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3877 3380 196 154 0 3347 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 367.04
Current children cumulated vsize (KiB) 45528

[startup+367.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 11631
/proc/meminfo: memFree=1761496/2055920 swapFree=4147128/4192956
[pid=11626] ppid=11624 vsize=12400 CPUtime=0
/proc/11626/stat : 11626 (pbclasp) S 11624 11626 10859 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 144344135 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11626/statm: 3100 435 320 3 0 200 0
[pid=11628] ppid=11626 vsize=5352 CPUtime=0.19
/proc/11628/stat : 11628 (sh) S 11626 11626 10859 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 144344136 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11628/statm: 1338 224 188 169 0 49 0
[pid=11630] ppid=11628 vsize=15508 CPUtime=367.25
/proc/11630/stat : 11630 (clasp) R 11628 11626 10859 0 -1 4194304 3414 0 0 0 36722 3 0 0 25 0 1 0 144344136 15880192 3380 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769358 0 0 4096 0 0 0 0 17 1 0 0
/proc/11630/statm: 3877 3380 196 154 0 3347 0
[pid=11631] ppid=11628 vsize=12268 CPUtime=0
/proc/11631/stat : 11631 (pboutclasp.pl) S 11628 11626 10859 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 144344137 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 227857707106 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11631/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 367.44
Current children cumulated vsize (KiB) 45528

Child status: 0
Real time (s): 367.585
CPU time (s): 367.561
CPU user time (s): 367.503
CPU system time (s): 0.057991
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 45528

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

runsolver used 0.356945 second user time and 0.987849 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Thu Apr 19 06:31:07 UTC 2007

IDJOB= 360254
IDBENCH= 1355
IDSOLVER= 158
FILE ID= node18/360254-1176964267

PBS_JOBID= 4605796

Free space on /tmp= 66484 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.1900547389.opb
COMMAND LINE= pbclasp instance-360254-1176964267.opb /tmp/evaluation/360254-1176964267/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-360254-1176964267 -o ROOT/results/node18/conversion-360254-1176964267 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/360254-1176964267/instance-360254-1176964267.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  6bb807214e0d1b3ab69b4b6ee86db452

RANDOM SEED= 918526402

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1776464 kB
Buffers:         35980 kB
Cached:         158300 kB
SwapCached:      14208 kB
Active:          86900 kB
Inactive:       130380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776464 kB
SwapTotal:     4192956 kB
SwapFree:      4147128 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:          29976 kB
Slab:            47700 kB
Committed_AS:  4385692 kB
PageTables:       1776 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= 66484 MiB

End job on node18 on Thu Apr 19 06:37:15 UTC 2007