Trace number 3703457

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
pwbo 2.0? (TO) 1800.19 900.478

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703457-1338085105.opb.
0.00/0.00	c Instance file HOME/instance-3703457-1338085105.opb
0.00/0.00	c File size is 106158 bytes.
0.00/0.01	c Cost Offset: 0
0.00/0.01	c Highest Coefficient sum: 25393
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1989                                                |
0.00/0.01	c |  Number Clauses:        95                                                  |
0.00/0.01	c |  Number Cardinality:    97                                                  |
0.00/0.01	c |  Number PB Constraints: 1                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1800.19/900.41	c ===============================================================================
1800.19/900.41	c Wall Clock Time: 900.41 s
1800.19/900.41	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-3703457-1338085105/watcher-3703457-1338085105 -o /tmp/evaluation-result-3703457-1338085105/solver-3703457-1338085105 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703457-1338085105.opb 

running on 4 cores: 0,2,4,6

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: 0.92 1.17 1.57 2/175 19648
/proc/meminfo: memFree=31557140/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=4944 CPUtime=0 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) R 19644 19648 19605 0 -1 4202496 527 0 0 0 0 0 0 0 20 0 1 0 274636169 5062656 480 33554432000 4194304 5965102 140735186216192 140735791808792 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 1236 480 169 433 0 774 0

[startup+0.0689289 s]
/proc/loadavg: 0.92 1.17 1.57 2/175 19648
/proc/meminfo: memFree=31557140/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=166300 CPUtime=0.11 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 2901 0 0 0 11 0 0 0 20 0 3 0 274636169 170291200 2779 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 41575 2779 198 433 0 41139 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 166300

[startup+0.100187 s]
/proc/loadavg: 0.92 1.17 1.57 2/175 19648
/proc/meminfo: memFree=31557140/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=166300 CPUtime=0.17 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 3516 0 0 0 17 0 0 0 20 0 3 0 274636169 170291200 3126 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 41575 3126 198 433 0 41139 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 166300

[startup+0.300145 s]
/proc/loadavg: 0.92 1.17 1.57 2/175 19648
/proc/meminfo: memFree=31557140/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=166300 CPUtime=0.57 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 7274 0 0 0 56 1 0 0 20 0 3 0 274636169 170291200 5176 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 41575 5176 199 433 0 41139 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 166300

[startup+0.700167 s]
/proc/loadavg: 0.92 1.17 1.57 2/175 19648
/proc/meminfo: memFree=31557140/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=166300 CPUtime=1.37 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 15048 0 0 0 135 2 0 0 20 0 3 0 274636169 170291200 8515 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 41575 8515 199 433 0 41139 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 166300

[startup+1.50032 s]
/proc/loadavg: 0.92 1.17 1.57 6/181 19654
/proc/meminfo: memFree=31506832/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=166300 CPUtime=2.97 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 24609 0 0 0 293 4 0 0 20 0 3 0 274636169 170291200 13005 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 41575 13005 199 433 0 41139 0
[pid=19648/tid=19653] ppid=19644 vsize=166300 CPUtime=1.46 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 21496 0 0 0 143 3 0 0 20 0 3 0 274636171 170291200 13005 33554432000 4194304 5965102 140735186216192 139930572142936 5131557 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=166300 CPUtime=1.46 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 1806 0 0 0 146 0 0 0 20 0 3 0 274636171 170291200 13006 33554432000 4194304 5965102 140735186216192 139930561653096 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 166300

[startup+3.10033 s]
/proc/loadavg: 0.92 1.17 1.57 6/181 19654
/proc/meminfo: memFree=31479424/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=166300 CPUtime=6.16 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 34121 0 0 0 611 5 0 0 20 0 3 0 274636169 170291200 17563 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 41575 17563 199 433 0 41139 0
[pid=19648/tid=19653] ppid=19644 vsize=166300 CPUtime=3.06 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 30019 0 0 0 302 4 0 0 20 0 3 0 274636171 170291200 17563 33554432000 4194304 5965102 140735186216192 139930572142936 5131557 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=166300 CPUtime=3.06 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 2794 0 0 0 306 0 0 0 20 0 3 0 274636171 170291200 17563 33554432000 4194304 5965102 140735186216192 139930561653048 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 166300

