Trace number 3726041

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.02 900.417

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
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 variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
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-3726041-1338656847.opb.
0.00/0.00	c Instance file HOME/instance-3726041-1338656847.opb
0.00/0.00	c File size is 3392 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3621
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.02/900.41	c ===============================================================================
1800.02/900.41	c Wall Clock Time: 900.41 s
1800.02/900.41	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-3726041-1338656847/watcher-3726041-1338656847 -o /tmp/evaluation-result-3726041-1338656847/solver-3726041-1338656847 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726041-1338656847.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.91 4/178 30303
/proc/meminfo: memFree=27404664/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 799 0 0 0 0 0 0 0 20 0 3 0 331809547 166141952 750 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40562 750 189 433 0 40126 0
[pid=30303/tid=30304] ppid=30301 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 3 0 331809548 166141952 751 33554432000 4194304 5964478 140735835056448 140281880857560 5136490 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 3 0 331809548 166141952 751 33554432000 4194304 5964478 140735835056448 140281870367648 5136490 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.031732 s]
/proc/loadavg: 3.68 3.93 3.91 4/178 30303
/proc/meminfo: memFree=27404664/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=162248 CPUtime=0.05 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 952 0 0 0 5 0 0 0 20 0 3 0 331809547 166141952 903 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40562 903 191 433 0 40126 0
[pid=30303/tid=30304] ppid=30301 vsize=162248 CPUtime=0.01 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 120 0 0 0 1 0 0 0 20 0 3 0 331809548 166141952 903 33554432000 4194304 5964478 140735835056448 140281880856560 4570837 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=162248 CPUtime=0.01 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 3 0 331809548 166141952 903 33554432000 4194304 5964478 140735835056448 140281870367024 4570837 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 162248

[startup+0.100322 s]
/proc/loadavg: 3.68 3.93 3.91 4/178 30303
/proc/meminfo: memFree=27404664/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=162248 CPUtime=0.19 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 1269 0 0 0 18 1 0 0 20 0 3 0 331809547 166141952 1220 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40562 1220 191 433 0 40126 0
[pid=30303/tid=30304] ppid=30301 vsize=162248 CPUtime=0.08 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 302 0 0 0 8 0 0 0 20 0 3 0 331809548 166141952 1220 33554432000 4194304 5964478 140735835056448 140281880856560 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=162248 CPUtime=0.08 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 227 0 0 0 8 0 0 0 20 0 3 0 331809548 166141952 1220 33554432000 4194304 5964478 140735835056448 140281870367024 4403719 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) 162248

[startup+0.300257 s]
/proc/loadavg: 3.68 3.93 3.91 4/178 30303
/proc/meminfo: memFree=27404664/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=162248 CPUtime=0.58 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 1877 0 0 0 57 1 0 0 20 0 3 0 331809547 166141952 1828 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40562 1828 191 433 0 40126 0
[pid=30303/tid=30304] ppid=30301 vsize=162248 CPUtime=0.28 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 664 0 0 0 28 0 0 0 20 0 3 0 331809548 166141952 1828 33554432000 4194304 5964478 140735835056448 140281880856560 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=162248 CPUtime=0.28 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 473 0 0 0 28 0 0 0 20 0 3 0 331809548 166141952 1828 33554432000 4194304 5964478 140735835056448 140281870367024 4400784 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162248

[startup+0.700262 s]
/proc/loadavg: 3.68 3.93 3.91 4/178 30303
/proc/meminfo: memFree=27404664/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=162536 CPUtime=1.38 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 2301 0 0 0 136 2 0 0 20 0 3 0 331809547 166436864 2252 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40634 2252 191 433 0 40198 0
[pid=30303/tid=30304] ppid=30301 vsize=162536 CPUtime=0.68 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 1007 0 0 0 66 2 0 0 20 0 3 0 331809548 166436864 2252 33554432000 4194304 5964478 140735835056448 140281880856560 4399975 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=162536 CPUtime=0.68 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 554 0 0 0 67 1 0 0 20 0 3 0 331809548 166436864 2252 33554432000 4194304 5964478 140735835056448 140281870367024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162536

