Trace number 3704043

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.42 900.516

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-440
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
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-3704043-1338099057.opb.
0.00/0.00	c Instance file HOME/instance-3704043-1338099057.opb
0.00/0.00	c File size is 2753707 bytes.
0.19/0.26	c Cost Offset: -106194
0.19/0.26	c Highest Coefficient sum: 90414
0.19/0.26	c ============================[ Problem Statistics ]=============================
0.19/0.26	c |                                                                             |
0.19/0.26	c |  Parsing time:          0.26         s                                      |
0.19/0.26	c |  Number Variables:      40451                                               |
0.19/0.26	c |  Number Clauses:        40396                                               |
0.19/0.26	c |  Number Cardinality:    553                                                 |
0.19/0.26	c |  Number PB Constraints: 1                                                   |
0.19/0.26	c |                                                                             |
0.31/0.30	c |  Problem Type:          Optimization                                        |
0.31/0.30	c |  Objective Function:    PB Constraint                                       |
0.31/0.30	c |                                                                             |
0.31/0.30	c ===============================================================================
1800.09/900.51	c ===============================================================================
1800.09/900.51	c Wall Clock Time: 900.51 s
1800.09/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-3704043-1338099057/watcher-3704043-1338099057 -o /tmp/evaluation-result-3704043-1338099057/solver-3704043-1338099057 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704043-1338099057.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.94 3.99 3.94 4/181 18906
/proc/meminfo: memFree=29217676/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=8540 CPUtime=0 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) R 18904 18906 15889 0 -1 4202496 755 0 0 0 0 0 0 0 20 0 1 0 276030481 8744960 707 33554432000 4194304 5965102 140735935144256 140733506853128 4396689 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 2135 710 161 433 0 1026 0

[startup+0.0272669 s]
/proc/loadavg: 3.94 3.99 3.94 4/181 18906
/proc/meminfo: memFree=29217676/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=17196 CPUtime=0.01 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) R 18904 18906 15889 0 -1 4202496 2793 0 0 0 1 0 0 0 20 0 1 0 276030481 17608704 2679 33554432000 4194304 5965102 140735935144256 140733506853128 4355364 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 4299 2679 210 433 0 3190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17196

[startup+0.100333 s]
/proc/loadavg: 3.94 3.99 3.94 4/181 18906
/proc/meminfo: memFree=29217676/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=28476 CPUtime=0.09 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) R 18904 18906 15889 0 -1 4202496 5907 0 0 0 8 1 0 0 20 0 1 0 276030481 29159424 5614 33554432000 4194304 5965102 140735935144256 140733506853128 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 7119 5616 403 433 0 6010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28476

[startup+0.300168 s]
/proc/loadavg: 3.94 3.99 3.94 4/181 18906
/proc/meminfo: memFree=29217676/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=203524 CPUtime=0.31 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 14717 0 0 0 28 3 0 0 20 0 3 0 276030481 208408576 13631 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 50881 13632 176 433 0 50445 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 203524

[startup+0.700184 s]
/proc/loadavg: 3.94 3.99 3.94 4/181 18906
/proc/meminfo: memFree=29217676/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=200564 CPUtime=1.1 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 24404 0 0 0 103 7 0 0 20 0 3 0 276030481 205377536 20893 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 50141 20893 199 433 0 49705 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 200564

[startup+1.5003 s]
/proc/loadavg: 3.94 3.99 3.94 5/184 18909
/proc/meminfo: memFree=29133072/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=200564 CPUtime=2.69 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 29552 0 0 0 261 8 0 0 20 0 3 0 276030481 205377536 22266 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 50141 22266 200 433 0 49705 0
[pid=18906/tid=18908] ppid=18904 vsize=200564 CPUtime=1.21 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 16718 0 0 0 115 6 0 0 20 0 3 0 276030508 205377536 22266 33554432000 4194304 5965102 140735935144256 139873427700056 4376278 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=200564 CPUtime=1.21 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 3000 0 0 0 121 0 0 0 20 0 3 0 276030508 205377536 22266 33554432000 4194304 5965102 140735935144256 139873417210104 4390172 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 200564

