Trace number 3703734

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.09 901.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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-3703734-1338093929.opb.
0.00/0.00	c Instance file HOME/instance-3703734-1338093929.opb
0.00/0.00	c File size is 2100 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2553
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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.09/901.31	c ===============================================================================
1800.09/901.31	c Wall Clock Time: 901.31 s
1800.09/901.31	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.95 4/178 8539
/proc/meminfo: memFree=30520000/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 798 0 0 0 0 0 0 0 20 0 3 0 275521477 166121472 747 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 40557 747 193 433 0 40121 0
[pid=8539/tid=8540] ppid=8537 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 3 0 275521477 166121472 748 33554432000 4194304 5965102 140735877544784 140087692458968 5137146 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 3 0 275521477 166121472 748 33554432000 4194304 5965102 140735877544784 140087681969200 5137146 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.10534 s]
/proc/loadavg: 4.00 4.00 3.95 4/178 8539
/proc/meminfo: memFree=30520000/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=162228 CPUtime=0.18 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 1362 0 0 0 18 0 0 0 20 0 3 0 275521477 166121472 1311 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 40557 1311 195 433 0 40121 0
[pid=8539/tid=8540] ppid=8537 vsize=162228 CPUtime=0.08 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 366 0 0 0 8 0 0 0 20 0 3 0 275521477 166121472 1311 33554432000 4194304 5965102 140735877544784 140087692457968 4401050 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=162228 CPUtime=0.08 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 259 0 0 0 8 0 0 0 20 0 3 0 275521477 166121472 1311 33554432000 4194304 5965102 140735877544784 140087681968432 5137076 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162228

[startup+0.20029 s]
/proc/loadavg: 4.00 4.00 3.95 4/178 8539
/proc/meminfo: memFree=30520000/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=162228 CPUtime=0.37 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 1672 0 0 0 36 1 0 0 20 0 3 0 275521477 166121472 1621 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 40557 1621 195 433 0 40121 0
[pid=8539/tid=8540] ppid=8537 vsize=162228 CPUtime=0.18 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 555 0 0 0 16 2 0 0 20 0 3 0 275521477 166121472 1621 33554432000 4194304 5965102 140735877544784 140087692457968 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=162228 CPUtime=0.17 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 380 0 0 0 17 0 0 0 20 0 3 0 275521477 166121472 1621 33554432000 4194304 5965102 140735877544784 140087681968432 4401026 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 162228

[startup+0.300291 s]
/proc/loadavg: 4.00 4.00 3.95 4/178 8539
/proc/meminfo: memFree=30520000/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=162372 CPUtime=0.57 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 1928 0 0 0 56 1 0 0 20 0 3 0 275521477 166268928 1877 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 40593 1877 195 433 0 40157 0
[pid=8539/tid=8540] ppid=8537 vsize=162372 CPUtime=0.28 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 691 0 0 0 26 2 0 0 20 0 3 0 275521477 166268928 1877 33554432000 4194304 5965102 140735877544784 140087692457968 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=162372 CPUtime=0.27 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 500 0 0 0 27 0 0 0 20 0 3 0 275521477 166268928 1877 33554432000 4194304 5965102 140735877544784 140087681968432 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 162372

[startup+0.700243 s]
/proc/loadavg: 4.00 4.00 3.95 4/178 8539
/proc/meminfo: memFree=30520000/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=162372 CPUtime=1.36 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 2467 0 0 0 135 1 0 0 20 0 3 0 275521477 166268928 2416 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 40593 2416 195 433 0 40157 0
[pid=8539/tid=8540] ppid=8537 vsize=162372 CPUtime=0.67 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 1131 0 0 0 65 2 0 0 20 0 3 0 275521477 166268928 2416 33554432000 4194304 5965102 140735877544784 140087692457968 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=162372 CPUtime=0.67 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 599 0 0 0 67 0 0 0 20 0 3 0 275521477 166268928 2416 33554432000 4194304 5965102 140735877544784 140087681968432 4380032 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 162372