[startup+1.5003 s]
/proc/loadavg: 3.68 3.93 3.91 5/181 30306
/proc/meminfo: memFree=27387612/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=162608 CPUtime=2.98 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 3178 0 0 0 294 4 0 0 20 0 3 0 331809547 166510592 3129 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40652 3129 191 433 0 40216 0
[pid=30303/tid=30304] ppid=30301 vsize=162608 CPUtime=1.47 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 1589 0 0 0 145 2 0 0 20 0 3 0 331809548 166510592 3129 33554432000 4194304 5964478 140735835056448 140281880856560 4400010 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=162608 CPUtime=1.48 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 849 0 0 0 146 2 0 0 20 0 3 0 331809548 166510592 3129 33554432000 4194304 5964478 140735835056448 140281870367024 4399952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 162608

[startup+3.10021 s]
/proc/loadavg: 3.68 3.93 3.91 5/181 30306
/proc/meminfo: memFree=27380536/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=163220 CPUtime=6.17 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 4445 0 0 0 613 4 0 0 20 0 3 0 331809547 167137280 4396 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40805 4396 191 433 0 40369 0
[pid=30303/tid=30304] ppid=30301 vsize=163220 CPUtime=3.08 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 2382 0 0 0 305 3 0 0 20 0 3 0 331809548 167137280 4396 33554432000 4194304 5964478 140735835056448 140281880856560 4400089 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=163220 CPUtime=3.08 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 1323 0 0 0 306 2 0 0 20 0 3 0 331809548 167137280 4396 33554432000 4194304 5964478 140735835056448 140281870366552 4379232 0 0 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 163220

[startup+6.30027 s]
/proc/loadavg: 3.87 3.97 3.92 5/181 30306
/proc/meminfo: memFree=27366168/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=163760 CPUtime=12.56 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 5963 0 0 0 1249 7 0 0 20 0 3 0 331809547 167690240 5914 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 40940 5914 191 433 0 40504 0
[pid=30303/tid=30304] ppid=30301 vsize=163760 CPUtime=6.25 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 3443 0 0 0 620 5 0 0 20 0 3 0 331809548 167690240 5914 33554432000 4194304 5964478 140735835056448 140281880856560 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=163760 CPUtime=6.27 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 1780 0 0 0 625 2 0 0 20 0 3 0 331809548 167690240 5914 33554432000 4194304 5964478 140735835056448 140281870367024 4399975 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 163760

[startup+12.7003 s]
/proc/loadavg: 3.88 3.97 3.92 5/181 30306
/proc/meminfo: memFree=27338316/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=166224 CPUtime=25.35 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 8094 0 0 0 2525 10 0 0 20 0 3 0 331809547 170213376 8045 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 41556 8045 191 433 0 41120 0
[pid=30303/tid=30304] ppid=30301 vsize=166224 CPUtime=12.63 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 5086 0 0 0 1255 8 0 0 20 0 3 0 331809548 170213376 8045 33554432000 4194304 5964478 140735835056448 140281880856560 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=166224 CPUtime=12.64 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 2268 0 0 0 1262 2 0 0 20 0 3 0 331809548 170213376 8045 33554432000 4194304 5964478 140735835056448 140281870366944 4400010 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 166224

[startup+25.5003 s]
/proc/loadavg: 3.90 3.97 3.92 5/181 30306
/proc/meminfo: memFree=27312716/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=169640 CPUtime=50.93 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 10322 0 0 0 5081 12 0 0 20 0 3 0 331809547 173711360 10273 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 42410 10273 191 433 0 41974 0
[pid=30303/tid=30304] ppid=30301 vsize=169640 CPUtime=25.4 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 6887 0 0 0 2531 9 0 0 20 0 3 0 331809548 173711360 10273 33554432000 4194304 5964478 140735835056448 140281880856088 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=169640 CPUtime=25.39 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 2695 0 0 0 2537 2 0 0 20 0 3 0 331809548 173711360 10273 33554432000 4194304 5964478 140735835056448 140281870367024 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 169640

[startup+51.1003 s]
/proc/loadavg: 3.85 3.95 3.91 5/181 30306
/proc/meminfo: memFree=27271292/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=175240 CPUtime=102.09 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 13740 0 0 0 10193 16 0 0 20 0 3 0 331809547 179445760 13687 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 43810 13687 191 433 0 43374 0
[pid=30303/tid=30304] ppid=30301 vsize=175240 CPUtime=50.92 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 9494 0 0 0 5080 12 0 0 20 0 3 0 331809548 179445760 13687 33554432000 4194304 5964478 140735835056448 140281880856088 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=175240 CPUtime=50.9 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 3506 0 0 0 5087 3 0 0 20 0 3 0 331809548 179445760 13687 33554432000 4194304 5964478 140735835056448 140281870367080 4399975 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 175240

