Trace number 3726045

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.56 900.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
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 variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint59
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 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726045-1338656079.opb.
0.00/0.00	c Instance file HOME/instance-3726045-1338656079.opb
0.00/0.00	c File size is 6706 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4465
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.18/900.31	c ===============================================================================
1800.18/900.31	c Wall Clock Time: 900.31 s
1800.18/900.31	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726045-1338656079/watcher-3726045-1338656079 -o /tmp/evaluation-result-3726045-1338656079/solver-3726045-1338656079 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726045-1338656079.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.84 3.95 3.90 4/178 30641
/proc/meminfo: memFree=29183496/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162312 CPUtime=0 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 800 0 0 0 0 0 0 0 20 0 3 0 331733397 166207488 751 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40578 751 188 433 0 40142 0
[pid=30641/tid=30642] ppid=30639 vsize=162312 CPUtime=0 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 3 0 331733398 166207488 753 33554432000 4194304 5964478 140735257473296 140736299386280 5136490 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162312 CPUtime=0 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 3 0 331733398 166207488 753 33554432000 4194304 5964478 140735257473296 140736299386280 5136490 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0

[startup+0.079733 s]
/proc/loadavg: 3.84 3.95 3.90 4/178 30641
/proc/meminfo: memFree=29183496/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162312 CPUtime=0.15 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 1088 0 0 0 15 0 0 0 20 0 3 0 331733397 166207488 1039 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40578 1039 191 433 0 40142 0
[pid=30641/tid=30642] ppid=30639 vsize=162312 CPUtime=0.06 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 191 0 0 0 6 0 0 0 20 0 3 0 331733398 166207488 1039 33554432000 4194304 5964478 140735257473296 140736299386280 4400422 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162312 CPUtime=0.06 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 142 0 0 0 6 0 0 0 20 0 3 0 331733398 166207488 1040 33554432000 4194304 5964478 140735257473296 139727169288504 4403500 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 162312

[startup+0.100203 s]
/proc/loadavg: 3.84 3.95 3.90 4/178 30641
/proc/meminfo: memFree=29183496/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162312 CPUtime=0.19 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 1160 0 0 0 19 0 0 0 20 0 3 0 331733397 166207488 1111 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40578 1111 191 433 0 40142 0
[pid=30641/tid=30642] ppid=30639 vsize=162312 CPUtime=0.08 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 234 0 0 0 8 0 0 0 20 0 3 0 331733398 166207488 1111 33554432000 4194304 5964478 140735257473296 140736299386280 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162312 CPUtime=0.08 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 171 0 0 0 8 0 0 0 20 0 3 0 331733398 166207488 1111 33554432000 4194304 5964478 140735257473296 139727169288504 4403719 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162312

[startup+0.300151 s]
/proc/loadavg: 3.84 3.95 3.90 4/178 30641
/proc/meminfo: memFree=29183496/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162312 CPUtime=0.59 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 1744 0 0 0 59 0 0 0 20 0 3 0 331733397 166207488 1695 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40578 1695 191 433 0 40142 0
[pid=30641/tid=30642] ppid=30639 vsize=162312 CPUtime=0.28 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 577 0 0 0 28 0 0 0 20 0 3 0 331733398 166207488 1695 33554432000 4194304 5964478 140735257473296 139727179777560 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162312 CPUtime=0.28 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 412 0 0 0 28 0 0 0 20 0 3 0 331733398 166207488 1695 33554432000 4194304 5964478 140735257473296 139727169288312 5136490 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 162312

[startup+0.700161 s]
/proc/loadavg: 3.84 3.95 3.90 4/178 30641
/proc/meminfo: memFree=29183496/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162600 CPUtime=1.38 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 2489 0 0 0 138 0 0 0 20 0 3 0 331733397 166502400 2440 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40650 2440 191 433 0 40214 0
[pid=30641/tid=30642] ppid=30639 vsize=162600 CPUtime=0.68 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 1021 0 0 0 68 0 0 0 20 0 3 0 331733398 166502400 2440 33554432000 4194304 5964478 140735257473296 139727179778088 4391391 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162600 CPUtime=0.68 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 713 0 0 0 68 0 0 0 20 0 3 0 331733398 166502400 2440 33554432000 4194304 5964478 140735257473296 139727169288312 4389072 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162600

