Trace number 3726044

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.51 900.318

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726044-1338656368.opb.
0.00/0.00	c Instance file HOME/instance-3726044-1338656368.opb
0.00/0.00	c File size is 4881 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4459
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:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
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.19/900.31	c ===============================================================================
1800.19/900.31	c Wall Clock Time: 900.31 s
1800.19/900.31	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726044-1338656368/watcher-3726044-1338656368 -o /tmp/evaluation-result-3726044-1338656368/solver-3726044-1338656368 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726044-1338656368.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.84 3.97 3.91 4/180 4269
/proc/meminfo: memFree=28541452/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 804 0 0 0 0 0 0 0 20 0 3 0 331761551 166256640 755 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40590 755 189 433 0 40154 0
[pid=4269/tid=4270] ppid=4267 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 3 0 331761551 166256640 756 33554432000 4194304 5964478 140735469949760 140735579735336 5136490 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 3 0 331761551 166256640 756 33554432000 4194304 5964478 140735469949760 140735579735336 5136490 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.027787 s]
/proc/loadavg: 3.84 3.97 3.91 4/180 4269
/proc/meminfo: memFree=28541452/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162360 CPUtime=0.04 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 903 0 0 0 4 0 0 0 20 0 3 0 331761551 166256640 854 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40590 854 191 433 0 40154 0
[pid=4269/tid=4270] ppid=4267 vsize=162360 CPUtime=0.01 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 3 0 331761551 166256640 854 33554432000 4194304 5964478 140735469949760 140735579735336 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162360 CPUtime=0.01 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 67 0 0 0 1 0 0 0 20 0 3 0 331761551 166256640 854 33554432000 4194304 5964478 140735469949760 140735579735336 4382271 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 162360

[startup+0.100296 s]
/proc/loadavg: 3.84 3.97 3.91 4/180 4269
/proc/meminfo: memFree=28541452/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162360 CPUtime=0.19 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 1184 0 0 0 19 0 0 0 20 0 3 0 331761551 166256640 1135 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40590 1136 191 433 0 40154 0
[pid=4269/tid=4270] ppid=4267 vsize=162360 CPUtime=0.08 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 254 0 0 0 8 0 0 0 20 0 3 0 331761551 166256640 1136 33554432000 4194304 5964478 140735469949760 140508938975032 4389096 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162360 CPUtime=0.08 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 181 0 0 0 8 0 0 0 20 0 3 0 331761551 166256640 1136 33554432000 4194304 5964478 140735469949760 140508928485736 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162360

[startup+0.300256 s]
/proc/loadavg: 3.84 3.97 3.91 4/180 4269
/proc/meminfo: memFree=28541452/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162360 CPUtime=0.58 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 1797 0 0 0 58 0 0 0 20 0 3 0 331761551 166256640 1748 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40590 1748 191 433 0 40154 0
[pid=4269/tid=4270] ppid=4267 vsize=162360 CPUtime=0.28 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 616 0 0 0 28 0 0 0 20 0 3 0 331761551 166256640 1748 33554432000 4194304 5964478 140735469949760 140508938975032 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162360 CPUtime=0.28 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 431 0 0 0 28 0 0 0 20 0 3 0 331761551 166256640 1748 33554432000 4194304 5964478 140735469949760 140508928485496 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162360

[startup+0.700286 s]
/proc/loadavg: 3.84 3.97 3.91 4/180 4269
/proc/meminfo: memFree=28541452/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162648 CPUtime=1.38 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 2363 0 0 0 137 1 0 0 20 0 3 0 331761551 166551552 2314 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40662 2314 191 433 0 40226 0
[pid=4269/tid=4270] ppid=4267 vsize=162648 CPUtime=0.68 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 969 0 0 0 68 0 0 0 20 0 3 0 331761551 166551552 2314 33554432000 4194304 5964478 140735469949760 140508938975032 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162648 CPUtime=0.68 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 644 0 0 0 68 0 0 0 20 0 3 0 331761551 166551552 2314 33554432000 4194304 5964478 140735469949760 140508928485496 4389132 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162648

[startup+1.50026 s]
/proc/loadavg: 3.84 3.97 3.91 5/183 4272
/proc/meminfo: memFree=28532096/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162648 CPUtime=2.98 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 3096 0 0 0 296 2 0 0 20 0 3 0 331761551 166551552 3047 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40662 3047 191 433 0 40226 0
[pid=4269/tid=4270] ppid=4267 vsize=162648 CPUtime=1.48 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 1492 0 0 0 146 2 0 0 20 0 3 0 331761551 166551552 3047 33554432000 4194304 5964478 140735469949760 140508938975032 4400538 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162648 CPUtime=1.48 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 854 0 0 0 148 0 0 0 20 0 3 0 331761551 166551552 3047 33554432000 4194304 5964478 140735469949760 140508928485208 4409702 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 162648

