Trace number 3726192

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.15 900.319

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
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 variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726192-1338657863.opb.
0.00/0.00	c Instance file HOME/instance-3726192-1338657863.opb
0.00/0.00	c File size is 72189 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 380
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      774                                                 |
0.00/0.01	c |  Number Clauses:        801                                                 |
0.00/0.01	c |  Number Cardinality:    31                                                  |
0.00/0.01	c |  Number PB Constraints: 192                                                 |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1800.15/900.31	c ===============================================================================
1800.15/900.31	c Wall Clock Time: 900.31 s
1800.15/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-3726192-1338657863/watcher-3726192-1338657863 -o /tmp/evaluation-result-3726192-1338657863/solver-3726192-1338657863 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726192-1338657863.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.88 3.97 3.92 4/178 1171
/proc/meminfo: memFree=27599548/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=4404 CPUtime=0 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) R 1169 1171 30509 0 -1 4202496 401 0 0 0 0 0 0 0 20 0 1 0 331910674 4509696 353 33554432000 4194304 5964478 140733505383072 140733505382488 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 1101 355 163 433 0 647 0

[startup+0.016816 s]
/proc/loadavg: 3.88 3.97 3.92 4/178 1171
/proc/meminfo: memFree=27599548/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=163376 CPUtime=0.02 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 1292 0 0 0 2 0 0 0 20 0 3 0 331910674 167297024 1226 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 40844 1226 189 433 0 40408 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 163376

[startup+0.100155 s]
/proc/loadavg: 3.88 3.97 3.92 4/178 1171
/proc/meminfo: memFree=27599548/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=163376 CPUtime=0.18 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 1568 0 0 0 18 0 0 0 20 0 3 0 331910674 167297024 1502 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 40844 1502 191 433 0 40408 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 163376

[startup+0.300116 s]
/proc/loadavg: 3.88 3.97 3.92 4/178 1171
/proc/meminfo: memFree=27599548/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=163376 CPUtime=0.58 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 2150 0 0 0 58 0 0 0 20 0 3 0 331910674 167297024 2084 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 40844 2084 191 433 0 40408 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 163376

[startup+0.700129 s]
/proc/loadavg: 3.88 3.97 3.92 4/178 1171
/proc/meminfo: memFree=27599548/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=163512 CPUtime=1.38 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 3106 0 0 0 136 2 0 0 20 0 3 0 331910674 167436288 3040 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 40878 3040 191 433 0 40442 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 163512

[startup+1.50031 s]
/proc/loadavg: 3.88 3.97 3.92 5/181 1174
/proc/meminfo: memFree=27585604/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=163932 CPUtime=2.98 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 4008 0 0 0 295 3 0 0 20 0 3 0 331910674 167866368 3942 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 40983 3942 191 433 0 40547 0
[pid=1171/tid=1173] ppid=1169 vsize=163932 CPUtime=1.47 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 1746 0 0 0 147 0 0 0 20 0 3 0 331910675 167866368 3942 33554432000 4194304 5964478 140733505383072 139683467380728 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=163932 CPUtime=1.47 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 1219 0 0 0 145 2 0 0 20 0 3 0 331910675 167866368 3942 33554432000 4194304 5964478 140733505383072 139683456891192 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 163932

[startup+3.10032 s]
/proc/loadavg: 3.89 3.97 3.92 5/181 1174
/proc/meminfo: memFree=27580884/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=164208 CPUtime=6.17 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 5212 0 0 0 614 3 0 0 20 0 3 0 331910674 168148992 5146 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 41052 5146 191 433 0 40616 0
[pid=1171/tid=1173] ppid=1169 vsize=164208 CPUtime=3.07 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 2549 0 0 0 306 1 0 0 20 0 3 0 331910675 168148992 5146 33554432000 4194304 5964478 140733505383072 139683467380536 4382008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=164208 CPUtime=3.06 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 1620 0 0 0 304 2 0 0 20 0 3 0 331910675 168148992 5146 33554432000 4194304 5964478 140733505383072 139683456891192 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 164208