[startup+1.50016 s]
/proc/loadavg: 3.84 3.95 3.90 5/181 30644
/proc/meminfo: memFree=29173452/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162600 CPUtime=2.98 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 3111 0 0 0 298 0 0 0 20 0 3 0 331733397 166502400 3062 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40650 3062 191 433 0 40214 0
[pid=30641/tid=30642] ppid=30639 vsize=162600 CPUtime=1.48 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 1492 0 0 0 148 0 0 0 20 0 3 0 331733398 166502400 3062 33554432000 4194304 5964478 140735257473296 139727179777848 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162600 CPUtime=1.48 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 864 0 0 0 148 0 0 0 20 0 3 0 331733398 166502400 3062 33554432000 4194304 5964478 140735257473296 139727169288504 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 162600

[startup+3.10021 s]
/proc/loadavg: 3.84 3.95 3.90 5/181 30644
/proc/meminfo: memFree=29168608/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162744 CPUtime=6.18 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 4829 0 0 0 618 0 0 0 20 0 3 0 331733397 166649856 4780 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40686 4780 191 433 0 40250 0
[pid=30641/tid=30642] ppid=30639 vsize=162744 CPUtime=3.08 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 2622 0 0 0 308 0 0 0 20 0 3 0 331733398 166649856 4780 33554432000 4194304 5964478 140735257473296 139727179777560 4431959 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162744 CPUtime=3.08 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 1452 0 0 0 308 0 0 0 20 0 3 0 331733398 166649856 4780 33554432000 4194304 5964478 140735257473296 139727169288312 4403698 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 162744

[startup+6.3003 s]
/proc/loadavg: 3.85 3.95 3.90 5/181 30644
/proc/meminfo: memFree=29154160/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=162960 CPUtime=12.58 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 6622 0 0 0 1257 1 0 0 20 0 3 0 331733397 166871040 6573 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 40740 6573 191 433 0 40304 0
[pid=30641/tid=30642] ppid=30639 vsize=162960 CPUtime=6.28 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 3842 0 0 0 628 0 0 0 20 0 3 0 331733398 166871040 6573 33554432000 4194304 5964478 140735257473296 139727179778040 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=162960 CPUtime=6.28 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 2025 0 0 0 628 0 0 0 20 0 3 0 331733398 166871040 6573 33554432000 4194304 5964478 140735257473296 139727169288504 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 162960

[startup+12.7003 s]
/proc/loadavg: 3.86 3.95 3.90 5/181 30644
/proc/meminfo: memFree=29137680/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=164216 CPUtime=25.38 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 9211 0 0 0 2535 3 0 0 20 0 3 0 331733397 168157184 9157 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 41054 9157 191 433 0 40618 0
[pid=30641/tid=30642] ppid=30639 vsize=164216 CPUtime=12.68 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 5730 0 0 0 1266 2 0 0 20 0 3 0 331733398 168157184 9157 33554432000 4194304 5964478 140735257473296 139727179777848 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=164216 CPUtime=12.68 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 2726 0 0 0 1266 2 0 0 20 0 3 0 331733398 168157184 9157 33554432000 4194304 5964478 140735257473296 139727169288504 4389072 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 164216

[startup+25.5002 s]
/proc/loadavg: 3.89 3.96 3.91 5/181 30644
/proc/meminfo: memFree=29087916/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=166136 CPUtime=50.98 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 13825 0 0 0 5090 8 0 0 20 0 3 0 331733397 170123264 13771 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 41534 13771 191 433 0 41098 0
[pid=30641/tid=30642] ppid=30639 vsize=166136 CPUtime=25.48 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 9247 0 0 0 2542 6 0 0 20 0 3 0 331733398 170123264 13771 33554432000 4194304 5964478 140735257473296 139727179777560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=166136 CPUtime=25.48 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 3823 0 0 0 2545 3 0 0 20 0 3 0 331733398 170123264 13771 33554432000 4194304 5964478 140735257473296 139727169288024 4399926 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 166136

[startup+51.1003 s]
/proc/loadavg: 3.93 3.96 3.91 5/181 30644
/proc/meminfo: memFree=29032440/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=168832 CPUtime=102.16 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 19540 0 0 0 10203 13 0 0 20 0 3 0 331733397 172883968 19422 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 42208 19422 191 433 0 41772 0
[pid=30641/tid=30642] ppid=30639 vsize=168832 CPUtime=51.08 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 14032 0 0 0 5097 11 0 0 20 0 3 0 331733398 172883968 19422 33554432000 4194304 5964478 140735257473296 139727179777848 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=168832 CPUtime=51.08 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 4753 0 0 0 5104 4 0 0 20 0 3 0 331733398 172883968 19422 33554432000 4194304 5964478 140735257473296 139727169288536 4400038 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 168832

