Trace number 3725989

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.02? (TO) 1800.06 900.513

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3725989-1338655183.opb.
0.00/0.00	c Instance file HOME/instance-3725989-1338655183.opb
0.00/0.00	c File size is 6306000 bytes.
0.49/0.56	c Cost Offset: 0
0.49/0.56	c Highest Coefficient sum: 2765
0.49/0.56	c ============================[ Problem Statistics ]=============================
0.49/0.56	c |                                                                             |
0.49/0.56	c |  Parsing time:          0.56         s                                      |
0.49/0.56	c |  Number Variables:      11001                                               |
0.49/0.56	c |  Number Clauses:        0                                                   |
0.49/0.56	c |  Number Cardinality:    0                                                   |
0.49/0.56	c |  Number PB Constraints: 21678                                               |
0.49/0.56	c |                                                                             |
0.49/0.57	c |  Problem Type:          Optimization                                        |
0.49/0.57	c |  Objective Function:    Cardinality Constraint                              |
0.49/0.57	c |                                                                             |
0.49/0.57	c ===============================================================================
1800.06/900.51	c ===============================================================================
1800.06/900.51	c Wall Clock Time: 900.51 s
1800.06/900.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-3725989-1338655183/watcher-3725989-1338655183 -o /tmp/evaluation-result-3725989-1338655183/solver-3725989-1338655183 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725989-1338655183.opb 

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: 3.78 3.95 3.89 4/178 18073
/proc/meminfo: memFree=27032156/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=10480 CPUtime=0 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) R 18071 18073 15996 0 -1 4202496 416 0 0 0 0 0 0 0 20 0 1 0 331646838 10731520 369 33554432000 4194304 5964478 140736922134064 140735512445784 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 2620 370 167 433 0 644 0

[startup+0.079605 s]
/proc/loadavg: 3.78 3.95 3.89 4/178 18073
/proc/meminfo: memFree=27032156/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=20936 CPUtime=0.07 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) R 18071 18073 15996 0 -1 4202496 3233 0 0 0 7 0 0 0 20 0 1 0 331646838 21438464 3186 33554432000 4194304 5964478 140736922134064 140735512445784 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 5234 3189 374 433 0 3258 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20936

[startup+0.100318 s]
/proc/loadavg: 3.78 3.95 3.89 4/178 18073
/proc/meminfo: memFree=27032156/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=24480 CPUtime=0.09 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) R 18071 18073 15996 0 -1 4202496 4153 0 0 0 9 0 0 0 20 0 1 0 331646838 25067520 4107 33554432000 4194304 5964478 140736922134064 140735512445784 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 6120 4107 430 433 0 4144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24480

[startup+0.300305 s]
/proc/loadavg: 3.78 3.95 3.89 4/178 18073
/proc/meminfo: memFree=27032156/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=53464 CPUtime=0.29 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) R 18071 18073 15996 0 -1 4202496 11919 0 0 0 28 1 0 0 20 0 1 0 331646838 54747136 11872 33554432000 4194304 5964478 140736922134064 140735512445784 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 13366 11874 975 433 0 11390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53464

[startup+0.700249 s]
/proc/loadavg: 3.78 3.95 3.89 4/178 18073
/proc/meminfo: memFree=27032156/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=245336 CPUtime=0.82 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 33162 0 0 0 74 8 0 0 20 0 3 0 331646838 251224064 31528 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 61334 31528 187 433 0 60898 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 245336

[startup+1.50035 s]
/proc/loadavg: 3.78 3.95 3.89 5/181 18076
/proc/meminfo: memFree=26874032/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=308728 CPUtime=2.41 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 44426 0 0 0 229 12 0 0 20 0 3 0 331646838 316137472 42361 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 77182 42361 194 433 0 76746 0
[pid=18073/tid=18075] ppid=18071 vsize=308728 CPUtime=0.92 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 21351 0 0 0 82 10 0 0 20 0 3 0 331646894 316137472 42361 33554432000 4194304 5964478 140736922134064 140289033242904 5122467 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=308728 CPUtime=0.92 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 719 0 0 0 92 0 0 0 20 0 3 0 331646894 316137472 42361 33554432000 4194304 5964478 140736922134064 140289022753016 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 308728

