Trace number 3726039

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1307.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726039-1338656411.opb.
0.00/0.00	c Instance file HOME/instance-3726039-1338656411.opb
0.00/0.00	c File size is 3384 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3258
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.11/900.51	c ===============================================================================
1800.11/900.51	c Wall Clock Time: 900.51 s
1800.11/900.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726039-1338656411/watcher-3726039-1338656411 -o /tmp/evaluation-result-3726039-1338656411/solver-3726039-1338656411 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726039-1338656411.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.87 3.98 3.91 3/179 16689
/proc/meminfo: memFree=27306296/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 797 0 0 0 0 0 0 0 20 0 3 0 331765994 166141952 748 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40562 748 189 433 0 40126 0
[pid=16689/tid=16690] ppid=16687 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 3 0 331765994 166141952 748 33554432000 4194304 5964478 140734913071872 140596101028824 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 3 0 331765994 166141952 749 33554432000 4194304 5964478 140734913071872 140596090538912 4392962 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.042517 s]
/proc/loadavg: 3.87 3.98 3.91 3/179 16689
/proc/meminfo: memFree=27306296/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=162248 CPUtime=0.07 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 1008 0 0 0 7 0 0 0 20 0 3 0 331765994 166141952 959 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40562 959 191 433 0 40126 0
[pid=16689/tid=16690] ppid=16687 vsize=162248 CPUtime=0.02 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 161 0 0 0 2 0 0 0 20 0 3 0 331765994 166141952 960 33554432000 4194304 5964478 140734913071872 140596101027824 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=162248 CPUtime=0.02 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 107 0 0 0 2 0 0 0 20 0 3 0 331765994 166141952 960 33554432000 4194304 5964478 140734913071872 140596090538104 4389179 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 162248

[startup+0.100271 s]
/proc/loadavg: 3.87 3.98 3.91 3/179 16689
/proc/meminfo: memFree=27306296/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=162248 CPUtime=0.19 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 1253 0 0 0 19 0 0 0 20 0 3 0 331765994 166141952 1204 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40562 1205 191 433 0 40126 0
[pid=16689/tid=16690] ppid=16687 vsize=162248 CPUtime=0.08 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 307 0 0 0 8 0 0 0 20 0 3 0 331765994 166141952 1205 33554432000 4194304 5964478 140734913071872 140596101027824 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=162248 CPUtime=0.08 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 206 0 0 0 8 0 0 0 20 0 3 0 331765994 166141952 1205 33554432000 4194304 5964478 140734913071872 140596090538296 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162248

[startup+0.300234 s]
/proc/loadavg: 3.87 3.98 3.91 3/179 16689
/proc/meminfo: memFree=27306296/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=162248 CPUtime=0.58 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 1863 0 0 0 58 0 0 0 20 0 3 0 331765994 166141952 1814 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40562 1814 191 433 0 40126 0
[pid=16689/tid=16690] ppid=16687 vsize=162248 CPUtime=0.28 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 671 0 0 0 28 0 0 0 20 0 3 0 331765994 166141952 1814 33554432000 4194304 5964478 140734913071872 140596101027824 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=162248 CPUtime=0.28 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 451 0 0 0 28 0 0 0 20 0 3 0 331765994 166141952 1814 33554432000 4194304 5964478 140734913071872 140596090538288 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162248

[startup+0.700233 s]
/proc/loadavg: 3.87 3.98 3.91 3/179 16689
/proc/meminfo: memFree=27306296/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=162536 CPUtime=1.39 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 2410 0 0 0 138 1 0 0 20 0 3 0 331765994 166436864 2361 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40634 2361 191 433 0 40198 0
[pid=16689/tid=16690] ppid=16687 vsize=162536 CPUtime=0.68 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 1054 0 0 0 68 0 0 0 20 0 3 0 331765994 166436864 2361 33554432000 4194304 5964478 140734913071872 140596101027824 4400435 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=162536 CPUtime=0.68 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 615 0 0 0 68 0 0 0 20 0 3 0 331765994 166436864 2361 33554432000 4194304 5964478 140734913071872 140596090538288 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 162536

[startup+1.50024 s]
/proc/loadavg: 3.87 3.98 3.91 5/182 16692
/proc/meminfo: memFree=27296576/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=162608 CPUtime=2.99 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 3274 0 0 0 298 1 0 0 20 0 3 0 331765994 166510592 3225 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40652 3225 191 433 0 40216 0
[pid=16689/tid=16690] ppid=16687 vsize=162608 CPUtime=1.48 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 1652 0 0 0 148 0 0 0 20 0 3 0 331765994 166510592 3225 33554432000 4194304 5964478 140734913071872 140596101027824 4400628 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=162608 CPUtime=1.48 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 881 0 0 0 148 0 0 0 20 0 3 0 331765994 166510592 3225 33554432000 4194304 5964478 140734913071872 140596090538288 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162608

