Trace number 3726040

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.11 900.821

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726040-1338656851.opb.
0.00/0.00	c Instance file HOME/instance-3726040-1338656851.opb
0.00/0.00	c File size is 3364 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3487
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.11/900.81	c ===============================================================================
1800.11/900.81	c Wall Clock Time: 900.81 s
1800.11/900.81	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-3726040-1338656851/watcher-3726040-1338656851 -o /tmp/evaluation-result-3726040-1338656851/solver-3726040-1338656851 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726040-1338656851.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.92 3.97 3.91 2/176 24529
/proc/meminfo: memFree=28242688/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=162248 CPUtime=0 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 794 0 0 0 0 0 0 0 20 0 3 0 331810502 166141952 745 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40562 745 189 433 0 40126 0
[pid=24529/tid=24530] ppid=24527 vsize=162248 CPUtime=0 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 3 0 331810502 166141952 745 33554432000 4194304 5964478 140733549650880 140733549649848 5136490 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=162248 CPUtime=0 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 3 0 331810502 166141952 745 33554432000 4194304 5964478 140733549650880 139650600131488 5136490 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.0879989 s]
/proc/loadavg: 3.92 3.97 3.91 2/176 24529
/proc/meminfo: memFree=28242688/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=162248 CPUtime=0.16 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 1197 0 0 0 16 0 0 0 20 0 3 0 331810502 166141952 1148 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40562 1148 191 433 0 40126 0
[pid=24529/tid=24530] ppid=24527 vsize=162248 CPUtime=0.07 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 266 0 0 0 7 0 0 0 20 0 3 0 331810502 166141952 1148 33554432000 4194304 5964478 140733549650880 139650610620400 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=162248 CPUtime=0.07 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 191 0 0 0 7 0 0 0 20 0 3 0 331810502 166141952 1148 33554432000 4194304 5964478 140733549650880 139650600130784 4389172 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 162248

[startup+0.100292 s]
/proc/loadavg: 3.92 3.97 3.91 2/176 24529
/proc/meminfo: memFree=28242688/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=162248 CPUtime=0.19 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 1243 0 0 0 19 0 0 0 20 0 3 0 331810502 166141952 1194 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40562 1194 191 433 0 40126 0
[pid=24529/tid=24530] ppid=24527 vsize=162248 CPUtime=0.08 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 297 0 0 0 8 0 0 0 20 0 3 0 331810502 166141952 1194 33554432000 4194304 5964478 140733549650880 139650610620400 4570837 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=162248 CPUtime=0.08 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 206 0 0 0 8 0 0 0 20 0 3 0 331810502 166141952 1194 33554432000 4194304 5964478 140733549650880 139650600130864 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162248

[startup+0.300238 s]
/proc/loadavg: 3.92 3.97 3.91 2/176 24529
/proc/meminfo: memFree=28242688/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=162248 CPUtime=0.58 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 1801 0 0 0 58 0 0 0 20 0 3 0 331810502 166141952 1752 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40562 1752 191 433 0 40126 0
[pid=24529/tid=24530] ppid=24527 vsize=162248 CPUtime=0.28 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 663 0 0 0 28 0 0 0 20 0 3 0 331810502 166141952 1752 33554432000 4194304 5964478 140733549650880 139650610620400 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=162248 CPUtime=0.28 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 398 0 0 0 28 0 0 0 20 0 3 0 331810502 166141952 1752 33554432000 4194304 5964478 140733549650880 139650600130864 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162248

[startup+0.700249 s]
/proc/loadavg: 3.92 3.97 3.91 2/176 24529
/proc/meminfo: memFree=28242688/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=162392 CPUtime=1.38 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 2314 0 0 0 138 0 0 0 20 0 3 0 331810502 166289408 2265 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40598 2265 191 433 0 40162 0
[pid=24529/tid=24530] ppid=24527 vsize=162392 CPUtime=0.68 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 1078 0 0 0 68 0 0 0 20 0 3 0 331810502 166289408 2265 33554432000 4194304 5964478 140733549650880 139650610620400 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=162392 CPUtime=0.68 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 496 0 0 0 68 0 0 0 20 0 3 0 331810502 166289408 2265 33554432000 4194304 5964478 140733549650880 139650600130976 5136490 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162392

