Trace number 3703739

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.0? (TO) 1800.01 901.019

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
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 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703739-1338094682.opb.
0.00/0.00	c Instance file HOME/instance-3703739-1338094682.opb
0.00/0.00	c File size is 3364 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3487
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.01/901.01	c ===============================================================================
1800.01/901.01	c Wall Clock Time: 901.01 s
1800.01/901.01	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-3703739-1338094682/watcher-3703739-1338094682 -o /tmp/evaluation-result-3703739-1338094682/solver-3703739-1338094682 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703739-1338094682.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.83 3.94 3.93 4/177 8586
/proc/meminfo: memFree=30390176/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 799 0 0 0 0 0 0 0 20 0 3 0 275596701 166141952 750 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40562 750 193 433 0 40126 0
[pid=8586/tid=8587] ppid=8584 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 3 0 275596702 166141952 750 33554432000 4194304 5965102 140737338081184 140410866551768 4391230 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=162248 CPUtime=0 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 3 0 275596702 166141952 750 33554432000 4194304 5965102 140737338081184 140410856061856 4392216 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.053019 s]
/proc/loadavg: 3.83 3.94 3.93 4/177 8586
/proc/meminfo: memFree=30390176/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=162248 CPUtime=0.09 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 1066 0 0 0 9 0 0 0 20 0 3 0 275596701 166141952 1017 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40562 1019 195 433 0 40126 0
[pid=8586/tid=8587] ppid=8584 vsize=162248 CPUtime=0.03 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 190 0 0 0 3 0 0 0 20 0 3 0 275596702 166141952 1023 33554432000 4194304 5965102 140737338081184 140410866550768 5179915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=162248 CPUtime=0.03 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 3 0 275596702 166141952 1023 33554432000 4194304 5965102 140737338081184 140410856061232 4383059 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 162248

[startup+0.100278 s]
/proc/loadavg: 3.83 3.94 3.93 4/177 8586
/proc/meminfo: memFree=30390176/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=162248 CPUtime=0.18 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 1264 0 0 0 18 0 0 0 20 0 3 0 275596701 166141952 1215 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40562 1215 195 433 0 40126 0
[pid=8586/tid=8587] ppid=8584 vsize=162248 CPUtime=0.08 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 307 0 0 0 8 0 0 0 20 0 3 0 275596702 166141952 1215 33554432000 4194304 5965102 140737338081184 140410866550768 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=162248 CPUtime=0.08 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 216 0 0 0 8 0 0 0 20 0 3 0 275596702 166141952 1215 33554432000 4194304 5965102 140737338081184 140410856061152 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162248

[startup+0.300263 s]
/proc/loadavg: 3.83 3.94 3.93 4/177 8586
/proc/meminfo: memFree=30390176/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=162248 CPUtime=0.58 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 1881 0 0 0 57 1 0 0 20 0 3 0 275596701 166141952 1832 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40562 1832 195 433 0 40126 0
[pid=8586/tid=8587] ppid=8584 vsize=162248 CPUtime=0.28 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 684 0 0 0 26 2 0 0 20 0 3 0 275596702 166141952 1832 33554432000 4194304 5965102 140737338081184 140410866550768 4383055 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=162248 CPUtime=0.28 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 456 0 0 0 28 0 0 0 20 0 3 0 275596702 166141952 1832 33554432000 4194304 5965102 140737338081184 140410856061232 4380336 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.700256 s]
/proc/loadavg: 3.83 3.94 3.93 4/177 8586
/proc/meminfo: memFree=30390176/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=162392 CPUtime=1.38 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 2346 0 0 0 136 2 0 0 20 0 3 0 275596701 166289408 2297 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40598 2297 195 433 0 40162 0
[pid=8586/tid=8587] ppid=8584 vsize=162392 CPUtime=0.68 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 1088 0 0 0 66 2 0 0 20 0 3 0 275596702 166289408 2297 33554432000 4194304 5965102 140737338081184 140410866550768 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=162392 CPUtime=0.67 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 517 0 0 0 67 0 0 0 20 0 3 0 275596702 166289408 2297 33554432000 4194304 5965102 140737338081184 140410856061232 4401472 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) 162392

