Trace number 359736

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 888.066 888.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUMf4b978648ea0f0ad7162795950b3a449
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 benchmark153.747
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 625
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)

888.02/888.26	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/359736-1176941085/instance-359736-1176941085.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/node52/watcher-359736-1176941085 -o ROOT/results/node52/solver-359736-1176941085 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-359736-1176941085.opb /tmp/evaluation/359736-1176941085/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: 1.00 1.01 1.00 3/64 6666
/proc/meminfo: memFree=1945100/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12268 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) R 6664 6666 5947 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 48953582 12562432 317 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662655486 0 0 4224 0 0 0 0 17 1 0 0
/proc/6666/statm: 3067 317 242 3 0 167 0

[startup+0.0234689 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 6666
/proc/meminfo: memFree=1945100/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.102471 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 6666
/proc/meminfo: memFree=1945100/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.302493 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 6666
/proc/meminfo: memFree=1945100/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.701518 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 6666
/proc/meminfo: memFree=1945100/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50156 s]
/proc/loadavg: 1.08 1.03 1.01 2/68 6671
/proc/meminfo: memFree=1940132/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=6044 CPUtime=1.35
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 1197 0 0 0 135 0 0 0 25 0 1 0 48953583 6189056 1143 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 1511 1143 196 154 0 981 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 36064

[startup+3.10167 s]
/proc/loadavg: 1.08 1.03 1.01 2/68 6671
/proc/meminfo: memFree=1939492/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=6704 CPUtime=2.94
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 1371 0 0 0 294 0 0 0 25 0 1 0 48953583 6864896 1317 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134682888 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 1676 1317 196 154 0 1146 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 36724

[startup+6.30189 s]
/proc/loadavg: 1.07 1.03 1.00 2/68 6671
/proc/meminfo: memFree=1938596/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=7500 CPUtime=6.14
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 1538 0 0 0 614 0 0 0 25 0 1 0 48953583 7680000 1484 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134716203 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 1875 1484 196 154 0 1345 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 37520

[startup+12.7013 s]
/proc/loadavg: 1.07 1.03 1.00 2/68 6671
/proc/meminfo: memFree=1937572/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=8300 CPUtime=12.54
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 1742 0 0 0 1254 0 0 0 25 0 1 0 48953583 8499200 1688 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769165 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 2075 1688 196 154 0 1545 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 38320

[startup+25.5022 s]
/proc/loadavg: 1.05 1.02 1.00 2/68 6671
/proc/meminfo: memFree=1936100/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=9632 CPUtime=25.35
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 2096 0 0 0 2534 1 0 0 25 0 1 0 48953583 9863168 2042 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 2408 2042 196 154 0 1878 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 39652

[startup+51.1029 s]
/proc/loadavg: 1.03 1.02 1.00 2/68 6671
/proc/meminfo: memFree=1934948/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=10868 CPUtime=50.94
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 2390 0 0 0 5093 1 0 0 25 0 1 0 48953583 11128832 2336 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 2717 2336 196 154 0 2187 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 40888