[startup+6.30034 s]
/proc/loadavg: 3.89 3.97 3.92 5/181 1174
/proc/meminfo: memFree=27565632/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=164824 CPUtime=12.58 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 7895 0 0 0 1253 5 0 0 20 0 3 0 331910674 168779776 7829 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 41206 7830 191 433 0 40770 0
[pid=1171/tid=1173] ppid=1169 vsize=164824 CPUtime=6.26 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 4291 0 0 0 624 2 0 0 20 0 3 0 331910675 168779776 7830 33554432000 4194304 5964478 140733505383072 139683467380728 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=164824 CPUtime=6.25 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 2562 0 0 0 623 2 0 0 20 0 3 0 331910675 168779776 7830 33554432000 4194304 5964478 140733505383072 139683456890952 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 164824

[startup+12.7003 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 1174
/proc/meminfo: memFree=27538104/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=165716 CPUtime=25.37 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 12141 0 0 0 2530 7 0 0 20 0 3 0 331910674 169693184 12075 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 41429 12075 191 433 0 40993 0
[pid=1171/tid=1173] ppid=1169 vsize=165716 CPUtime=12.64 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 7061 0 0 0 1261 3 0 0 20 0 3 0 331910675 169693184 12075 33554432000 4194304 5964478 140733505383072 139683467380536 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=165716 CPUtime=12.64 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 4037 0 0 0 1261 3 0 0 20 0 3 0 331910675 169693184 12075 33554432000 4194304 5964478 140733505383072 139683456891192 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 165716

[startup+25.5004 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 1175
/proc/meminfo: memFree=27502012/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=166000 CPUtime=50.97 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 15414 0 0 0 5089 8 0 0 20 0 3 0 331910674 169984000 15348 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 41500 15348 191 433 0 41064 0
[pid=1171/tid=1173] ppid=1169 vsize=166000 CPUtime=25.41 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 9307 0 0 0 2538 3 0 0 20 0 3 0 331910675 169984000 15348 33554432000 4194304 5964478 140733505383072 139683467380832 4400038 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=166000 CPUtime=25.4 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 5064 0 0 0 2536 4 0 0 20 0 3 0 331910675 169984000 15348 33554432000 4194304 5964478 140733505383072 139683456891296 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 166000

[startup+51.1004 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 1175
/proc/meminfo: memFree=27445436/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=167700 CPUtime=102.16 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 23236 0 0 0 10203 13 0 0 20 0 3 0 331910674 171724800 23170 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 41925 23170 191 433 0 41489 0
[pid=1171/tid=1173] ppid=1169 vsize=167700 CPUtime=50.94 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 15665 0 0 0 5087 7 0 0 20 0 3 0 331910675 171724800 23170 33554432000 4194304 5964478 140733505383072 139683467380728 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=167700 CPUtime=50.94 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 6528 0 0 0 5089 5 0 0 20 0 3 0 331910675 171724800 23170 33554432000 4194304 5964478 140733505383072 139683456890952 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 167700

[startup+102.307 s]
/proc/loadavg: 4.10 4.02 3.94 5/181 1175
/proc/meminfo: memFree=27351844/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=235424 CPUtime=204.56 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 32509 0 0 0 20435 21 0 0 20 0 3 0 331910674 241074176 32443 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 58856 32443 191 433 0 58420 0
[pid=1171/tid=1173] ppid=1169 vsize=235424 CPUtime=102.02 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 21849 0 0 0 10188 14 0 0 20 0 3 0 331910675 241074176 32443 33554432000 4194304 5964478 140733505383072 139683467380728 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=235424 CPUtime=102.02 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 9617 0 0 0 10194 8 0 0 20 0 3 0 331910675 241074176 32443 33554432000 4194304 5964478 140733505383072 139683456890952 4400018 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.56
Current children cumulated vsize (KiB) 235424

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/181 1175
/proc/meminfo: memFree=27291732/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=237888 CPUtime=324.52 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 41758 0 0 0 32423 29 0 0 20 0 3 0 331910674 243597312 41692 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 59472 41692 191 433 0 59036 0
[pid=1171/tid=1173] ppid=1169 vsize=237888 CPUtime=161.86 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 28432 0 0 0 16166 20 0 0 20 0 3 0 331910675 243597312 41692 33554432000 4194304 5964478 140733505383072 139683467380728 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=237888 CPUtime=161.85 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 12283 0 0 0 16172 13 0 0 20 0 3 0 331910675 243597312 41692 33554432000 4194304 5964478 140733505383072 139683456890952 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.52
Current children cumulated vsize (KiB) 237888

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 1175
/proc/meminfo: memFree=27268076/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=304704 CPUtime=444.51 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 47183 0 0 0 44415 36 0 0 20 0 3 0 331910674 312016896 47117 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 76176 47117 191 433 0 75740 0
[pid=1171/tid=1173] ppid=1169 vsize=304704 CPUtime=221.71 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 33368 0 0 0 22144 27 0 0 20 0 3 0 331910675 312016896 47117 33554432000 4194304 5964478 140733505383072 139683467380728 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=304704 CPUtime=221.7 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 12772 0 0 0 22156 14 0 0 20 0 3 0 331910675 312016896 47117 33554432000 4194304 5964478 140733505383072 139683456891240 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.51
Current children cumulated vsize (KiB) 304704

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 1175
/proc/meminfo: memFree=27074912/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=305876 CPUtime=564.48 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 52659 0 0 0 56407 41 0 0 20 0 3 0 331910674 313217024 52593 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 76469 52593 191 433 0 76033 0
[pid=1171/tid=1173] ppid=1169 vsize=305876 CPUtime=281.55 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 37482 0 0 0 28123 32 0 0 20 0 3 0 331910675 313217024 52593 33554432000 4194304 5964478 140733505383072 139683467380536 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=305876 CPUtime=281.55 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 14134 0 0 0 28138 17 0 0 20 0 3 0 331910675 313217024 52593 33554432000 4194304 5964478 140733505383072 139683456890952 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.48
Current children cumulated vsize (KiB) 305876

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/182 1179
/proc/meminfo: memFree=26894760/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=309376 CPUtime=684.47 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 60449 0 0 0 68396 51 0 0 20 0 3 0 331910674 316801024 60383 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 77344 60383 191 433 0 76908 0

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

[pid=1171/tid=1174] ppid=1169 vsize=309376 CPUtime=341.39 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 16625 0 0 0 34119 20 0 0 20 0 3 0 331910675 316801024 60383 33554432000 4194304 5964478 140733505383072 139683456891240 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.47
Current children cumulated vsize (KiB) 309376

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 1179
/proc/meminfo: memFree=26875576/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=312112 CPUtime=804.45 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 64728 0 0 0 80390 55 0 0 20 0 3 0 331910674 319602688 64662 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 78028 64662 191 433 0 77592 0
[pid=1171/tid=1173] ppid=1169 vsize=312112 CPUtime=401.25 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 46692 0 0 0 40080 45 0 0 20 0 3 0 331910675 319602688 64662 33554432000 4194304 5964478 140733505383072 139683467380776 4400016 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=312112 CPUtime=401.24 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 16993 0 0 0 40102 22 0 0 20 0 3 0 331910675 319602688 64662 33554432000 4194304 5964478 140733505383072 139683456891000 4392968 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.45
Current children cumulated vsize (KiB) 312112

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 1179
/proc/meminfo: memFree=26845720/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=378944 CPUtime=924.44 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 71918 0 0 0 92378 66 0 0 20 0 3 0 331910674 388038656 71797 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 94736 71797 191 433 0 94300 0
[pid=1171/tid=1173] ppid=1169 vsize=378944 CPUtime=461.09 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 53769 0 0 0 46053 56 0 0 20 0 3 0 331910675 388038656 71797 33554432000 4194304 5964478 140733505383072 139683467380728 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=378944 CPUtime=461.09 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 17106 0 0 0 46086 23 0 0 20 0 3 0 331910675 388038656 71797 33554432000 4194304 5964478 140733505383072 139683456891240 4400490 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.44
Current children cumulated vsize (KiB) 378944

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 1179
/proc/meminfo: memFree=26837456/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=379132 CPUtime=1044.41 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 73632 0 0 0 104373 68 0 0 20 0 3 0 331910674 388231168 73511 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 94783 73511 191 433 0 94347 0
[pid=1171/tid=1173] ppid=1169 vsize=379132 CPUtime=520.94 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 54986 0 0 0 52036 58 0 0 20 0 3 0 331910675 388231168 73511 33554432000 4194304 5964478 140733505383072 139683467380728 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=379132 CPUtime=520.93 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 17603 0 0 0 52069 24 0 0 20 0 3 0 331910675 388231168 73511 33554432000 4194304 5964478 140733505383072 139683456891192 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.41
Current children cumulated vsize (KiB) 379132

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/181 1179
/proc/meminfo: memFree=26752032/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=383068 CPUtime=1164.4 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 80999 0 0 0 116363 77 0 0 20 0 3 0 331910674 392261632 80878 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 95767 80878 191 433 0 95331 0
[pid=1171/tid=1173] ppid=1169 vsize=383068 CPUtime=580.79 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 61287 0 0 0 58012 67 0 0 20 0 3 0 331910675 392261632 80878 33554432000 4194304 5964478 140733505383072 139683467380728 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=383068 CPUtime=580.78 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 18669 0 0 0 58053 25 0 0 20 0 3 0 331910675 392261632 80878 33554432000 4194304 5964478 140733505383072 139683456891000 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.4
Current children cumulated vsize (KiB) 383068

[startup+642.3 s]
/proc/loadavg: 4.06 4.03 3.95 5/182 1222
/proc/meminfo: memFree=28638328/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=385964 CPUtime=1284.34 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 83739 0 0 0 128353 81 0 0 20 0 3 0 331910674 395227136 84001 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 96491 84001 191 433 0 96055 0
[pid=1171/tid=1173] ppid=1169 vsize=385964 CPUtime=640.59 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 63435 0 0 0 63988 71 0 0 20 0 3 0 331910675 395227136 84001 33554432000 4194304 5964478 140733505383072 139683467380776 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=385964 CPUtime=640.63 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 19261 0 0 0 64036 27 0 0 20 0 3 0 331910675 395227136 84001 33554432000 4194304 5964478 140733505383072 139683456891240 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.34
Current children cumulated vsize (KiB) 385964

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.95 5/181 1222
/proc/meminfo: memFree=28553300/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=452796 CPUtime=1404.25 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 88882 0 0 0 140338 87 0 0 20 0 3 0 331910674 463663104 89174 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 113199 89174 191 433 0 112763 0
[pid=1171/tid=1173] ppid=1169 vsize=452796 CPUtime=700.37 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 67959 0 0 0 69960 77 0 0 20 0 3 0 331910675 463663104 89174 33554432000 4194304 5964478 140733505383072 139683467380728 4400001 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=452796 CPUtime=700.47 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 19880 0 0 0 70018 29 0 0 20 0 3 0 331910675 463663104 89174 33554432000 4194304 5964478 140733505383072 139683456891192 4400097 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.25
Current children cumulated vsize (KiB) 452796

[startup+762.307 s]
/proc/loadavg: 4.01 4.01 3.95 5/181 1222
/proc/meminfo: memFree=28491888/32873844 swapFree=7640/7640
[pid=1171] ppid=1169 vsize=454576 CPUtime=1524.2 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 91871 0 0 0 152329 91 0 0 20 0 3 0 331910674 465485824 92135 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 113644 92135 191 433 0 113208 0
[pid=1171/tid=1173] ppid=1169 vsize=454576 CPUtime=760.21 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 70922 0 0 0 75939 82 0 0 20 0 3 0 331910675 465485824 92135 33554432000 4194304 5964478 140733505383072 139683467380536 4400024 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=454576 CPUtime=760.3 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 19906 0 0 0 76000 30 0 0 20 0 3 0 331910675 465485824 92135 33554432000 4194304 5964478 140733505383072 139683456891104 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.2
Current children cumulated vsize (KiB) 454576

[startup+822.3 s]
/proc/loadavg: 4.04 4.02 3.95 5/181 1222
/proc/meminfo: memFree=28437000/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=455116 CPUtime=1644.17 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 92063 0 0 0 164325 92 0 0 20 0 3 0 331910674 466038784 93519 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 113779 93519 191 433 0 113343 0
[pid=1171/tid=1173] ppid=1169 vsize=455116 CPUtime=820.04 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 71090 0 0 0 81921 83 0 0 20 0 3 0 331910675 466038784 93519 33554432000 4194304 5964478 140733505383072 139683467380536 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=455116 CPUtime=820.13 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 19930 0 0 0 81981 32 0 0 20 0 3 0 331910675 466038784 93519 33554432000 4194304 5964478 140733505383072 139683456891296 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.17
Current children cumulated vsize (KiB) 455116

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/181 1222
/proc/meminfo: memFree=28345020/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=522612 CPUtime=1764.14 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 98350 0 0 0 176315 99 0 0 20 0 3 0 331910674 535154688 99806 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 130653 99806 191 433 0 130217 0
[pid=1171/tid=1173] ppid=1169 vsize=522612 CPUtime=879.89 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 76454 0 0 0 87898 91 0 0 20 0 3 0 331910675 535154688 99806 33554432000 4194304 5964478 140733505383072 139683467380776 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=522612 CPUtime=879.97 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 20853 0 0 0 87963 34 0 0 20 0 3 0 331910675 535154688 99806 33554432000 4194304 5964478 140733505383072 139683456891240 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.14
Current children cumulated vsize (KiB) 522612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/181 1222
/proc/meminfo: memFree=28302596/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=523860 CPUtime=1800.15 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 101327 0 0 0 179912 103 0 0 20 0 3 0 331910674 536432640 102783 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 130965 102783 191 433 0 130529 0
[pid=1171/tid=1173] ppid=1169 vsize=523860 CPUtime=897.85 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 78206 0 0 0 89692 93 0 0 20 0 3 0 331910675 536432640 102783 33554432000 4194304 5964478 140733505383072 139683467380776 4400069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=523860 CPUtime=897.93 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 22078 0 0 0 89757 36 0 0 20 0 3 0 331910675 536432640 102783 33554432000 4194304 5964478 140733505383072 139683456891192 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 523860

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.01 4.02 3.95 5/181 1222
/proc/meminfo: memFree=28302596/32873844 swapFree=7644/7644
[pid=1171] ppid=1169 vsize=523860 CPUtime=1800.15 cores=0,2,4,6
/proc/1171/stat : 1171 (pwbo2.02) S 1169 1171 30509 0 -1 4202496 101327 0 0 0 179912 103 0 0 20 0 3 0 331910674 536432640 102783 33554432000 4194304 5964478 140733505383072 140733505382592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1171/statm: 130965 102783 191 433 0 130529 0
[pid=1171/tid=1173] ppid=1169 vsize=523860 CPUtime=897.85 cores=0,2,4,6
/proc/1171/task/1173/stat : 1173 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 78206 0 0 0 89692 93 0 0 20 0 3 0 331910675 536432640 102783 33554432000 4194304 5964478 140733505383072 139683467380776 4400069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1171/tid=1174] ppid=1169 vsize=523860 CPUtime=897.93 cores=0,2,4,6
/proc/1171/task/1174/stat : 1174 (pwbo2.02) R 1169 1171 30509 0 -1 4202560 22078 0 0 0 89757 36 0 0 20 0 3 0 331910675 536432640 102783 33554432000 4194304 5964478 140733505383072 139683456891192 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 523860

Child status: 0

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

Real time (s): 900.319
CPU time (s): 1800.15
CPU user time (s): 1799.12
CPU system time (s): 1.03
CPU usage (%): 199.946
Max. virtual memory (cumulated for all children) (KiB): 523860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.52
system time used= 1.3198
maximum resident set size= 411140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101329
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= 263
involuntary context switches= 2027

runsolver used 1.81372 second user time and 5.15222 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 19:24:23
IDJOB=3726192
IDBENCH=71846
IDSOLVER=2309
FILE ID=node147/3726192-1338657863
RUNJOBID= node147-1338651516-32281
PBS_JOBID= 14636433
Free space on /tmp= 70780 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726192-1338657863/watcher-3726192-1338657863 -o /tmp/evaluation-result-3726192-1338657863/solver-3726192-1338657863 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726192-1338657863.opb

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=2053119607

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
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:        27599548 kB
Buffers:          425372 kB
Cached:          2473544 kB
SwapCached:         3380 kB
Active:          2925900 kB
Inactive:        1484204 kB
Active(anon):    1507020 kB
Inactive(anon):     5920 kB
Active(file):    1418880 kB
Inactive(file):  1478284 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              5528 kB
Writeback:             0 kB
AnonPages:       1517824 kB
Mapped:            10208 kB
Shmem:                 0 kB
Slab:             720268 kB
SReclaimable:     161220 kB
SUnreclaim:       559048 kB
KernelStack:        1464 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 70776 MiB
End job on node147 at 2012-06-02 19:39:25