[startup+3.10031 s]
/proc/loadavg: 3.84 3.97 3.91 5/183 4272
/proc/meminfo: memFree=28528616/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=162792 CPUtime=6.19 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 4548 0 0 0 615 4 0 0 20 0 3 0 331761551 166699008 4499 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40698 4499 191 433 0 40262 0
[pid=4269/tid=4270] ppid=4267 vsize=162792 CPUtime=3.08 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 2467 0 0 0 305 3 0 0 20 0 3 0 331761551 166699008 4499 33554432000 4194304 5964478 140735469949760 140508938975272 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=162792 CPUtime=3.08 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 1331 0 0 0 308 0 0 0 20 0 3 0 331761551 166699008 4499 33554432000 4194304 5964478 140735469949760 140508928485208 4400504 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 162792

[startup+6.30032 s]
/proc/loadavg: 3.85 3.97 3.91 5/183 4272
/proc/meminfo: memFree=28518076/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=163008 CPUtime=12.58 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 6301 0 0 0 1251 7 0 0 20 0 3 0 331761551 166920192 6252 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 40752 6252 191 433 0 40316 0
[pid=4269/tid=4270] ppid=4267 vsize=163008 CPUtime=6.28 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 3703 0 0 0 622 6 0 0 20 0 3 0 331761551 166920192 6252 33554432000 4194304 5964478 140735469949760 140508938975032 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=163008 CPUtime=6.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 1848 0 0 0 627 2 0 0 20 0 3 0 331761551 166920192 6252 33554432000 4194304 5964478 140735469949760 140508928485688 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 163008

[startup+12.7003 s]
/proc/loadavg: 3.86 3.97 3.91 5/183 4272
/proc/meminfo: memFree=28507104/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=164552 CPUtime=25.38 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 8610 0 0 0 2527 11 0 0 20 0 3 0 331761551 168501248 8561 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 41138 8561 191 433 0 40702 0
[pid=4269/tid=4270] ppid=4267 vsize=164552 CPUtime=12.68 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 5341 0 0 0 1258 10 0 0 20 0 3 0 331761551 168501248 8561 33554432000 4194304 5964478 140735469949760 140508938975032 4400010 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=164552 CPUtime=12.68 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 2519 0 0 0 1266 2 0 0 20 0 3 0 331761551 168501248 8561 33554432000 4194304 5964478 140735469949760 140508928485496 4400422 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 164552

[startup+25.5003 s]
/proc/loadavg: 3.89 3.97 3.91 5/182 4272
/proc/meminfo: memFree=28486760/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=167984 CPUtime=50.97 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 13040 0 0 0 5081 16 0 0 20 0 3 0 331761551 172015616 12991 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 41996 12991 191 433 0 41560 0
[pid=4269/tid=4270] ppid=4267 vsize=167984 CPUtime=25.48 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 8878 0 0 0 2534 14 0 0 20 0 3 0 331761551 172015616 12991 33554432000 4194304 5964478 140735469949760 140508938975272 4378831 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=167984 CPUtime=25.48 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 3412 0 0 0 2545 3 0 0 20 0 3 0 331761551 172015616 12991 33554432000 4194304 5964478 140735469949760 140508928485688 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 167984

[startup+51.1003 s]
/proc/loadavg: 3.93 3.97 3.91 5/184 4276
/proc/meminfo: memFree=28463508/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=172736 CPUtime=102.17 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 17870 0 0 0 10197 20 0 0 20 0 3 0 331761551 176881664 17637 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 43184 17637 191 433 0 42748 0
[pid=4269/tid=4270] ppid=4267 vsize=172736 CPUtime=51.08 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 12595 0 0 0 5091 17 0 0 20 0 3 0 331761551 176881664 17637 33554432000 4194304 5964478 140735469949760 140508938974744 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=172736 CPUtime=51.08 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 4525 0 0 0 5104 4 0 0 20 0 3 0 331761551 176881664 17637 33554432000 4194304 5964478 140735469949760 140508928485736 4379409 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 172736

