Trace number 3726043

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.43 900.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
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 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
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-3726043-1338656653.opb.
0.00/0.00	c Instance file HOME/instance-3726043-1338656653.opb
0.00/0.00	c File size is 4933 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3811
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.04/900.21	c ===============================================================================
1800.04/900.21	c Wall Clock Time: 900.21 s
1800.04/900.21	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726043-1338656653/watcher-3726043-1338656653 -o /tmp/evaluation-result-3726043-1338656653/solver-3726043-1338656653 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726043-1338656653.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: 4.00 3.97 3.91 4/178 23145
/proc/meminfo: memFree=27823508/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 804 0 0 0 0 0 0 0 20 0 3 0 331792108 166256640 755 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40590 755 189 433 0 40154 0
[pid=23145/tid=23146] ppid=23143 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 3 0 331792108 166256640 756 33554432000 4194304 5964478 140736425511280 139885032111064 5136490 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 3 0 331792108 166256640 757 33554432000 4194304 5964478 140736425511280 140734484599000 5136490 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.01437 s]
/proc/loadavg: 4.00 3.97 3.91 4/178 23145
/proc/meminfo: memFree=27823508/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162360 CPUtime=0.02 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 847 0 0 0 2 0 0 0 20 0 3 0 331792108 166256640 798 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40590 798 191 433 0 40154 0
[pid=23145/tid=23146] ppid=23143 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 3 0 331792108 166256640 798 33554432000 4194304 5964478 140736425511280 139885032111064 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 3 0 331792108 166256640 798 33554432000 4194304 5964478 140736425511280 140734484599000 4389160 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 162360

[startup+0.100269 s]
/proc/loadavg: 4.00 3.97 3.91 4/178 23145
/proc/meminfo: memFree=27823508/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162360 CPUtime=0.19 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 1201 0 0 0 19 0 0 0 20 0 3 0 331792108 166256640 1152 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40590 1152 191 433 0 40154 0
[pid=23145/tid=23146] ppid=23143 vsize=162360 CPUtime=0.08 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 265 0 0 0 8 0 0 0 20 0 3 0 331792108 166256640 1152 33554432000 4194304 5964478 140736425511280 139885032110120 4403411 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162360 CPUtime=0.08 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 187 0 0 0 8 0 0 0 20 0 3 0 331792108 166256640 1152 33554432000 4194304 5964478 140736425511280 139885021620536 18446744073699066235 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.300259 s]
/proc/loadavg: 4.00 3.97 3.91 4/178 23145
/proc/meminfo: memFree=27823508/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162360 CPUtime=0.59 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 1785 0 0 0 59 0 0 0 20 0 3 0 331792108 166256640 1736 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40590 1736 191 433 0 40154 0
[pid=23145/tid=23146] ppid=23143 vsize=162360 CPUtime=0.28 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 613 0 0 0 28 0 0 0 20 0 3 0 331792108 166256640 1736 33554432000 4194304 5964478 140736425511280 139885032110120 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162360 CPUtime=0.28 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 423 0 0 0 28 0 0 0 20 0 3 0 331792108 166256640 1736 33554432000 4194304 5964478 140736425511280 139885021620584 4400109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 162360

[startup+0.70026 s]
/proc/loadavg: 4.00 3.97 3.91 4/178 23145
/proc/meminfo: memFree=27823508/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162648 CPUtime=1.39 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 2383 0 0 0 138 1 0 0 20 0 3 0 331792108 166551552 2334 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40662 2334 191 433 0 40226 0
[pid=23145/tid=23146] ppid=23143 vsize=162648 CPUtime=0.68 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 974 0 0 0 68 0 0 0 20 0 3 0 331792108 166551552 2334 33554432000 4194304 5964478 140736425511280 139885032109880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162648 CPUtime=0.68 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 660 0 0 0 68 0 0 0 20 0 3 0 331792108 166551552 2334 33554432000 4194304 5964478 140736425511280 139885021620056 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 162648

