Trace number 420108

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-04-10UNSAT 856.252 847.877

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
palacios/medium/blocks-4-ipc5-h21-unknown.opb
MD5SUM21a5d232eebe09c0c4b4635b21d4fb00
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark430.112
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables135534
Total number of constraints905980
Number of constraints which are clauses905980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint417
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 415
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 832
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)

856.14/847.87	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/420108-1177419061/instance-420108-1177419061.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node63/watcher-420108-1177419061 -o ROOT/results/node63/solver-420108-1177419061 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-420108-1177419061.opb /tmp/evaluation/420108-1177419061/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.00 1.00 3/64 29428
/proc/meminfo: memFree=1875980/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=12268 CPUtime=0
/proc/29428/stat : 29428 (pbclasp) R 29426 29428 28893 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 217896187 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263706110 0 0 4224 0 0 0 0 17 0 0 0
/proc/29428/statm: 3067 317 242 3 0 167 0

[startup+0.074335 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29428
/proc/meminfo: memFree=1875980/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=15788 CPUtime=0.07
/proc/29428/stat : 29428 (pbclasp) R 29426 29428 28893 0 -1 4194304 1301 0 0 0 7 0 0 0 18 0 1 0 217896187 16166912 1268 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247254651617 0 0 4224 16384 0 0 0 17 0 0 0
/proc/29428/statm: 3947 1268 314 3 0 1047 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15788

[startup+0.101335 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29428
/proc/meminfo: memFree=1875980/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.09
/proc/29428/stat : 29428 (pbclasp) R 29426 29428 28893 0 -1 4194304 2018 0 0 0 9 0 0 0 18 0 1 0 217896187 19079168 1985 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247254651617 0 0 4224 16384 0 0 0 17 0 0 0
/proc/29428/statm: 4658 1985 314 3 0 1758 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18632

[startup+0.301357 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29428
/proc/meminfo: memFree=1875980/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.29
/proc/29428/stat : 29428 (pbclasp) R 29426 29428 28893 0 -1 4194304 2027 0 0 0 29 0 0 0 19 0 1 0 217896187 19079168 1994 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 0 0 0 17 0 0 0
/proc/29428/statm: 4658 1994 316 3 0 1758 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18632

[startup+0.701399 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29428
/proc/meminfo: memFree=1875980/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.69
/proc/29428/stat : 29428 (pbclasp) R 29426 29428 28893 0 -1 4194304 2027 0 0 0 67 2 0 0 22 0 1 0 217896187 19079168 1994 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 0 0 0 17 0 0 0
/proc/29428/statm: 4658 1994 316 3 0 1758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18632

[startup+1.50249 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 29433
/proc/meminfo: memFree=1867172/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=0
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29431] ppid=29430 vsize=12400 CPUtime=0.69
/proc/29431/stat : 29431 (pb2clasp1) R 29430 29428 28893 0 -1 4194304 503 0 0 0 69 0 0 0 23 0 1 0 217896267 12697600 462 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 247275141462 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3100 462 340 3 0 200 0
[pid=29432] ppid=29430 vsize=4984 CPUtime=0.08
/proc/29432/stat : 29432 (clasp-1.0) S 29430 29428 28893 0 -1 4194304 873 0 0 0 8 0 0 0 16 0 1 0 217896268 5103616 838 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/29432/statm: 1246 838 230 81 0 620 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 217896268 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 53636

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 29433
/proc/meminfo: memFree=1862436/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=0
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29431] ppid=29430 vsize=12532 CPUtime=2.27
/proc/29431/stat : 29431 (pb2clasp1) R 29430 29428 28893 0 -1 4194304 520 0 0 0 226 1 0 0 25 0 1 0 217896267 12832768 479 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 247274705414 0 0 4224 0 0 0 0 17 1 0 0
/proc/29431/statm: 3133 479 340 3 0 233 0
[pid=29432] ppid=29430 vsize=10008 CPUtime=0.26
/proc/29432/stat : 29432 (clasp-1.0) S 29430 29428 28893 0 -1 4194304 2124 0 0 0 26 0 0 0 16 0 1 0 217896268 10248192 2089 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/29432/statm: 2502 2089 230 81 0 1876 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 217896268 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 58792

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 29433
/proc/meminfo: memFree=1853412/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=0
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29431] ppid=29430 vsize=12532 CPUtime=5.46
/proc/29431/stat : 29431 (pb2clasp1) R 29430 29428 28893 0 -1 4194304 522 0 0 0 544 2 0 0 25 0 1 0 217896267 12832768 481 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 247275132522 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3133 481 340 3 0 233 0
[pid=29432] ppid=29430 vsize=19740 CPUtime=0.67
/proc/29432/stat : 29432 (clasp-1.0) S 29430 29428 28893 0 -1 4194304 4530 0 0 0 66 1 0 0 16 0 1 0 217896268 20213760 4495 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/29432/statm: 4935 4495 230 81 0 4309 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 217896268 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 68524

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 29433
/proc/meminfo: memFree=1832748/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=0
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29431] ppid=29430 vsize=12532 CPUtime=11.82
/proc/29431/stat : 29431 (pb2clasp1) R 29430 29428 28893 0 -1 4194304 526 0 0 0 1179 3 0 0 25 0 1 0 217896267 12832768 485 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 247274810473 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3133 485 340 3 0 233 0
[pid=29432] ppid=29430 vsize=40304 CPUtime=1.6
/proc/29432/stat : 29432 (clasp-1.0) S 29430 29428 28893 0 -1 4194304 9612 0 0 0 155 5 0 0 16 0 1 0 217896268 41271296 9577 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/29432/statm: 10076 9577 230 81 0 9450 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 217896268 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 89088

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 29433
/proc/meminfo: memFree=1791724/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=0
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29431] ppid=29430 vsize=12532 CPUtime=24.47
/proc/29431/stat : 29431 (pb2clasp1) R 29430 29428 28893 0 -1 4194304 528 0 0 0 2443 4 0 0 25 0 1 0 217896267 12832768 487 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 247274752394 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3133 487 340 3 0 233 0
[pid=29432] ppid=29430 vsize=80500 CPUtime=3.47
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 19589 0 0 0 338 9 0 0 16 0 1 0 217896268 82432000 19513 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160243812 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 20125 19513 230 81 0 19499 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 217896268 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 28.74
Current children cumulated vsize (KiB) 129284

