Trace number 3704000

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.1 900.317

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704000-1338097583.opb.
0.00/0.00	c Instance file HOME/instance-3704000-1338097583.opb
0.00/0.00	c File size is 367975 bytes.
0.00/0.03	c Cost Offset: 0
0.00/0.03	c Highest Coefficient sum: 4
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      4000                                                |
0.00/0.03	c |  Number Clauses:        10500                                               |
0.00/0.03	c |  Number Cardinality:    0                                                   |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Optimization                                        |
0.00/0.03	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.03	c |                                                                             |
0.00/0.03	c ===============================================================================
1800.10/900.31	c ===============================================================================
1800.10/900.31	c Wall Clock Time: 900.31 s
1800.10/900.31	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-3704000-1338097583/watcher-3704000-1338097583 -o /tmp/evaluation-result-3704000-1338097583/solver-3704000-1338097583 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704000-1338097583.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.91 3.95 3.90 4/178 9242
/proc/meminfo: memFree=30518672/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) R 9240 9242 7054 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 275886812 5767168 608 33554432000 4194304 5965102 140733511945216 140733511942968 5156858 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 1408 609 166 433 0 882 0

[startup+0.0619939 s]
/proc/loadavg: 3.91 3.95 3.90 4/178 9242
/proc/meminfo: memFree=30518672/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=165884 CPUtime=0.07 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 3111 0 0 0 7 0 0 0 20 0 3 0 275886812 169865216 2914 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41471 2914 195 433 0 41035 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 165884

[startup+0.100227 s]
/proc/loadavg: 3.91 3.95 3.90 4/178 9242
/proc/meminfo: memFree=30518672/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=165884 CPUtime=0.15 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 3151 0 0 0 15 0 0 0 20 0 3 0 275886812 169865216 2954 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41471 2954 196 433 0 41035 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 165884

[startup+0.300154 s]
/proc/loadavg: 3.91 3.95 3.90 4/178 9242
/proc/meminfo: memFree=30518672/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=165884 CPUtime=0.55 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 3534 0 0 0 55 0 0 0 20 0 3 0 275886812 169865216 3283 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41471 3283 196 433 0 41035 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 165884

[startup+0.700153 s]
/proc/loadavg: 3.91 3.95 3.90 4/178 9242
/proc/meminfo: memFree=30518672/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=165884 CPUtime=1.35 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 4032 0 0 0 134 1 0 0 20 0 3 0 275886812 169865216 3648 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41471 3648 196 433 0 41035 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 165884

[startup+1.50038 s]
/proc/loadavg: 3.91 3.95 3.90 5/181 9245
/proc/meminfo: memFree=30503156/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=165884 CPUtime=2.95 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 7004 0 0 0 294 1 0 0 20 0 3 0 275886812 169865216 4522 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41471 4522 196 433 0 41035 0
[pid=9242/tid=9244] ppid=9240 vsize=165884 CPUtime=1.44 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 3957 0 0 0 143 1 0 0 20 0 3 0 275886816 169865216 4523 33554432000 4194304 5965102 140733511945216 140169992256024 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=165884 CPUtime=1.45 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 1358 0 0 0 145 0 0 0 20 0 3 0 275886816 169865216 4525 33554432000 4194304 5965102 140733511945216 140169981765992 4401084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 165884

[startup+3.10038 s]
/proc/loadavg: 3.91 3.95 3.90 5/181 9245
/proc/meminfo: memFree=30498800/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=166148 CPUtime=6.15 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 11957 0 0 0 611 4 0 0 20 0 3 0 275886812 170135552 5560 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41537 5560 196 433 0 41101 0
[pid=9242/tid=9244] ppid=9240 vsize=166148 CPUtime=3.04 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 8721 0 0 0 301 3 0 0 20 0 3 0 275886816 170135552 5560 33554432000 4194304 5965102 140733511945216 140169992256024 4445838 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=166148 CPUtime=3.04 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 1546 0 0 0 304 0 0 0 20 0 3 0 275886816 170135552 5560 33554432000 4194304 5965102 140733511945216 140169981765944 4401475 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 166148