[startup+6.30033 s]
/proc/loadavg: 1.17 1.22 1.58 6/181 19654
/proc/meminfo: memFree=31436576/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=231836 CPUtime=12.56 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 50454 0 0 0 1248 8 0 0 20 0 3 0 274636169 237400064 25265 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 57959 25265 199 433 0 57523 0
[pid=19648/tid=19653] ppid=19644 vsize=231836 CPUtime=6.25 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 44964 0 0 0 618 7 0 0 20 0 3 0 274636171 237400064 25265 33554432000 4194304 5965102 140735186216192 139930572143128 4393869 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=231836 CPUtime=6.25 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 4182 0 0 0 624 1 0 0 20 0 3 0 274636171 237400064 25265 33554432000 4194304 5965102 140735186216192 139930561653048 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 231836

[startup+12.7003 s]
/proc/loadavg: 1.39 1.26 1.60 6/181 19654
/proc/meminfo: memFree=31377476/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=231836 CPUtime=25.36 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 69653 0 0 0 2523 13 0 0 20 0 3 0 274636169 237400064 36440 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 57959 36440 199 433 0 57523 0
[pid=19648/tid=19653] ppid=19644 vsize=231836 CPUtime=12.63 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 62013 0 0 0 1253 10 0 0 20 0 3 0 274636171 237400064 36440 33554432000 4194304 5965102 140735186216192 139930572143128 4401665 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=231836 CPUtime=12.63 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 6332 0 0 0 1261 2 0 0 20 0 3 0 274636171 237400064 36440 33554432000 4194304 5965102 140735186216192 139930561653048 4221232 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 231836

[startup+25.5003 s]
/proc/loadavg: 1.97 1.40 1.63 6/181 19654
/proc/meminfo: memFree=31316028/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=297372 CPUtime=50.96 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 79154 0 0 0 5077 19 0 0 20 0 3 0 274636169 304508928 45122 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 74343 45122 199 433 0 73907 0
[pid=19648/tid=19653] ppid=19644 vsize=297372 CPUtime=25.4 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 68341 0 0 0 2528 12 0 0 20 0 3 0 274636171 304508928 45122 33554432000 4194304 5965102 140735186216192 139930572143128 5136410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=297372 CPUtime=25.4 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 9505 0 0 0 2534 6 0 0 20 0 3 0 274636171 304508928 45122 33554432000 4194304 5965102 140735186216192 139930561653048 4383036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 297372

[startup+51.1004 s]
/proc/loadavg: 2.66 1.60 1.70 6/181 19654
/proc/meminfo: memFree=31175680/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=362908 CPUtime=102.14 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 106570 0 0 0 10187 27 0 0 20 0 3 0 274636169 371617792 64962 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 90727 64962 199 433 0 90291 0
[pid=19648/tid=19653] ppid=19644 vsize=362908 CPUtime=50.93 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 86790 0 0 0 5077 16 0 0 20 0 3 0 274636171 371617792 64962 33554432000 4194304 5965102 140735186216192 139930572143128 4404650 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=362908 CPUtime=50.93 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 18472 0 0 0 5083 10 0 0 20 0 3 0 274636171 371617792 64962 33554432000 4194304 5965102 140735186216192 139930561653048 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 362908

[startup+102.307 s]
/proc/loadavg: 3.42 1.97 1.81 6/182 19657
/proc/meminfo: memFree=31079056/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=446792 CPUtime=204.53 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 121055 0 0 0 20418 35 0 0 20 0 3 0 274636169 457515008 83735 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 111698 83736 199 433 0 111262 0
[pid=19648/tid=19653] ppid=19644 vsize=446792 CPUtime=102 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 96576 0 0 0 10180 20 0 0 20 0 3 0 274636171 457515008 83736 33554432000 4194304 5965102 140735186216192 139930572143432 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=446792 CPUtime=101.99 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 23172 0 0 0 10183 16 0 0 20 0 3 0 274636171 457515008 83736 33554432000 4194304 5965102 140735186216192 139930561653048 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.53
Current children cumulated vsize (KiB) 446792

[startup+162.3 s]
/proc/loadavg: 3.78 2.34 1.95 6/181 19658
/proc/meminfo: memFree=30954316/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=501388 CPUtime=324.45 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 135602 0 0 0 32403 42 0 0 20 0 3 0 274636169 513421312 105915 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 125347 105915 199 433 0 124911 0
[pid=19648/tid=19653] ppid=19644 vsize=501388 CPUtime=161.8 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 101713 0 0 0 16157 23 0 0 20 0 3 0 274636171 513421312 105915 33554432000 4194304 5965102 140735186216192 139930572142936 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=501388 CPUtime=161.82 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 32581 0 0 0 16159 23 0 0 20 0 3 0 274636171 513421312 105915 33554432000 4194304 5965102 140735186216192 139930561653096 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.45
Current children cumulated vsize (KiB) 501388