[startup+1.50026 s]
/proc/loadavg: 3.83 3.94 3.93 5/180 8589
/proc/meminfo: memFree=30379736/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=162896 CPUtime=2.96 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 3144 0 0 0 292 4 0 0 20 0 3 0 275596701 166805504 3095 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40724 3095 195 433 0 40288 0
[pid=8586/tid=8587] ppid=8584 vsize=162896 CPUtime=1.47 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 1576 0 0 0 145 2 0 0 20 0 3 0 275596702 166805504 3095 33554432000 4194304 5965102 140737338081184 140410866550768 4401668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=162896 CPUtime=1.47 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 827 0 0 0 145 2 0 0 20 0 3 0 275596702 166805504 3095 33554432000 4194304 5965102 140737338081184 140410856061232 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 162896

[startup+3.10034 s]
/proc/loadavg: 3.83 3.94 3.93 5/181 8590
/proc/meminfo: memFree=30375644/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=163580 CPUtime=6.15 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 4352 0 0 0 610 5 0 0 20 0 3 0 275596701 167505920 4303 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 40895 4303 195 433 0 40459 0
[pid=8586/tid=8587] ppid=8584 vsize=163580 CPUtime=3.07 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 2326 0 0 0 304 3 0 0 20 0 3 0 275596702 167505920 4303 33554432000 4194304 5965102 140737338081184 140410866550768 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=163580 CPUtime=3.06 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 1285 0 0 0 304 2 0 0 20 0 3 0 275596702 167505920 4303 33554432000 4194304 5965102 140737338081184 140410856061232 4380272 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 163580

[startup+6.30033 s]
/proc/loadavg: 3.84 3.94 3.93 5/181 8590
/proc/meminfo: memFree=30367700/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=165524 CPUtime=12.54 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 6040 0 0 0 1246 8 0 0 20 0 3 0 275596701 169496576 5991 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 41381 5991 195 433 0 40945 0
[pid=8586/tid=8587] ppid=8584 vsize=165524 CPUtime=6.26 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 3591 0 0 0 621 5 0 0 20 0 3 0 275596702 169496576 5991 33554432000 4194304 5965102 140737338081184 140410866550768 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=165524 CPUtime=6.24 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 1708 0 0 0 622 2 0 0 20 0 3 0 275596702 169496576 5991 33554432000 4194304 5965102 140737338081184 140410856061232 4390116 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 165524

[startup+12.7003 s]
/proc/loadavg: 3.86 3.94 3.93 5/181 8590
/proc/meminfo: memFree=30356432/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=168432 CPUtime=25.32 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 8185 0 0 0 2520 12 0 0 20 0 3 0 275596701 172474368 8132 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 42108 8132 195 433 0 41672 0
[pid=8586/tid=8587] ppid=8584 vsize=168432 CPUtime=12.64 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 5304 0 0 0 1255 9 0 0 20 0 3 0 275596702 172474368 8132 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=168432 CPUtime=12.6 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 2140 0 0 0 1257 3 0 0 20 0 3 0 275596702 172474368 8132 33554432000 4194304 5965102 140737338081184 140410856061048 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 168432

[startup+25.5004 s]
/proc/loadavg: 3.89 3.94 3.93 5/181 8590
/proc/meminfo: memFree=30340568/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=173468 CPUtime=50.88 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 11383 0 0 0 5074 14 0 0 20 0 3 0 275596701 177631232 11326 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 43367 11327 195 433 0 42931 0
[pid=8586/tid=8587] ppid=8584 vsize=173468 CPUtime=25.41 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 7828 0 0 0 2531 10 0 0 20 0 3 0 275596702 177631232 11327 33554432000 4194304 5965102 140737338081184 140410866550768 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=173468 CPUtime=25.33 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 2815 0 0 0 2530 3 0 0 20 0 3 0 275596702 177631232 11327 33554432000 4194304 5965102 140737338081184 140410856061232 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 173468

[startup+51.1003 s]
/proc/loadavg: 3.92 3.94 3.93 5/181 8590
/proc/meminfo: memFree=30320400/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=178608 CPUtime=102 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 15262 0 0 0 10180 20 0 0 20 0 3 0 275596701 182894592 15202 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 44652 15202 195 433 0 44216 0
[pid=8586/tid=8587] ppid=8584 vsize=178608 CPUtime=50.94 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 11103 0 0 0 5079 15 0 0 20 0 3 0 275596702 182894592 15202 33554432000 4194304 5965102 140737338081184 140410866550688 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=178608 CPUtime=50.8 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 3418 0 0 0 5075 5 0 0 20 0 3 0 275596702 182894592 15202 33554432000 4194304 5965102 140737338081184 140410856061232 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 178608