[startup+1.50029 s]
/proc/loadavg: 3.92 3.97 3.91 4/179 24565
/proc/meminfo: memFree=28234624/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=162752 CPUtime=2.98 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 3104 0 0 0 297 1 0 0 20 0 3 0 331810502 166658048 3055 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40688 3055 191 433 0 40252 0
[pid=24529/tid=24530] ppid=24527 vsize=162752 CPUtime=1.48 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 1509 0 0 0 147 1 0 0 20 0 3 0 331810502 166658048 3055 33554432000 4194304 5964478 140733549650880 139650610620400 5136490 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=162752 CPUtime=1.47 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 855 0 0 0 147 0 0 0 20 0 3 0 331810502 166658048 3055 33554432000 4194304 5964478 140733549650880 139650600130864 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 162752

[startup+3.10033 s]
/proc/loadavg: 3.92 3.97 3.91 5/183 24572
/proc/meminfo: memFree=28217084/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=163724 CPUtime=6.17 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 4292 0 0 0 614 3 0 0 20 0 3 0 331810502 167653376 4243 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 40931 4243 191 433 0 40495 0
[pid=24529/tid=24530] ppid=24527 vsize=163724 CPUtime=3.07 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 2266 0 0 0 305 2 0 0 20 0 3 0 331810502 167653376 4243 33554432000 4194304 5964478 140733549650880 139650610620400 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=163724 CPUtime=3.06 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 1286 0 0 0 306 0 0 0 20 0 3 0 331810502 167653376 4243 33554432000 4194304 5964478 140733549650880 139650600130864 4379296 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 163724