[startup+222.3 s]
/proc/loadavg: 3.92 2.64 2.07 6/181 19658
/proc/meminfo: memFree=30825116/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=632460 CPUtime=444.38 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 157863 0 0 0 44387 51 0 0 20 0 3 0 274636169 647639040 135378 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 158115 135378 199 433 0 157679 0
[pid=19648/tid=19653] ppid=19644 vsize=632460 CPUtime=221.63 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 115531 0 0 0 22135 28 0 0 20 0 3 0 274636171 647639040 135378 33554432000 4194304 5965102 140735186216192 139930572142952 4404732 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=632460 CPUtime=221.63 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 41024 0 0 0 22134 29 0 0 20 0 3 0 274636171 647639040 135378 33554432000 4194304 5965102 140735186216192 139930561652856 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.38
Current children cumulated vsize (KiB) 632460

[startup+282.3 s]
/proc/loadavg: 3.97 2.88 2.19 6/181 19658
/proc/meminfo: memFree=30694004/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=763532 CPUtime=564.35 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 183582 0 0 0 56374 61 0 0 20 0 3 0 274636169 781856768 162292 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 190883 162292 199 433 0 190447 0
[pid=19648/tid=19653] ppid=19644 vsize=763532 CPUtime=281.47 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 135385 0 0 0 28110 37 0 0 20 0 3 0 274636171 781856768 162292 33554432000 4194304 5965102 140735186216192 139930572142584 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=763532 CPUtime=281.47 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 46889 0 0 0 28115 32 0 0 20 0 3 0 274636171 781856768 162292 33554432000 4194304 5965102 140735186216192 139930561653048 4392211 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.35
Current children cumulated vsize (KiB) 763532

[startup+342.3 s]
/proc/loadavg: 3.99 3.08 2.30 6/181 19658
/proc/meminfo: memFree=30615092/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=829068 CPUtime=684.34 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 197488 0 0 0 68369 65 0 0 20 0 3 0 274636169 848965632 181313 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 207267 181313 199 433 0 206831 0
[pid=19648/tid=19653] ppid=19644 vsize=829068 CPUtime=341.32 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 149291 0 0 0 34091 41 0 0 20 0 3 0 274636171 848965632 181313 33554432000 4194304 5965102 140735186216192 139930572142920 4401096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=829068 CPUtime=341.31 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 46889 0 0 0 34098 33 0 0 20 0 3 0 274636171 848965632 181313 33554432000 4194304 5965102 140735186216192 139930561653080 4383059 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.34
Current children cumulated vsize (KiB) 829068

[startup+402.3 s]
/proc/loadavg: 3.99 3.25 2.40 6/181 19658
/proc/meminfo: memFree=30559184/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=894604 CPUtime=804.32 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 202370 0 0 0 80363 69 0 0 20 0 3 0 274636169 916074496 186195 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 223651 186195 199 433 0 223215 0
[pid=19648/tid=19653] ppid=19644 vsize=894604 CPUtime=401.17 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 149454 0 0 0 40075 42 0 0 20 0 3 0 274636171 916074496 186195 33554432000 4194304 5965102 140735186216192 139930572142920 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=894604 CPUtime=401.15 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 51608 0 0 0 40077 38 0 0 20 0 3 0 274636171 916074496 186195 33554432000 4194304 5965102 140735186216192 139930561653048 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.32
Current children cumulated vsize (KiB) 894604

[startup+462.3 s]
/proc/loadavg: 3.99 3.38 2.50 6/181 19659
/proc/meminfo: memFree=30447208/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=960140 CPUtime=924.27 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 228917 0 0 0 92334 93 0 0 20 0 3 0 274636169 983183360 212868 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 240035 212868 199 433 0 239599 0
[pid=19648/tid=19653] ppid=19644 vsize=960140 CPUtime=460.98 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 175974 0 0 0 46032 66 0 0 20 0 3 0 274636171 983183360 212868 33554432000 4194304 5965102 140735186216192 139930572142584 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=960140 CPUtime=460.99 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 51635 0 0 0 46060 39 0 0 20 0 3 0 274636171 983183360 212868 33554432000 4194304 5965102 140735186216192 139930561653048 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.27
Current children cumulated vsize (KiB) 960140