[startup+102.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/68 6671
/proc/meminfo: memFree=1933092/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=12748 CPUtime=102.12
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 2845 0 0 0 10211 1 0 0 25 0 1 0 48953583 13053952 2791 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769192 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 3187 2791 196 154 0 2657 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 42768

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 6671
/proc/meminfo: memFree=1931364/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=14620 CPUtime=162.11
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 3290 0 0 0 16209 2 0 0 25 0 1 0 48953583 14970880 3236 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740538 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 3655 3236 196 154 0 3125 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 44640


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

/proc/6670/statm: 5039 4509 196 154 0 4509 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 50176

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925796/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=20344 CPUtime=761.96
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4613 0 0 0 76193 3 0 0 25 0 1 0 48953583 20832256 4559 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134682907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5086 4559 196 154 0 4556 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 50364

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925540/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=20724 CPUtime=821.94
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4680 0 0 0 82191 3 0 0 25 0 1 0 48953583 21221376 4626 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134715334 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5181 4626 196 154 0 4651 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 50744

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=881.92
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4789 0 0 0 88189 3 0 0 25 0 1 0 48953583 21610496 4735 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740640 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4735 196 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 51124

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

[startup+883.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=882.72
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4789 0 0 0 88269 3 0 0 25 0 1 0 48953583 21610496 4735 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4735 196 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 882.91
Current children cumulated vsize (KiB) 51124

[startup+886.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=885.92
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4789 0 0 0 88589 3 0 0 25 0 1 0 48953583 21610496 4735 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741050 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4735 196 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 886.11
Current children cumulated vsize (KiB) 51124

[startup+887.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=886.72
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4789 0 0 0 88669 3 0 0 25 0 1 0 48953583 21610496 4735 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740782 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4735 196 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 886.91
Current children cumulated vsize (KiB) 51124

[startup+887.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=887.52
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4789 0 0 0 88749 3 0 0 25 0 1 0 48953583 21610496 4735 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4735 196 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 887.71
Current children cumulated vsize (KiB) 51124

[startup+888.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=887.72
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4789 0 0 0 88769 3 0 0 25 0 1 0 48953583 21610496 4735 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4735 196 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 48953583 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 887.91
Current children cumulated vsize (KiB) 51124

[startup+888.203 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6673
/proc/meminfo: memFree=1925028/2055920 swapFree=4182956/4192956
[pid=6666] ppid=6664 vsize=12400 CPUtime=0
/proc/6666/stat : 6666 (pbclasp) S 6664 6666 5947 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 48953582 12697600 435 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 273662652514 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3100 435 320 3 0 200 0
[pid=6668] ppid=6666 vsize=5352 CPUtime=0.19
/proc/6668/stat : 6668 (sh) S 6666 6666 5947 0 -1 4194304 297 510 0 0 0 0 19 0 16 0 1 0 48953583 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6668/statm: 1338 224 188 169 0 49 0
[pid=6670] ppid=6668 vsize=21104 CPUtime=887.83
/proc/6670/stat : 6670 (clasp) R 6668 6666 5947 0 -1 4194304 4811 0 0 0 88780 3 0 0 25 0 1 0 48953583 21610496 4501 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 5276 4501 218 154 0 4746 0
[pid=6671] ppid=6668 vsize=12268 CPUtime=0
/proc/6671/stat : 6671 (pboutclasp.pl) S 6668 6666 5947 0 -1 4194304 436 0 0 0 0 0 0 0 16 0 1 0 48953583 12562432 395 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 273662652514 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6671/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 888.02
Current children cumulated vsize (KiB) 51124

Child status: 0
Real time (s): 888.27
CPU time (s): 888.066
CPU user time (s): 888.006
CPU system time (s): 0.05999
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 51124

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

runsolver used 1.06784 second user time and 2.16867 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Thu Apr 19 00:04:45 UTC 2007

IDJOB= 359736
IDBENCH= 1317
IDSOLVER= 158
FILE ID= node52/359736-1176941085

PBS_JOBID= 4605714

Free space on /tmp= 66313 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.1900559676.opb
COMMAND LINE= pbclasp instance-359736-1176941085.opb /tmp/evaluation/359736-1176941085/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node52/convwatcher-359736-1176941085 -o ROOT/results/node52/conversion-359736-1176941085 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/359736-1176941085/instance-359736-1176941085.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  f4b978648ea0f0ad7162795950b3a449

RANDOM SEED= 435261188

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1945572 kB
Buffers:         13020 kB
Cached:          48344 kB
SwapCached:       4256 kB
Active:          47212 kB
Inactive:        24344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1945572 kB
SwapTotal:     4192956 kB
SwapFree:      4182956 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:          15736 kB
Slab:            24792 kB
Committed_AS:  1575780 kB
PageTables:       1484 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= 66313 MiB

End job on node52 on Thu Apr 19 00:19:34 UTC 2007