[startup+1.50026 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30509280/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=162948 CPUtime=2.94 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 3219 0 0 0 292 2 0 0 20 0 3 0 275521477 166858752 3168 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 40737 3168 195 433 0 40301 0
[pid=8539/tid=8540] ppid=8537 vsize=162948 CPUtime=1.46 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 1649 0 0 0 144 2 0 0 20 0 3 0 275521477 166858752 3168 33554432000 4194304 5965102 140735877544784 140087692457968 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=162948 CPUtime=1.45 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 833 0 0 0 145 0 0 0 20 0 3 0 275521477 166858752 3168 33554432000 4194304 5965102 140735877544784 140087681968432 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 162948

[startup+3.10033 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30503436/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=164836 CPUtime=6.12 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 4403 0 0 0 609 3 0 0 20 0 3 0 275521477 168792064 4352 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 41209 4352 195 433 0 40773 0
[pid=8539/tid=8540] ppid=8537 vsize=164836 CPUtime=3.06 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 2630 0 0 0 303 3 0 0 20 0 3 0 275521477 168792064 4352 33554432000 4194304 5965102 140735877544784 140087692457968 4401578 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=164836 CPUtime=3.03 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 1036 0 0 0 303 0 0 0 20 0 3 0 275521477 168792064 4352 33554432000 4194304 5965102 140735877544784 140087681968432 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 164836

[startup+6.30035 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30492400/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=167884 CPUtime=12.49 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 5963 0 0 0 1245 4 0 0 20 0 3 0 275521477 171913216 5912 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 41971 5912 195 433 0 41535 0
[pid=8539/tid=8540] ppid=8537 vsize=167884 CPUtime=6.25 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 3701 0 0 0 622 3 0 0 20 0 3 0 275521477 171913216 5912 33554432000 4194304 5965102 140735877544784 140087692457784 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=167884 CPUtime=6.19 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 1525 0 0 0 619 0 0 0 20 0 3 0 275521477 171913216 5912 33554432000 4194304 5965102 140735877544784 140087681968432 4380048 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 167884

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30479264/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=171324 CPUtime=25.23 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 7869 0 0 0 2518 5 0 0 20 0 3 0 275521477 175435776 7818 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 42831 7818 195 433 0 42395 0
[pid=8539/tid=8540] ppid=8537 vsize=171324 CPUtime=12.63 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 5267 0 0 0 1259 4 0 0 20 0 3 0 275521477 175435776 7818 33554432000 4194304 5965102 140735877544784 140087692458024 4401078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=171324 CPUtime=12.53 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 1865 0 0 0 1253 0 0 0 20 0 3 0 275521477 175435776 7818 33554432000 4194304 5965102 140735877544784 140087681968432 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 171324

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30463500/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=177120 CPUtime=50.74 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 11198 0 0 0 5066 8 0 0 20 0 3 0 275521477 181370880 11147 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 44280 11147 195 433 0 43844 0
[pid=8539/tid=8540] ppid=8537 vsize=177120 CPUtime=25.4 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 8075 0 0 0 2534 6 0 0 20 0 3 0 275521477 181370880 11147 33554432000 4194304 5965102 140735877544784 140087692458024 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=177120 CPUtime=25.2 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 2386 0 0 0 2519 1 0 0 20 0 3 0 275521477 181370880 11147 33554432000 4194304 5965102 140735877544784 140087681968432 4401015 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 177120

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30434824/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=183180 CPUtime=101.81 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 15570 0 0 0 10169 12 0 0 20 0 3 0 275521477 187576320 15519 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 45795 15519 195 433 0 45359 0
[pid=8539/tid=8540] ppid=8537 vsize=183180 CPUtime=50.93 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 11898 0 0 0 5083 10 0 0 20 0 3 0 275521477 187576320 15519 33554432000 4194304 5965102 140735877544784 140087692458024 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=183180 CPUtime=50.61 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 2935 0 0 0 5059 2 0 0 20 0 3 0 275521477 187576320 15519 33554432000 4194304 5965102 140735877544784 140087681967960 4380356 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 183180

[startup+102.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8542
/proc/meminfo: memFree=30372496/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=196988 CPUtime=204 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 22735 0 0 0 20382 18 0 0 20 0 3 0 275521477 201715712 22684 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 49247 22684 195 433 0 48811 0
[pid=8539/tid=8540] ppid=8537 vsize=196988 CPUtime=102 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 18391 0 0 0 10185 15 0 0 20 0 3 0 275521477 201715712 22684 33554432000 4194304 5965102 140735877544784 140087692457992 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=196988 CPUtime=101.47 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 3607 0 0 0 10143 4 0 0 20 0 3 0 275521477 201715712 22684 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 196988

[startup+162.3 s]
/proc/loadavg: 4.07 4.02 3.95 5/181 8543
/proc/meminfo: memFree=30323188/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=271872 CPUtime=323.74 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 29331 0 0 0 32351 23 0 0 20 0 3 0 275521477 278396928 29336 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 67968 29337 195 433 0 67532 0
[pid=8539/tid=8540] ppid=8537 vsize=271872 CPUtime=161.81 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 24404 0 0 0 16161 20 0 0 20 0 3 0 275521477 278396928 29337 33554432000 4194304 5965102 140735877544784 140087692457640 4401578 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=271872 CPUtime=161.12 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 4191 0 0 0 16106 6 0 0 20 0 3 0 275521477 278396928 29337 33554432000 4194304 5965102 140735877544784 140087681968544 4401050 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 323.74
Current children cumulated vsize (KiB) 271872

[startup+222.307 s]
/proc/loadavg: 4.02 4.01 3.95 5/181 8543
/proc/meminfo: memFree=30268336/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=279584 CPUtime=443.56 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 34157 0 0 0 44330 26 0 0 20 0 3 0 275521477 286294016 35831 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 69896 35831 195 433 0 69460 0
[pid=8539/tid=8540] ppid=8537 vsize=279584 CPUtime=221.66 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 28742 0 0 0 22142 24 0 0 20 0 3 0 275521477 286294016 35831 33554432000 4194304 5965102 140735877544784 140087692457496 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=279584 CPUtime=220.8 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 4678 0 0 0 22073 7 0 0 20 0 3 0 275521477 286294016 35831 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 443.56
Current children cumulated vsize (KiB) 279584

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

[pid=8539/tid=8541] ppid=8537 vsize=287664 CPUtime=280.5 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 4930 0 0 0 28041 9 0 0 20 0 3 0 275521477 294567936 40629 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 563.38
Current children cumulated vsize (KiB) 287664

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/180 8546
/proc/meminfo: memFree=30193596/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=293184 CPUtime=683.23 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 42965 0 0 0 68293 30 0 0 20 0 3 0 275521477 300220416 44688 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 73296 44688 195 433 0 72860 0
[pid=8539/tid=8540] ppid=8537 vsize=293184 CPUtime=341.32 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 37093 0 0 0 34102 30 0 0 20 0 3 0 275521477 300220416 44688 33554432000 4194304 5965102 140735877544784 140087692457888 4221123 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=293184 CPUtime=340.23 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 5135 0 0 0 34013 10 0 0 20 0 3 0 275521477 300220416 44688 33554432000 4194304 5965102 140735877544784 140087681968544 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 683.23
Current children cumulated vsize (KiB) 293184

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8547
/proc/meminfo: memFree=30157784/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=304976 CPUtime=803.1 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 46805 0 0 0 80277 33 0 0 20 0 3 0 275521477 312295424 49303 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 76244 49303 195 433 0 75808 0
[pid=8539/tid=8540] ppid=8537 vsize=304976 CPUtime=401.16 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 40225 0 0 0 40083 33 0 0 20 0 3 0 275521477 312295424 49303 33554432000 4194304 5965102 140735877544784 140087692458024 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=304976 CPUtime=399.96 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 5843 0 0 0 39985 11 0 0 20 0 3 0 275521477 312295424 49303 33554432000 4194304 5965102 140735877544784 140087681968488 4401058 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.1
Current children cumulated vsize (KiB) 304976

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8548
/proc/meminfo: memFree=30120028/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=309176 CPUtime=922.96 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 50194 0 0 0 92262 34 0 0 20 0 3 0 275521477 316596224 52692 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 77294 52692 195 433 0 76858 0
[pid=8539/tid=8540] ppid=8537 vsize=309176 CPUtime=461 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 43341 0 0 0 46065 35 0 0 20 0 3 0 275521477 316596224 52692 33554432000 4194304 5965102 140735877544784 140087692457992 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=309176 CPUtime=459.69 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 6116 0 0 0 45957 12 0 0 20 0 3 0 275521477 316596224 52692 33554432000 4194304 5965102 140735877544784 140087681968432 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 922.96
Current children cumulated vsize (KiB) 309176

[startup+522.3 s]
/proc/loadavg: 3.93 3.98 3.95 5/181 8548
/proc/meminfo: memFree=30082876/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=311884 CPUtime=1042.82 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 53091 0 0 0 104247 35 0 0 20 0 3 0 275521477 319369216 55589 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 77971 55589 195 433 0 77535 0
[pid=8539/tid=8540] ppid=8537 vsize=311884 CPUtime=520.85 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 46066 0 0 0 52049 36 0 0 20 0 3 0 275521477 319369216 55589 33554432000 4194304 5965102 140735877544784 140087692457976 4401462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=311884 CPUtime=519.42 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 6288 0 0 0 51929 13 0 0 20 0 3 0 275521477 319369216 55589 33554432000 4194304 5965102 140735877544784 140087681968544 4380351 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1042.82
Current children cumulated vsize (KiB) 311884

[startup+582.3 s]
/proc/loadavg: 3.97 3.98 3.95 5/181 8548
/proc/meminfo: memFree=30059928/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=379556 CPUtime=1162.7 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 56035 0 0 0 116233 37 0 0 20 0 3 0 275521477 388665344 58533 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 94889 58533 195 433 0 94453 0
[pid=8539/tid=8540] ppid=8537 vsize=379556 CPUtime=580.69 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 48895 0 0 0 58030 39 0 0 20 0 3 0 275521477 388665344 58533 33554432000 4194304 5965102 140735877544784 140087692458080 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=379556 CPUtime=579.15 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 6403 0 0 0 57901 14 0 0 20 0 3 0 275521477 388665344 58533 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1162.7
Current children cumulated vsize (KiB) 379556

[startup+642.3 s]
/proc/loadavg: 3.95 3.97 3.94 5/181 8548
/proc/meminfo: memFree=30024308/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=382348 CPUtime=1282.57 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 58821 0 0 0 128219 38 0 0 20 0 3 0 275521477 391524352 61323 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 95587 61323 195 433 0 95151 0
[pid=8539/tid=8540] ppid=8537 vsize=382348 CPUtime=640.51 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 51672 0 0 0 64010 41 0 0 20 0 3 0 275521477 391524352 61323 33554432000 4194304 5965102 140735877544784 140087692457496 4401058 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=382348 CPUtime=638.91 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 6412 0 0 0 63876 15 0 0 20 0 3 0 275521477 391524352 61323 33554432000 4194304 5965102 140735877544784 140087681968544 4400963 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1282.57
Current children cumulated vsize (KiB) 382348

[startup+702.3 s]
/proc/loadavg: 3.98 3.97 3.94 5/181 8548
/proc/meminfo: memFree=30006920/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=392288 CPUtime=1402.49 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 60858 0 0 0 140209 40 0 0 20 0 3 0 275521477 401702912 64078 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 98072 64078 195 433 0 97636 0
[pid=8539/tid=8540] ppid=8537 vsize=392288 CPUtime=700.35 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 53368 0 0 0 69992 43 0 0 20 0 3 0 275521477 401702912 64078 33554432000 4194304 5965102 140735877544784 140087692457496 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=392288 CPUtime=698.7 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 6753 0 0 0 69854 16 0 0 20 0 3 0 275521477 401702912 64078 33554432000 4194304 5965102 140735877544784 140087681967960 4380288 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1402.49
Current children cumulated vsize (KiB) 392288

[startup+762.3 s]
/proc/loadavg: 3.86 3.94 3.93 5/181 8590
/proc/meminfo: memFree=30359648/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=393504 CPUtime=1522.36 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 63581 0 0 0 152194 42 0 0 20 0 3 0 275521477 402948096 66806 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 98376 66806 195 433 0 97940 0
[pid=8539/tid=8540] ppid=8537 vsize=393504 CPUtime=760.2 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 56073 0 0 0 75974 46 0 0 20 0 3 0 275521477 402948096 66806 33554432000 4194304 5965102 140735877544784 140087692457992 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=393504 CPUtime=758.42 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 6771 0 0 0 75825 17 0 0 20 0 3 0 275521477 402948096 66806 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1522.36
Current children cumulated vsize (KiB) 393504

[startup+822.3 s]
/proc/loadavg: 3.94 3.95 3.93 5/181 8590
/proc/meminfo: memFree=30308868/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=399880 CPUtime=1642.26 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 66258 0 0 0 164181 45 0 0 20 0 3 0 275521477 409477120 69478 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 99970 69478 195 433 0 99534 0
[pid=8539/tid=8540] ppid=8537 vsize=399880 CPUtime=820.03 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 58280 0 0 0 81955 48 0 0 20 0 3 0 275521477 409477120 69478 33554432000 4194304 5965102 140735877544784 140087692458024 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=399880 CPUtime=818.2 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 7241 0 0 0 81800 20 0 0 20 0 3 0 275521477 409477120 69478 33554432000 4194304 5965102 140735877544784 140087681968544 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1642.26
Current children cumulated vsize (KiB) 399880

[startup+882.307 s]
/proc/loadavg: 3.98 3.95 3.93 5/182 8593
/proc/meminfo: memFree=30264068/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=407140 CPUtime=1762.11 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 70141 0 0 0 176164 47 0 0 20 0 3 0 275521477 416911360 73952 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 101785 73952 195 433 0 101349 0
[pid=8539/tid=8540] ppid=8537 vsize=407140 CPUtime=879.88 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 62062 0 0 0 87936 52 0 0 20 0 3 0 275521477 416911360 73952 33554432000 4194304 5965102 140735877544784 140087692457496 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=407140 CPUtime=877.91 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 7342 0 0 0 87770 21 0 0 20 0 3 0 275521477 416911360 73952 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1762.11
Current children cumulated vsize (KiB) 407140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.3 s]
/proc/loadavg: 3.98 3.95 3.93 5/182 8593
/proc/meminfo: memFree=30252548/32873844 swapFree=7108/7108
[pid=8539] ppid=8537 vsize=407140 CPUtime=1800.09 cores=1,3,5,7
/proc/8539/stat : 8539 (pwbo2.0) S 8537 8539 7054 0 -1 4202496 70724 0 0 0 179961 48 0 0 20 0 3 0 275521477 416911360 74535 33554432000 4194304 5965102 140735877544784 140735877544304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8539/statm: 101785 74535 195 433 0 101349 0
[pid=8539/tid=8540] ppid=8537 vsize=407140 CPUtime=898.83 cores=1,3,5,7
/proc/8539/task/8540/stat : 8540 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 62644 0 0 0 89831 52 0 0 20 0 3 0 275521477 416911360 74535 33554432000 4194304 5965102 140735877544784 140087692457496 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8539/tid=8541] ppid=8537 vsize=407140 CPUtime=896.84 cores=1,3,5,7
/proc/8539/task/8541/stat : 8541 (pwbo2.0) R 8537 8539 7054 0 -1 4202560 7343 0 0 0 89663 21 0 0 20 0 3 0 275521477 416911360 74535 33554432000 4194304 5965102 140735877544784 140087681968544 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 407140

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

Real time (s): 901.32
CPU time (s): 1800.09
CPU user time (s): 1799.61
CPU system time (s): 0.48
CPU usage (%): 199.717
Max. virtual memory (cumulated for all children) (KiB): 407140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.96
system time used= 0.761884
maximum resident set size= 298144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70725
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= 578
involuntary context switches= 1835

runsolver used 2.11268 second user time and 5.51416 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 06:45:29
IDJOB=3703734
IDBENCH=2905
IDSOLVER=2279
FILE ID=node102/3703734-1338093929
RUNJOBID= node102-1338087425-7071
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_4_30_1.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703734-1338093929/watcher-3703734-1338093929 -o /tmp/evaluation-result-3703734-1338093929/solver-3703734-1338093929 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703734-1338093929.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=513685478

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:        30520364 kB
Buffers:          313436 kB
Cached:          1066884 kB
SwapCached:            0 kB
Active:           958900 kB
Inactive:         569812 kB
Active(anon):     139860 kB
Inactive(anon):    11040 kB
Active(file):     819040 kB
Inactive(file):   558772 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5432 kB
Writeback:             4 kB
AnonPages:        155140 kB
Mapped:            15092 kB
Shmem:               200 kB
Slab:             686100 kB
SReclaimable:     128308 kB
SUnreclaim:       557792 kB
KernelStack:        1472 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167820 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= 71528 MiB
End job on node102 at 2012-05-27 07:00:33