[startup+3.10025 s]
/proc/loadavg: 3.87 3.98 3.91 5/182 16692
/proc/meminfo: memFree=27291616/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=163220 CPUtime=6.19 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 4523 0 0 0 617 2 0 0 20 0 3 0 331765994 167137280 4474 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 40805 4474 191 433 0 40369 0
[pid=16689/tid=16690] ppid=16687 vsize=163220 CPUtime=3.08 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 2531 0 0 0 307 1 0 0 20 0 3 0 331765994 167137280 4474 33554432000 4194304 5964478 140734913071872 140596101027640 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=163220 CPUtime=3.08 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 1251 0 0 0 308 0 0 0 20 0 3 0 331765994 167137280 4474 33554432000 4194304 5964478 140734913071872 140596090538288 5143823 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 163220

[startup+6.30028 s]
/proc/loadavg: 3.88 3.98 3.91 5/182 16692
/proc/meminfo: memFree=27280332/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=164444 CPUtime=12.58 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 6372 0 0 0 1255 3 0 0 20 0 3 0 331765994 168390656 6323 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 41111 6323 191 433 0 40675 0
[pid=16689/tid=16690] ppid=16687 vsize=164444 CPUtime=6.28 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 3893 0 0 0 626 2 0 0 20 0 3 0 331765994 168390656 6323 33554432000 4194304 5964478 140734913071872 140596101027400 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=164444 CPUtime=6.28 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 1738 0 0 0 627 1 0 0 20 0 3 0 331765994 168390656 6323 33554432000 4194304 5964478 140734913071872 140596090538400 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 164444

[startup+12.7003 s]
/proc/loadavg: 3.89 3.98 3.91 5/182 16692
/proc/meminfo: memFree=27267756/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=166204 CPUtime=25.37 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 8343 0 0 0 2533 4 0 0 20 0 3 0 331765994 170192896 8294 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 41551 8294 191 433 0 41115 0
[pid=16689/tid=16690] ppid=16687 vsize=166204 CPUtime=12.68 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 5360 0 0 0 1264 4 0 0 20 0 3 0 331765994 170192896 8294 33554432000 4194304 5964478 140734913071872 140596101027824 4389208 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=166204 CPUtime=12.68 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 2242 0 0 0 1266 2 0 0 20 0 3 0 331765994 170192896 8294 33554432000 4194304 5964478 140734913071872 140596090538288 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 166204

[startup+25.5003 s]
/proc/loadavg: 3.91 3.98 3.91 5/182 16692
/proc/meminfo: memFree=27249140/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=169180 CPUtime=50.95 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 11247 0 0 0 5088 7 0 0 20 0 3 0 331765994 173240320 11198 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 42295 11198 191 433 0 41859 0
[pid=16689/tid=16690] ppid=16687 vsize=169180 CPUtime=25.48 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 7512 0 0 0 2542 6 0 0 20 0 3 0 331765994 173240320 11198 33554432000 4194304 5964478 140734913071872 140596101027880 4399975 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=169180 CPUtime=25.46 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 2994 0 0 0 2543 3 0 0 20 0 3 0 331765994 173240320 11198 33554432000 4194304 5964478 140734913071872 140596090538288 4379392 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 169180

[startup+51.1003 s]
/proc/loadavg: 3.94 3.98 3.91 5/182 16693
/proc/meminfo: memFree=27224044/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=176400 CPUtime=102.13 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 15727 0 0 0 10201 12 0 0 20 0 3 0 331765994 180633600 15550 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 44100 15550 191 433 0 43664 0
[pid=16689/tid=16690] ppid=16687 vsize=176400 CPUtime=51.07 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 11277 0 0 0 5098 9 0 0 20 0 3 0 331765994 180633600 15550 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=176400 CPUtime=51.04 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 3709 0 0 0 5101 3 0 0 20 0 3 0 331765994 180633600 15550 33554432000 4194304 5964478 140734913071872 140596090538288 4399938 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 176400