[startup+102.307 s]
/proc/loadavg: 4.04 3.99 3.92 5/184 4299
/proc/meminfo: memFree=28390932/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=243600 CPUtime=204.57 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 25779 0 0 0 20428 29 0 0 20 0 3 0 331761551 249446400 25531 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 60900 25531 191 433 0 60464 0
[pid=4269/tid=4270] ppid=4267 vsize=243600 CPUtime=102.29 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 19154 0 0 0 10203 26 0 0 20 0 3 0 331761551 249446400 25531 33554432000 4194304 5964478 140735469949760 140508938974744 4379296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=243600 CPUtime=102.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 5875 0 0 0 10223 6 0 0 20 0 3 0 331761551 249446400 25531 33554432000 4194304 5964478 140735469949760 140508928485736 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.57
Current children cumulated vsize (KiB) 243600

[startup+162.3 s]
/proc/loadavg: 4.06 4.00 3.93 5/183 4299
/proc/meminfo: memFree=28357344/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=247132 CPUtime=324.53 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 32606 0 0 0 32416 37 0 0 20 0 3 0 331761551 253063168 32358 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 61783 32358 191 433 0 61347 0
[pid=4269/tid=4270] ppid=4267 vsize=247132 CPUtime=162.28 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 25224 0 0 0 16194 34 0 0 20 0 3 0 331761551 253063168 32358 33554432000 4194304 5964478 140735469949760 140508938975272 4400812 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=247132 CPUtime=162.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 6632 0 0 0 16220 9 0 0 20 0 3 0 331761551 253063168 32358 33554432000 4194304 5964478 140735469949760 140508928485736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.53
Current children cumulated vsize (KiB) 247132