[startup+3.10032 s]
/proc/loadavg: 3.94 3.99 3.94 5/184 18909
/proc/meminfo: memFree=29125384/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=200564 CPUtime=5.89 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 38049 0 0 0 580 9 0 0 20 0 3 0 276030481 205377536 25673 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 50141 25673 200 433 0 49705 0
[pid=18906/tid=18908] ppid=18904 vsize=200564 CPUtime=2.81 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 25172 0 0 0 273 8 0 0 20 0 3 0 276030508 205377536 25673 33554432000 4194304 5965102 140735935144256 139873427700056 4376314 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=200564 CPUtime=2.81 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 3043 0 0 0 281 0 0 0 20 0 3 0 276030508 205377536 25673 33554432000 4194304 5965102 140735935144256 139873417209976 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 200564

[startup+6.3003 s]
/proc/loadavg: 3.95 3.99 3.94 5/183 18909
/proc/meminfo: memFree=29094700/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=266100 CPUtime=12.29 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 57181 0 0 0 1216 13 0 0 20 0 3 0 276030481 272486400 31656 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 66525 31656 200 433 0 66089 0
[pid=18906/tid=18908] ppid=18904 vsize=266100 CPUtime=6.01 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 44231 0 0 0 589 12 0 0 20 0 3 0 276030508 272486400 31656 33554432000 4194304 5965102 140735935144256 139873427700248 5123123 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=266100 CPUtime=6.01 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 3116 0 0 0 601 0 0 0 20 0 3 0 276030508 272486400 31656 33554432000 4194304 5965102 140735935144256 139873417209688 4401073 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 266100

[startup+12.7003 s]
/proc/loadavg: 3.95 3.99 3.94 5/183 18909
/proc/meminfo: memFree=29053772/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=266100 CPUtime=25.08 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 96719 0 0 0 2488 20 0 0 20 0 3 0 276030481 272486400 42517 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 66525 42517 200 433 0 66089 0
[pid=18906/tid=18908] ppid=18904 vsize=266100 CPUtime=12.41 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 83615 0 0 0 1222 19 0 0 20 0 3 0 276030508 272486400 42517 33554432000 4194304 5965102 140735935144256 139873427700056 5139774 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=266100 CPUtime=12.41 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 3270 0 0 0 1241 0 0 0 20 0 3 0 276030508 272486400 42517 33554432000 4194304 5965102 140735935144256 139873417209688 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 266100

[startup+25.5003 s]
/proc/loadavg: 3.96 3.99 3.94 5/183 18909
/proc/meminfo: memFree=28976884/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=331636 CPUtime=50.68 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 162057 0 0 0 5035 33 0 0 20 0 3 0 276030481 339595264 61008 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 82909 61008 200 433 0 82473 0
[pid=18906/tid=18908] ppid=18904 vsize=331636 CPUtime=25.2 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 148618 0 0 0 2489 31 0 0 20 0 3 0 276030508 339595264 61008 33554432000 4194304 5965102 140735935144256 139873427700248 4396080 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=331636 CPUtime=25.22 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 3605 0 0 0 2520 2 0 0 20 0 3 0 276030508 339595264 61008 33554432000 4194304 5965102 140735935144256 139873417210168 4390140 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 331636

[startup+51.1003 s]
/proc/loadavg: 3.97 3.99 3.94 5/183 18909
/proc/meminfo: memFree=28865424/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=462708 CPUtime=101.87 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 267062 0 0 0 10135 52 0 0 20 0 3 0 276030481 473812992 88176 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 115677 88176 200 433 0 115241 0
[pid=18906/tid=18908] ppid=18904 vsize=462708 CPUtime=50.8 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 253047 0 0 0 5031 49 0 0 20 0 3 0 276030508 473812992 88176 33554432000 4194304 5965102 140735935144256 139873427700056 5131498 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=462708 CPUtime=50.81 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 4181 0 0 0 5078 3 0 0 20 0 3 0 276030508 473812992 88176 33554432000 4194304 5965102 140735935144256 139873417210168 4390140 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 462708