[startup+1.50025 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27813820/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162648 CPUtime=2.99 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 3077 0 0 0 298 1 0 0 20 0 3 0 331792108 166551552 3028 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40662 3028 191 433 0 40226 0
[pid=23145/tid=23146] ppid=23143 vsize=162648 CPUtime=1.48 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 1490 0 0 0 148 0 0 0 20 0 3 0 331792108 166551552 3028 33554432000 4194304 5964478 140736425511280 139885032110072 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162648 CPUtime=1.48 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 838 0 0 0 148 0 0 0 20 0 3 0 331792108 166551552 3028 33554432000 4194304 5964478 140736425511280 139885021620056 4399986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162648

[startup+3.10033 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27809604/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=162792 CPUtime=6.19 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 4530 0 0 0 616 3 0 0 20 0 3 0 331792108 166699008 4481 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40698 4481 191 433 0 40262 0
[pid=23145/tid=23146] ppid=23143 vsize=162792 CPUtime=3.08 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 2459 0 0 0 308 0 0 0 20 0 3 0 331792108 166699008 4481 33554432000 4194304 5964478 140736425511280 139885032109880 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=162792 CPUtime=3.08 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 1322 0 0 0 306 2 0 0 20 0 3 0 331792108 166699008 4481 33554432000 4194304 5964478 140736425511280 139885021620344 4379311 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.30035 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27798060/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=163584 CPUtime=12.59 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 6351 0 0 0 1255 4 0 0 20 0 3 0 331792108 167510016 6337 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 40896 6337 191 433 0 40460 0
[pid=23145/tid=23146] ppid=23143 vsize=163584 CPUtime=6.28 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 3694 0 0 0 627 1 0 0 20 0 3 0 331792108 167510016 6337 33554432000 4194304 5964478 140736425511280 139885032109880 4403370 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=163584 CPUtime=6.28 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 1908 0 0 0 625 3 0 0 20 0 3 0 331792108 167510016 6337 33554432000 4194304 5964478 140736425511280 139885021620344 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 163584

[startup+12.7004 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27784832/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=166496 CPUtime=25.38 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 9239 0 0 0 2531 7 0 0 20 0 3 0 331792108 170491904 9225 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 41624 9225 191 433 0 41188 0
[pid=23145/tid=23146] ppid=23143 vsize=166496 CPUtime=12.68 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 5833 0 0 0 1265 3 0 0 20 0 3 0 331792108 170491904 9225 33554432000 4194304 5964478 140736425511280 139885032110072 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=166496 CPUtime=12.68 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 2657 0 0 0 1263 5 0 0 20 0 3 0 331792108 170491904 9225 33554432000 4194304 5964478 140736425511280 139885021620344 4400087 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) 166496

[startup+25.5003 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27760520/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=170000 CPUtime=50.98 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 13185 0 0 0 5085 13 0 0 20 0 3 0 331792108 174080000 14371 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 42500 14371 191 433 0 42064 0
[pid=23145/tid=23146] ppid=23143 vsize=170000 CPUtime=25.48 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 8902 0 0 0 2542 6 0 0 20 0 3 0 331792108 174080000 14371 33554432000 4194304 5964478 140736425511280 139885032109592 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=170000 CPUtime=25.48 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 3534 0 0 0 2541 7 0 0 20 0 3 0 331792108 174080000 14371 33554432000 4194304 5964478 140736425511280 139885021620056 4373307 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 170000

[startup+51.1003 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27732804/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=172520 CPUtime=102.17 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 18294 0 0 0 10198 19 0 0 20 0 3 0 331792108 176660480 19185 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 43130 19185 191 433 0 42694 0
[pid=23145/tid=23146] ppid=23143 vsize=172520 CPUtime=51.08 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 13263 0 0 0 5097 11 0 0 20 0 3 0 331792108 176660480 19185 33554432000 4194304 5964478 140736425511280 139885032109592 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=172520 CPUtime=51.08 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 4282 0 0 0 5099 9 0 0 20 0 3 0 331792108 176660480 19185 33554432000 4194304 5964478 140736425511280 139885021620568 4399920 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) 172520

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27691356/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=242888 CPUtime=204.57 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 25935 0 0 0 20428 29 0 0 20 0 3 0 331792108 248717312 26826 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 60722 26826 191 433 0 60286 0
[pid=23145/tid=23146] ppid=23143 vsize=242888 CPUtime=102.29 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 19144 0 0 0 10210 19 0 0 20 0 3 0 331792108 248717312 26826 33554432000 4194304 5964478 140736425511280 139885032109880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=242888 CPUtime=102.29 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 6042 0 0 0 10216 13 0 0 20 0 3 0 331792108 248717312 26826 33554432000 4194304 5964478 140736425511280 139885021620584 4400787 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) 242888

[startup+162.3 s]
/proc/loadavg: 4.06 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27652304/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=247404 CPUtime=324.54 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 32836 0 0 0 32415 39 0 0 20 0 3 0 331792108 253341696 33727 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 61851 33727 191 433 0 61415 0
[pid=23145/tid=23146] ppid=23143 vsize=247404 CPUtime=162.28 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 25200 0 0 0 16200 28 0 0 20 0 3 0 331792108 253341696 33727 33554432000 4194304 5964478 140736425511280 139885032110120 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=247404 CPUtime=162.29 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 6887 0 0 0 16214 15 0 0 20 0 3 0 331792108 253341696 33727 33554432000 4194304 5964478 140736425511280 139885021620344 4389110 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.54
Current children cumulated vsize (KiB) 247404

[startup+222.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27610880/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=251716 CPUtime=444.49 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 39271 0 0 0 44401 48 0 0 20 0 3 0 331792108 257757184 40176 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 62929 40176 191 433 0 62493 0
[pid=23145/tid=23146] ppid=23143 vsize=251716 CPUtime=222.27 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 30858 0 0 0 22189 38 0 0 20 0 3 0 331792108 257757184 40176 33554432000 4194304 5964478 140736425511280 139885032110120 4409255 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=251716 CPUtime=222.29 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 7664 0 0 0 22212 17 0 0 20 0 3 0 331792108 257757184 40176 33554432000 4194304 5964478 140736425511280 139885021620584 4399986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.49
Current children cumulated vsize (KiB) 251716

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27569672/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=256548 CPUtime=564.47 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 44811 0 0 0 56384 63 0 0 20 0 3 0 331792108 262705152 45711 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 64137 45711 191 433 0 63701 0
[pid=23145/tid=23146] ppid=23143 vsize=256548 CPUtime=282.27 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 35445 0 0 0 28175 52 0 0 20 0 3 0 331792108 262705152 45711 33554432000 4194304 5964478 140736425511280 139885032110120 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=256548 CPUtime=282.29 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 8617 0 0 0 28208 21 0 0 20 0 3 0 331792108 262705152 45711 33554432000 4194304 5964478 140736425511280 139885021620584 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 564.47
Current children cumulated vsize (KiB) 256548

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27538996/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=325524 CPUtime=684.46 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 49755 0 0 0 68368 78 0 0 20 0 3 0 331792108 333336576 50655 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 81381 50655 191 433 0 80945 0
[pid=23145/tid=23146] ppid=23143 vsize=325524 CPUtime=342.27 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 39403 0 0 0 34161 66 0 0 20 0 3 0 331792108 333336576 50655 33554432000 4194304 5964478 140736425511280 139885032109592 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=325524 CPUtime=342.29 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 9603 0 0 0 34206 23 0 0 20 0 3 0 331792108 333336576 50655 33554432000 4194304 5964478 140736425511280 139885021620584 4379296 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 684.46
Current children cumulated vsize (KiB) 325524

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/182 23152
/proc/meminfo: memFree=27511876/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=328712 CPUtime=804.43 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 54419 0 0 0 80353 90 0 0 20 0 3 0 331792108 336601088 55017 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 82178 55017 191 433 0 81742 0
[pid=23145/tid=23146] ppid=23143 vsize=328712 CPUtime=402.26 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 43771 0 0 0 40148 78 0 0 20 0 3 0 331792108 336601088 55017 33554432000 4194304 5964478 140736425511280 139885032109592 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=328712 CPUtime=402.3 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 9899 0 0 0 40206 24 0 0 20 0 3 0 331792108 336601088 55017 33554432000 4194304 5964478 140736425511280 139885021620584 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 804.43
Current children cumulated vsize (KiB) 328712

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/180 23152
/proc/meminfo: memFree=27472044/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=331360 CPUtime=924.4 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 61364 0 0 0 92329 111 0 0 20 0 3 0 331792108 339312640 61947 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 82840 61947 191 433 0 82404 0
[pid=23145/tid=23146] ppid=23143 vsize=331360 CPUtime=462.25 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 49810 0 0 0 46127 98 0 0 20 0 3 0 331792108 339312640 61947 33554432000 4194304 5964478 140736425511280 139885032109592 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=331360 CPUtime=462.3 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 10805 0 0 0 46202 28 0 0 20 0 3 0 331792108 339312640 61947 33554432000 4194304 5964478 140736425511280 139885021620344 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 924.4
Current children cumulated vsize (KiB) 331360

[startup+522.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/181 23234
/proc/meminfo: memFree=27370752/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=397888 CPUtime=1044.38 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 65393 0 0 0 104318 120 0 0 20 0 3 0 331792108 407437312 65974 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 99472 65974 191 433 0 99036 0
[pid=23145/tid=23146] ppid=23143 vsize=397888 CPUtime=522.25 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 53256 0 0 0 52119 106 0 0 20 0 3 0 331792108 407437312 65974 33554432000 4194304 5964478 140736425511280 139885032109592 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=397888 CPUtime=522.3 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 11388 0 0 0 52201 29 0 0 20 0 3 0 331792108 407437312 65974 33554432000 4194304 5964478 140736425511280 139885021620584 4400628 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1044.38
Current children cumulated vsize (KiB) 397888

[startup+582.3 s]
/proc/loadavg: 3.88 3.96 3.91 5/181 23274
/proc/meminfo: memFree=27644224/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=398756 CPUtime=1164.36 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 69624 0 0 0 116304 132 0 0 20 0 3 0 331792108 408326144 70204 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 99689 70204 191 433 0 99253 0
[pid=23145/tid=23146] ppid=23143 vsize=398756 CPUtime=582.26 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 57431 0 0 0 58107 119 0 0 20 0 3 0 331792108 408326144 70204 33554432000 4194304 5964478 140736425511280 139885032110120 4379008 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=398756 CPUtime=582.3 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 11444 0 0 0 58200 30 0 0 20 0 3 0 331792108 408326144 70204 33554432000 4194304 5964478 140736425511280 139885021620584 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1164.36
Current children cumulated vsize (KiB) 398756

[startup+642.3 s]
/proc/loadavg: 4.01 3.98 3.91 5/181 23274
/proc/meminfo: memFree=27507880/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=400716 CPUtime=1284.32 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 73552 0 0 0 128295 137 0 0 20 0 3 0 331792108 410333184 74113 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 100179 74113 191 433 0 99743 0
[pid=23145/tid=23146] ppid=23143 vsize=400716 CPUtime=642.24 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 61252 0 0 0 64099 125 0 0 20 0 3 0 331792108 410333184 74113 33554432000 4194304 5964478 140736425511280 139885032110120 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=400716 CPUtime=642.31 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 11551 0 0 0 64200 31 0 0 20 0 3 0 331792108 410333184 74113 33554432000 4194304 5964478 140736425511280 139885021620584 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1284.32
Current children cumulated vsize (KiB) 400716

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/181 23354
/proc/meminfo: memFree=27271316/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=404548 CPUtime=1404.3 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 79695 0 0 0 140283 147 0 0 20 0 3 0 331792108 414257152 80256 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 101137 80256 191 433 0 100701 0
[pid=23145/tid=23146] ppid=23143 vsize=404548 CPUtime=702.24 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 66123 0 0 0 70091 133 0 0 20 0 3 0 331792108 414257152 80256 33554432000 4194304 5964478 140736425511280 139885032110120 4221123 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=404548 CPUtime=702.31 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 12823 0 0 0 70196 35 0 0 20 0 3 0 331792108 414257152 80256 33554432000 4194304 5964478 140736425511280 139885021620584 4400628 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1404.3
Current children cumulated vsize (KiB) 404548

[startup+762.307 s]
/proc/loadavg: 3.92 3.95 3.91 5/181 23394
/proc/meminfo: memFree=27112144/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=473772 CPUtime=1524.29 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 84662 0 0 0 152272 157 0 0 20 0 3 0 331792108 485142528 85224 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 118443 85224 191 433 0 118007 0
[pid=23145/tid=23146] ppid=23143 vsize=473772 CPUtime=762.24 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 70570 0 0 0 76080 144 0 0 20 0 3 0 331792108 485142528 85224 33554432000 4194304 5964478 140736425511280 139885032109592 4399912 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=473772 CPUtime=762.32 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 13343 0 0 0 76196 36 0 0 20 0 3 0 331792108 485142528 85224 33554432000 4194304 5964478 140736425511280 139885021620056 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524.29
Current children cumulated vsize (KiB) 473772

[startup+822.3 s]
/proc/loadavg: 3.97 3.95 3.91 5/181 23395
/proc/meminfo: memFree=26709544/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=473772 CPUtime=1644.26 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 86947 0 0 0 164261 165 0 0 20 0 3 0 331792108 485142528 87509 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 118443 87509 191 433 0 118007 0
[pid=23145/tid=23146] ppid=23143 vsize=473772 CPUtime=822.24 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 72356 0 0 0 82073 151 0 0 20 0 3 0 331792108 485142528 87509 33554432000 4194304 5964478 140736425511280 139885032110072 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=473772 CPUtime=822.31 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 13842 0 0 0 82192 39 0 0 20 0 3 0 331792108 485142528 87509 33554432000 4194304 5964478 140736425511280 139885021620056 4400422 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.26
Current children cumulated vsize (KiB) 473772

[startup+882.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/181 23395
/proc/meminfo: memFree=26152568/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=474372 CPUtime=1764.24 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 90978 0 0 0 176249 175 0 0 20 0 3 0 331792108 485756928 91540 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 118593 91540 191 433 0 118157 0
[pid=23145/tid=23146] ppid=23143 vsize=474372 CPUtime=882.24 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 76369 0 0 0 88062 162 0 0 20 0 3 0 331792108 485756928 91540 33554432000 4194304 5964478 140736425511280 139885032110120 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=474372 CPUtime=882.32 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 13860 0 0 0 88192 40 0 0 20 0 3 0 331792108 485756928 91540 33554432000 4194304 5964478 140736425511280 139885021620056 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.24
Current children cumulated vsize (KiB) 474372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.2 s]
/proc/loadavg: 3.99 3.96 3.91 5/181 23395
/proc/meminfo: memFree=26030892/32873648 swapFree=6852/6852
[pid=23145] ppid=23143 vsize=476264 CPUtime=1800.04 cores=0,2,4,6
/proc/23145/stat : 23145 (pwbo2.02) S 23143 23145 20635 0 -1 4202496 92360 0 0 0 179827 177 0 0 20 0 3 0 331792108 487694336 92922 33554432000 4194304 5964478 140736425511280 140736425510800 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23145/statm: 119066 92922 191 433 0 118630 0
[pid=23145/tid=23146] ppid=23143 vsize=476264 CPUtime=900.15 cores=0,2,4,6
/proc/23145/task/23146/stat : 23146 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 77751 0 0 0 89850 165 0 0 20 0 3 0 331792108 487694336 92922 33554432000 4194304 5964478 140736425511280 139885032110120 4400542 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23145/tid=23147] ppid=23143 vsize=476264 CPUtime=900.22 cores=0,2,4,6
/proc/23145/task/23147/stat : 23147 (pwbo2.02) R 23143 23145 20635 0 -1 4202560 13860 0 0 0 89982 40 0 0 20 0 3 0 331792108 487694336 92922 33554432000 4194304 5964478 140736425511280 139885021620056 4399941 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 476264

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

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

Child status: 0
Real time (s): 900.22
CPU time (s): 1800.43
CPU user time (s): 1798.36
CPU system time (s): 2.07169
CPU usage (%): 199.999
Max. virtual memory (cumulated for all children) (KiB): 476264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 2.07168
maximum resident set size= 371692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92361
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= 168
involuntary context switches= 2413

runsolver used 1.9647 second user time and 5.16221 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-02 19:04:13
IDJOB=3726043
IDBENCH=2919
IDSOLVER=2309
FILE ID=node115/3726043-1338656653
RUNJOBID= node115-1338651714-22297
PBS_JOBID= 14636465
Free space on /tmp= 70824 MiB

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

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=2099161111

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27824136 kB
Buffers:          556928 kB
Cached:          3371784 kB
SwapCached:          964 kB
Active:          2044300 kB
Inactive:        2101460 kB
Active(anon):     209004 kB
Inactive(anon):     9824 kB
Active(file):    1835296 kB
Inactive(file):  2091636 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106432 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        222204 kB
Mapped:            12384 kB
Shmem:                96 kB
Slab:             767176 kB
SReclaimable:     211688 kB
SUnreclaim:       555488 kB
KernelStack:        1504 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     235964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70808 MiB
End job on node115 at 2012-06-02 19:19:16