[startup+102.307 s]
/proc/loadavg: 3.97 3.95 3.93 5/181 8590
/proc/meminfo: memFree=30283508/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=190144 CPUtime=204.31 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 21358 0 0 0 20404 27 0 0 20 0 3 0 275596701 194707456 21228 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 47536 21228 195 433 0 47100 0
[pid=8586/tid=8587] ppid=8584 vsize=190144 CPUtime=102.02 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 15792 0 0 0 10182 20 0 0 20 0 3 0 275596702 194707456 21228 33554432000 4194304 5965102 140737338081184 140410866550768 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=190144 CPUtime=101.79 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 4825 0 0 0 10171 8 0 0 20 0 3 0 275596702 194707456 21228 33554432000 4194304 5965102 140737338081184 140410856061232 4401078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.31
Current children cumulated vsize (KiB) 190144

[startup+162.3 s]
/proc/loadavg: 3.85 3.92 3.92 5/182 8634
/proc/meminfo: memFree=30495084/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=199812 CPUtime=324.12 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 28045 0 0 0 32378 34 0 0 20 0 3 0 275596701 204607488 27633 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 49953 27633 195 433 0 49517 0
[pid=8586/tid=8587] ppid=8584 vsize=199812 CPUtime=161.84 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 21609 0 0 0 16157 27 0 0 20 0 3 0 275596702 204607488 27633 33554432000 4194304 5965102 140737338081184 140410866550296 4404704 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=199812 CPUtime=161.49 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 5695 0 0 0 16138 11 0 0 20 0 3 0 275596702 204607488 27633 33554432000 4194304 5965102 140737338081184 140410856061288 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.12
Current children cumulated vsize (KiB) 199812

[startup+222.3 s]
/proc/loadavg: 3.94 3.93 3.92 5/182 8657
/proc/meminfo: memFree=30459300/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=271052 CPUtime=443.99 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 32507 0 0 0 44360 39 0 0 20 0 3 0 275596701 277557248 33189 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 67763 33189 195 433 0 67327 0
[pid=8586/tid=8587] ppid=8584 vsize=271052 CPUtime=221.67 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 25620 0 0 0 22135 32 0 0 20 0 3 0 275596702 277557248 33189 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=271052 CPUtime=221.24 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 6146 0 0 0 22112 12 0 0 20 0 3 0 275596702 277557248 33189 33554432000 4194304 5965102 140737338081184 140410856061232 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 443.99
Current children cumulated vsize (KiB) 271052

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

[pid=8586/tid=8588] ppid=8584 vsize=281712 CPUtime=280.98 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 7227 0 0 0 28082 16 0 0 20 0 3 0 275596702 288473088 39345 33554432000 4194304 5965102 140737338081184 140410856060760 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 563.86
Current children cumulated vsize (KiB) 281712

[startup+342.3 s]
/proc/loadavg: 3.99 3.95 3.92 5/181 8658
/proc/meminfo: memFree=30397992/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=288528 CPUtime=683.74 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 43243 0 0 0 68324 50 0 0 20 0 3 0 275596701 295452672 43988 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 72132 43988 195 433 0 71696 0
[pid=8586/tid=8587] ppid=8584 vsize=288528 CPUtime=341.36 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 34726 0 0 0 34096 40 0 0 20 0 3 0 275596702 295452672 43988 33554432000 4194304 5965102 140737338081184 140410866550792 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=288528 CPUtime=340.72 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 7776 0 0 0 34053 19 0 0 20 0 3 0 275596702 295452672 43988 33554432000 4194304 5965102 140737338081184 140410856061232 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 683.74
Current children cumulated vsize (KiB) 288528

[startup+402.3 s]
/proc/loadavg: 3.99 3.96 3.92 5/181 8658
/proc/meminfo: memFree=30371932/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=295208 CPUtime=803.62 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 47071 0 0 0 80309 53 0 0 20 0 3 0 275596701 302292992 47816 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 73802 47816 195 433 0 73366 0
[pid=8586/tid=8587] ppid=8584 vsize=295208 CPUtime=401.2 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 38330 0 0 0 40075 45 0 0 20 0 3 0 275596702 302292992 47816 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=295208 CPUtime=400.48 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 8000 0 0 0 40028 20 0 0 20 0 3 0 275596702 302292992 47816 33554432000 4194304 5965102 140737338081184 140410856061232 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 803.62
Current children cumulated vsize (KiB) 295208

