Trace number 3703747

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.0? (TO) 1800.01 900.221

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703747-1338094352.opb.
0.00/0.00	c Instance file HOME/instance-3703747-1338094352.opb
0.00/0.00	c File size is 6868 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4594
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:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
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.01/900.21	c ===============================================================================
1800.01/900.21	c Wall Clock Time: 900.21 s
1800.01/900.21	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-3703747-1338094352/watcher-3703747-1338094352 -o /tmp/evaluation-result-3703747-1338094352/solver-3703747-1338094352 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703747-1338094352.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.92 3.98 3.98 4/178 25863
/proc/meminfo: memFree=30388652/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162312 CPUtime=0 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 815 0 0 0 0 0 0 0 20 0 3 0 275560634 166207488 766 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40578 766 192 433 0 40142 0
[pid=25863/tid=25864] ppid=25861 vsize=162312 CPUtime=0 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 3 0 275560634 166207488 766 33554432000 4194304 5965102 140735411280240 140736625066840 4404761 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162312 CPUtime=0 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 3 0 275560634 166207488 766 33554432000 4194304 5965102 140735411280240 140736625066840 4383000 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.010851 s]
/proc/loadavg: 3.92 3.98 3.98 4/178 25863
/proc/meminfo: memFree=30388652/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162312 CPUtime=0.01 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 835 0 0 0 1 0 0 0 20 0 3 0 275560634 166207488 786 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40578 786 193 433 0 40142 0
[pid=25863/tid=25864] ppid=25861 vsize=162312 CPUtime=0 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 3 0 275560634 166207488 786 33554432000 4194304 5965102 140735411280240 140736625066840 5137146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162312 CPUtime=0 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 3 0 275560634 166207488 786 33554432000 4194304 5965102 140735411280240 140736625066840 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 162312

[startup+0.100324 s]
/proc/loadavg: 3.92 3.98 3.98 4/178 25863
/proc/meminfo: memFree=30388652/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162312 CPUtime=0.19 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 1173 0 0 0 19 0 0 0 20 0 3 0 275560634 166207488 1124 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40578 1124 195 433 0 40142 0
[pid=25863/tid=25864] ppid=25861 vsize=162312 CPUtime=0.08 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 238 0 0 0 8 0 0 0 20 0 3 0 275560634 166207488 1124 33554432000 4194304 5965102 140735411280240 140736625066840 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162312 CPUtime=0.08 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 179 0 0 0 8 0 0 0 20 0 3 0 275560634 166207488 1124 33554432000 4194304 5965102 140735411280240 139676858845016 4390624 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162312

[startup+0.300165 s]
/proc/loadavg: 3.92 3.98 3.98 4/178 25863
/proc/meminfo: memFree=30388652/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162312 CPUtime=0.58 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 1788 0 0 0 58 0 0 0 20 0 3 0 275560634 166207488 1739 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40578 1739 195 433 0 40142 0
[pid=25863/tid=25864] ppid=25861 vsize=162312 CPUtime=0.28 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 601 0 0 0 28 0 0 0 20 0 3 0 275560634 166207488 1739 33554432000 4194304 5965102 140735411280240 139676869335032 4390187 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162312 CPUtime=0.28 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 431 0 0 0 28 0 0 0 20 0 3 0 275560634 166207488 1740 33554432000 4194304 5965102 140735411280240 139676858845304 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162312

[startup+0.7002 s]
/proc/loadavg: 3.92 3.98 3.98 4/178 25863
/proc/meminfo: memFree=30388652/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162600 CPUtime=1.39 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 2512 0 0 0 138 1 0 0 20 0 3 0 275560634 166502400 2463 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40650 2463 195 433 0 40214 0
[pid=25863/tid=25864] ppid=25861 vsize=162600 CPUtime=0.68 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 1033 0 0 0 68 0 0 0 20 0 3 0 275560634 166502400 2463 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162600 CPUtime=0.68 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 723 0 0 0 68 0 0 0 20 0 3 0 275560634 166502400 2463 33554432000 4194304 5965102 140735411280240 139676858845496 4400966 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 162600

