Trace number 3696308

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? (problem) 633.335 848

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-net12.opb
MD5SUM24a04ed274dd43d443428abf078e95f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark6.82896
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 214
Optimality of the best value was proved YES
Number of variables147395
Total number of constraints26533
Number of constraints which are clauses12
Number of constraints which are cardinality constraints (but not clauses)391
Number of constraints which are nor clauses,nor cardinality constraints26130
Minimum length of a constraint2
Maximum length of a constraint292
Number of terms in the objective function 39
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 337
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12288
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 137193
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

630.69/630.84	terminate called after throwing an instance of 'std::bad_alloc'
630.69/630.84	  what():  std::bad_alloc
633.29/847.99	HOME/runPb2sat.sh: line 10:  3715 Aborted                 (core dumped) ./pb2sat $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=0 -useCP2InSearch=0

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-3696308-1338051274/watcher-3696308-1338051274 -o /tmp/evaluation-result-3696308-1338051274/solver-3696308-1338051274 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696308-1338051274.opb 1697530905 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: 2.00 2.04 2.11 3/179 3714
/proc/meminfo: memFree=28989148/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0

[startup+0.0528919 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 3714
/proc/meminfo: memFree=28989148/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 3714
/proc/meminfo: memFree=28989148/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 3714
/proc/meminfo: memFree=28989148/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 3714
/proc/meminfo: memFree=28989148/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50015 s]
/proc/loadavg: 2.00 2.04 2.11 3/181 3716
/proc/meminfo: memFree=28966040/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=34840 CPUtime=1.49 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 3228 0 0 0 149 0 0 0 20 0 1 0 271254804 35676160 8310 33554432000 4194304 5873084 140737144769840 140737144766792 4746202 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 8710 8310 145 410 0 8292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43988

[startup+3.10023 s]
/proc/loadavg: 2.00 2.04 2.11 3/181 3716
/proc/meminfo: memFree=28943248/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=67608 CPUtime=3.08 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 3790 0 0 0 307 1 0 0 20 0 1 0 271254804 69230592 16521 33554432000 4194304 5873084 140737144769840 140737144767208 4995841 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 16902 16521 145 410 0 16484 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76756

[startup+6.30036 s]
/proc/loadavg: 2.00 2.04 2.11 3/181 3716
/proc/meminfo: memFree=28868972/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=264216 CPUtime=6.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 4924 0 0 0 623 6 0 0 20 0 1 0 271254804 270557184 34422 33554432000 4194304 5873084 140737144769840 140737144766792 4327223 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 66054 34422 145 410 0 65636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 273364

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 2.11 3/181 3716
/proc/meminfo: memFree=28731920/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=526360 CPUtime=12.69 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 5628 0 0 0 1257 12 0 0 20 0 1 0 271254804 538992640 67702 33554432000 4194304 5873084 140737144769840 140737144767208 4746351 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 131590 67702 145 410 0 131172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 535508

[startup+25.5003 s]
/proc/loadavg: 2.00 2.04 2.11 3/181 3716
/proc/meminfo: memFree=28457220/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=1050648 CPUtime=25.49 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 6525 0 0 0 2525 24 0 0 20 0 1 0 271254804 1075863552 134262 33554432000 4194304 5873084 140737144769840 140737144766792 4746351 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 262662 134262 145 410 0 262244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1059796

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.10 3/181 3716
/proc/meminfo: memFree=27884960/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=2099228 CPUtime=51.08 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 7830 0 0 0 5057 51 0 0 20 0 1 0 271254804 2149609472 278135 33554432000 4194304 5873084 140737144769840 140737144767208 4746232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 524807 278135 145 410 0 524389 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2108376

[startup+102.307 s]
/proc/loadavg: 2.07 2.04 2.10 3/181 3719
/proc/meminfo: memFree=26852992/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=4196380 CPUtime=102.28 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 9873 0 0 0 10130 98 0 0 20 0 1 0 271254804 4297093120 538231 33554432000 4194304 5873084 140737144769840 140737144767208 4420289 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 1049095 538231 145 410 0 1048677 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4205528

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.09 3/181 3720
/proc/meminfo: memFree=25787552/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=4196380 CPUtime=162.26 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 10393 0 0 0 16110 116 0 0 20 0 1 0 271254804 4297093120 804471 33554432000 4194304 5873084 140737144769840 140737144766792 4779677 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 1049095 804471 145 410 0 1048677 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4205528

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/181 3720
/proc/meminfo: memFree=24665280/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8390684 CPUtime=222.25 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 13493 0 0 0 22031 194 0 0 20 0 1 0 271254804 8592060416 1081463 33554432000 4194304 5873084 140737144769840 140737144767208 4327221 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2097671 1081463 145 410 0 2097253 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 8399832

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.08 3/181 3720
/proc/meminfo: memFree=23503872/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8394384 CPUtime=282.25 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 14950 0 0 0 28012 213 0 0 20 0 1 0 271254804 8595849216 1373168 33554432000 4194304 5873084 140737144769840 140737144767208 4394405 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2098596 1373168 146 410 0 2098178 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 8403532

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.08 3/182 3723
/proc/meminfo: memFree=22364008/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8394384 CPUtime=342.24 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 15501 0 0 0 33993 231 0 0 20 0 1 0 271254804 8595849216 1655280 33554432000 4194304 5873084 140737144769840 140737144766792 4327221 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2098596 1655280 146 410 0 2098178 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 8403532

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.07 3/182 3746
/proc/meminfo: memFree=21235680/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.01 2.06 3/181 3750
/proc/meminfo: memFree=20591268/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8459920 CPUtime=522.21 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 16536 0 0 0 51962 259 0 0 20 0 1 0 271254804 8662958080 2098330 33554432000 4194304 5873084 140737144769840 140737144766792 4779521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2114980 2098330 189 410 0 2114562 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 8469068

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 3750
/proc/meminfo: memFree=20589904/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8459920 CPUtime=582.2 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) R 3714 3714 32297 0 -1 4202496 16536 0 0 0 57961 259 0 0 20 0 1 0 271254804 8662958080 2098330 33554432000 4194304 5873084 140737144769840 140737144767208 4779652 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2114980 2098330 189 410 0 2114562 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 8469068

