Trace number 3695913

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.08 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-3.opb
MD5SUMf687933a5408753eb50bdd526af25aa5
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3052
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3052
Optimality of the best value was proved NO
Number of variables3300
Total number of constraints1985
Number of constraints which are clauses1364
Number of constraints which are cardinality constraints (but not clauses)621
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint220
Number of terms in the objective function 2792
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1385986
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1385986
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

833.49/833.74	c model valid
833.49/833.74	c current solution ok
833.98/834.25	o 232316
833.98/834.25	c current bound: 116861
833.98/834.25	c fallback to adder encoding
1800.08/1800.51	c error: unexpected solver exit code
1800.08/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695913-1338049161/watcher-3695913-1338049161 -o /tmp/evaluation-result-3695913-1338049161/solver-3695913-1338049161 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695913-1338049161.opb 765480940 HOME HOME 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.23 1.61 3/175 11491
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0

[startup+0.0809871 s]
/proc/loadavg: 1.00 1.23 1.61 3/175 11491
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 1.00 1.23 1.61 3/175 11491
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 1.00 1.23 1.61 3/175 11491
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700287 s]
/proc/loadavg: 1.00 1.23 1.61 3/175 11491
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 1.08 1.24 1.61 4/183 11502
/proc/meminfo: memFree=28911232/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=47192 CPUtime=1.31 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 10012 0 0 0 130 1 0 0 20 0 1 0 271040639 48324608 10489 33554432000 4194304 4896791 140733217456976 140733217454184 4225403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 11798 10489 78 172 0 11624 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 82908

[startup+3.10039 s]
/proc/loadavg: 1.08 1.24 1.61 4/183 11505
/proc/meminfo: memFree=28909668/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=53104 CPUtime=2.91 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 11010 0 0 0 289 2 0 0 20 0 1 0 271040639 54378496 11150 33554432000 4194304 4896791 140733217456976 140733217452712 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 13276 11151 78 172 0 13102 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 88820

[startup+6.3004 s]
/proc/loadavg: 1.08 1.24 1.61 4/183 11505
/proc/meminfo: memFree=28899792/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=51872 CPUtime=6.11 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 12696 0 0 0 608 3 0 0 20 0 1 0 271040639 53116928 11662 33554432000 4194304 4896791 140733217456976 140733217454184 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 12968 11662 78 172 0 12794 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 87588

[startup+12.7004 s]
/proc/loadavg: 1.30 1.28 1.62 4/183 11508
/proc/meminfo: memFree=28895272/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=68480 CPUtime=12.5 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 16233 0 0 0 1246 4 0 0 20 0 1 0 271040639 70123520 14127 33554432000 4194304 4896791 140733217456976 140733217454184 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 17120 14127 78 172 0 16946 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 104196

[startup+25.5004 s]
/proc/loadavg: 1.41 1.31 1.63 4/183 11511
/proc/meminfo: memFree=28886116/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=75248 CPUtime=25.31 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 20112 0 0 0 2523 8 0 0 20 0 1 0 271040639 77053952 15984 33554432000 4194304 4896791 140733217456976 140733217454184 4203066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 18812 15984 78 172 0 18638 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 110964

[startup+51.1004 s]
/proc/loadavg: 1.61 1.36 1.64 4/184 11514
/proc/meminfo: memFree=28866212/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=87396 CPUtime=50.89 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 26955 0 0 0 5077 12 0 0 20 0 1 0 271040639 89493504 19804 33554432000 4194304 4896791 140733217456976 140733217454184 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 21849 19804 78 172 0 21675 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 123112

[startup+102.307 s]
/proc/loadavg: 1.84 1.47 1.65 4/183 11514
/proc/meminfo: memFree=28824752/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11498/stat : 11498 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271040639 9367552 266 33554432000 4194304 5064252 140736708206512 140736708205424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11498/statm: 2287 266 226 213 0 72 0
[pid=11499] ppid=11498 vsize=114004 CPUtime=102.07 cores=1,3,5,7
/proc/11499/stat : 11499 (glucose_static) R 11498 11491 11448 0 -1 4202496 35522 0 0 0 10188 19 0 0 20 0 1 0 271040639 116740096 27087 33554432000 4194304 4896791 140733217456976 140733217454184 4225550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11499/statm: 28501 27087 78 172 0 28327 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 149720