[startup+6.30037 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24572
/proc/meminfo: memFree=28195880/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=165128 CPUtime=12.55 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 5819 0 0 0 1250 5 0 0 20 0 3 0 331810502 169091072 5794 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 41282 5794 191 433 0 40846 0
[pid=24529/tid=24530] ppid=24527 vsize=165128 CPUtime=6.26 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 3398 0 0 0 623 3 0 0 20 0 3 0 331810502 169091072 5794 33554432000 4194304 5964478 140733549650880 139650610620320 4399923 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=165128 CPUtime=6.24 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 1681 0 0 0 623 1 0 0 20 0 3 0 331810502 169091072 5794 33554432000 4194304 5964478 140733549650880 139650600130864 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 165128

[startup+12.7004 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24573
/proc/meminfo: memFree=28176292/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=168224 CPUtime=25.32 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 8182 0 0 0 2525 7 0 0 20 0 3 0 331810502 172261376 8157 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 42056 8157 191 433 0 41620 0
[pid=24529/tid=24530] ppid=24527 vsize=168224 CPUtime=12.64 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 5326 0 0 0 1260 4 0 0 20 0 3 0 331810502 172261376 8157 33554432000 4194304 5964478 140733549650880 139650610619928 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=168224 CPUtime=12.59 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 2116 0 0 0 1257 2 0 0 20 0 3 0 331810502 172261376 8157 33554432000 4194304 5964478 140733549650880 139650600130976 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 168224

[startup+25.5004 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24573
/proc/meminfo: memFree=28138060/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=173472 CPUtime=50.87 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 11051 0 0 0 5076 11 0 0 20 0 3 0 331810502 177635328 11528 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 43368 11528 191 433 0 42932 0
[pid=24529/tid=24530] ppid=24527 vsize=173472 CPUtime=25.4 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 7637 0 0 0 2533 7 0 0 20 0 3 0 331810502 177635328 11528 33554432000 4194304 5964478 140733549650880 139650610619928 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=173472 CPUtime=25.32 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 2674 0 0 0 2529 3 0 0 20 0 3 0 331810502 177635328 11528 33554432000 4194304 5964478 140733549650880 139650600130864 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 173472

[startup+51.1005 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24573
/proc/meminfo: memFree=28094008/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=179024 CPUtime=101.98 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 15499 0 0 0 10183 15 0 0 20 0 3 0 331810502 183320576 16614 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 44756 16614 191 433 0 44320 0
[pid=24529/tid=24530] ppid=24527 vsize=179024 CPUtime=50.94 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 11241 0 0 0 5085 9 0 0 20 0 3 0 331810502 183320576 16614 33554432000 4194304 5964478 140733549650880 139650610619928 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=179024 CPUtime=50.76 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 3518 0 0 0 5072 4 0 0 20 0 3 0 331810502 183320576 16614 33554432000 4194304 5964478 140733549650880 139650600130976 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 179024

[startup+102.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24573
/proc/meminfo: memFree=28028472/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=190324 CPUtime=204.27 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 21188 0 0 0 20407 20 0 0 20 0 3 0 331810502 194891776 22303 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 47581 22303 191 433 0 47145 0
[pid=24529/tid=24530] ppid=24527 vsize=190324 CPUtime=102.01 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 15904 0 0 0 10187 14 0 0 20 0 3 0 331810502 194891776 22303 33554432000 4194304 5964478 140733549650880 139650610619928 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=190324 CPUtime=101.74 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 4544 0 0 0 10167 7 0 0 20 0 3 0 331810502 194891776 22303 33554432000 4194304 5964478 140733549650880 139650600130920 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 204.27
Current children cumulated vsize (KiB) 190324

[startup+162.3 s]
/proc/loadavg: 4.07 4.00 3.92 5/184 24576
/proc/meminfo: memFree=27971048/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=196724 CPUtime=324.1 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 25898 0 0 0 32385 25 0 0 20 0 3 0 331810502 201445376 26898 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 49181 26898 191 433 0 48745 0
[pid=24529/tid=24530] ppid=24527 vsize=196724 CPUtime=161.82 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 20043 0 0 0 16163 19 0 0 20 0 3 0 331810502 201445376 26898 33554432000 4194304 5964478 140733549650880 139650610620456 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=196724 CPUtime=161.46 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 5115 0 0 0 16137 9 0 0 20 0 3 0 331810502 201445376 26898 33554432000 4194304 5964478 140733549650880 139650600130864 4399964 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 324.1
Current children cumulated vsize (KiB) 196724

[startup+222.307 s]
/proc/loadavg: 4.07 4.01 3.93 5/183 24576
/proc/meminfo: memFree=27925544/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=268588 CPUtime=443.98 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 30599 0 0 0 44369 29 0 0 20 0 3 0 331810502 275034112 31599 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 67147 31599 191 433 0 66711 0
[pid=24529/tid=24530] ppid=24527 vsize=268588 CPUtime=221.67 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 23926 0 0 0 22144 23 0 0 20 0 3 0 331810502 275034112 31599 33554432000 4194304 5964478 140733549650880 139650610619928 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=268588 CPUtime=221.2 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 5933 0 0 0 22108 12 0 0 20 0 3 0 331810502 275034112 31599 33554432000 4194304 5964478 140733549650880 139650600130976 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 443.98
Current children cumulated vsize (KiB) 268588

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

[pid=24529/tid=24531] ppid=24527 vsize=279984 CPUtime=340.76 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 6690 0 0 0 34060 16 0 0 20 0 3 0 331810502 286703616 37624 33554432000 4194304 5964478 140733549650880 139650600130976 4400038 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 683.79
Current children cumulated vsize (KiB) 279984

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24577
/proc/meminfo: memFree=27826204/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=281792 CPUtime=803.72 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 39048 0 0 0 80336 36 0 0 20 0 3 0 331810502 288555008 40118 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 70448 40118 191 433 0 70012 0
[pid=24529/tid=24530] ppid=24527 vsize=281792 CPUtime=401.17 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 30878 0 0 0 40087 30 0 0 20 0 3 0 331810502 288555008 40118 33554432000 4194304 5964478 140733549650880 139650610619928 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=281792 CPUtime=400.56 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 7430 0 0 0 40038 18 0 0 20 0 3 0 331810502 288555008 40118 33554432000 4194304 5964478 140733549650880 139650600130976 4400628 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 803.72
Current children cumulated vsize (KiB) 281792

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24577
/proc/meminfo: memFree=27797168/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=289504 CPUtime=923.63 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 42520 0 0 0 92324 39 0 0 20 0 3 0 331810502 296452096 43585 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 72376 43585 191 433 0 71940 0
[pid=24529/tid=24530] ppid=24527 vsize=289504 CPUtime=461.01 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 34112 0 0 0 46067 34 0 0 20 0 3 0 331810502 296452096 43585 33554432000 4194304 5964478 140733549650880 139650610620456 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=289504 CPUtime=460.33 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 7668 0 0 0 46015 18 0 0 20 0 3 0 331810502 296452096 43585 33554432000 4194304 5964478 140733549650880 139650600130976 4400422 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 923.63
Current children cumulated vsize (KiB) 289504

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24577
/proc/meminfo: memFree=27771808/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=296516 CPUtime=1043.59 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 44184 0 0 0 104318 41 0 0 20 0 3 0 331810502 303632384 45249 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 74129 45249 191 433 0 73693 0
[pid=24529/tid=24530] ppid=24527 vsize=296516 CPUtime=520.86 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 35574 0 0 0 52050 36 0 0 20 0 3 0 331810502 303632384 45249 33554432000 4194304 5964478 140733549650880 139650610620456 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=296516 CPUtime=520.16 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 7870 0 0 0 51997 19 0 0 20 0 3 0 331810502 303632384 45249 33554432000 4194304 5964478 140733549650880 139650600130864 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1043.59
Current children cumulated vsize (KiB) 296516

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24577
/proc/meminfo: memFree=27735336/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=297576 CPUtime=1163.51 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 46526 0 0 0 116308 43 0 0 20 0 3 0 331810502 304717824 48695 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 74394 48695 191 433 0 73958 0
[pid=24529/tid=24530] ppid=24527 vsize=297576 CPUtime=580.7 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 37811 0 0 0 58032 38 0 0 20 0 3 0 331810502 304717824 48695 33554432000 4194304 5964478 140733549650880 139650610620216 4400010 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=297576 CPUtime=579.93 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 7975 0 0 0 57973 20 0 0 20 0 3 0 331810502 304717824 48695 33554432000 4194304 5964478 140733549650880 139650600130976 4400018 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1163.51
Current children cumulated vsize (KiB) 297576

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24578
/proc/meminfo: memFree=27721792/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=300452 CPUtime=1283.45 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 48455 0 0 0 128300 45 0 0 20 0 3 0 331810502 307662848 50615 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 75113 50615 191 433 0 74677 0
[pid=24529/tid=24530] ppid=24527 vsize=300452 CPUtime=640.53 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 39236 0 0 0 64013 40 0 0 20 0 3 0 331810502 307662848 50615 33554432000 4194304 5964478 140733549650880 139650610619928 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=300452 CPUtime=639.75 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 8479 0 0 0 63953 22 0 0 20 0 3 0 331810502 307662848 50615 33554432000 4194304 5964478 140733549650880 139650600130864 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1283.45
Current children cumulated vsize (KiB) 300452

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24578
/proc/meminfo: memFree=27690852/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=307940 CPUtime=1403.38 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 51375 0 0 0 140291 47 0 0 20 0 3 0 331810502 315330560 53535 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 76985 53535 191 433 0 76549 0
[pid=24529/tid=24530] ppid=24527 vsize=307940 CPUtime=700.37 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 41959 0 0 0 69993 44 0 0 20 0 3 0 331810502 315330560 53535 33554432000 4194304 5964478 140733549650880 139650610620408 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=307940 CPUtime=699.55 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 8676 0 0 0 69932 23 0 0 20 0 3 0 331810502 315330560 53535 33554432000 4194304 5964478 140733549650880 139650600130976 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1403.38
Current children cumulated vsize (KiB) 307940

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/184 24581
/proc/meminfo: memFree=27676876/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=310596 CPUtime=1523.31 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 53605 0 0 0 152281 50 0 0 20 0 3 0 331810502 318050304 55765 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 77649 55765 191 433 0 77213 0
[pid=24529/tid=24530] ppid=24527 vsize=310596 CPUtime=760.22 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 43681 0 0 0 75975 47 0 0 20 0 3 0 331810502 318050304 55765 33554432000 4194304 5964478 140733549650880 139650610620456 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=310596 CPUtime=759.35 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 9184 0 0 0 75910 25 0 0 20 0 3 0 331810502 318050304 55765 33554432000 4194304 5964478 140733549650880 139650600130976 4399938 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1523.31
Current children cumulated vsize (KiB) 310596

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24581
/proc/meminfo: memFree=27639692/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=380932 CPUtime=1643.21 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 56123 0 0 0 164269 52 0 0 20 0 3 0 331810502 390074368 57874 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 95233 57874 191 433 0 94797 0
[pid=24529/tid=24530] ppid=24527 vsize=380932 CPUtime=820.05 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 46084 0 0 0 81955 50 0 0 20 0 3 0 331810502 390074368 57874 33554432000 4194304 5964478 140733549650880 139650610620408 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=380932 CPUtime=819.11 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 9299 0 0 0 81885 26 0 0 20 0 3 0 331810502 390074368 57874 33554432000 4194304 5964478 140733549650880 139650600130976 4400006 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1643.21
Current children cumulated vsize (KiB) 380932

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24581
/proc/meminfo: memFree=27620508/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=382112 CPUtime=1763.13 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 58468 0 0 0 176258 55 0 0 20 0 3 0 331810502 391282688 60499 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 95528 60499 191 433 0 95092 0
[pid=24529/tid=24530] ppid=24527 vsize=382112 CPUtime=879.9 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 48242 0 0 0 87937 53 0 0 20 0 3 0 331810502 391282688 60499 33554432000 4194304 5964478 140733549650880 139650610619928 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=382112 CPUtime=878.89 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 9486 0 0 0 87862 27 0 0 20 0 3 0 331810502 391282688 60499 33554432000 4194304 5964478 140733549650880 139650600130864 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1763.13
Current children cumulated vsize (KiB) 382112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.8 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24581
/proc/meminfo: memFree=27608976/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=386212 CPUtime=1800.11 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 58973 0 0 0 179956 55 0 0 20 0 3 0 331810502 395481088 61004 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 96553 61004 191 433 0 96117 0
[pid=24529/tid=24530] ppid=24527 vsize=386212 CPUtime=898.35 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 48644 0 0 0 89782 53 0 0 20 0 3 0 331810502 395481088 61004 33554432000 4194304 5964478 140733549650880 139650610620320 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=386212 CPUtime=897.33 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 9589 0 0 0 89706 27 0 0 20 0 3 0 331810502 395481088 61004 33554432000 4194304 5964478 140733549650880 139650600130976 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 386212

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

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

[startup+900.8 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 24581
/proc/meminfo: memFree=27608976/32873844 swapFree=7124/7124
[pid=24529] ppid=24527 vsize=386212 CPUtime=1800.11 cores=1,3,5,7
/proc/24529/stat : 24529 (pwbo2.02) S 24527 24529 22415 0 -1 4202496 58973 0 0 0 179956 55 0 0 20 0 3 0 331810502 395481088 61004 33554432000 4194304 5964478 140733549650880 140733549650400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24529/statm: 96553 61004 191 433 0 96117 0
[pid=24529/tid=24530] ppid=24527 vsize=386212 CPUtime=898.35 cores=1,3,5,7
/proc/24529/task/24530/stat : 24530 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 48644 0 0 0 89782 53 0 0 20 0 3 0 331810502 395481088 61004 33554432000 4194304 5964478 140733549650880 139650610620320 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24529/tid=24531] ppid=24527 vsize=386212 CPUtime=897.33 cores=1,3,5,7
/proc/24529/task/24531/stat : 24531 (pwbo2.02) R 24527 24529 22415 0 -1 4202560 9589 0 0 0 89706 27 0 0 20 0 3 0 331810502 395481088 61004 33554432000 4194304 5964478 140733549650880 139650600130976 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 386212

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24529 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=907132
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=831873
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.821
CPU time (s): 1800.11
CPU user time (s): 1799.56
CPU system time (s): 0.55
CPU usage (%): 199.83
Max. virtual memory (cumulated for all children) (KiB): 386212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 0.831873
maximum resident set size= 244020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58974
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= 667
involuntary context switches= 2259

runsolver used 2.03169 second user time and 5.67314 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-02 19:07:31
IDJOB=3726040
IDBENCH=2931
IDSOLVER=2309
FILE ID=node134/3726040-1338656851
RUNJOBID= node134-1338651430-23917
PBS_JOBID= 14636446
Free space on /tmp= 70356 MiB

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

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=434507341

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28243052 kB
Buffers:          456824 kB
Cached:          3270632 kB
SwapCached:           76 kB
Active:          1720768 kB
Inactive:        2018644 kB
Active(anon):       3692 kB
Inactive(anon):    10508 kB
Active(file):    1717076 kB
Inactive(file):  2008136 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              5488 kB
Writeback:             0 kB
AnonPages:         18816 kB
Mapped:            11080 kB
Shmem:                96 kB
Slab:             753664 kB
SReclaimable:     195524 kB
SUnreclaim:       558140 kB
KernelStack:        1456 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70348 MiB
End job on node134 at 2012-06-02 19:22:34