[startup+102.307 s]
/proc/loadavg: 3.81 3.94 3.90 5/182 16757
/proc/meminfo: memFree=27651988/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=183552 CPUtime=204.5 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 20791 0 0 0 20430 20 0 0 20 0 3 0 331765994 187957248 20614 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 45888 20614 191 433 0 45452 0
[pid=16689/tid=16690] ppid=16687 vsize=183552 CPUtime=102.28 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 15049 0 0 0 10211 17 0 0 20 0 3 0 331765994 187957248 20614 33554432000 4194304 5964478 140734913071872 140596101027352 4399952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=183552 CPUtime=102.23 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 5001 0 0 0 10217 6 0 0 20 0 3 0 331765994 187957248 20614 33554432000 4194304 5964478 140734913071872 140596090537816 4400784 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.5
Current children cumulated vsize (KiB) 183552

[startup+162.3 s]
/proc/loadavg: 3.93 3.95 3.91 5/181 16757
/proc/meminfo: memFree=27558624/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=191308 CPUtime=324.42 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 25964 0 0 0 32415 27 0 0 20 0 3 0 331765994 195899392 26966 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 47827 26966 191 433 0 47391 0
[pid=16689/tid=16690] ppid=16687 vsize=191308 CPUtime=162.26 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 19563 0 0 0 16203 23 0 0 20 0 3 0 331765994 195899392 26966 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=191308 CPUtime=162.18 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 5660 0 0 0 16209 9 0 0 20 0 3 0 331765994 195899392 26966 33554432000 4194304 5964478 140734913071872 140596090537816 4379296 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.42
Current children cumulated vsize (KiB) 191308

[startup+222.3 s]
/proc/loadavg: 4.02 3.97 3.91 5/181 16757
/proc/meminfo: memFree=27502852/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=264012 CPUtime=444.37 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 29750 0 0 0 44406 31 0 0 20 0 3 0 331765994 270348288 30752 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 66003 30752 191 433 0 65567 0
[pid=16689/tid=16690] ppid=16687 vsize=264012 CPUtime=222.26 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 22737 0 0 0 22198 28 0 0 20 0 3 0 331765994 270348288 30752 33554432000 4194304 5964478 140734913071872 140596101027352 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=264012 CPUtime=222.16 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 6272 0 0 0 22206 10 0 0 20 0 3 0 331765994 270348288 30752 33554432000 4194304 5964478 140734913071872 140596090538288 4400087 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 444.37
Current children cumulated vsize (KiB) 264012

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