[startup+3.10035 s]
/proc/loadavg: 3.78 3.95 3.89 5/181 18076
/proc/meminfo: memFree=26853944/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=308728 CPUtime=5.62 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 47833 0 0 0 549 13 0 0 20 0 3 0 331646838 316137472 45768 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 77182 45768 196 433 0 76746 0
[pid=18073/tid=18075] ppid=18071 vsize=308728 CPUtime=2.51 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 24745 0 0 0 241 10 0 0 20 0 3 0 331646894 316137472 45768 33554432000 4194304 5964478 140736922134064 140289033243080 5122358 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=308728 CPUtime=2.52 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 732 0 0 0 252 0 0 0 20 0 3 0 331646894 316137472 45768 33554432000 4194304 5964478 140736922134064 140289022752920 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 308728

[startup+6.30035 s]
/proc/loadavg: 3.80 3.95 3.90 5/181 18076
/proc/meminfo: memFree=26834212/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=308728 CPUtime=12.01 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 50387 0 0 0 1187 14 0 0 20 0 3 0 331646838 316137472 48322 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 77182 48322 197 433 0 76746 0
[pid=18073/tid=18075] ppid=18071 vsize=308728 CPUtime=5.71 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 27269 0 0 0 560 11 0 0 20 0 3 0 331646894 316137472 48322 33554432000 4194304 5964478 140736922134064 140289033243016 5130842 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=308728 CPUtime=5.71 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 762 0 0 0 571 0 0 0 20 0 3 0 331646894 316137472 48322 33554432000 4194304 5964478 140736922134064 140289022753128 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 308728

[startup+12.7003 s]
/proc/loadavg: 3.81 3.95 3.90 5/181 18076
/proc/meminfo: memFree=26814024/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=308728 CPUtime=24.81 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 53771 0 0 0 2466 15 0 0 20 0 3 0 331646838 316137472 51706 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 77182 51706 197 433 0 76746 0
[pid=18073/tid=18075] ppid=18071 vsize=308728 CPUtime=12.09 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 30580 0 0 0 1198 11 0 0 20 0 3 0 331646894 316137472 51706 33554432000 4194304 5964478 140736922134064 140289033243080 4403370 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=308728 CPUtime=12.09 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 835 0 0 0 1209 0 0 0 20 0 3 0 331646894 316137472 51706 33554432000 4194304 5964478 140736922134064 140289022752888 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 308728

[startup+25.5004 s]
/proc/loadavg: 3.85 3.95 3.90 5/182 18079
/proc/meminfo: memFree=26802872/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=308728 CPUtime=50.39 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 55602 0 0 0 5024 15 0 0 20 0 3 0 331646838 316137472 53537 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 77182 53537 197 433 0 76746 0
[pid=18073/tid=18075] ppid=18071 vsize=308728 CPUtime=24.85 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 32243 0 0 0 2474 11 0 0 20 0 3 0 331646894 316137472 53537 33554432000 4194304 5964478 140736922134064 140289033243080 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=308728 CPUtime=24.86 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 1003 0 0 0 2486 0 0 0 20 0 3 0 331646894 316137472 53537 33554432000 4194304 5964478 140736922134064 140289022753128 4381601 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 308728

[startup+51.1004 s]
/proc/loadavg: 3.90 3.95 3.90 5/182 18079
/proc/meminfo: memFree=26787480/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=101.58 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 57711 0 0 0 10142 16 0 0 20 0 3 0 331646838 383246336 55646 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 55646 197 433 0 93130 0
[pid=18073/tid=18075] ppid=18071 vsize=374264 CPUtime=50.37 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 33973 0 0 0 5025 12 0 0 20 0 3 0 331646894 383246336 55646 33554432000 4194304 5964478 140736922134064 140289033243080 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=50.39 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 1382 0 0 0 5038 1 0 0 20 0 3 0 331646894 383246336 55646 33554432000 4194304 5964478 140736922134064 140289022753128 4403695 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 374264

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 18079
/proc/meminfo: memFree=26766784/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=203.98 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 60232 0 0 0 20380 18 0 0 20 0 3 0 331646838 383246336 58167 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 58167 197 433 0 93130 0
[pid=18073/tid=18075] ppid=18071 vsize=374264 CPUtime=101.45 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 35879 0 0 0 10132 13 0 0 20 0 3 0 331646894 383246336 58167 33554432000 4194304 5964478 140736922134064 140289033243048 4403370 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=101.47 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 1997 0 0 0 10144 3 0 0 20 0 3 0 331646894 383246336 58167 33554432000 4194304 5964478 140736922134064 140289022752888 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 374264

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 18079
/proc/meminfo: memFree=26757708/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=323.93 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 61427 0 0 0 32374 19 0 0 20 0 3 0 331646838 383246336 59410 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 59410 197 433 0 93130 0
[pid=18073/tid=18075] ppid=18071 vsize=374264 CPUtime=161.27 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 36850 0 0 0 16112 15 0 0 20 0 3 0 331646894 383246336 59410 33554432000 4194304 5964478 140736922134064 140289033243080 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=161.28 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 2221 0 0 0 16124 4 0 0 20 0 3 0 331646894 383246336 59410 33554432000 4194304 5964478 140736922134064 140289022753080 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 323.93
Current children cumulated vsize (KiB) 374264

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 18079
/proc/meminfo: memFree=26755752/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=443.87 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 61831 0 0 0 44368 19 0 0 20 0 3 0 331646838 383246336 59786 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 59786 197 433 0 93130 0
[pid=18073/tid=18075] ppid=18071 vsize=374264 CPUtime=221.07 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 36898 0 0 0 22091 16 0 0 20 0 3 0 331646894 383246336 59786 33554432000 4194304 5964478 140736922134064 140289033243080 4222308 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=221.13 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 2577 0 0 0 22107 6 0 0 20 0 3 0 331646894 383246336 59786 33554432000 4194304 5964478 140736922134064 140289022753016 4222308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 443.87
Current children cumulated vsize (KiB) 374264