[startup+462.3 s]
/proc/loadavg: 4.07 3.98 3.93 5/181 8658
/proc/meminfo: memFree=30352928/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=303860 CPUtime=923.49 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 50956 0 0 0 92293 56 0 0 20 0 3 0 275596701 311152640 52328 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 75965 52328 195 433 0 75529 0
[pid=8586/tid=8587] ppid=8584 vsize=303860 CPUtime=461.04 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 42105 0 0 0 46055 49 0 0 20 0 3 0 275596702 311152640 52328 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=303860 CPUtime=460.22 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 8110 0 0 0 46002 20 0 0 20 0 3 0 275596702 311152640 52328 33554432000 4194304 5965102 140737338081184 140410856061344 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 923.49
Current children cumulated vsize (KiB) 303860

[startup+522.3 s]
/proc/loadavg: 4.03 3.98 3.93 5/181 8658
/proc/meminfo: memFree=30331776/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=305560 CPUtime=1043.39 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 54164 0 0 0 104279 60 0 0 20 0 3 0 275596701 312893440 55735 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 76390 55735 195 433 0 75954 0
[pid=8586/tid=8587] ppid=8584 vsize=305560 CPUtime=520.89 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 44638 0 0 0 52038 51 0 0 20 0 3 0 275596702 312893440 55735 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=305560 CPUtime=519.99 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 8785 0 0 0 51977 22 0 0 20 0 3 0 275596702 312893440 55735 33554432000 4194304 5965102 140737338081184 140410856061344 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1043.39
Current children cumulated vsize (KiB) 305560

[startup+582.3 s]
/proc/loadavg: 4.01 3.98 3.93 5/181 8658
/proc/meminfo: memFree=30313776/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=377580 CPUtime=1163.27 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 58487 0 0 0 116262 65 0 0 20 0 3 0 275596701 386641920 60056 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 94395 60056 195 433 0 93959 0
[pid=8586/tid=8587] ppid=8584 vsize=377580 CPUtime=580.73 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 48392 0 0 0 58017 56 0 0 20 0 3 0 275596702 386641920 60056 33554432000 4194304 5965102 140737338081184 140410866550440 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=377580 CPUtime=579.74 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 9354 0 0 0 57949 25 0 0 20 0 3 0 275596702 386641920 60056 33554432000 4194304 5965102 140737338081184 140410856061344 4380032 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1163.27
Current children cumulated vsize (KiB) 377580

[startup+642.3 s]
/proc/loadavg: 4.00 3.98 3.93 5/181 8659
/proc/meminfo: memFree=30286724/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=383616 CPUtime=1283.12 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 62381 0 0 0 128244 68 0 0 20 0 3 0 275596701 392822784 64452 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 95904 64452 195 433 0 95468 0
[pid=8586/tid=8587] ppid=8584 vsize=383616 CPUtime=640.57 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 52152 0 0 0 63997 60 0 0 20 0 3 0 275596702 392822784 64452 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=383616 CPUtime=639.45 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 9488 0 0 0 63919 26 0 0 20 0 3 0 275596702 392822784 64452 33554432000 4194304 5965102 140737338081184 140410856061344 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1283.12
Current children cumulated vsize (KiB) 383616

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.93 5/181 8659
/proc/meminfo: memFree=30267124/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=384784 CPUtime=1402.99 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 65175 0 0 0 140230 69 0 0 20 0 3 0 275596701 394018816 67409 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 96196 67409 195 433 0 95760 0
[pid=8586/tid=8587] ppid=8584 vsize=384784 CPUtime=700.42 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 54807 0 0 0 69980 62 0 0 20 0 3 0 275596702 394018816 67409 33554432000 4194304 5965102 140737338081184 140410866550824 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=384784 CPUtime=699.19 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 9627 0 0 0 69892 27 0 0 20 0 3 0 275596702 394018816 67409 33554432000 4194304 5965102 140737338081184 140410856061344 4401026 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1402.99
Current children cumulated vsize (KiB) 384784

[startup+762.307 s]
/proc/loadavg: 4.00 3.98 3.93 5/182 8662
/proc/meminfo: memFree=30246700/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=391028 CPUtime=1522.9 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 67854 0 0 0 152219 71 0 0 20 0 3 0 275596701 400412672 70088 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 97757 70088 195 433 0 97321 0
[pid=8586/tid=8587] ppid=8584 vsize=391028 CPUtime=760.27 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 57432 0 0 0 75962 65 0 0 20 0 3 0 275596702 400412672 70088 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=391028 CPUtime=758.96 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 9681 0 0 0 75868 28 0 0 20 0 3 0 275596702 400412672 70088 33554432000 4194304 5965102 140737338081184 140410856061232 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1522.9
Current children cumulated vsize (KiB) 391028