[startup+6.30039 s]
/proc/loadavg: 3.92 3.95 3.90 5/181 9245
/proc/meminfo: memFree=30484168/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=167024 CPUtime=12.54 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 21332 0 0 0 1247 7 0 0 20 0 3 0 275886812 171032576 8929 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 41756 8929 196 433 0 41320 0
[pid=9242/tid=9244] ppid=9240 vsize=167024 CPUtime=6.23 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 16951 0 0 0 617 6 0 0 20 0 3 0 275886816 171032576 8929 33554432000 4194304 5965102 140733511945216 140169992256024 4445838 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=167024 CPUtime=6.23 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 2691 0 0 0 622 1 0 0 20 0 3 0 275886816 171032576 8929 33554432000 4194304 5965102 140733511945216 140169981765944 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 167024

[startup+12.7004 s]
/proc/loadavg: 3.93 3.95 3.90 5/181 9245
/proc/meminfo: memFree=30456704/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=168056 CPUtime=25.34 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 31837 0 0 0 2523 11 0 0 20 0 3 0 275886812 172089344 13622 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 42014 13622 196 433 0 41578 0
[pid=9242/tid=9244] ppid=9240 vsize=168056 CPUtime=12.61 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 26276 0 0 0 1252 9 0 0 20 0 3 0 275886816 172089344 13622 33554432000 4194304 5965102 140733511945216 140169992256440 4401626 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=168056 CPUtime=12.61 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 3871 0 0 0 1259 2 0 0 20 0 3 0 275886816 172089344 13622 33554432000 4194304 5965102 140733511945216 140169981765936 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 168056

[startup+25.5004 s]
/proc/loadavg: 3.94 3.96 3.91 5/181 9245
/proc/meminfo: memFree=30433384/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=169812 CPUtime=50.94 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 36237 0 0 0 5072 22 0 0 20 0 3 0 275886812 173887488 18022 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 42453 18022 196 433 0 42017 0
[pid=9242/tid=9244] ppid=9240 vsize=169812 CPUtime=25.38 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 29139 0 0 0 2519 19 0 0 20 0 3 0 275886816 173887488 18022 33554432000 4194304 5965102 140733511945216 140169992255528 4393899 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=169812 CPUtime=25.38 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 5408 0 0 0 2536 2 0 0 20 0 3 0 275886816 173887488 18022 33554432000 4194304 5965102 140733511945216 140169981765704 4401146 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 169812

[startup+51.1004 s]
/proc/loadavg: 3.96 3.96 3.91 5/181 9245
/proc/meminfo: memFree=30402956/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=173892 CPUtime=102.13 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 43117 0 0 0 10184 29 0 0 20 0 3 0 275886812 178065408 24901 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 43473 24901 196 433 0 43037 0
[pid=9242/tid=9244] ppid=9240 vsize=173892 CPUtime=50.91 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 34019 0 0 0 5066 25 0 0 20 0 3 0 275886816 178065408 24901 33554432000 4194304 5965102 140733511945216 140169992255480 4390210 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=173892 CPUtime=50.91 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 7408 0 0 0 5088 3 0 0 20 0 3 0 275886816 178065408 24901 33554432000 4194304 5965102 140733511945216 140169981765704 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 173892