[startup+222.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/183 4299
/proc/meminfo: memFree=28300180/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=251096 CPUtime=444.51 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 38185 0 0 0 44407 44 0 0 20 0 3 0 331761551 257122304 37937 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 62774 37937 191 433 0 62338 0
[pid=4269/tid=4270] ppid=4267 vsize=251096 CPUtime=222.28 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 30228 0 0 0 22186 42 0 0 20 0 3 0 331761551 257122304 37937 33554432000 4194304 5964478 140735469949760 140508938975224 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=251096 CPUtime=222.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 7207 0 0 0 22219 10 0 0 20 0 3 0 331761551 257122304 37937 33554432000 4194304 5964478 140735469949760 140508928485736 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.51
Current children cumulated vsize (KiB) 251096

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

/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 35053 0 0 0 28178 49 0 0 20 0 3 0 331761551 263335936 43898 33554432000 4194304 5964478 140735469949760 140508938975272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=257164 CPUtime=282.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 8347 0 0 0 28217 12 0 0 20 0 3 0 331761551 263335936 43898 33554432000 4194304 5964478 140735469949760 140508928485736 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 564.49
Current children cumulated vsize (KiB) 257164

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4300
/proc/meminfo: memFree=28141480/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=325340 CPUtime=684.43 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 49176 0 0 0 68381 62 0 0 20 0 3 0 331761551 333148160 48529 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 81335 48529 191 433 0 80899 0
[pid=4269/tid=4270] ppid=4267 vsize=325340 CPUtime=342.22 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 39268 0 0 0 34163 59 0 0 20 0 3 0 331761551 333148160 48529 33554432000 4194304 5964478 140735469949760 140508938975272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=325340 CPUtime=342.3 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 9158 0 0 0 34216 14 0 0 20 0 3 0 331761551 333148160 48529 33554432000 4194304 5964478 140735469949760 140508928485736 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 684.43
Current children cumulated vsize (KiB) 325340

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4300
/proc/meminfo: memFree=28093504/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=327928 CPUtime=804.38 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 54731 0 0 0 80364 74 0 0 20 0 3 0 331761551 335798272 55405 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 81982 55405 191 433 0 81546 0
[pid=4269/tid=4270] ppid=4267 vsize=327928 CPUtime=402.21 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 44488 0 0 0 40150 71 0 0 20 0 3 0 331761551 335798272 55405 33554432000 4194304 5964478 140735469949760 140508938975272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=327928 CPUtime=402.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 9493 0 0 0 40213 16 0 0 20 0 3 0 331761551 335798272 55405 33554432000 4194304 5964478 140735469949760 140508928485736 4400401 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 804.38
Current children cumulated vsize (KiB) 327928

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4341
/proc/meminfo: memFree=28634896/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=329724 CPUtime=924.34 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 60447 0 0 0 92352 82 0 0 20 0 3 0 331761551 337637376 61118 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 82431 61118 191 433 0 81995 0
[pid=4269/tid=4270] ppid=4267 vsize=329724 CPUtime=462.19 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 49389 0 0 0 46140 79 0 0 20 0 3 0 331761551 337637376 61118 33554432000 4194304 5964478 140735469949760 140508938975272 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=329724 CPUtime=462.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 10308 0 0 0 46211 18 0 0 20 0 3 0 331761551 337637376 61118 33554432000 4194304 5964478 140735469949760 140508928485688 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 924.34
Current children cumulated vsize (KiB) 329724

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4341
/proc/meminfo: memFree=28581700/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=396092 CPUtime=1044.33 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 64599 0 0 0 104346 87 0 0 20 0 3 0 331761551 405598208 65270 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 99023 65270 191 433 0 98587 0
[pid=4269/tid=4270] ppid=4267 vsize=396092 CPUtime=522.19 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 52937 0 0 0 52135 84 0 0 20 0 3 0 331761551 405598208 65270 33554432000 4194304 5964478 140735469949760 140508938974696 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=396092 CPUtime=522.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 10912 0 0 0 52210 19 0 0 20 0 3 0 331761551 405598208 65270 33554432000 4194304 5964478 140735469949760 140508928485736 4378831 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1044.33
Current children cumulated vsize (KiB) 396092

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4341
/proc/meminfo: memFree=28533840/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=398164 CPUtime=1164.31 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 69087 0 0 0 116336 95 0 0 20 0 3 0 331761551 407719936 69455 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 99541 69455 191 433 0 99105 0
[pid=4269/tid=4270] ppid=4267 vsize=398164 CPUtime=582.18 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 57021 0 0 0 58126 92 0 0 20 0 3 0 331761551 407719936 69455 33554432000 4194304 5964478 140735469949760 140508938974744 4410877 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=398164 CPUtime=582.29 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 11316 0 0 0 58209 20 0 0 20 0 3 0 331761551 407719936 69455 33554432000 4194304 5964478 140735469949760 140508928485736 4381993 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1164.31
Current children cumulated vsize (KiB) 398164

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/184 4345
/proc/meminfo: memFree=28488344/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=399352 CPUtime=1284.3 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 72812 0 0 0 128328 102 0 0 20 0 3 0 331761551 408936448 73180 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 99838 73180 191 433 0 99402 0
[pid=4269/tid=4270] ppid=4267 vsize=399352 CPUtime=642.19 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 60633 0 0 0 64118 101 0 0 20 0 3 0 331761551 408936448 73180 33554432000 4194304 5964478 140735469949760 140508938974744 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=399352 CPUtime=642.3 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 11429 0 0 0 64209 21 0 0 20 0 3 0 331761551 408936448 73180 33554432000 4194304 5964478 140735469949760 140508928485736 4379232 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1284.3
Current children cumulated vsize (KiB) 399352

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4345
/proc/meminfo: memFree=28446924/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=401056 CPUtime=1404.27 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 77611 0 0 0 140314 113 0 0 20 0 3 0 331761551 410681344 77977 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 100264 77977 191 433 0 99828 0
[pid=4269/tid=4270] ppid=4267 vsize=401056 CPUtime=702.18 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 64774 0 0 0 70107 111 0 0 20 0 3 0 331761551 410681344 77977 33554432000 4194304 5964478 140735469949760 140508938975272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=401056 CPUtime=702.3 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 12087 0 0 0 70207 23 0 0 20 0 3 0 331761551 410681344 77977 33554432000 4194304 5964478 140735469949760 140508928485208 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1404.27
Current children cumulated vsize (KiB) 401056

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4345
/proc/meminfo: memFree=28407736/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=402496 CPUtime=1524.23 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 81359 0 0 0 152303 120 0 0 20 0 3 0 331761551 412155904 81702 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 100624 81702 191 433 0 100188 0
[pid=4269/tid=4270] ppid=4267 vsize=402496 CPUtime=762.15 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 67535 0 0 0 76097 118 0 0 20 0 3 0 331761551 412155904 81702 33554432000 4194304 5964478 140735469949760 140508938974744 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=402496 CPUtime=762.31 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 13074 0 0 0 76205 26 0 0 20 0 3 0 331761551 412155904 81702 33554432000 4194304 5964478 140735469949760 140508928485496 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524.23
Current children cumulated vsize (KiB) 402496

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4345
/proc/meminfo: memFree=28366692/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=473640 CPUtime=1644.2 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 86578 0 0 0 164293 127 0 0 20 0 3 0 331761551 485007360 86921 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 118410 86921 191 433 0 117974 0
[pid=4269/tid=4270] ppid=4267 vsize=473640 CPUtime=822.15 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 72297 0 0 0 82090 125 0 0 20 0 3 0 331761551 485007360 86921 33554432000 4194304 5964478 140735469949760 140508938975272 4379120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=473640 CPUtime=822.3 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 13531 0 0 0 82202 28 0 0 20 0 3 0 331761551 485007360 86921 33554432000 4194304 5964478 140735469949760 140508928485864 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.2
Current children cumulated vsize (KiB) 473640

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4345
/proc/meminfo: memFree=28347996/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=473640 CPUtime=1764.18 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 88872 0 0 0 176287 131 0 0 20 0 3 0 331761551 485007360 89217 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 118410 89217 191 433 0 117974 0
[pid=4269/tid=4270] ppid=4267 vsize=473640 CPUtime=882.14 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 74113 0 0 0 88085 129 0 0 20 0 3 0 331761551 485007360 89217 33554432000 4194304 5964478 140735469949760 140508938974744 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=473640 CPUtime=882.3 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 14009 0 0 0 88201 29 0 0 20 0 3 0 331761551 485007360 89217 33554432000 4194304 5964478 140735469949760 140508928485736 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.18
Current children cumulated vsize (KiB) 473640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4345
/proc/meminfo: memFree=28333968/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=474240 CPUtime=1800.19 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 90142 0 0 0 179887 132 0 0 20 0 3 0 331761551 485621760 90487 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 118560 90487 191 433 0 118124 0
[pid=4269/tid=4270] ppid=4267 vsize=474240 CPUtime=900.15 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 75383 0 0 0 89885 130 0 0 20 0 3 0 331761551 485621760 90487 33554432000 4194304 5964478 140735469949760 140508938974744 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=474240 CPUtime=900.31 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 14009 0 0 0 90002 29 0 0 20 0 3 0 331761551 485621760 90487 33554432000 4194304 5964478 140735469949760 140508928485736 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 474240

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

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

[startup+900.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 4345
/proc/meminfo: memFree=28333968/32873844 swapFree=7380/7380
[pid=4269] ppid=4267 vsize=474240 CPUtime=1800.19 cores=0,2,4,6
/proc/4269/stat : 4269 (pwbo2.02) S 4267 4269 2131 0 -1 4202496 90142 0 0 0 179887 132 0 0 20 0 3 0 331761551 485621760 90487 33554432000 4194304 5964478 140735469949760 140735469949280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4269/statm: 118560 90487 191 433 0 118124 0
[pid=4269/tid=4270] ppid=4267 vsize=474240 CPUtime=900.15 cores=0,2,4,6
/proc/4269/task/4270/stat : 4270 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 75383 0 0 0 89885 130 0 0 20 0 3 0 331761551 485621760 90487 33554432000 4194304 5964478 140735469949760 140508938974744 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4269/tid=4271] ppid=4267 vsize=474240 CPUtime=900.31 cores=0,2,4,6
/proc/4269/task/4271/stat : 4271 (pwbo2.02) R 4267 4269 2131 0 -1 4202560 14009 0 0 0 90002 29 0 0 20 0 3 0 331761551 485621760 90487 33554432000 4194304 5964478 140735469949760 140508928485736 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 474240

Child status: 0
Real time (s): 900.318
CPU time (s): 1800.51
CPU user time (s): 1798.89
CPU system time (s): 1.62175
CPU usage (%): 199.986
Max. virtual memory (cumulated for all children) (KiB): 474240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.62175
maximum resident set size= 361952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90143
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= 170
involuntary context switches= 1984

runsolver used 1.86372 second user time and 5.2522 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-02 18:59:28
IDJOB=3726044
IDBENCH=2911
IDSOLVER=2309
FILE ID=node133/3726044-1338656368
RUNJOBID= node133-1338651663-3449
PBS_JOBID= 14636447
Free space on /tmp= 70480 MiB

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

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=681314942

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28541816 kB
Buffers:          361204 kB
Cached:          2665884 kB
SwapCached:          676 kB
Active:          1748996 kB
Inactive:        1711852 kB
Active(anon):     425184 kB
Inactive(anon):    10240 kB
Active(file):    1323812 kB
Inactive(file):  1701612 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              5496 kB
Writeback:             0 kB
AnonPages:        439856 kB
Mapped:            11152 kB
Shmem:                 0 kB
Slab:             732008 kB
SReclaimable:     174140 kB
SUnreclaim:       557868 kB
KernelStack:        1488 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     166100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 70472 MiB
End job on node133 at 2012-06-02 19:14:30