[startup+1.50019 s]
/proc/loadavg: 3.92 3.98 3.98 5/181 25866
/proc/meminfo: memFree=30374988/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162600 CPUtime=2.99 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 3199 0 0 0 298 1 0 0 20 0 3 0 275560634 166502400 3150 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40650 3150 195 433 0 40214 0
[pid=25863/tid=25864] ppid=25861 vsize=162600 CPUtime=1.48 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 1539 0 0 0 148 0 0 0 20 0 3 0 275560634 166502400 3150 33554432000 4194304 5965102 140735411280240 139676869335032 4383297 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162600 CPUtime=1.48 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 904 0 0 0 148 0 0 0 20 0 3 0 275560634 166502400 3150 33554432000 4194304 5965102 140735411280240 139676858845496 4401056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162600

[startup+3.10023 s]
/proc/loadavg: 3.92 3.98 3.98 5/181 25866
/proc/meminfo: memFree=30370292/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=162744 CPUtime=6.19 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 4802 0 0 0 617 2 0 0 20 0 3 0 275560634 166649856 4753 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40686 4753 195 433 0 40250 0
[pid=25863/tid=25864] ppid=25861 vsize=162744 CPUtime=3.07 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 2603 0 0 0 307 0 0 0 20 0 3 0 275560634 166649856 4753 33554432000 4194304 5965102 140735411280240 139676869335080 4380356 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=162744 CPUtime=3.07 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 1443 0 0 0 306 1 0 0 20 0 3 0 275560634 166649856 4753 33554432000 4194304 5965102 140735411280240 139676858845304 4222304 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 162744

[startup+6.30022 s]
/proc/loadavg: 3.93 3.98 3.98 5/181 25866
/proc/meminfo: memFree=30346556/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=163248 CPUtime=12.59 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 6627 0 0 0 1256 3 0 0 20 0 3 0 275560634 167165952 6578 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 40812 6578 195 433 0 40376 0
[pid=25863/tid=25864] ppid=25861 vsize=163248 CPUtime=6.27 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 3826 0 0 0 626 1 0 0 20 0 3 0 275560634 167165952 6578 33554432000 4194304 5965102 140735411280240 139676869334840 5144271 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=163248 CPUtime=6.27 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 2045 0 0 0 626 1 0 0 20 0 3 0 275560634 167165952 6578 33554432000 4194304 5965102 140735411280240 139676858845496 4401009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 163248

[startup+12.7002 s]
/proc/loadavg: 3.93 3.98 3.98 5/181 25866
/proc/meminfo: memFree=30320332/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=164576 CPUtime=25.38 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 9309 0 0 0 2533 5 0 0 20 0 3 0 275560634 168525824 9260 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 41144 9260 195 433 0 40708 0
[pid=25863/tid=25864] ppid=25861 vsize=164576 CPUtime=12.65 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 5702 0 0 0 1262 3 0 0 20 0 3 0 275560634 168525824 9260 33554432000 4194304 5965102 140735411280240 139676869334840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=164576 CPUtime=12.65 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 2851 0 0 0 1264 1 0 0 20 0 3 0 275560634 168525824 9260 33554432000 4194304 5965102 140735411280240 139676858845016 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 164576

[startup+25.5004 s]
/proc/loadavg: 3.95 3.98 3.98 5/181 25866
/proc/meminfo: memFree=30284060/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=167432 CPUtime=50.98 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 14002 0 0 0 5090 8 0 0 20 0 3 0 275560634 171450368 13953 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 41858 13953 195 433 0 41422 0
[pid=25863/tid=25864] ppid=25861 vsize=167432 CPUtime=25.42 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 9319 0 0 0 2537 5 0 0 20 0 3 0 275560634 171450368 13953 33554432000 4194304 5965102 140735411280240 139676869334552 4380272 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=167432 CPUtime=25.42 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 3927 0 0 0 2540 2 0 0 20 0 3 0 275560634 171450368 13953 33554432000 4194304 5965102 140735411280240 139676858845496 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 167432