[startup+102.307 s]
/proc/loadavg: 3.98 3.96 3.91 5/181 9245
/proc/meminfo: memFree=30305744/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=309184 CPUtime=204.52 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 63428 0 0 0 20411 41 0 0 20 0 3 0 275886812 316604416 45212 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 77296 45212 196 433 0 76860 0
[pid=9242/tid=9244] ppid=9240 vsize=309184 CPUtime=101.99 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 51732 0 0 0 10163 36 0 0 20 0 3 0 275886816 316604416 45212 33554432000 4194304 5965102 140733511945216 140169992255392 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=309184 CPUtime=101.98 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 10006 0 0 0 10192 6 0 0 20 0 3 0 275886816 316604416 45212 33554432000 4194304 5965102 140733511945216 140169981765704 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.52
Current children cumulated vsize (KiB) 309184

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9246
/proc/meminfo: memFree=30250044/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=313716 CPUtime=324.46 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 70535 0 0 0 32398 48 0 0 20 0 3 0 275886812 321245184 52816 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 78429 52816 196 433 0 77993 0
[pid=9242/tid=9244] ppid=9240 vsize=313716 CPUtime=161.79 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 55116 0 0 0 16139 40 0 0 20 0 3 0 275886816 321245184 52816 33554432000 4194304 5965102 140733511945216 140169992255288 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=313716 CPUtime=161.81 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 13729 0 0 0 16170 11 0 0 20 0 3 0 275886816 321245184 52816 33554432000 4194304 5965102 140733511945216 140169981765704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.46
Current children cumulated vsize (KiB) 313716

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 9249
/proc/meminfo: memFree=30206532/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=316688 CPUtime=444.4 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 75313 0 0 0 44388 52 0 0 20 0 3 0 275886812 324288512 57643 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 79172 57643 196 433 0 78736 0
[pid=9242/tid=9244] ppid=9240 vsize=316688 CPUtime=221.61 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 59193 0 0 0 22116 45 0 0 20 0 3 0 275886816 324288512 57643 33554432000 4194304 5965102 140733511945216 140169992255528 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=316688 CPUtime=221.64 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 14430 0 0 0 22152 12 0 0 20 0 3 0 275886816 324288512 57643 33554432000 4194304 5965102 140733511945216 140169981765704 4400981 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.4
Current children cumulated vsize (KiB) 316688

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9249
/proc/meminfo: memFree=30153604/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=320104 CPUtime=564.37 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 82795 0 0 0 56377 60 0 0 20 0 3 0 275886812 327786496 66778 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 80026 66778 196 433 0 79590 0
[pid=9242/tid=9244] ppid=9240 vsize=320104 CPUtime=281.45 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 65099 0 0 0 28093 52 0 0 20 0 3 0 275886816 327786496 66778 33554432000 4194304 5965102 140733511945216 140169992255392 4390210 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=320104 CPUtime=281.48 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 16006 0 0 0 28133 15 0 0 20 0 3 0 275886816 327786496 66778 33554432000 4194304 5965102 140733511945216 140169981765944 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.37
Current children cumulated vsize (KiB) 320104

[startup+342.3 s]
/proc/loadavg: 4.03 3.99 3.91 5/181 9249
/proc/meminfo: memFree=30110168/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=387976 CPUtime=684.35 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 91751 0 0 0 68365 70 0 0 20 0 3 0 275886812 397287424 75705 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 96994 75705 196 433 0 96558 0

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

[pid=9242/tid=9245] ppid=9240 vsize=387976 CPUtime=341.32 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 17499 0 0 0 34114 18 0 0 20 0 3 0 275886816 397287424 75705 33554432000 4194304 5965102 140733511945216 140169981765704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.35
Current children cumulated vsize (KiB) 387976