[startup+102.307 s]
/proc/loadavg: 3.93 3.96 3.91 5/181 30306
/proc/meminfo: memFree=27213268/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=181612 CPUtime=204.45 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 20019 0 0 0 20419 26 0 0 20 0 3 0 331809547 185970688 21162 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 45403 21162 191 433 0 44967 0
[pid=30303/tid=30304] ppid=30301 vsize=181612 CPUtime=101.99 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 14312 0 0 0 10177 22 0 0 20 0 3 0 331809548 185970688 21162 33554432000 4194304 5964478 140735835056448 140281880856088 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=181612 CPUtime=101.94 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 4967 0 0 0 10188 6 0 0 20 0 3 0 331809548 185970688 21162 33554432000 4194304 5964478 140735835056448 140281870367080 4379311 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.45
Current children cumulated vsize (KiB) 181612

[startup+162.3 s]
/proc/loadavg: 3.97 3.96 3.91 5/182 30310
/proc/meminfo: memFree=27166932/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=188348 CPUtime=324.38 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 25316 0 0 0 32405 33 0 0 20 0 3 0 331809547 192868352 26369 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 47087 26369 191 433 0 46651 0
[pid=30303/tid=30304] ppid=30301 vsize=188348 CPUtime=161.83 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 18928 0 0 0 16155 28 0 0 20 0 3 0 331809548 192868352 26369 33554432000 4194304 5964478 140735835056448 140281880856088 4399986 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=188348 CPUtime=161.74 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 5648 0 0 0 16166 8 0 0 20 0 3 0 331809548 192868352 26369 33554432000 4194304 5964478 140735835056448 140281870367136 4399969 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.38
Current children cumulated vsize (KiB) 188348

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30310
/proc/meminfo: memFree=27128616/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=258996 CPUtime=444.31 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 29357 0 0 0 44393 38 0 0 20 0 3 0 331809547 265211904 30410 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 64749 30410 191 433 0 64313 0
[pid=30303/tid=30304] ppid=30301 vsize=258996 CPUtime=221.67 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 22539 0 0 0 22134 33 0 0 20 0 3 0 331809548 265211904 30410 33554432000 4194304 5964478 140735835056448 140281880856088 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=258996 CPUtime=221.54 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 6078 0 0 0 22144 10 0 0 20 0 3 0 331809548 265211904 30410 33554432000 4194304 5964478 140735835056448 140281870367080 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 444.31
Current children cumulated vsize (KiB) 258996

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