[startup+102.307 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18909
/proc/meminfo: memFree=28687980/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=659316 CPUtime=204.25 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 407837 0 0 0 20347 78 0 0 20 0 3 0 276030481 675139584 131890 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 164829 131890 200 433 0 164393 0
[pid=18906/tid=18908] ppid=18904 vsize=659316 CPUtime=102 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 392611 0 0 0 10126 74 0 0 20 0 3 0 276030508 675139584 131890 33554432000 4194304 5965102 140735935144256 139873427700056 5136313 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=659316 CPUtime=102.01 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 5392 0 0 0 10196 5 0 0 20 0 3 0 276030508 675139584 131890 33554432000 4194304 5965102 140735935144256 139873417210168 4390150 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.25
Current children cumulated vsize (KiB) 659316

[startup+162.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18950
/proc/meminfo: memFree=29187556/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=324.2 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 536364 0 0 0 32314 106 0 0 20 0 3 0 276030481 876466176 179789 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 179789 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=161.99 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 520177 0 0 0 16098 101 0 0 20 0 3 0 276030508 876466176 179789 33554432000 4194304 5965102 140735935144256 139873427700056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=161.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 6353 0 0 0 16191 8 0 0 20 0 3 0 276030508 876466176 179789 33554432000 4194304 5965102 140735935144256 139873417210168 4383069 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.2
Current children cumulated vsize (KiB) 855924

[startup+222.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18951
/proc/meminfo: memFree=29126288/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=444.15 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 543489 0 0 0 44307 108 0 0 20 0 3 0 276030481 876466176 185038 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 185038 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=221.96 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 527302 0 0 0 22092 104 0 0 20 0 3 0 276030508 876466176 185038 33554432000 4194304 5965102 140735935144256 139873427700056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=221.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 6353 0 0 0 22190 9 0 0 20 0 3 0 276030508 876466176 185038 33554432000 4194304 5965102 140735935144256 139873417210168 4394025 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.15
Current children cumulated vsize (KiB) 855924

[startup+282.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18951
/proc/meminfo: memFree=29110452/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=564.09 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 545232 0 0 0 56301 108 0 0 20 0 3 0 276030481 876466176 187730 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 187730 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=281.92 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 529045 0 0 0 28086 106 0 0 20 0 3 0 276030508 876466176 187730 33554432000 4194304 5965102 140735935144256 139873427700552 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=281.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 6353 0 0 0 28189 10 0 0 20 0 3 0 276030508 876466176 187730 33554432000 4194304 5965102 140735935144256 139873417210272 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.09
Current children cumulated vsize (KiB) 855924

[startup+342.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18951
/proc/meminfo: memFree=29070128/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=684.03 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 546307 0 0 0 68293 110 0 0 20 0 3 0 276030481 876466176 188762 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 188762 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=341.87 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 529177 0 0 0 34080 107 0 0 20 0 3 0 276030508 876466176 188762 33554432000 4194304 5965102 140735935144256 139873427700552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=341.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 7296 0 0 0 34186 13 0 0 20 0 3 0 276030508 876466176 188762 33554432000 4194304 5965102 140735935144256 139873417210168 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.03
Current children cumulated vsize (KiB) 855924

[startup+402.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18951
/proc/meminfo: memFree=29031268/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=803.96 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 553769 0 0 0 80283 113 0 0 20 0 3 0 276030481 876466176 191853 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 191853 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=401.83 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 535699 0 0 0 40074 109 0 0 20 0 3 0 276030508 876466176 191853 33554432000 4194304 5965102 140735935144256 139873427700120 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=401.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 8236 0 0 0 40184 15 0 0 20 0 3 0 276030508 876466176 191853 33554432000 4194304 5965102 140735935144256 139873417210168 4404767 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 803.96
Current children cumulated vsize (KiB) 855924

[startup+462.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18951
/proc/meminfo: memFree=29033660/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=923.9 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 553970 0 0 0 92277 113 0 0 20 0 3 0 276030481 876466176 192010 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 192010 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=461.78 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 535743 0 0 0 46068 110 0 0 20 0 3 0 276030508 876466176 192010 33554432000 4194304 5965102 140735935144256 139873427699616 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=461.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 8393 0 0 0 46183 16 0 0 20 0 3 0 276030508 876466176 192010 33554432000 4194304 5965102 140735935144256 139873417210272 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 923.9
Current children cumulated vsize (KiB) 855924

[startup+522.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18952
/proc/meminfo: memFree=28995796/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=921460 CPUtime=1043.83 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 556043 0 0 0 104270 113 0 0 20 0 3 0 276030481 943575040 195570 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 230365 195570 200 433 0 229929 0
[pid=18906/tid=18908] ppid=18904 vsize=921460 CPUtime=521.74 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 537816 0 0 0 52063 111 0 0 20 0 3 0 276030508 943575040 195570 33554432000 4194304 5965102 140735935144256 139873427700056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=921460 CPUtime=521.99 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 8393 0 0 0 52183 16 0 0 20 0 3 0 276030508 943575040 195570 33554432000 4194304 5965102 140735935144256 139873417210272 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1043.83
Current children cumulated vsize (KiB) 921460

[startup+582.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/184 18955
/proc/meminfo: memFree=28991372/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=921460 CPUtime=1163.79 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 556064 0 0 0 116266 113 0 0 20 0 3 0 276030481 943575040 195631 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 230365 195631 200 433 0 229929 0
[pid=18906/tid=18908] ppid=18904 vsize=921460 CPUtime=581.73 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 537824 0 0 0 58061 112 0 0 20 0 3 0 276030508 943575040 195631 33554432000 4194304 5965102 140735935144256 139873427700056 4401149 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=921460 CPUtime=581.97 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 8406 0 0 0 58180 17 0 0 20 0 3 0 276030508 943575040 195631 33554432000 4194304 5965102 140735935144256 139873417210272 4390125 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1163.79
Current children cumulated vsize (KiB) 921460

[startup+642.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18955
/proc/meminfo: memFree=28948516/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=855924 CPUtime=1283.79 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 560035 0 0 0 128264 115 0 0 20 0 3 0 276030481 876466176 193070 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 213981 193070 200 433 0 213545 0
[pid=18906/tid=18908] ppid=18904 vsize=855924 CPUtime=641.74 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 541069 0 0 0 64060 114 0 0 20 0 3 0 276030508 876466176 193070 33554432000 4194304 5965102 140735935144256 139873427700552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=855924 CPUtime=641.98 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 9132 0 0 0 64179 19 0 0 20 0 3 0 276030508 876466176 193070 33554432000 4194304 5965102 140735935144256 139873417210168 4393903 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1283.79
Current children cumulated vsize (KiB) 855924

[startup+702.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18955
/proc/meminfo: memFree=28911144/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=926232 CPUtime=1403.76 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 564654 0 0 0 140260 116 0 0 20 0 3 0 276030481 948461568 197081 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 231558 197081 200 433 0 231122 0
[pid=18906/tid=18908] ppid=18904 vsize=926232 CPUtime=701.74 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 545688 0 0 0 70058 116 0 0 20 0 3 0 276030508 948461568 197081 33554432000 4194304 5965102 140735935144256 139873427700248 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=926232 CPUtime=701.97 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 9132 0 0 0 70177 20 0 0 20 0 3 0 276030508 948461568 197081 33554432000 4194304 5965102 140735935144256 139873417210168 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.76
Current children cumulated vsize (KiB) 926232

[startup+762.307 s]
/proc/loadavg: 3.99 3.99 3.94 5/183 18955
/proc/meminfo: memFree=28911176/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=926232 CPUtime=1523.75 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 565010 0 0 0 152259 116 0 0 20 0 3 0 276030481 948461568 196239 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 231558 196239 200 433 0 231122 0
[pid=18906/tid=18908] ppid=18904 vsize=926232 CPUtime=761.75 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 546043 0 0 0 76058 117 0 0 20 0 3 0 276030508 948461568 196239 33554432000 4194304 5965102 140735935144256 139873427700552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=926232 CPUtime=761.98 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 9133 0 0 0 76177 21 0 0 20 0 3 0 276030508 948461568 196239 33554432000 4194304 5965102 140735935144256 139873417210168 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.75
Current children cumulated vsize (KiB) 926232

[startup+822.3 s]
/proc/loadavg: 4.06 4.01 3.94 5/183 18956
/proc/meminfo: memFree=28895200/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=926232 CPUtime=1643.7 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 566689 0 0 0 164252 118 0 0 20 0 3 0 276030481 948461568 198160 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 231558 198160 200 433 0 231122 0
[pid=18906/tid=18908] ppid=18904 vsize=926232 CPUtime=821.73 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 546132 0 0 0 82055 118 0 0 20 0 3 0 276030508 948461568 198160 33554432000 4194304 5965102 140735935144256 139873427700552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=926232 CPUtime=821.97 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 10723 0 0 0 82174 23 0 0 20 0 3 0 276030508 948461568 198160 33554432000 4194304 5965102 140735935144256 139873417210104 4382641 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.7
Current children cumulated vsize (KiB) 926232

[startup+882.3 s]
/proc/loadavg: 4.02 4.00 3.94 5/183 18956
/proc/meminfo: memFree=28865992/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=926232 CPUtime=1763.68 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 569397 0 0 0 176249 119 0 0 20 0 3 0 276030481 948461568 200386 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 231558 200386 200 433 0 231122 0
[pid=18906/tid=18908] ppid=18904 vsize=926232 CPUtime=881.73 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 548484 0 0 0 88053 120 0 0 20 0 3 0 276030508 948461568 200386 33554432000 4194304 5965102 140735935144256 139873427700120 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=926232 CPUtime=881.97 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 11079 0 0 0 88172 25 0 0 20 0 3 0 276030508 948461568 200386 33554432000 4194304 5965102 140735935144256 139873417210168 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.68
Current children cumulated vsize (KiB) 926232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.01 4.00 3.94 5/183 18956
/proc/meminfo: memFree=28857808/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=926232 CPUtime=1800.09 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 569397 0 0 0 179890 119 0 0 20 0 3 0 276030481 948461568 200386 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 231558 200386 200 433 0 231122 0
[pid=18906/tid=18908] ppid=18904 vsize=926232 CPUtime=899.94 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 548484 0 0 0 89874 120 0 0 20 0 3 0 276030508 948461568 200386 33554432000 4194304 5965102 140735935144256 139873427700120 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=926232 CPUtime=900.17 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 11079 0 0 0 89992 25 0 0 20 0 3 0 276030508 948461568 200386 33554432000 4194304 5965102 140735935144256 139873417210168 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 926232

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: 4.01 4.00 3.94 5/183 18956
/proc/meminfo: memFree=28857808/32873844 swapFree=7372/7372
[pid=18906] ppid=18904 vsize=926232 CPUtime=1800.09 cores=0,2,4,6
/proc/18906/stat : 18906 (pwbo2.0) S 18904 18906 15889 0 -1 4202496 569397 0 0 0 179890 119 0 0 20 0 3 0 276030481 948461568 200386 33554432000 4194304 5965102 140735935144256 140735935143776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18906/statm: 231558 200386 200 433 0 231122 0
[pid=18906/tid=18908] ppid=18904 vsize=926232 CPUtime=899.94 cores=0,2,4,6
/proc/18906/task/18908/stat : 18908 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 548484 0 0 0 89874 120 0 0 20 0 3 0 276030508 948461568 200386 33554432000 4194304 5965102 140735935144256 139873427700120 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18906/tid=18909] ppid=18904 vsize=926232 CPUtime=900.17 cores=0,2,4,6
/proc/18906/task/18909/stat : 18909 (pwbo2.0) R 18904 18906 15889 0 -1 4202560 11079 0 0 0 89992 25 0 0 20 0 3 0 276030508 948461568 200386 33554432000 4194304 5965102 140735935144256 139873417210168 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 926232

Child status: 0
Real time (s): 900.516
CPU time (s): 1800.42
CPU user time (s): 1798.93
CPU system time (s): 1.48877
CPU usage (%): 199.932
Max. virtual memory (cumulated for all children) (KiB): 926232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.48877
maximum resident set size= 804960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569398
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= 1447
involuntary context switches= 2441

runsolver used 1.91271 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 08:10:57
IDJOB=3704043
IDBENCH=90572
IDSOLVER=2279
FILE ID=node133/3704043-1338099057
RUNJOBID= node133-1338084137-15905
PBS_JOBID= 14624424
Free space on /tmp= 71720 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704043-1338099057/watcher-3704043-1338099057 -o /tmp/evaluation-result-3704043-1338099057/solver-3704043-1338099057 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704043-1338099057.opb

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=1653764137

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        29217916 kB
Buffers:          320044 kB
Cached:          1679460 kB
SwapCached:          104 kB
Active:          1383704 kB
Inactive:        1443712 kB
Active(anon):     819068 kB
Inactive(anon):    11368 kB
Active(file):     564636 kB
Inactive(file):  1432344 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:              8192 kB
Writeback:            32 kB
AnonPages:        837376 kB
Mapped:            15228 kB
Shmem:               212 kB
Slab:             684980 kB
SReclaimable:     127024 kB
SUnreclaim:       557956 kB
KernelStack:        1496 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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= 71712 MiB
End job on node133 at 2012-05-27 08:25:59