[startup+522.3 s]
/proc/loadavg: 3.99 3.49 2.59 6/182 19660
/proc/meminfo: memFree=30327260/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1091212 CPUtime=1044.2 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 259579 0 0 0 104296 124 0 0 20 0 3 0 274636169 1117401088 243495 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 272803 243495 199 433 0 272367 0
[pid=19648/tid=19653] ppid=19644 vsize=1091212 CPUtime=520.78 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 204074 0 0 0 51984 94 0 0 20 0 3 0 274636171 1117401088 243495 33554432000 4194304 5965102 140735186216192 139930572142584 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1091212 CPUtime=520.83 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 54197 0 0 0 52040 43 0 0 20 0 3 0 274636171 1117401088 243495 33554432000 4194304 5965102 140735186216192 139930561653048 4404757 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.2
Current children cumulated vsize (KiB) 1091212

[startup+582.3 s]
/proc/loadavg: 3.99 3.58 2.68 6/181 19660
/proc/meminfo: memFree=30191312/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1222284 CPUtime=1164.16 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 290132 0 0 0 116269 147 0 0 20 0 3 0 274636169 1251618816 274232 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 305571 274232 199 433 0 305135 0
[pid=19648/tid=19653] ppid=19644 vsize=1222284 CPUtime=580.6 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 231245 0 0 0 57944 116 0 0 20 0 3 0 274636171 1251618816 274232 33554432000 4194304 5965102 140735186216192 139930572142584 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1222284 CPUtime=580.68 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 57579 0 0 0 58021 47 0 0 20 0 3 0 274636171 1251618816 274232 33554432000 4194304 5965102 140735186216192 139930561653048 4383069 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.16
Current children cumulated vsize (KiB) 1222284

[startup+642.3 s]
/proc/loadavg: 3.99 3.65 2.76 6/181 19660
/proc/meminfo: memFree=30040452/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1287820 CPUtime=1284.11 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 320949 0 0 0 128240 171 0 0 20 0 3 0 274636169 1318727680 305023 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 321955 305023 199 433 0 321519 0
[pid=19648/tid=19653] ppid=19644 vsize=1287820 CPUtime=640.45 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 254470 0 0 0 63909 136 0 0 20 0 3 0 274636171 1318727680 305023 33554432000 4194304 5965102 140735186216192 139930572142584 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1287820 CPUtime=640.49 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 65171 0 0 0 63997 52 0 0 20 0 3 0 274636171 1318727680 305023 33554432000 4194304 5965102 140735186216192 139930561653048 4390169 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.11
Current children cumulated vsize (KiB) 1287820

[startup+702.3 s]
/proc/loadavg: 3.99 3.71 2.83 6/182 19663
/proc/meminfo: memFree=29934688/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1418892 CPUtime=1404.05 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 344714 0 0 0 140213 192 0 0 20 0 3 0 274636169 1452945408 328630 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 354723 328630 199 433 0 354287 0
[pid=19648/tid=19653] ppid=19644 vsize=1418892 CPUtime=700.26 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 278204 0 0 0 69868 158 0 0 20 0 3 0 274636171 1452945408 328630 33554432000 4194304 5965102 140735186216192 139930572142584 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1418892 CPUtime=700.33 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 65202 0 0 0 69980 53 0 0 20 0 3 0 274636171 1452945408 328630 33554432000 4194304 5965102 140735186216192 139930561653080 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.05
Current children cumulated vsize (KiB) 1418892

[startup+762.307 s]
/proc/loadavg: 3.99 3.76 2.90 6/181 19664
/proc/meminfo: memFree=29851116/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1484428 CPUtime=1524.05 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 365528 0 0 0 152194 211 0 0 20 0 3 0 274636169 1520054272 349443 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 371107 349443 199 433 0 370671 0
[pid=19648/tid=19653] ppid=19644 vsize=1484428 CPUtime=760.12 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 299016 0 0 0 75834 178 0 0 20 0 3 0 274636171 1520054272 349443 33554432000 4194304 5965102 140735186216192 139930572142584 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1484428 CPUtime=760.18 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 65204 0 0 0 75964 54 0 0 20 0 3 0 274636171 1520054272 349443 33554432000 4194304 5965102 140735186216192 139930561653080 4383036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.05
Current children cumulated vsize (KiB) 1484428