[startup+162.3 s]
/proc/loadavg: 1.94 1.56 1.67 4/183 11514
/proc/meminfo: memFree=28810812/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=17420 CPUtime=0.16 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 4218 0 0 0 15 1 0 0 20 0 1 0 271040621 17838080 3827 33554432000 4194304 5873084 140734995393968 140734995390392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 4355 3827 165 410 0 3937 0
[pid=11498] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 61845 0 0 0 58703 59 0 0 20 0 1 0 271124077 217636864 48203 33554432000 4194304 4896791 140736860952016 140736860949224 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 53134 48203 78 172 0 52960 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 292596

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.89 4/183 11528
/proc/meminfo: memFree=28633092/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=216104 CPUtime=647.61 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 64926 0 0 0 64697 64 0 0 20 0 1 0 271124077 221290496 47591 33554432000 4194304 4896791 140736860952016 140736860947752 4202999 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 54026 47591 78 172 0 53852 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 296164

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.90 4/183 11529
/proc/meminfo: memFree=28618464/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=218388 CPUtime=707.59 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 66574 0 0 0 70692 67 0 0 20 0 1 0 271124077 223629312 51202 33554432000 4194304 4896791 140736860952016 140736860949224 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 54597 51202 78 172 0 54423 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 298448

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.90 4/183 11529
/proc/meminfo: memFree=28635312/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=222072 CPUtime=767.58 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 69232 0 0 0 76687 71 0 0 20 0 1 0 271124077 227401728 47693 33554432000 4194304 4896791 140736860952016 140736860947752 4225103 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 55518 47693 78 172 0 55344 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 302132

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/183 11529
/proc/meminfo: memFree=28619792/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=235476 CPUtime=827.57 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 73232 0 0 0 82681 76 0 0 20 0 1 0 271124077 241127424 53163 33554432000 4194304 4896791 140736860952016 140736860949224 4224617 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 58869 53163 78 172 0 58695 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 315536

[startup+1722.3 s]
/proc/loadavg: 2.10 2.02 1.92 4/183 11529
/proc/meminfo: memFree=28616712/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=242016 CPUtime=887.56 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 76091 0 0 0 88675 81 0 0 20 0 1 0 271124077 247824384 54977 33554432000 4194304 4896791 140736860952016 140736860949544 4225449 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 60504 54977 78 172 0 60330 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 322076

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.92 4/183 11529
/proc/meminfo: memFree=28560120/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=244068 CPUtime=947.56 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 77656 0 0 0 94673 83 0 0 20 0 1 0 271124077 249925632 58416 33554432000 4194304 4896791 140736860952016 140736860949224 4225414 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 61017 58416 78 172 0 60843 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 324128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 1.92 4/183 11529
/proc/meminfo: memFree=28581336/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=295036 CPUtime=965.74 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 78186 0 0 0 96491 83 0 0 20 0 1 0 271124077 302116864 61611 33554432000 4194304 4896791 140736860952016 140736860949224 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 73759 61611 78 172 0 73585 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 375096

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 1.92 4/183 11529
/proc/meminfo: memFree=28581336/32873844 swapFree=7900/7900
[pid=11491] ppid=11487 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11491/stat : 11491 (runPb2sat.sh) S 11487 11491 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 274 33554432000 4194304 5064252 140734914842368 140734914841280 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11491/statm: 2287 274 233 213 0 72 0
[pid=11493] ppid=11491 vsize=61764 CPUtime=834.34 cores=1,3,5,7
/proc/11493/stat : 11493 (pb2sat) S 11491 11491 11448 0 -1 4202496 9971 87524 0 0 52 46 83241 95 20 0 1 0 271040621 63246336 11760 33554432000 4194304 5873084 140734995393968 140734995387784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11493/statm: 15441 11760 181 410 0 15023 0
[pid=11521] ppid=11493 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (satsolver.sh) S 11493 11491 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271124076 9367552 267 33554432000 4194304 5064252 140733731660208 140733731659120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11521/statm: 2287 267 226 213 0 72 0
[pid=11522] ppid=11521 vsize=295036 CPUtime=965.74 cores=1,3,5,7
/proc/11522/stat : 11522 (glucose_static) R 11521 11491 11448 0 -1 4202496 78186 0 0 0 96491 83 0 0 20 0 1 0 271124077 302116864 61611 33554432000 4194304 4896791 140736860952016 140736860949224 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11522/statm: 73759 61611 78 172 0 73585 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 375096

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11491 and gives
#  childrusage.ru_utime.tv_sec=832
#  childrusage.ru_utime.tv_usec=944373
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=419784
# CPU time returned by wait4() is 834.364
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1797.84
CPU system time (s): 2.24
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 453788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 832.944
system time used= 1.41978
maximum resident set size= 274364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108
involuntary context switches= 862

runsolver used 2.97455 second user time and 8.5727 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 18:19:21
IDJOB=3695913
IDBENCH=1536
IDSOLVER=2274
FILE ID=node137/3695913-1338049161
RUNJOBID= node137-1338049161-11465
PBS_JOBID= 14624375
Free space on /tmp= 71284 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695913-1338049161/watcher-3695913-1338049161 -o /tmp/evaluation-result-3695913-1338049161/solver-3695913-1338049161 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695913-1338049161.opb 765480940 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f687933a5408753eb50bdd526af25aa5
RANDOM SEED=765480940

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29001208 kB
Buffers:          266440 kB
Cached:          2794392 kB
SwapCached:        22060 kB
Active:           943852 kB
Inactive:        2140748 kB
Active(anon):       3576 kB
Inactive(anon):    22680 kB
Active(file):     940276 kB
Inactive(file):  2118068 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             17112 kB
Writeback:             0 kB
AnonPages:         10992 kB
Mapped:             8732 kB
Shmem:                 0 kB
Slab:             646688 kB
SReclaimable:      88128 kB
SUnreclaim:       558560 kB
KernelStack:        1368 kB
PageTables:         3484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71232 MiB
End job on node137 at 2012-05-26 18:49:21