/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 25189 0 0 0 28194 32 0 0 20 0 3 0 331765994 271769600 33444 33554432000 4194304 5964478 140734913071872 140596101027352 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=265400 CPUtime=282.13 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 6512 0 0 0 28202 11 0 0 20 0 3 0 331765994 271769600 33444 33554432000 4194304 5964478 140734913071872 140596090538288 4400010 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 564.32
Current children cumulated vsize (KiB) 265400

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 16757
/proc/meminfo: memFree=27419580/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=270132 CPUtime=684.28 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 35549 0 0 0 68389 39 0 0 20 0 3 0 331765994 276615168 36649 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 67533 36649 191 433 0 67097 0
[pid=16689/tid=16690] ppid=16687 vsize=270132 CPUtime=342.25 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 27246 0 0 0 34188 37 0 0 20 0 3 0 331765994 276615168 36649 33554432000 4194304 5964478 140734913071872 140596101027352 4399975 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=270132 CPUtime=342.12 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 7562 0 0 0 34198 14 0 0 20 0 3 0 331765994 276615168 36649 33554432000 4194304 5964478 140734913071872 140596090538400 4400038 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 684.28
Current children cumulated vsize (KiB) 270132

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 16758
/proc/meminfo: memFree=27383952/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=273012 CPUtime=804.26 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 37901 0 0 0 80383 43 0 0 20 0 3 0 331765994 279564288 39001 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 68253 39001 191 433 0 67817 0
[pid=16689/tid=16690] ppid=16687 vsize=273012 CPUtime=402.25 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 29527 0 0 0 40183 42 0 0 20 0 3 0 331765994 279564288 39001 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=273012 CPUtime=402.11 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 7633 0 0 0 40196 15 0 0 20 0 3 0 331765994 279564288 39001 33554432000 4194304 5964478 140734913071872 140596090538288 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 804.26
Current children cumulated vsize (KiB) 273012

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 16758
/proc/meminfo: memFree=27352448/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=279652 CPUtime=924.23 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 40390 0 0 0 92376 47 0 0 20 0 3 0 331765994 286363648 41490 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 69913 41490 191 433 0 69477 0
[pid=16689/tid=16690] ppid=16687 vsize=279652 CPUtime=462.25 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 31669 0 0 0 46178 47 0 0 20 0 3 0 331765994 286363648 41490 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=279652 CPUtime=462.1 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 7980 0 0 0 46194 16 0 0 20 0 3 0 331765994 286363648 41490 33554432000 4194304 5964478 140734913071872 140596090538344 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 924.23
Current children cumulated vsize (KiB) 279652

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 16838
/proc/meminfo: memFree=27532984/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=281004 CPUtime=1044.18 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 42942 0 0 0 104367 51 0 0 20 0 3 0 331765994 287748096 44155 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 70251 44155 191 433 0 69815 0
[pid=16689/tid=16690] ppid=16687 vsize=281004 CPUtime=522.25 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 33861 0 0 0 52175 50 0 0 20 0 3 0 331765994 287748096 44155 33554432000 4194304 5964478 140734913071872 140596101027880 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=281004 CPUtime=522.07 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 8340 0 0 0 52191 16 0 0 20 0 3 0 331765994 287748096 44155 33554432000 4194304 5964478 140734913071872 140596090538400 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1044.18
Current children cumulated vsize (KiB) 281004

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 16838
/proc/meminfo: memFree=27502984/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=286212 CPUtime=1164.09 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 46685 0 0 0 116355 54 0 0 20 0 3 0 331765994 293081088 47919 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 71553 47919 191 433 0 71117 0
[pid=16689/tid=16690] ppid=16687 vsize=286212 CPUtime=582.25 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 37067 0 0 0 58172 53 0 0 20 0 3 0 331765994 293081088 47919 33554432000 4194304 5964478 140734913071872 140596101027640 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=286212 CPUtime=582 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 8877 0 0 0 58182 18 0 0 20 0 3 0 331765994 293081088 47919 33554432000 4194304 5964478 140734913071872 140596090538400 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1164.09
Current children cumulated vsize (KiB) 286212

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/182 16841
/proc/meminfo: memFree=27472488/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=297624 CPUtime=1284.02 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 51035 0 0 0 128344 58 0 0 20 0 3 0 331765994 304766976 52517 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 74406 52517 191 433 0 73970 0
[pid=16689/tid=16690] ppid=16687 vsize=297624 CPUtime=642.26 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 40917 0 0 0 64168 58 0 0 20 0 3 0 331765994 304766976 52517 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=297624 CPUtime=641.94 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 9377 0 0 0 64175 19 0 0 20 0 3 0 331765994 304766976 52517 33554432000 4194304 5964478 140734913071872 140596090538400 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1284.02
Current children cumulated vsize (KiB) 297624

[startup+702.3 s]
/proc/loadavg: 4.06 3.99 3.92 5/180 16841
/proc/meminfo: memFree=27458096/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=301932 CPUtime=1403.93 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 53850 0 0 0 140332 61 0 0 20 0 3 0 331765994 309178368 54949 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 75483 54949 191 433 0 75047 0
[pid=16689/tid=16690] ppid=16687 vsize=301932 CPUtime=702.24 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 43658 0 0 0 70162 62 0 0 20 0 3 0 331765994 309178368 54949 33554432000 4194304 5964478 140734913071872 140596101027352 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=301932 CPUtime=701.89 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 9451 0 0 0 70168 21 0 0 20 0 3 0 331765994 309178368 54949 33554432000 4194304 5964478 140734913071872 140596090538400 4399946 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1403.93
Current children cumulated vsize (KiB) 301932