[startup+51.1003 s]
/proc/loadavg: 3.96 3.98 3.98 5/181 25866
/proc/meminfo: memFree=30240940/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=169484 CPUtime=102.17 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 19390 0 0 0 10203 14 0 0 20 0 3 0 275560634 173551616 19331 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 42371 19331 195 433 0 41935 0
[pid=25863/tid=25864] ppid=25861 vsize=169484 CPUtime=50.95 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 13910 0 0 0 5085 10 0 0 20 0 3 0 275560634 173551616 19331 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=169484 CPUtime=50.95 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 4724 0 0 0 5092 3 0 0 20 0 3 0 275560634 173551616 19331 33554432000 4194304 5965102 140735411280240 139676858845016 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 169484

[startup+102.3 s]
/proc/loadavg: 4.02 4.00 3.98 5/181 25866
/proc/meminfo: memFree=30168424/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=239048 CPUtime=204.55 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 27006 0 0 0 20431 24 0 0 20 0 3 0 275560634 244785152 27301 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 59762 27301 195 433 0 59326 0
[pid=25863/tid=25864] ppid=25861 vsize=239048 CPUtime=102.01 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 19818 0 0 0 10182 19 0 0 20 0 3 0 275560634 244785152 27301 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=239048 CPUtime=102.02 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 6432 0 0 0 10196 6 0 0 20 0 3 0 275560634 244785152 27301 33554432000 4194304 5965102 140735411280240 139676858845368 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 239048

[startup+162.3 s]
/proc/loadavg: 4.06 4.01 3.99 5/181 25866
/proc/meminfo: memFree=30098236/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=241984 CPUtime=324.49 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 34673 0 0 0 32417 32 0 0 20 0 3 0 275560634 247791616 36158 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 60496 36158 195 433 0 60060 0
[pid=25863/tid=25864] ppid=25861 vsize=241984 CPUtime=161.83 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 26352 0 0 0 16156 27 0 0 20 0 3 0 275560634 247791616 36158 33554432000 4194304 5965102 140735411280240 139676869335032 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=241984 CPUtime=161.84 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 7565 0 0 0 16176 8 0 0 20 0 3 0 275560634 247791616 36158 33554432000 4194304 5965102 140735411280240 139676858845016 4380443 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.49
Current children cumulated vsize (KiB) 241984

[startup+222.307 s]
/proc/loadavg: 4.02 4.01 3.99 5/181 25866
/proc/meminfo: memFree=30047648/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=244296 CPUtime=444.48 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 41211 0 0 0 44407 41 0 0 20 0 3 0 275560634 250159104 42696 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 61074 42696 195 433 0 60638 0
[pid=25863/tid=25864] ppid=25861 vsize=244296 CPUtime=221.68 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 31989 0 0 0 22131 37 0 0 20 0 3 0 275560634 250159104 42696 33554432000 4194304 5965102 140735411280240 139676869335032 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=244296 CPUtime=221.69 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 8466 0 0 0 22159 10 0 0 20 0 3 0 275560634 250159104 42696 33554432000 4194304 5965102 140735411280240 139676858845016 4401041 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.48
Current children cumulated vsize (KiB) 244296

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

[pid=25863/tid=25865] ppid=25861 vsize=316152 CPUtime=341.37 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 10567 0 0 0 34123 14 0 0 20 0 3 0 275560634 323739648 52325 33554432000 4194304 5965102 140735411280240 139676858845544 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.43
Current children cumulated vsize (KiB) 316152