[startup+102.307 s]
/proc/loadavg: 3.97 3.96 3.91 5/181 30644
/proc/meminfo: memFree=28895712/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=238968 CPUtime=204.55 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 29603 0 0 0 20429 26 0 0 20 0 3 0 331733397 244703232 29485 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 59742 29485 191 433 0 59306 0
[pid=30641/tid=30642] ppid=30639 vsize=238968 CPUtime=102.29 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 22394 0 0 0 10206 23 0 0 20 0 3 0 331733398 244703232 29485 33554432000 4194304 5964478 140735257473296 139727179777560 4379008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=238968 CPUtime=102.27 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 6454 0 0 0 10220 7 0 0 20 0 3 0 331733398 244703232 29485 33554432000 4194304 5964478 140735257473296 139727169288552 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 238968

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30644
/proc/meminfo: memFree=28789264/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=241588 CPUtime=324.51 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 37292 0 0 0 32414 37 0 0 20 0 3 0 331733397 247386112 37174 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 60397 37174 191 433 0 59961 0
[pid=30641/tid=30642] ppid=30639 vsize=241588 CPUtime=162.29 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 28854 0 0 0 16195 34 0 0 20 0 3 0 331733398 247386112 37174 33554432000 4194304 5964478 140735257473296 139727179777560 4403692 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=241588 CPUtime=162.25 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 7683 0 0 0 16216 9 0 0 20 0 3 0 331733398 247386112 37174 33554432000 4194304 5964478 140735257473296 139727169288552 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 324.51
Current children cumulated vsize (KiB) 241588

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30645
/proc/meminfo: memFree=28688916/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=312908 CPUtime=444.5 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 45668 0 0 0 44401 49 0 0 20 0 3 0 331733397 320417792 45550 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 78227 45551 191 433 0 77791 0
[pid=30641/tid=30642] ppid=30639 vsize=312908 CPUtime=222.29 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 35806 0 0 0 22184 45 0 0 20 0 3 0 331733398 320417792 45551 33554432000 4194304 5964478 140735257473296 139727179778040 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=312908 CPUtime=222.26 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 9108 0 0 0 22215 11 0 0 20 0 3 0 331733398 320417792 45551 33554432000 4194304 5964478 140735257473296 139727169288552 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 444.5
Current children cumulated vsize (KiB) 312908

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

/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 40123 0 0 0 28175 54 0 0 20 0 3 0 331733398 322150400 50141 33554432000 4194304 5964478 140735257473296 139727179777560 4379311 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=314600 CPUtime=282.26 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 9942 0 0 0 28212 14 0 0 20 0 3 0 331733398 322150400 50141 33554432000 4194304 5964478 140735257473296 139727169288536 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 564.48
Current children cumulated vsize (KiB) 314600