[startup+822.3 s]
/proc/loadavg: 4.00 3.98 3.93 5/181 8662
/proc/meminfo: memFree=30227560/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=396356 CPUtime=1642.75 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 72136 0 0 0 164200 75 0 0 20 0 3 0 275596701 405868544 74871 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 99089 74871 195 433 0 98653 0
[pid=8586/tid=8587] ppid=8584 vsize=396356 CPUtime=820.09 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 61248 0 0 0 81941 68 0 0 20 0 3 0 275596702 405868544 74871 33554432000 4194304 5965102 140737338081184 140410866550584 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=396356 CPUtime=818.69 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 10147 0 0 0 81839 30 0 0 20 0 3 0 275596702 405868544 74871 33554432000 4194304 5965102 140737338081184 140410856061344 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1642.75
Current children cumulated vsize (KiB) 396356

[startup+882.3 s]
/proc/loadavg: 4.00 3.98 3.93 5/181 8662
/proc/meminfo: memFree=30191720/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=412712 CPUtime=1762.65 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 77377 0 0 0 176187 78 0 0 20 0 3 0 275596701 422617088 80167 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 103178 80167 195 433 0 102742 0
[pid=8586/tid=8587] ppid=8584 vsize=412712 CPUtime=879.94 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 66345 0 0 0 87922 72 0 0 20 0 3 0 275596702 422617088 80167 33554432000 4194304 5965102 140737338081184 140410866550296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=412712 CPUtime=878.46 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 10291 0 0 0 87815 31 0 0 20 0 3 0 275596702 422617088 80167 33554432000 4194304 5965102 140737338081184 140410856061344 4401871 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1762.65
Current children cumulated vsize (KiB) 412712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901 s]
/proc/loadavg: 4.00 3.98 3.93 5/181 8662
/proc/meminfo: memFree=30185888/32873844 swapFree=7108/7108
[pid=8586] ppid=8584 vsize=415144 CPUtime=1800.01 cores=0,2,4,6
/proc/8586/stat : 8586 (pwbo2.0) S 8584 8586 7054 0 -1 4202496 78538 0 0 0 179922 79 0 0 20 0 3 0 275596701 425107456 81327 33554432000 4194304 5965102 140737338081184 140737338080704 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8586/statm: 103786 81327 195 433 0 103350 0
[pid=8586/tid=8587] ppid=8584 vsize=415144 CPUtime=898.6 cores=0,2,4,6
/proc/8586/task/8587/stat : 8587 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 67505 0 0 0 89787 73 0 0 20 0 3 0 275596702 425107456 81327 33554432000 4194304 5965102 140737338081184 140410866550296 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=415144 CPUtime=897.08 cores=0,2,4,6
/proc/8586/task/8588/stat : 8588 (pwbo2.0) R 8584 8586 7054 0 -1 4202560 10292 0 0 0 89677 31 0 0 20 0 3 0 275596702 425107456 81327 33554432000 4194304 5965102 140737338081184 140410856061344 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 415144

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 8586 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=647172
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=70837
# CPU time returned by wait4() is 1795.72
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.019
CPU time (s): 1800.01
CPU user time (s): 1799.22
CPU system time (s): 0.79
CPU usage (%): 199.775
Max. virtual memory (cumulated for all children) (KiB): 415144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.07084
maximum resident set size= 325316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78540
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= 918
involuntary context switches= 1920

runsolver used 1.9497 second user time and 4.88626 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 06:58:02
IDJOB=3703739
IDBENCH=2931
IDSOLVER=2279
FILE ID=node102/3703739-1338094682
RUNJOBID= node102-1338087425-7070
PBS_JOBID= 14624443
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=186056311

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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		: 2667.178
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	: 5438.54
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.178
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		: 2667.178
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:        30390812 kB
Buffers:          313600 kB
Cached:          1067164 kB
SwapCached:            0 kB
Active:          1088388 kB
Inactive:         569844 kB
Active(anon):     269224 kB
Inactive(anon):    11040 kB
Active(file):     819164 kB
Inactive(file):   558804 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        284356 kB
Mapped:            15092 kB
Shmem:               200 kB
Slab:             685824 kB
SReclaimable:     128296 kB
SUnreclaim:       557528 kB
KernelStack:        1472 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     254968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71524 MiB
End job on node102 at 2012-05-27 07:13:05