[startup+402.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/181 9249
/proc/meminfo: memFree=30095960/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=391028 CPUtime=804.33 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 93890 0 0 0 80360 73 0 0 20 0 3 0 275886812 400412672 77843 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 97757 77843 196 433 0 97321 0
[pid=9242/tid=9244] ppid=9240 vsize=391028 CPUtime=401.14 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 73281 0 0 0 40051 63 0 0 20 0 3 0 275886816 400412672 77843 33554432000 4194304 5965102 140733511945216 140169992255288 4404604 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=391028 CPUtime=401.16 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 18919 0 0 0 40095 21 0 0 20 0 3 0 275886816 400412672 77843 33554432000 4194304 5965102 140733511945216 140169981766048 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.33
Current children cumulated vsize (KiB) 391028

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 9250
/proc/meminfo: memFree=30059272/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=393212 CPUtime=924.29 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 96704 0 0 0 92354 75 0 0 20 0 3 0 275886812 402649088 81082 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 98303 81082 196 433 0 97867 0
[pid=9242/tid=9244] ppid=9240 vsize=393212 CPUtime=460.98 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 75605 0 0 0 46033 65 0 0 20 0 3 0 275886816 402649088 81082 33554432000 4194304 5965102 140733511945216 140169992255288 4401009 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=393212 CPUtime=461 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 19409 0 0 0 46078 22 0 0 20 0 3 0 275886816 402649088 81082 33554432000 4194304 5965102 140733511945216 140169981765704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.29
Current children cumulated vsize (KiB) 393212

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 9250
/proc/meminfo: memFree=30006544/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=395100 CPUtime=1044.26 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 105149 0 0 0 104338 88 0 0 20 0 3 0 275886812 404582400 89600 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 98775 89600 196 433 0 98339 0
[pid=9242/tid=9244] ppid=9240 vsize=395100 CPUtime=520.81 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 82189 0 0 0 52006 75 0 0 20 0 3 0 275886816 404582400 89600 33554432000 4194304 5965102 140733511945216 140169992255528 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=395100 CPUtime=520.84 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 21270 0 0 0 52059 25 0 0 20 0 3 0 275886816 404582400 89600 33554432000 4194304 5965102 140733511945216 140169981765704 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.26
Current children cumulated vsize (KiB) 395100

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 9250
/proc/meminfo: memFree=29965796/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=462748 CPUtime=1164.24 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 109141 0 0 0 116332 92 0 0 20 0 3 0 275886812 473853952 93707 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 115687 93707 196 433 0 115251 0
[pid=9242/tid=9244] ppid=9240 vsize=462748 CPUtime=580.65 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 85817 0 0 0 57984 81 0 0 20 0 3 0 275886816 473853952 93707 33554432000 4194304 5965102 140733511945216 140169992255288 4401127 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=462748 CPUtime=580.69 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 21634 0 0 0 58042 27 0 0 20 0 3 0 275886816 473853952 93707 33554432000 4194304 5965102 140733511945216 140169981765704 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.24
Current children cumulated vsize (KiB) 462748

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 9250
/proc/meminfo: memFree=29898632/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=464892 CPUtime=1284.22 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 121724 0 0 0 128315 107 0 0 20 0 3 0 275886812 476049408 106283 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 116223 106283 196 433 0 115787 0
[pid=9242/tid=9244] ppid=9240 vsize=464892 CPUtime=640.5 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 97887 0 0 0 63954 96 0 0 20 0 3 0 275886816 476049408 106283 33554432000 4194304 5965102 140733511945216 140169992255528 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=464892 CPUtime=640.53 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 22147 0 0 0 64025 28 0 0 20 0 3 0 275886816 476049408 106283 33554432000 4194304 5965102 140733511945216 140169981765704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1284.22
Current children cumulated vsize (KiB) 464892

[startup+702.3 s]
/proc/loadavg: 4.03 4.00 3.92 5/181 9250
/proc/meminfo: memFree=29839344/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=533744 CPUtime=1404.19 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 130715 0 0 0 140301 118 0 0 20 0 3 0 275886812 546553856 115272 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 133436 115272 196 433 0 133000 0
[pid=9242/tid=9244] ppid=9240 vsize=533744 CPUtime=700.34 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 106199 0 0 0 69926 108 0 0 20 0 3 0 275886816 546553856 115272 33554432000 4194304 5965102 140733511945216 140169992255288 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=533744 CPUtime=700.36 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 22826 0 0 0 70006 30 0 0 20 0 3 0 275886816 546553856 115272 33554432000 4194304 5965102 140733511945216 140169981765704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1404.19
Current children cumulated vsize (KiB) 533744

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.92 5/180 9291
/proc/meminfo: memFree=29805548/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=535376 CPUtime=1524.18 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 133276 0 0 0 152296 122 0 0 20 0 3 0 275886812 548225024 118119 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 133844 118119 196 433 0 133408 0
[pid=9242/tid=9244] ppid=9240 vsize=535376 CPUtime=760.18 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 106834 0 0 0 75909 109 0 0 20 0 3 0 275886816 548225024 118119 33554432000 4194304 5965102 140733511945216 140169992255288 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=535376 CPUtime=760.21 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 24752 0 0 0 75987 34 0 0 20 0 3 0 275886816 548225024 118119 33554432000 4194304 5965102 140733511945216 140169981765704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1524.18
Current children cumulated vsize (KiB) 535376

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/182 9295
/proc/meminfo: memFree=29574516/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=536868 CPUtime=1644.12 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 134350 0 0 0 164290 122 0 0 20 0 3 0 275886812 549752832 119585 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 134217 119585 196 433 0 133781 0
[pid=9242/tid=9244] ppid=9240 vsize=536868 CPUtime=819.99 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 107576 0 0 0 81888 111 0 0 20 0 3 0 275886816 549752832 119585 33554432000 4194304 5965102 140733511945216 140169992255288 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=536868 CPUtime=820.05 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 25084 0 0 0 81970 35 0 0 20 0 3 0 275886816 549752832 119585 33554432000 4194304 5965102 140733511945216 140169981765704 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1644.12
Current children cumulated vsize (KiB) 536868

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/182 9318
/proc/meminfo: memFree=29358328/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=604096 CPUtime=1764.1 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 137974 0 0 0 176284 126 0 0 20 0 3 0 275886812 618594304 123232 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 151024 123232 196 433 0 150588 0
[pid=9242/tid=9244] ppid=9240 vsize=604096 CPUtime=879.83 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 109362 0 0 0 87871 112 0 0 20 0 3 0 275886816 618594304 123232 33554432000 4194304 5965102 140733511945216 140169992255352 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=604096 CPUtime=879.89 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 26922 0 0 0 87951 38 0 0 20 0 3 0 275886816 618594304 123232 33554432000 4194304 5965102 140733511945216 140169981765944 4401835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1764.1
Current children cumulated vsize (KiB) 604096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/182 9318
/proc/meminfo: memFree=29304312/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=604820 CPUtime=1800.1 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 138435 0 0 0 179884 126 0 0 20 0 3 0 275886812 619335680 123693 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 151205 123693 196 433 0 150769 0
[pid=9242/tid=9244] ppid=9240 vsize=604820 CPUtime=897.79 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 109500 0 0 0 89667 112 0 0 20 0 3 0 275886816 619335680 123693 33554432000 4194304 5965102 140733511945216 140169992255528 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=604820 CPUtime=897.85 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 27245 0 0 0 89746 39 0 0 20 0 3 0 275886816 619335680 123693 33554432000 4194304 5965102 140733511945216 140169981765944 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 604820

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

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

[startup+900.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/182 9318
/proc/meminfo: memFree=29304312/32873844 swapFree=7108/7108
[pid=9242] ppid=9240 vsize=604820 CPUtime=1800.1 cores=1,3,5,7
/proc/9242/stat : 9242 (pwbo2.0) S 9240 9242 7054 0 -1 4202496 138435 0 0 0 179884 126 0 0 20 0 3 0 275886812 619335680 123693 33554432000 4194304 5965102 140733511945216 140733511944736 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9242/statm: 151205 123693 196 433 0 150769 0
[pid=9242/tid=9244] ppid=9240 vsize=604820 CPUtime=897.79 cores=1,3,5,7
/proc/9242/task/9244/stat : 9244 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 109500 0 0 0 89667 112 0 0 20 0 3 0 275886816 619335680 123693 33554432000 4194304 5965102 140733511945216 140169992255528 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9242/tid=9245] ppid=9240 vsize=604820 CPUtime=897.85 cores=1,3,5,7
/proc/9242/task/9245/stat : 9245 (pwbo2.0) R 9240 9242 7054 0 -1 4202560 27245 0 0 0 89746 39 0 0 20 0 3 0 275886816 619335680 123693 33554432000 4194304 5965102 140733511945216 140169981765944 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 604820

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9242 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=167245
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=542765
# CPU time returned by wait4() is 1795.71
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.317
CPU time (s): 1800.1
CPU user time (s): 1798.84
CPU system time (s): 1.26
CPU usage (%): 199.941
Max. virtual memory (cumulated for all children) (KiB): 604820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.54276
maximum resident set size= 494776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138436
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= 449
involuntary context switches= 3368

runsolver used 2.76358 second user time and 4.87226 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 07:46:23
IDJOB=3704000
IDBENCH=89869
IDSOLVER=2279
FILE ID=node102/3704000-1338097583
RUNJOBID= node102-1338087425-7071
PBS_JOBID= 14624443
Free space on /tmp= 71532 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704000-1338097583/watcher-3704000-1338097583 -o /tmp/evaluation-result-3704000-1338097583/solver-3704000-1338097583 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704000-1338097583.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=1928199384

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:        30518564 kB
Buffers:          314828 kB
Cached:          1077140 kB
SwapCached:            0 kB
Active:           951008 kB
Inactive:         578596 kB
Active(anon):     129264 kB
Inactive(anon):    11040 kB
Active(file):     821744 kB
Inactive(file):   567556 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5676 kB
Writeback:             0 kB
AnonPages:        144168 kB
Mapped:            15012 kB
Shmem:               200 kB
Slab:             686448 kB
SReclaimable:     128632 kB
SUnreclaim:       557816 kB
KernelStack:        1488 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     165712 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= 71524 MiB
End job on node102 at 2012-05-27 08:01:25