[startup+822.3 s]
/proc/loadavg: 3.99 3.80 2.97 6/181 19664
/proc/meminfo: memFree=29763232/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1549964 CPUtime=1644 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 386431 0 0 0 164172 228 0 0 20 0 3 0 274636169 1587163136 370334 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 387491 370334 199 433 0 387055 0
[pid=19648/tid=19653] ppid=19644 vsize=1549964 CPUtime=819.96 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 319905 0 0 0 81800 196 0 0 20 0 3 0 274636171 1587163136 370334 33554432000 4194304 5965102 140735186216192 139930572142584 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1549964 CPUtime=820 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 65218 0 0 0 81945 55 0 0 20 0 3 0 274636171 1587163136 370334 33554432000 4194304 5965102 140735186216192 139930561653080 4400972 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644
Current children cumulated vsize (KiB) 1549964

[startup+882.3 s]
/proc/loadavg: 3.99 3.84 3.03 6/181 19664
/proc/meminfo: memFree=29676928/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1681036 CPUtime=1763.98 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 407793 0 0 0 176142 256 0 0 20 0 3 0 274636169 1721380864 391696 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 420259 391696 199 433 0 419823 0
[pid=19648/tid=19653] ppid=19644 vsize=1681036 CPUtime=879.8 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 339488 0 0 0 87756 224 0 0 20 0 3 0 274636171 1721380864 391696 33554432000 4194304 5965102 140735186216192 139930572142584 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1681036 CPUtime=879.84 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 66997 0 0 0 87927 57 0 0 20 0 3 0 274636171 1721380864 391696 33554432000 4194304 5965102 140735186216192 139930561653048 4401129 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.98
Current children cumulated vsize (KiB) 1681036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 3.99 3.85 3.05 3/177 19665
/proc/meminfo: memFree=29964372/32873844 swapFree=7112/7112
[pid=19648] ppid=19644 vsize=1746572 CPUtime=1800.19 cores=0,2,4,6
/proc/19648/stat : 19648 (pwbo2.0) S 19644 19648 19605 0 -1 4202496 413232 0 0 0 179759 260 0 0 20 0 3 0 274636169 1788489728 397135 33554432000 4194304 5965102 140735186216192 140735186215712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19648/statm: 436643 397135 199 433 0 436207 0
[pid=19648/tid=19653] ppid=19644 vsize=1746572 CPUtime=897.86 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 344927 0 0 0 89558 228 0 0 20 0 3 0 274636171 1788489728 397135 33554432000 4194304 5965102 140735186216192 139930572142584 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19648/tid=19654] ppid=19644 vsize=1746572 CPUtime=897.9 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (pwbo2.0) R 19644 19648 19605 0 -1 4202560 66997 0 0 0 89733 57 0 0 20 0 3 0 274636171 1788489728 397135 33554432000 4194304 5965102 140735186216192 139930561653048 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1746572

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19648 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=940431
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=938553
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.478
CPU time (s): 1800.19
CPU user time (s): 1797.59
CPU system time (s): 2.6
CPU usage (%): 199.915
Max. virtual memory (cumulated for all children) (KiB): 1746572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.94
system time used= 2.93855
maximum resident set size= 1588548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 681
involuntary context switches= 1928

runsolver used 2.0027 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 04:18:25
IDJOB=3703457
IDBENCH=1852
IDSOLVER=2279
FILE ID=node119/3703457-1338085105
RUNJOBID= node119-1338085105-19621
PBS_JOBID= 14624426
Free space on /tmp= 71612 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703457-1338085105/watcher-3703457-1338085105 -o /tmp/evaluation-result-3703457-1338085105/solver-3703457-1338085105 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703457-1338085105.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=968920142

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        31557544 kB
Buffers:          252144 kB
Cached:           261624 kB
SwapCached:         1740 kB
Active:           469852 kB
Inactive:          50084 kB
Active(anon):       6372 kB
Inactive(anon):     1968 kB
Active(file):     463480 kB
Inactive(file):    48116 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100140 kB
Dirty:             10900 kB
Writeback:             0 kB
AnonPages:         11680 kB
Mapped:            10868 kB
Shmem:                 8 kB
Slab:             655676 kB
SReclaimable:      97496 kB
SUnreclaim:       558180 kB
KernelStack:        1336 kB
PageTables:         3604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71600 MiB
End job on node119 at 2012-05-27 04:33:27