[startup+762.307 s]
/proc/loadavg: 4.02 3.99 3.92 5/181 16842
/proc/meminfo: memFree=27440228/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=369948 CPUtime=1523.87 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 56609 0 0 0 152324 63 0 0 20 0 3 0 331765994 378826752 57753 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 92487 57753 191 433 0 92051 0
[pid=16689/tid=16690] ppid=16687 vsize=369948 CPUtime=762.25 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 46209 0 0 0 76160 65 0 0 20 0 3 0 331765994 378826752 57753 33554432000 4194304 5964478 140734913071872 140596101027744 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=369948 CPUtime=761.83 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 9659 0 0 0 76161 22 0 0 20 0 3 0 331765994 378826752 57753 33554432000 4194304 5964478 140734913071872 140596090538400 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1523.87
Current children cumulated vsize (KiB) 369948

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 16842
/proc/meminfo: memFree=27416888/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=372112 CPUtime=1643.77 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 59212 0 0 0 164311 66 0 0 20 0 3 0 331765994 381042688 60565 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 93028 60565 191 433 0 92592 0
[pid=16689/tid=16690] ppid=16687 vsize=372112 CPUtime=822.24 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 48732 0 0 0 82156 68 0 0 20 0 3 0 331765994 381042688 60565 33554432000 4194304 5964478 140734913071872 140596101027832 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=372112 CPUtime=821.76 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 9739 0 0 0 82153 23 0 0 20 0 3 0 331765994 381042688 60565 33554432000 4194304 5964478 140734913071872 140596090538288 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1643.77
Current children cumulated vsize (KiB) 372112

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 16842
/proc/meminfo: memFree=27405232/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=377740 CPUtime=1763.74 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 61517 0 0 0 176306 68 0 0 20 0 3 0 331765994 386805760 62870 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 94435 62870 191 433 0 93999 0
[pid=16689/tid=16690] ppid=16687 vsize=377740 CPUtime=882.24 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 49850 0 0 0 88153 71 0 0 20 0 3 0 331765994 386805760 62870 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=377740 CPUtime=881.75 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 10926 0 0 0 88150 25 0 0 20 0 3 0 331765994 386805760 62870 33554432000 4194304 5964478 140734913071872 140596090537816 4379008 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1763.74
Current children cumulated vsize (KiB) 377740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 16842
/proc/meminfo: memFree=27398224/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=380420 CPUtime=1800.11 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 62851 0 0 0 179942 69 0 0 20 0 3 0 331765994 389550080 64204 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 95105 64204 191 433 0 94669 0
[pid=16689/tid=16690] ppid=16687 vsize=380420 CPUtime=900.45 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 51153 0 0 0 89973 72 0 0 20 0 3 0 331765994 389550080 64204 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=380420 CPUtime=899.92 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 10957 0 0 0 89967 25 0 0 20 0 3 0 331765994 389550080 64204 33554432000 4194304 5964478 140734913071872 140596090538400 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 380420

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

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

[startup+900.5 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 16842
/proc/meminfo: memFree=27398224/32873844 swapFree=7628/7628
[pid=16689] ppid=16687 vsize=380420 CPUtime=1800.11 cores=0,2,4,6
/proc/16689/stat : 16689 (pwbo2.02) S 16687 16689 14598 0 -1 4202496 62851 0 0 0 179942 69 0 0 20 0 3 0 331765994 389550080 64204 33554432000 4194304 5964478 140734913071872 140734913071392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16689/statm: 95105 64204 191 433 0 94669 0
[pid=16689/tid=16690] ppid=16687 vsize=380420 CPUtime=900.45 cores=0,2,4,6
/proc/16689/task/16690/stat : 16690 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 51153 0 0 0 89973 72 0 0 20 0 3 0 331765994 389550080 64204 33554432000 4194304 5964478 140734913071872 140596101027352 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16689/tid=16691] ppid=16687 vsize=380420 CPUtime=899.92 cores=0,2,4,6
/proc/16689/task/16691/stat : 16691 (pwbo2.02) R 16687 16689 14598 0 -1 4202560 10957 0 0 0 89967 25 0 0 20 0 3 0 331765994 389550080 64204 33554432000 4194304 5964478 140734913071872 140596090538400 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 380420

Child status: 0
Real time (s): 900.518
CPU time (s): 1800.42
CPU user time (s): 1799.43
CPU system time (s): 0.991849
CPU usage (%): 199.931
Max. virtual memory (cumulated for all children) (KiB): 380420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.991849
maximum resident set size= 256820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62852
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= 665
involuntary context switches= 2175

runsolver used 1.77073 second user time and 5.10622 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-02 19:00:11
IDJOB=3726039
IDBENCH=2913
IDSOLVER=2309
FILE ID=node144/3726039-1338656411
RUNJOBID= node144-1338651679-16068
PBS_JOBID= 14636436
Free space on /tmp= 70832 MiB

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

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=512392132

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        27306676 kB
Buffers:          620700 kB
Cached:          3589736 kB
SwapCached:          464 kB
Active:          2852276 kB
Inactive:        1850884 kB
Active(anon):     475580 kB
Inactive(anon):    11196 kB
Active(file):    2376696 kB
Inactive(file):  1839688 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:              5544 kB
Writeback:             4 kB
AnonPages:        491464 kB
Mapped:            15192 kB
Shmem:               172 kB
Slab:             723332 kB
SReclaimable:     165604 kB
SUnreclaim:       557728 kB
KernelStack:        1480 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     166312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 70824 MiB
End job on node144 at 2012-06-02 19:15:13