[pid=30303/tid=30305] ppid=30301 vsize=263180 CPUtime=281.36 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 6965 0 0 0 28124 12 0 0 20 0 3 0 331809548 269496320 33517 33554432000 4194304 5964478 140735835056448 140281870366552 4379316 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 564.26
Current children cumulated vsize (KiB) 263180

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30310
/proc/meminfo: memFree=27064296/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=266172 CPUtime=684.22 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 34978 0 0 0 68376 46 0 0 20 0 3 0 331809547 272560128 35898 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 66543 35898 191 433 0 66107 0
[pid=30303/tid=30304] ppid=30301 vsize=266172 CPUtime=341.34 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 26909 0 0 0 34092 42 0 0 20 0 3 0 331809548 272560128 35898 33554432000 4194304 5964478 140735835056448 140281880856088 4400422 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=266172 CPUtime=341.19 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 7329 0 0 0 34105 14 0 0 20 0 3 0 331809548 272560128 35898 33554432000 4194304 5964478 140735835056448 140281870366944 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 684.22
Current children cumulated vsize (KiB) 266172

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30310
/proc/meminfo: memFree=27041040/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=270732 CPUtime=804.19 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 37675 0 0 0 80369 50 0 0 20 0 3 0 331809547 277229568 38257 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 67683 38257 191 433 0 67247 0
[pid=30303/tid=30304] ppid=30301 vsize=270732 CPUtime=401.19 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 29097 0 0 0 40073 46 0 0 20 0 3 0 331809548 277229568 38257 33554432000 4194304 5964478 140735835056448 140281880856088 4399975 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=270732 CPUtime=401.02 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 7838 0 0 0 40087 15 0 0 20 0 3 0 331809548 277229568 38257 33554432000 4194304 5964478 140735835056448 140281870367136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 804.19
Current children cumulated vsize (KiB) 270732

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30311
/proc/meminfo: memFree=27017976/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=273804 CPUtime=924.15 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 39450 0 0 0 92363 52 0 0 20 0 3 0 331809547 280375296 40032 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 68451 40032 191 433 0 68015 0
[pid=30303/tid=30304] ppid=30301 vsize=273804 CPUtime=461.04 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 30796 0 0 0 46055 49 0 0 20 0 3 0 331809548 280375296 40032 33554432000 4194304 5964478 140735835056448 140281880856568 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=273804 CPUtime=460.85 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 7914 0 0 0 46068 17 0 0 20 0 3 0 331809548 280375296 40032 33554432000 4194304 5964478 140735835056448 140281870367136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 924.15
Current children cumulated vsize (KiB) 273804

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30311
/proc/meminfo: memFree=26991408/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=279980 CPUtime=1044.11 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 42653 0 0 0 104356 55 0 0 20 0 3 0 331809547 286699520 43230 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 69995 43230 191 433 0 69559 0
[pid=30303/tid=30304] ppid=30301 vsize=279980 CPUtime=520.87 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 33415 0 0 0 52035 52 0 0 20 0 3 0 331809548 286699520 43230 33554432000 4194304 5964478 140735835056448 140281880856088 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=279980 CPUtime=520.68 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 8498 0 0 0 52051 17 0 0 20 0 3 0 331809548 286699520 43230 33554432000 4194304 5964478 140735835056448 140281870367136 4400038 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1044.11
Current children cumulated vsize (KiB) 279980

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30311
/proc/meminfo: memFree=26974064/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=282640 CPUtime=1164.08 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 45176 0 0 0 116350 58 0 0 20 0 3 0 331809547 289423360 45753 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 70660 45753 191 433 0 70224 0
[pid=30303/tid=30304] ppid=30301 vsize=282640 CPUtime=580.72 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 35398 0 0 0 58017 55 0 0 20 0 3 0 331809548 289423360 45753 33554432000 4194304 5964478 140735835056448 140281880856088 4400538 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=282640 CPUtime=580.5 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 9038 0 0 0 58031 19 0 0 20 0 3 0 331809548 289423360 45753 33554432000 4194304 5964478 140735835056448 140281870367080 4389179 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1164.08
Current children cumulated vsize (KiB) 282640

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30311
/proc/meminfo: memFree=26956456/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=286544 CPUtime=1284.05 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 47409 0 0 0 128344 61 0 0 20 0 3 0 331809547 293421056 47986 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 71636 47986 191 433 0 71200 0
[pid=30303/tid=30304] ppid=30301 vsize=286544 CPUtime=640.57 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 37440 0 0 0 63999 58 0 0 20 0 3 0 331809548 293421056 47986 33554432000 4194304 5964478 140735835056448 140281880856088 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=286544 CPUtime=640.33 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 9229 0 0 0 64013 20 0 0 20 0 3 0 331809548 293421056 47986 33554432000 4194304 5964478 140735835056448 140281870366552 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1284.05
Current children cumulated vsize (KiB) 286544

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30311
/proc/meminfo: memFree=26934068/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=291136 CPUtime=1403.97 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 50480 0 0 0 140333 64 0 0 20 0 3 0 331809547 298123264 51033 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 72784 51033 191 433 0 72348 0
[pid=30303/tid=30304] ppid=30301 vsize=291136 CPUtime=700.41 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 40079 0 0 0 69980 61 0 0 20 0 3 0 331809548 298123264 51033 33554432000 4194304 5964478 140735835056448 140281880856088 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=291136 CPUtime=700.13 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 9661 0 0 0 69991 22 0 0 20 0 3 0 331809548 298123264 51033 33554432000 4194304 5964478 140735835056448 140281870367136 4399938 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1403.97
Current children cumulated vsize (KiB) 291136

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 30315
/proc/meminfo: memFree=26932232/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=293664 CPUtime=1523.91 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 52709 0 0 0 152325 66 0 0 20 0 3 0 331809547 300711936 53254 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 73416 53254 191 433 0 72980 0
[pid=30303/tid=30304] ppid=30301 vsize=293664 CPUtime=760.25 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 42211 0 0 0 75961 64 0 0 20 0 3 0 331809548 300711936 53254 33554432000 4194304 5964478 140735835056448 140281880856088 4399975 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=293664 CPUtime=759.94 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 9758 0 0 0 75971 23 0 0 20 0 3 0 331809548 300711936 53254 33554432000 4194304 5964478 140735835056448 140281870367080 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1523.91
Current children cumulated vsize (KiB) 293664