[startup+282.3 s]
/proc/loadavg: 4.07 3.99 3.91 5/181 18079
/proc/meminfo: memFree=26732576/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=563.85 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 62239 0 0 0 56364 21 0 0 20 0 3 0 331646838 383246336 61309 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 61309 197 433 0 93130 0
[pid=18073/tid=18075] ppid=18071 vsize=374264 CPUtime=280.91 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 36915 0 0 0 28074 17 0 0 20 0 3 0 331646894 383246336 61309 33554432000 4194304 5964478 140736922134064 140289033243080 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=280.97 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 2968 0 0 0 28089 8 0 0 20 0 3 0 331646894 383246336 61309 33554432000 4194304 5964478 140736922134064 140289022752888 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 563.85
Current children cumulated vsize (KiB) 374264

[startup+342.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/181 18080
/proc/meminfo: memFree=26719708/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=683.82 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 65557 0 0 0 68360 22 0 0 20 0 3 0 331646838 383246336 64627 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 64627 197 433 0 93130 0

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

[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=340.82 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 3128 0 0 0 34072 10 0 0 20 0 3 0 331646894 383246336 64627 33554432000 4194304 5964478 140736922134064 140289022752888 4392968 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 683.82
Current children cumulated vsize (KiB) 374264

[startup+402.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/181 18080
/proc/meminfo: memFree=26714376/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374264 CPUtime=803.8 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 65635 0 0 0 80358 22 0 0 20 0 3 0 331646838 383246336 64705 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93566 64705 197 433 0 93130 0
[pid=18073/tid=18075] ppid=18071 vsize=374264 CPUtime=400.6 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 40073 0 0 0 40041 19 0 0 20 0 3 0 331646894 383246336 64705 33554432000 4194304 5964478 140736922134064 140289033243160 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374264 CPUtime=400.66 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 3206 0 0 0 40055 11 0 0 20 0 3 0 331646894 383246336 64705 33554432000 4194304 5964478 140736922134064 140289022753080 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 803.8
Current children cumulated vsize (KiB) 374264

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 18080
/proc/meminfo: memFree=26709416/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374748 CPUtime=923.79 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 66878 0 0 0 92354 25 0 0 20 0 3 0 331646838 383741952 65948 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93687 65948 197 433 0 93251 0
[pid=18073/tid=18075] ppid=18071 vsize=374748 CPUtime=460.44 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 40572 0 0 0 46024 20 0 0 20 0 3 0 331646894 383741952 65948 33554432000 4194304 5964478 140736922134064 140289033243080 4403376 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374748 CPUtime=460.51 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 3950 0 0 0 46038 13 0 0 20 0 3 0 331646894 383741952 65948 33554432000 4194304 5964478 140736922134064 140289022753128 4392962 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 923.79
Current children cumulated vsize (KiB) 374748

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 18080
/proc/meminfo: memFree=26708968/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374748 CPUtime=1043.76 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 67002 0 0 0 104351 25 0 0 20 0 3 0 331646838 383741952 66073 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93687 66073 197 433 0 93251 0
[pid=18073/tid=18075] ppid=18071 vsize=374748 CPUtime=520.28 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 40579 0 0 0 52007 21 0 0 20 0 3 0 331646894 383741952 66073 33554432000 4194304 5964478 140736922134064 140289033243080 4392962 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374748 CPUtime=520.35 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 4067 0 0 0 52020 15 0 0 20 0 3 0 331646894 383741952 66073 33554432000 4194304 5964478 140736922134064 140289022753080 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1043.76
Current children cumulated vsize (KiB) 374748

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 18080
/proc/meminfo: memFree=26704808/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374748 CPUtime=1163.75 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 68022 0 0 0 116348 27 0 0 20 0 3 0 331646838 383741952 67100 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93687 67100 197 433 0 93251 0
[pid=18073/tid=18075] ppid=18071 vsize=374748 CPUtime=580.13 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 41596 0 0 0 57990 23 0 0 20 0 3 0 331646894 383741952 67100 33554432000 4194304 5964478 140736922134064 140289033243176 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374748 CPUtime=580.2 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 4070 0 0 0 58004 16 0 0 20 0 3 0 331646894 383741952 67100 33554432000 4194304 5964478 140736922134064 140289022753080 4403664 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1163.75
Current children cumulated vsize (KiB) 374748

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/182 18084
/proc/meminfo: memFree=26702128/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374748 CPUtime=1283.74 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 68638 0 0 0 128345 29 0 0 20 0 3 0 331646838 383741952 67716 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93687 67716 197 433 0 93251 0
[pid=18073/tid=18075] ppid=18071 vsize=374748 CPUtime=639.98 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 41596 0 0 0 63974 24 0 0 20 0 3 0 331646894 383741952 67716 33554432000 4194304 5964478 140736922134064 140289033243176 4403376 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374748 CPUtime=640.05 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 4686 0 0 0 63986 19 0 0 20 0 3 0 331646894 383741952 67716 33554432000 4194304 5964478 140736922134064 140289022753080 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.74
Current children cumulated vsize (KiB) 374748

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 18084
/proc/meminfo: memFree=26695564/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374988 CPUtime=1403.71 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 69466 0 0 0 140340 31 0 0 20 0 3 0 331646838 383987712 68544 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93747 68544 197 433 0 93311 0
[pid=18073/tid=18075] ppid=18071 vsize=374988 CPUtime=699.82 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 41596 0 0 0 69957 25 0 0 20 0 3 0 331646894 383987712 68544 33554432000 4194304 5964478 140736922134064 140289033243176 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374988 CPUtime=699.89 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 5514 0 0 0 69966 23 0 0 20 0 3 0 331646894 383987712 68544 33554432000 4194304 5964478 140736922134064 140289022753080 4403664 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.71
Current children cumulated vsize (KiB) 374988

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 18084
/proc/meminfo: memFree=26691348/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374988 CPUtime=1523.7 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 69467 0 0 0 152339 31 0 0 20 0 3 0 331646838 383987712 68545 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93747 68545 197 433 0 93311 0
[pid=18073/tid=18075] ppid=18071 vsize=374988 CPUtime=759.68 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 41597 0 0 0 75942 26 0 0 20 0 3 0 331646894 383987712 68545 33554432000 4194304 5964478 140736922134064 140289033243176 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374988 CPUtime=759.74 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 5514 0 0 0 75950 24 0 0 20 0 3 0 331646894 383987712 68545 33554432000 4194304 5964478 140736922134064 140289022753080 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.7
Current children cumulated vsize (KiB) 374988

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 18084
/proc/meminfo: memFree=26662252/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374988 CPUtime=1643.67 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 72960 0 0 0 164335 32 0 0 20 0 3 0 331646838 383987712 72043 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93747 72043 197 433 0 93311 0
[pid=18073/tid=18075] ppid=18071 vsize=374988 CPUtime=819.51 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 45090 0 0 0 81923 28 0 0 20 0 3 0 331646894 383987712 72043 33554432000 4194304 5964478 140736922134064 140289033242952 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374988 CPUtime=819.58 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 5514 0 0 0 81933 25 0 0 20 0 3 0 331646894 383987712 72043 33554432000 4194304 5964478 140736922134064 140289022753080 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.67
Current children cumulated vsize (KiB) 374988

[startup+882.3 s]
/proc/loadavg: 3.84 3.96 3.90 4/175 18092
/proc/meminfo: memFree=26856932/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374988 CPUtime=1763.65 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 72963 0 0 0 176333 32 0 0 20 0 3 0 331646838 383987712 72045 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93747 72045 197 433 0 93311 0
[pid=18073/tid=18075] ppid=18071 vsize=374988 CPUtime=879.36 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 45090 0 0 0 87907 29 0 0 20 0 3 0 331646894 383987712 72045 33554432000 4194304 5964478 140736922134064 140289033242952 4403727 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374988 CPUtime=879.43 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 5517 0 0 0 87917 26 0 0 20 0 3 0 331646894 383987712 72045 33554432000 4194304 5964478 140736922134064 140289022753080 4222324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.65
Current children cumulated vsize (KiB) 374988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 3.88 3.96 3.91 5/180 18126
/proc/meminfo: memFree=26811648/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374988 CPUtime=1800.06 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 73104 0 0 0 179973 33 0 0 20 0 3 0 331646838 383987712 72186 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93747 72186 197 433 0 93311 0
[pid=18073/tid=18075] ppid=18071 vsize=374988 CPUtime=897.52 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 45090 0 0 0 89723 29 0 0 20 0 3 0 331646894 383987712 72186 33554432000 4194304 5964478 140736922134064 140289033242952 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374988 CPUtime=897.59 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 5658 0 0 0 89733 26 0 0 20 0 3 0 331646894 383987712 72186 33554432000 4194304 5964478 140736922134064 140289022753080 4403698 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 374988

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

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

[startup+900.5 s]
/proc/loadavg: 3.88 3.96 3.91 5/180 18126
/proc/meminfo: memFree=26811648/32873844 swapFree=7628/7628
[pid=18073] ppid=18071 vsize=374988 CPUtime=1800.06 cores=1,3,5,7
/proc/18073/stat : 18073 (pwbo2.02) S 18071 18073 15996 0 -1 4202496 73104 0 0 0 179973 33 0 0 20 0 3 0 331646838 383987712 72186 33554432000 4194304 5964478 140736922134064 140736922133584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18073/statm: 93747 72186 197 433 0 93311 0
[pid=18073/tid=18075] ppid=18071 vsize=374988 CPUtime=897.52 cores=1,3,5,7
/proc/18073/task/18075/stat : 18075 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 45090 0 0 0 89723 29 0 0 20 0 3 0 331646894 383987712 72186 33554432000 4194304 5964478 140736922134064 140289033242952 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18073/tid=18076] ppid=18071 vsize=374988 CPUtime=897.59 cores=1,3,5,7
/proc/18073/task/18076/stat : 18076 (pwbo2.02) R 18071 18073 15996 0 -1 4202560 5658 0 0 0 89733 26 0 0 20 0 3 0 331646894 383987712 72186 33554432000 4194304 5964478 140736922134064 140289022753080 4403698 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 374988

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18073 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=96103
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=600908
# CPU time returned by wait4() is 1795.7
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.513
CPU time (s): 1800.06
CPU user time (s): 1799.73
CPU system time (s): 0.33
CPU usage (%): 199.893
Max. virtual memory (cumulated for all children) (KiB): 374988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 0.600908
maximum resident set size= 288756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73107
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= 412
involuntary context switches= 2234

runsolver used 2.12168 second user time and 5.56515 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-02 18:39:43
IDJOB=3725989
IDBENCH=2633
IDSOLVER=2309
FILE ID=node107/3725989-1338655183
RUNJOBID= node107-1338651552-17542
PBS_JOBID= 14636473
Free space on /tmp= 70768 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725989-1338655183/watcher-3725989-1338655183 -o /tmp/evaluation-result-3725989-1338655183/solver-3725989-1338655183 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725989-1338655183.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=519006144

node107.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.760
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.52
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.760
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.760
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.760
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.760
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.760
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.760
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.86
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.760
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:        27032536 kB
Buffers:          463840 kB
Cached:          4378652 kB
SwapCached:           76 kB
Active:          1989508 kB
Inactive:        2976536 kB
Active(anon):     115192 kB
Inactive(anon):    11072 kB
Active(file):    1874316 kB
Inactive(file):  2965464 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             20208 kB
Writeback:            44 kB
AnonPages:        130552 kB
Mapped:            15104 kB
Shmem:               184 kB
Slab:             734084 kB
SReclaimable:     176264 kB
SUnreclaim:       557820 kB
KernelStack:        1472 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     196428 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= 70768 MiB
End job on node107 at 2012-06-02 18:54:45