[startup+342.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/182 30689
/proc/meminfo: memFree=29528896/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=317064 CPUtime=684.42 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 56133 0 0 0 68374 68 0 0 20 0 3 0 331733397 324673536 55435 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 79266 55435 191 433 0 78830 0
[pid=30641/tid=30642] ppid=30639 vsize=317064 CPUtime=342.26 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 44217 0 0 0 34163 63 0 0 20 0 3 0 331733398 324673536 55435 33554432000 4194304 5964478 140735257473296 139727179777848 4381601 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=317064 CPUtime=342.26 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 11161 0 0 0 34210 16 0 0 20 0 3 0 331733398 324673536 55435 33554432000 4194304 5964478 140735257473296 139727169288024 4400001 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 684.42
Current children cumulated vsize (KiB) 317064

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/182 30712
/proc/meminfo: memFree=29455332/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=318348 CPUtime=804.37 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 62297 0 0 0 80357 80 0 0 20 0 3 0 331733397 325988352 61587 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 79587 61587 191 433 0 79151 0
[pid=30641/tid=30642] ppid=30639 vsize=318348 CPUtime=402.24 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 49368 0 0 0 40149 75 0 0 20 0 3 0 331733398 325988352 61587 33554432000 4194304 5964478 140735257473296 139727179778040 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=318348 CPUtime=402.25 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 12174 0 0 0 40207 18 0 0 20 0 3 0 331733398 325988352 61587 33554432000 4194304 5964478 140735257473296 139727169288552 4400010 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (KiB) 318348

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 30712
/proc/meminfo: memFree=29402260/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=385452 CPUtime=924.35 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 67376 0 0 0 92343 92 0 0 20 0 3 0 331733397 394702848 67869 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 96363 67869 191 433 0 95927 0
[pid=30641/tid=30642] ppid=30639 vsize=385452 CPUtime=462.24 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 53598 0 0 0 46138 86 0 0 20 0 3 0 331733398 394702848 67869 33554432000 4194304 5964478 140735257473296 139727179778088 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=385452 CPUtime=462.25 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 13023 0 0 0 46204 21 0 0 20 0 3 0 331733398 394702848 67869 33554432000 4194304 5964478 140735257473296 139727169288024 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 924.35
Current children cumulated vsize (KiB) 385452

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 30713
/proc/meminfo: memFree=29345196/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=386088 CPUtime=1044.33 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 72430 0 0 0 104332 101 0 0 20 0 3 0 331733397 395354112 72560 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 96522 72560 191 433 0 96086 0
[pid=30641/tid=30642] ppid=30639 vsize=386088 CPUtime=522.24 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 58633 0 0 0 52129 95 0 0 20 0 3 0 331733398 395354112 72560 33554432000 4194304 5964478 140735257473296 139727179777560 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=386088 CPUtime=522.26 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 13042 0 0 0 52205 21 0 0 20 0 3 0 331733398 395354112 72560 33554432000 4194304 5964478 140735257473296 139727169288536 4379296 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1044.33
Current children cumulated vsize (KiB) 386088

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 30713
/proc/meminfo: memFree=29289784/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=387952 CPUtime=1164.3 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 76123 0 0 0 116322 108 0 0 20 0 3 0 331733397 397262848 76244 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 96988 76244 191 433 0 96552 0
[pid=30641/tid=30642] ppid=30639 vsize=387952 CPUtime=582.23 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 62278 0 0 0 58120 103 0 0 20 0 3 0 331733398 397262848 76244 33554432000 4194304 5964478 140735257473296 139727179777848 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=387952 CPUtime=582.26 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 13090 0 0 0 58204 22 0 0 20 0 3 0 331733398 397262848 76244 33554432000 4194304 5964478 140735257473296 139727169288536 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1164.3
Current children cumulated vsize (KiB) 387952

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/181 30713
/proc/meminfo: memFree=29246888/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=388220 CPUtime=1284.26 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 81494 0 0 0 128309 117 0 0 20 0 3 0 331733397 397537280 81589 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 97055 81589 191 433 0 96619 0
[pid=30641/tid=30642] ppid=30639 vsize=388220 CPUtime=642.21 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 67335 0 0 0 64108 113 0 0 20 0 3 0 331733398 397537280 81589 33554432000 4194304 5964478 140735257473296 139727179777560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=388220 CPUtime=642.27 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 13404 0 0 0 64203 24 0 0 20 0 3 0 331733398 397537280 81589 33554432000 4194304 5964478 140735257473296 139727169288536 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1284.26
Current children cumulated vsize (KiB) 388220

[startup+702.3 s]
/proc/loadavg: 4.08 4.00 3.92 5/180 30713
/proc/meminfo: memFree=29202296/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=459628 CPUtime=1404.22 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 88471 0 0 0 140294 128 0 0 20 0 3 0 331733397 470659072 88566 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 114907 88566 191 433 0 114471 0
[pid=30641/tid=30642] ppid=30639 vsize=459628 CPUtime=702.21 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 72487 0 0 0 70098 123 0 0 20 0 3 0 331733398 470659072 88566 33554432000 4194304 5964478 140735257473296 139727179777560 4400401 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=459628 CPUtime=702.27 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 15229 0 0 0 70201 26 0 0 20 0 3 0 331733398 470659072 88566 33554432000 4194304 5964478 140735257473296 139727169288504 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1404.22
Current children cumulated vsize (KiB) 459628

[startup+762.307 s]
/proc/loadavg: 4.06 4.01 3.93 5/181 30714
/proc/meminfo: memFree=29174400/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=460628 CPUtime=1524.22 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 90201 0 0 0 152291 131 0 0 20 0 3 0 331733397 471683072 90299 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 115157 90299 191 433 0 114721 0
[pid=30641/tid=30642] ppid=30639 vsize=460628 CPUtime=762.21 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 74073 0 0 0 76094 127 0 0 20 0 3 0 331733398 471683072 90299 33554432000 4194304 5964478 140735257473296 139727179777560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=460628 CPUtime=762.27 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 15373 0 0 0 76200 27 0 0 20 0 3 0 331733398 471683072 90299 33554432000 4194304 5964478 140735257473296 139727169288552 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1524.22
Current children cumulated vsize (KiB) 460628

[startup+822.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/181 30715
/proc/meminfo: memFree=29131032/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=465284 CPUtime=1644.19 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 96204 0 0 0 164278 141 0 0 20 0 3 0 331733397 476450816 96302 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 116321 96302 191 433 0 115885 0
[pid=30641/tid=30642] ppid=30639 vsize=465284 CPUtime=822.21 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 78977 0 0 0 82085 136 0 0 20 0 3 0 331733398 476450816 96302 33554432000 4194304 5964478 140735257473296 139727179777560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=465284 CPUtime=822.27 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 16472 0 0 0 82197 30 0 0 20 0 3 0 331733398 476450816 96302 33554432000 4194304 5964478 140735257473296 139727169288024 4378992 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1644.19
Current children cumulated vsize (KiB) 465284

[startup+882.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 30715
/proc/meminfo: memFree=29102136/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=466092 CPUtime=1764.17 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 97472 0 0 0 176274 143 0 0 20 0 3 0 331733397 477278208 97570 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 116523 97570 191 433 0 116087 0
[pid=30641/tid=30642] ppid=30639 vsize=466092 CPUtime=882.21 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 80245 0 0 0 88082 139 0 0 20 0 3 0 331733398 477278208 97570 33554432000 4194304 5964478 140735257473296 139727179777560 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=466092 CPUtime=882.27 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 16472 0 0 0 88196 31 0 0 20 0 3 0 331733398 477278208 97570 33554432000 4194304 5964478 140735257473296 139727169288024 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1764.17
Current children cumulated vsize (KiB) 466092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30715
/proc/meminfo: memFree=29096040/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=466092 CPUtime=1800.18 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 97744 0 0 0 179875 143 0 0 20 0 3 0 331733397 477278208 97842 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 116523 97842 191 433 0 116087 0
[pid=30641/tid=30642] ppid=30639 vsize=466092 CPUtime=900.22 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 80517 0 0 0 89882 140 0 0 20 0 3 0 331733398 477278208 97842 33554432000 4194304 5964478 140735257473296 139727179777560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=466092 CPUtime=900.28 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 16472 0 0 0 89997 31 0 0 20 0 3 0 331733398 477278208 97842 33554432000 4194304 5964478 140735257473296 139727169288024 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 466092

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

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

[startup+900.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30715
/proc/meminfo: memFree=29096040/32873648 swapFree=7116/7116
[pid=30641] ppid=30639 vsize=466092 CPUtime=1800.18 cores=1,3,5,7
/proc/30641/stat : 30641 (pwbo2.02) S 30639 30641 27825 0 -1 4202496 97744 0 0 0 179875 143 0 0 20 0 3 0 331733397 477278208 97842 33554432000 4194304 5964478 140735257473296 140735257472816 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30641/statm: 116523 97842 191 433 0 116087 0
[pid=30641/tid=30642] ppid=30639 vsize=466092 CPUtime=900.22 cores=1,3,5,7
/proc/30641/task/30642/stat : 30642 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 80517 0 0 0 89882 140 0 0 20 0 3 0 331733398 477278208 97842 33554432000 4194304 5964478 140735257473296 139727179777560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30641/tid=30643] ppid=30639 vsize=466092 CPUtime=900.28 cores=1,3,5,7
/proc/30641/task/30643/stat : 30643 (pwbo2.02) R 30639 30641 27825 0 -1 4202560 16472 0 0 0 89997 31 0 0 20 0 3 0 331733398 477278208 97842 33554432000 4194304 5964478 140735257473296 139727169288024 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 466092

Child status: 0
Real time (s): 900.32
CPU time (s): 1800.56
CPU user time (s): 1798.82
CPU system time (s): 1.73773
CPU usage (%): 199.991
Max. virtual memory (cumulated for all children) (KiB): 466092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.73773
maximum resident set size= 391372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97745
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= 216
involuntary context switches= 2293

runsolver used 2.22966 second user time and 4.81527 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-02 18:54:39
IDJOB=3726045
IDBENCH=2900
IDSOLVER=2309
FILE ID=node127/3726045-1338656079
RUNJOBID= node127-1338651468-29220
PBS_JOBID= 14636453
Free space on /tmp= 70476 MiB

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

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=1324446619

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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:        29184140 kB
Buffers:          373592 kB
Cached:          1787332 kB
SwapCached:         1500 kB
Active:          1620408 kB
Inactive:        1189012 kB
Active(anon):     642664 kB
Inactive(anon):     7932 kB
Active(file):     977744 kB
Inactive(file):  1181080 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104404 kB
Dirty:              5476 kB
Writeback:             0 kB
AnonPages:        653996 kB
Mapped:            11524 kB
Shmem:                92 kB
Slab:             743928 kB
SReclaimable:     188244 kB
SUnreclaim:       555684 kB
KernelStack:        1472 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     198108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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= 70472 MiB
End job on node127 at 2012-06-02 19:09:42