[startup+822.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30315
/proc/meminfo: memFree=26916916/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=362136 CPUtime=1643.86 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 54452 0 0 0 164319 67 0 0 20 0 3 0 331809547 370827264 55320 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 90534 55320 191 433 0 90098 0
[pid=30303/tid=30304] ppid=30301 vsize=362136 CPUtime=820.09 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 43839 0 0 0 81942 67 0 0 20 0 3 0 331809548 370827264 55320 33554432000 4194304 5964478 140735835056448 140281880856584 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=362136 CPUtime=819.76 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 9873 0 0 0 81952 24 0 0 20 0 3 0 331809548 370827264 55320 33554432000 4194304 5964478 140735835056448 140281870367136 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1643.86
Current children cumulated vsize (KiB) 362136

[startup+882.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30355
/proc/meminfo: memFree=26915740/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=364952 CPUtime=1763.81 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 56444 0 0 0 176312 69 0 0 20 0 3 0 331809547 373710848 57470 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 91238 57470 191 433 0 90802 0
[pid=30303/tid=30304] ppid=30301 vsize=364952 CPUtime=879.93 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 45627 0 0 0 87923 70 0 0 20 0 3 0 331809548 373710848 57470 33554432000 4194304 5964478 140735835056448 140281880856088 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=364952 CPUtime=879.58 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 10077 0 0 0 87933 25 0 0 20 0 3 0 331809548 373710848 57470 33554432000 4194304 5964478 140735835056448 140281870367080 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1763.81
Current children cumulated vsize (KiB) 364952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 30355
/proc/meminfo: memFree=26899620/32873844 swapFree=6608/6608
[pid=30303] ppid=30301 vsize=364952 CPUtime=1800.02 cores=0,2,4,6
/proc/30303/stat : 30303 (pwbo2.02) S 30301 30303 28266 0 -1 4202496 57433 0 0 0 179932 70 0 0 20 0 3 0 331809547 373710848 58459 33554432000 4194304 5964478 140735835056448 140735835055968 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30303/statm: 91238 58459 191 433 0 90802 0
[pid=30303/tid=30304] ppid=30301 vsize=364952 CPUtime=897.99 cores=0,2,4,6
/proc/30303/task/30304/stat : 30304 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 46073 0 0 0 89729 70 0 0 20 0 3 0 331809548 373710848 58459 33554432000 4194304 5964478 140735835056448 140281880856088 4399952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30303/tid=30305] ppid=30301 vsize=364952 CPUtime=897.63 cores=0,2,4,6
/proc/30303/task/30305/stat : 30305 (pwbo2.02) R 30301 30303 28266 0 -1 4202560 10620 0 0 0 89737 26 0 0 20 0 3 0 331809548 373710848 58459 33554432000 4194304 5964478 140735835056448 140281870366552 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 364952

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30303 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=688165
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=980850
# CPU time returned by wait4() is 1795.67
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.417
CPU time (s): 1800.02
CPU user time (s): 1799.32
CPU system time (s): 0.7
CPU usage (%): 199.91
Max. virtual memory (cumulated for all children) (KiB): 364952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 0.98085
maximum resident set size= 233844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57435
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= 811
involuntary context switches= 2256

runsolver used 1.87971 second user time and 5.2462 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-02 19:07:27
IDJOB=3726041
IDBENCH=2929
IDSOLVER=2309
FILE ID=node140/3726041-1338656847
RUNJOBID= node140-1338651425-29649
PBS_JOBID= 14636440
Free space on /tmp= 70620 MiB

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

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1727540057

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27405672 kB
Buffers:          390808 kB
Cached:          4146532 kB
SwapCached:         1664 kB
Active:          1256376 kB
Inactive:        3325228 kB
Active(anon):      36496 kB
Inactive(anon):     9416 kB
Active(file):    1219880 kB
Inactive(file):  3315812 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             10928 kB
Writeback:             0 kB
AnonPages:         48560 kB
Mapped:            10836 kB
Shmem:                 8 kB
Slab:             747148 kB
SReclaimable:     189348 kB
SUnreclaim:       557800 kB
KernelStack:        1448 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     173488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70616 MiB
End job on node140 at 2012-06-02 19:22:29