[startup+51.1015 s]
/proc/loadavg: 1.06 1.01 1.00 3/69 29433
/proc/meminfo: memFree=1713964/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=0
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29431] ppid=29430 vsize=12532 CPUtime=49.83
/proc/29431/stat : 29431 (pb2clasp1) R 29430 29428 28893 0 -1 4194304 530 0 0 0 4976 7 0 0 25 0 1 0 217896267 12832768 489 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 247275126021 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3133 489 340 3 0 233 0
[pid=29432] ppid=29430 vsize=158136 CPUtime=7.34
/proc/29432/stat : 29432 (clasp-1.0) S 29430 29428 28893 0 -1 4194304 39235 0 0 0 713 21 0 0 16 0 1 0 217896268 161931264 39098 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/29432/statm: 39534 39098 230 81 0 38908 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 217896268 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 57.97
Current children cumulated vsize (KiB) 206920

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 29433
/proc/meminfo: memFree=1467508/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=48.2
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 4766 54 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737260 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 110.97
Current children cumulated vsize (KiB) 439808


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

/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 770.69
Current children cumulated vsize (KiB) 439808

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=767.89
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 76733 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 830.66
Current children cumulated vsize (KiB) 439808

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

[startup+831.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=777.49
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 77693 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134738095 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 840.26
Current children cumulated vsize (KiB) 439808

[startup+838.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=783.89
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 78333 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737400 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 846.66
Current children cumulated vsize (KiB) 439808

[startup+844.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=790.29
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 78973 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737530 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 853.06
Current children cumulated vsize (KiB) 439808

[startup+846.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=791.89
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 79133 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737366 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 854.66
Current children cumulated vsize (KiB) 439808

[startup+847.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=792.69
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 79213 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134783571 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 855.46
Current children cumulated vsize (KiB) 439808

[startup+847.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=403556 CPUtime=793.09
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121575 0 0 0 79253 56 0 0 25 0 1 0 217896268 413241344 100315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134748316 0 0 4096 0 0 0 0 17 1 0 0
/proc/29432/statm: 100889 100315 245 81 0 100263 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 855.86
Current children cumulated vsize (KiB) 439808

[startup+847.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=390284 CPUtime=793.28
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121595 0 1 0 79271 57 0 0 16 0 1 0 217896268 399650816 97018 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160492928 0 0 4096 0 0 0 0 17 0 0 0
/proc/29432/statm: 97571 97018 266 81 0 96945 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 856.05
Current children cumulated vsize (KiB) 426536

[startup+847.803 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29631
/proc/meminfo: memFree=1466676/2055920 swapFree=4182896/4192956
[pid=29428] ppid=29426 vsize=18632 CPUtime=0.8
/proc/29428/stat : 29428 (pbclasp) S 29426 29428 28893 0 -1 4194304 2049 0 0 0 78 2 0 0 25 0 1 0 217896187 19079168 1998 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 247263703138 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29428/statm: 4658 1998 320 3 0 1758 0
[pid=29430] ppid=29428 vsize=5352 CPUtime=61.97
/proc/29430/stat : 29430 (sh) S 29428 29428 28893 0 -1 4194304 297 532 0 0 0 0 6189 8 16 0 1 0 217896267 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 247254803268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29430/statm: 1338 224 188 169 0 49 0
[pid=29432] ppid=29430 vsize=337356 CPUtime=793.37
/proc/29432/stat : 29432 (clasp-1.0) R 29430 29428 28893 0 -1 4194304 121595 0 1 0 79280 57 0 0 16 0 1 0 217896268 345452544 83927 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 3403260 0 0 4096 0 0 0 0 17 0 0 0
/proc/29432/statm: 84339 83927 266 81 0 83713 0
[pid=29433] ppid=29430 vsize=12268 CPUtime=0
/proc/29433/stat : 29433 (pboutclasp.pl) S 29430 29428 28893 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 217896268 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 247263703138 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29433/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 856.14
Current children cumulated vsize (KiB) 373608

Child status: 0
Real time (s): 847.877
CPU time (s): 856.252
CPU user time (s): 855.5
CPU system time (s): 0.751885
CPU usage (%): 100.988
Max. virtual memory (cumulated for all children) (KiB): 457744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 855.5
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126058
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8161
involuntary context switches= 2962

runsolver used 0.839872 second user time and 2.20566 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Tue Apr 24 12:51:03 UTC 2007

IDJOB= 420108
IDBENCH= 47821
IDSOLVER= 167
FILE ID= node63/420108-1177419061

PBS_JOBID= 4675694

Free space on /tmp= 66445 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.opb
COMMAND LINE= pbclasp instance-420108-1177419061.opb /tmp/evaluation/420108-1177419061/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node63/convwatcher-420108-1177419061 -o ROOT/results/node63/conversion-420108-1177419061 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/420108-1177419061/instance-420108-1177419061.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  21a5d232eebe09c0c4b4635b21d4fb00

RANDOM SEED= 65670446

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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:      2055920 kB
MemFree:       1876388 kB
Buffers:          5504 kB
Cached:         114616 kB
SwapCached:       4388 kB
Active:          64412 kB
Inactive:        65768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876388 kB
SwapTotal:     4192956 kB
SwapFree:      4182896 kB
Dirty:           29552 kB
Writeback:           0 kB
Mapped:          15288 kB
Slab:            35348 kB
Committed_AS:  2192136 kB
PageTables:       1460 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= 66445 MiB

End job on node63 on Tue Apr 24 13:05:11 UTC 2007