[startup+642.3 s]
/proc/loadavg: 2.24 2.05 2.06 5/182 3754
/proc/meminfo: memFree=14958560/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=631.83 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 398 0 0 20 0 1 0 271254804 8864284672 2157734 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3715/statm: 2164132 2157734 209 410 0 2163714 0
Current children cumulated CPU time (s) 631.83
Current children cumulated vsize (KiB) 8665676

[startup+702.3 s]
/proc/loadavg: 3.95 2.57 2.24 2/182 3754
/proc/meminfo: memFree=10286296/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=632.23 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 438 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 632.23
Current children cumulated vsize (KiB) 8665676

[startup+762.3 s]
/proc/loadavg: 4.62 3.02 2.41 2/182 3800
/proc/meminfo: memFree=7827376/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=632.66 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 481 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 632.66
Current children cumulated vsize (KiB) 8665676

[startup+822.3 s]
/proc/loadavg: 5.14 3.45 2.60 2/182 3800
/proc/meminfo: memFree=6233172/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676
heavy processes:
  %CPU=14 pid=3754 uid=0 cmd=

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

[startup+833.2 s]
/proc/loadavg: 5.11 3.51 2.62 2/182 3800
/proc/meminfo: memFree=6380664/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+839.6 s]
/proc/loadavg: 5.11 3.53 2.64 2/182 3800
/proc/meminfo: memFree=6372104/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+842.806 s]
/proc/loadavg: 5.18 3.57 2.65 2/182 3800
/proc/meminfo: memFree=6379232/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+846 s]
/proc/loadavg: 5.32 3.63 2.68 2/182 3800
/proc/meminfo: memFree=6374332/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+846.8 s]
/proc/loadavg: 5.32 3.63 2.68 2/182 3800
/proc/meminfo: memFree=6374332/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+847.6 s]
/proc/loadavg: 5.32 3.63 2.68 2/182 3800
/proc/meminfo: memFree=6372160/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+847.8 s]
/proc/loadavg: 5.32 3.63 2.68 2/182 3800
/proc/meminfo: memFree=6372160/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

[startup+847.9 s]
/proc/loadavg: 5.32 3.63 2.68 2/182 3800
/proc/meminfo: memFree=6372160/32873648 swapFree=7116/7116
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (runPb2sat.sh) S 3712 3714 32297 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271254804 9367552 275 33554432000 4194304 5064252 140735572348208 140735572347120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3714/statm: 2287 275 233 213 0 72 0
[pid=3715] ppid=3714 vsize=8656528 CPUtime=633.29 cores=1,3,5,7
/proc/3715/stat : 3715 (pb2sat) S 3714 3714 32297 0 -1 4204032 273288 0 0 0 62785 544 0 0 20 0 1 0 271254804 8864284672 2157855 33554432000 4194304 5873084 140737144769840 140737144766712 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3715/statm: 2164132 2157855 209 410 0 2163714 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 8665676

Child status: 0
Real time (s): 848
CPU time (s): 633.335
CPU user time (s): 627.855
CPU system time (s): 5.48017
CPU usage (%): 74.6857
Max. virtual memory (cumulated for all children) (KiB): 12594136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.855
system time used= 5.48017
maximum resident set size= 8631420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1743787
involuntary context switches= 701

runsolver used 1.9967 second user time and 5.13922 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 18:54:34
IDJOB=3696308
IDBENCH=1876
IDSOLVER=2274
FILE ID=node114/3696308-1338051274
RUNJOBID= node114-1338049469-3560
PBS_JOBID= 14624357
Free space on /tmp= 71184 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-net12.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696308-1338051274/watcher-3696308-1338051274 -o /tmp/evaluation-result-3696308-1338051274/solver-3696308-1338051274 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696308-1338051274.opb 1697530905 HOME HOME

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

MD5SUM BENCH= 24a04ed274dd43d443428abf078e95f9
RANDOM SEED=1697530905

node114.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.242
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	: 5332.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.91
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.242
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.242
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:       32873648 kB
MemFree:        28989900 kB
Buffers:          237860 kB
Cached:          1975184 kB
SwapCached:         1884 kB
Active:          2061908 kB
Inactive:        1033652 kB
Active(anon):     877284 kB
Inactive(anon):     7876 kB
Active(file):    1184624 kB
Inactive(file):  1025776 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103096 kB
Dirty:             14392 kB
Writeback:             0 kB
AnonPages:        888156 kB
Mapped:            14392 kB
Shmem:               116 kB
Slab:             647556 kB
SReclaimable:      91760 kB
SUnreclaim:       555796 kB
KernelStack:        1512 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1071872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 64296 MiB
End job on node114 at 2012-05-26 19:08:42