[startup+402.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/181 25907
/proc/meminfo: memFree=30105512/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=318800 CPUtime=804.39 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 60473 0 0 0 80371 68 0 0 20 0 3 0 275560634 326451200 60837 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 79700 60837 195 433 0 79264 0
[pid=25863/tid=25864] ppid=25861 vsize=318800 CPUtime=401.19 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 47773 0 0 0 40057 62 0 0 20 0 3 0 275560634 326451200 60837 33554432000 4194304 5965102 140735411280240 139676869335032 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=318800 CPUtime=401.21 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 11944 0 0 0 40104 17 0 0 20 0 3 0 275560634 326451200 60837 33554432000 4194304 5965102 140735411280240 139676858845016 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.39
Current children cumulated vsize (KiB) 318800

[startup+462.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/182 25910
/proc/meminfo: memFree=30038972/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=387228 CPUtime=924.36 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 66848 0 0 0 92360 76 0 0 20 0 3 0 275560634 396521472 67217 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 96807 67217 195 433 0 96371 0
[pid=25863/tid=25864] ppid=25861 vsize=387228 CPUtime=461.03 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 53243 0 0 0 46034 69 0 0 20 0 3 0 275560634 396521472 67217 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=387228 CPUtime=461.05 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 12849 0 0 0 46086 19 0 0 20 0 3 0 275560634 396521472 67217 33554432000 4194304 5965102 140735411280240 139676858845544 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.36
Current children cumulated vsize (KiB) 387228

[startup+522.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/182 25933
/proc/meminfo: memFree=29995088/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=388004 CPUtime=1044.34 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 71253 0 0 0 104351 83 0 0 20 0 3 0 275560634 397316096 71329 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 97001 71329 195 433 0 96565 0
[pid=25863/tid=25864] ppid=25861 vsize=388004 CPUtime=520.88 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 56854 0 0 0 52012 76 0 0 20 0 3 0 275560634 397316096 71329 33554432000 4194304 5965102 140735411280240 139676869335032 4404410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=388004 CPUtime=520.89 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 13643 0 0 0 52069 20 0 0 20 0 3 0 275560634 397316096 71329 33554432000 4194304 5965102 140735411280240 139676858845528 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.34
Current children cumulated vsize (KiB) 388004

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/181 25933
/proc/meminfo: memFree=29944140/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=388836 CPUtime=1164.31 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 73908 0 0 0 116344 87 0 0 20 0 3 0 275560634 398168064 73972 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 97209 73972 195 433 0 96773 0
[pid=25863/tid=25864] ppid=25861 vsize=388836 CPUtime=580.7 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 59390 0 0 0 57989 81 0 0 20 0 3 0 275560634 398168064 73972 33554432000 4194304 5965102 140735411280240 139676869335032 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=388836 CPUtime=580.74 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 13762 0 0 0 58053 21 0 0 20 0 3 0 275560634 398168064 73972 33554432000 4194304 5965102 140735411280240 139676858845544 4379871 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.31
Current children cumulated vsize (KiB) 388836

[startup+642.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/181 25934
/proc/meminfo: memFree=29902888/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=392908 CPUtime=1284.28 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 80471 0 0 0 128332 96 0 0 20 0 3 0 275560634 402337792 80526 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 98227 80526 195 433 0 97791 0
[pid=25863/tid=25864] ppid=25861 vsize=392908 CPUtime=640.54 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 64981 0 0 0 63964 90 0 0 20 0 3 0 275560634 402337792 80526 33554432000 4194304 5965102 140735411280240 139676869334552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=392908 CPUtime=640.58 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 14734 0 0 0 64035 23 0 0 20 0 3 0 275560634 402337792 80526 33554432000 4194304 5965102 140735411280240 139676858845016 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.28
Current children cumulated vsize (KiB) 392908

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 25934
/proc/meminfo: memFree=29861284/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=395636 CPUtime=1404.26 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 85751 0 0 0 140323 103 0 0 20 0 3 0 275560634 405131264 85807 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 98909 85807 195 433 0 98473 0
[pid=25863/tid=25864] ppid=25861 vsize=395636 CPUtime=700.39 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 69171 0 0 0 69941 98 0 0 20 0 3 0 275560634 405131264 85807 33554432000 4194304 5965102 140735411280240 139676869334552 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=395636 CPUtime=700.42 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 15824 0 0 0 70017 25 0 0 20 0 3 0 275560634 405131264 85807 33554432000 4194304 5965102 140735411280240 139676858845544 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.26
Current children cumulated vsize (KiB) 395636

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 25934
/proc/meminfo: memFree=29821988/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=466972 CPUtime=1524.26 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 91472 0 0 0 152315 111 0 0 20 0 3 0 275560634 478179328 91528 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 116743 91528 195 433 0 116307 0
[pid=25863/tid=25864] ppid=25861 vsize=466972 CPUtime=760.24 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 73591 0 0 0 75919 105 0 0 20 0 3 0 275560634 478179328 91528 33554432000 4194304 5965102 140735411280240 139676869334552 4411917 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=466972 CPUtime=760.27 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 17125 0 0 0 76000 27 0 0 20 0 3 0 275560634 478179328 91528 33554432000 4194304 5965102 140735411280240 139676858845496 4380356 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.26
Current children cumulated vsize (KiB) 466972

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 25934
/proc/meminfo: memFree=29795224/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=468672 CPUtime=1644.22 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 94853 0 0 0 164307 115 0 0 20 0 3 0 275560634 479920128 94909 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 117168 94909 195 433 0 116732 0
[pid=25863/tid=25864] ppid=25861 vsize=468672 CPUtime=820.08 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 76778 0 0 0 81898 110 0 0 20 0 3 0 275560634 479920128 94909 33554432000 4194304 5965102 140735411280240 139676869335032 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=468672 CPUtime=820.1 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 17319 0 0 0 81982 28 0 0 20 0 3 0 275560634 479920128 94909 33554432000 4194304 5965102 140735411280240 139676858845544 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.22
Current children cumulated vsize (KiB) 468672

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 25934
/proc/meminfo: memFree=29757344/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=471704 CPUtime=1764.21 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 98271 0 0 0 176302 119 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 117926 98309 195 433 0 117490 0
[pid=25863/tid=25864] ppid=25861 vsize=471704 CPUtime=879.93 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 80181 0 0 0 87878 115 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=471704 CPUtime=879.95 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 17334 0 0 0 87966 29 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 139676858845528 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.21
Current children cumulated vsize (KiB) 471704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.2 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 25935
/proc/meminfo: memFree=29756224/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=471704 CPUtime=1800.01 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 98273 0 0 0 179881 120 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 117926 98309 195 433 0 117490 0
[pid=25863/tid=25864] ppid=25861 vsize=471704 CPUtime=897.78 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 80183 0 0 0 89663 115 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=471704 CPUtime=897.81 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 17334 0 0 0 89752 29 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 139676858845528 4401441 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 471704

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

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

[startup+900.2 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 25935
/proc/meminfo: memFree=29756224/32873648 swapFree=7108/7108
[pid=25863] ppid=25861 vsize=471704 CPUtime=1800.01 cores=0,2,4,6
/proc/25863/stat : 25863 (pwbo2.0) S 25861 25863 25163 0 -1 4202496 98273 0 0 0 179881 120 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 140735411279760 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25863/statm: 117926 98309 195 433 0 117490 0
[pid=25863/tid=25864] ppid=25861 vsize=471704 CPUtime=897.78 cores=0,2,4,6
/proc/25863/task/25864/stat : 25864 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 80183 0 0 0 89663 115 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 139676869334552 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25863/tid=25865] ppid=25861 vsize=471704 CPUtime=897.81 cores=0,2,4,6
/proc/25863/task/25865/stat : 25865 (pwbo2.0) R 25861 25863 25163 0 -1 4202560 17334 0 0 0 89752 29 0 0 20 0 3 0 275560634 483024896 98309 33554432000 4194304 5965102 140735411280240 139676858845528 4401441 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 471704

Child status: 0

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

Real time (s): 900.221
CPU time (s): 1800.01
CPU user time (s): 1798.81
CPU system time (s): 1.2
CPU usage (%): 199.952
Max. virtual memory (cumulated for all children) (KiB): 471704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.47178
maximum resident set size= 393240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98274
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= 201
involuntary context switches= 1877

runsolver used 1.89071 second user time and 5.01624 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 06:52:32
IDJOB=3703747
IDBENCH=2917
IDSOLVER=2279
FILE ID=node123/3703747-1338094352
RUNJOBID= node123-1338088025-25179
PBS_JOBID= 14624452
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=134114296

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:       32873648 kB
MemFree:        30388916 kB
Buffers:          274788 kB
Cached:          1358436 kB
SwapCached:         1808 kB
Active:           721088 kB
Inactive:         966972 kB
Active(anon):      45672 kB
Inactive(anon):    10968 kB
Active(file):     675416 kB
Inactive(file):   956004 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104820 kB
Dirty:             11212 kB
Writeback:             0 kB
AnonPages:         60020 kB
Mapped:            15168 kB
Shmem:               100 kB
Slab:             658280 kB
SReclaimable:     102436 kB
SUnreclaim:       555844 kB
KernelStack:        1464 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     174888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node123 at 2012-05-27 07:07:34