Trace number 3703736

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.37 901.318

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
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 benchmark25.1222
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
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-3703736-1338093591.opb.
0.00/0.00	c Instance file HOME/instance-3703736-1338093591.opb
0.00/0.00	c File size is 2114 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2821
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.01/901.31	c ===============================================================================
1800.01/901.31	c Wall Clock Time: 901.31 s
1800.01/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-3703736-1338093591/watcher-3703736-1338093591 -o /tmp/evaluation-result-3703736-1338093591/solver-3703736-1338093591 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703736-1338093591.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.81 3.96 3.93 4/178 8116
/proc/meminfo: memFree=28894548/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 782 0 0 0 0 0 0 0 20 0 3 0 275485103 166121472 734 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 40557 735 193 433 0 40121 0
[pid=8116/tid=8117] ppid=8114 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 3 0 275485103 166121472 735 33554432000 4194304 5965102 140733282130704 140733955973880 4571493 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 3 0 275485103 166121472 735 33554432000 4194304 5965102 140733282130704 140733955973880 4972560 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0

[startup+0.076432 s]
/proc/loadavg: 3.81 3.96 3.93 4/178 8116
/proc/meminfo: memFree=28894548/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=162228 CPUtime=0.13 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 1229 0 0 0 13 0 0 0 20 0 3 0 275485103 166121472 1181 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 40557 1181 195 433 0 40121 0
[pid=8116/tid=8117] ppid=8114 vsize=162228 CPUtime=0.05 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 274 0 0 0 5 0 0 0 20 0 3 0 275485103 166121472 1181 33554432000 4194304 5965102 140733282130704 139738230822896 4222468 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=162228 CPUtime=0.05 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 219 0 0 0 5 0 0 0 20 0 3 0 275485103 166121472 1181 33554432000 4194304 5965102 140733282130704 139738220333360 4390200 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 162228

[startup+0.100208 s]
/proc/loadavg: 3.81 3.96 3.93 4/178 8116
/proc/meminfo: memFree=28894548/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=162228 CPUtime=0.18 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 1327 0 0 0 18 0 0 0 20 0 3 0 275485103 166121472 1279 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 40557 1279 195 433 0 40121 0
[pid=8116/tid=8117] ppid=8114 vsize=162228 CPUtime=0.08 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 336 0 0 0 8 0 0 0 20 0 3 0 275485103 166121472 1279 33554432000 4194304 5965102 140733282130704 139738230822896 4390624 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=162228 CPUtime=0.08 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 256 0 0 0 8 0 0 0 20 0 3 0 275485103 166121472 1280 33554432000 4194304 5965102 140733282130704 139738220333360 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162228

[startup+0.300164 s]
/proc/loadavg: 3.81 3.96 3.93 4/178 8116
/proc/meminfo: memFree=28894548/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=162372 CPUtime=0.57 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 1943 0 0 0 57 0 0 0 20 0 3 0 275485103 166268928 1895 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 40593 1895 195 433 0 40157 0
[pid=8116/tid=8117] ppid=8114 vsize=162372 CPUtime=0.27 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 685 0 0 0 27 0 0 0 20 0 3 0 275485103 166268928 1895 33554432000 4194304 5965102 140733282130704 139738230822896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=162372 CPUtime=0.27 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 522 0 0 0 27 0 0 0 20 0 3 0 275485103 166268928 1895 33554432000 4194304 5965102 140733282130704 139738220333360 4380356 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 162372

[startup+0.700163 s]
/proc/loadavg: 3.81 3.96 3.93 4/178 8116
/proc/meminfo: memFree=28894548/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=162804 CPUtime=1.36 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 2466 0 0 0 136 0 0 0 20 0 3 0 275485103 166711296 2418 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 40701 2418 195 433 0 40265 0
[pid=8116/tid=8117] ppid=8114 vsize=162804 CPUtime=0.67 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 1132 0 0 0 67 0 0 0 20 0 3 0 275485103 166711296 2418 33554432000 4194304 5965102 140733282130704 139738230822904 4379876 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=162804 CPUtime=0.67 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 598 0 0 0 67 0 0 0 20 0 3 0 275485103 166711296 2418 33554432000 4194304 5965102 140733282130704 139738220333472 4390364 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 162804

[startup+1.5002 s]
/proc/loadavg: 3.81 3.96 3.93 5/181 8119
/proc/meminfo: memFree=28884348/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=163452 CPUtime=2.95 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 3257 0 0 0 294 1 0 0 20 0 3 0 275485103 167374848 3204 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 40863 3204 195 433 0 40427 0
[pid=8116/tid=8117] ppid=8114 vsize=163452 CPUtime=1.46 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 1735 0 0 0 146 0 0 0 20 0 3 0 275485103 167374848 3204 33554432000 4194304 5965102 140733282130704 139738230822896 4401046 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=163452 CPUtime=1.45 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 786 0 0 0 145 0 0 0 20 0 3 0 275485103 167374848 3204 33554432000 4194304 5965102 140733282130704 139738220333360 4401078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 163452

[startup+3.10023 s]
/proc/loadavg: 3.81 3.96 3.93 5/181 8119
/proc/meminfo: memFree=28878396/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=164676 CPUtime=6.12 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 4491 0 0 0 611 1 0 0 20 0 3 0 275485103 168628224 4438 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 41169 4438 195 433 0 40733 0
[pid=8116/tid=8117] ppid=8114 vsize=164676 CPUtime=3.06 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 2660 0 0 0 306 0 0 0 20 0 3 0 275485103 168628224 4438 33554432000 4194304 5965102 140733282130704 139738230822896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=164676 CPUtime=3.04 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 1095 0 0 0 304 0 0 0 20 0 3 0 275485103 168628224 4438 33554432000 4194304 5965102 140733282130704 139738220333360 4401036 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 164676

[startup+6.30025 s]
/proc/loadavg: 3.83 3.96 3.93 5/181 8119
/proc/meminfo: memFree=28864184/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=166656 CPUtime=12.49 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 6237 0 0 0 1247 2 0 0 20 0 3 0 275485103 170655744 6184 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 41664 6184 195 433 0 41228 0
[pid=8116/tid=8117] ppid=8114 vsize=166656 CPUtime=6.26 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 4046 0 0 0 624 2 0 0 20 0 3 0 275485103 170655744 6184 33554432000 4194304 5965102 140733282130704 139738230822952 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=166656 CPUtime=6.21 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 1455 0 0 0 621 0 0 0 20 0 3 0 275485103 170655744 6184 33554432000 4194304 5965102 140733282130704 139738220333360 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 166656

[startup+12.7003 s]
/proc/loadavg: 3.84 3.96 3.93 5/182 8122
/proc/meminfo: memFree=28847376/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=170068 CPUtime=25.23 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 8465 0 0 0 2520 3 0 0 20 0 3 0 275485103 174149632 8407 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 42517 8407 195 433 0 42081 0
[pid=8116/tid=8117] ppid=8114 vsize=170068 CPUtime=12.66 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 5840 0 0 0 1262 4 0 0 20 0 3 0 275485103 174149632 8407 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=170068 CPUtime=12.57 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 1889 0 0 0 1257 0 0 0 20 0 3 0 275485103 174149632 8407 33554432000 4194304 5965102 140733282130704 139738220333472 4401041 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 170068

[startup+25.5003 s]
/proc/loadavg: 3.87 3.96 3.93 5/182 8122
/proc/meminfo: memFree=28816760/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=178476 CPUtime=50.75 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 12431 0 0 0 5070 5 0 0 20 0 3 0 275485103 182759424 12364 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 44619 12364 195 433 0 44183 0
[pid=8116/tid=8117] ppid=8114 vsize=178476 CPUtime=25.46 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 9399 0 0 0 2541 5 0 0 20 0 3 0 275485103 182759424 12364 33554432000 4194304 5965102 140733282130704 139738230822896 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=178476 CPUtime=25.27 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 2296 0 0 0 2527 0 0 0 20 0 3 0 275485103 182759424 12364 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 178476

[startup+51.1003 s]
/proc/loadavg: 3.92 3.96 3.93 5/182 8123
/proc/meminfo: memFree=28772984/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=186996 CPUtime=101.79 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 17719 0 0 0 10171 8 0 0 20 0 3 0 275485103 191483904 17652 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 46749 17652 195 433 0 46313 0
[pid=8116/tid=8117] ppid=8114 vsize=186996 CPUtime=51.06 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 13884 0 0 0 5099 7 0 0 20 0 3 0 275485103 191483904 17652 33554432000 4194304 5965102 140733282130704 139738230822952 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=186996 CPUtime=50.74 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 3099 0 0 0 5071 3 0 0 20 0 3 0 275485103 191483904 17652 33554432000 4194304 5965102 140733282130704 139738220333360 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 186996

[startup+102.307 s]
/proc/loadavg: 3.96 3.97 3.93 5/181 8123
/proc/meminfo: memFree=28702496/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=204028 CPUtime=203.96 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 25556 0 0 0 20382 14 0 0 20 0 3 0 275485103 208924672 25469 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 51007 25469 195 433 0 50571 0
[pid=8116/tid=8117] ppid=8114 vsize=204028 CPUtime=102.24 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 20840 0 0 0 10212 12 0 0 20 0 3 0 275485103 208924672 25469 33554432000 4194304 5965102 140733282130704 139738230822952 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=204028 CPUtime=101.73 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 3980 0 0 0 10168 5 0 0 20 0 3 0 275485103 208924672 25469 33554432000 4194304 5965102 140733282130704 139738220333416 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 204028

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.93 5/181 8123
/proc/meminfo: memFree=28635336/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=279104 CPUtime=323.69 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 32295 0 0 0 32351 18 0 0 20 0 3 0 275485103 285802496 34144 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 69776 34144 195 433 0 69340 0
[pid=8116/tid=8117] ppid=8114 vsize=279104 CPUtime=162.23 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 26772 0 0 0 16206 17 0 0 20 0 3 0 275485103 285802496 34144 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=279104 CPUtime=161.49 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 4787 0 0 0 16142 7 0 0 20 0 3 0 275485103 285802496 34144 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 323.69
Current children cumulated vsize (KiB) 279104

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8123
/proc/meminfo: memFree=28585192/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=293444 CPUtime=443.52 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 38234 0 0 0 44329 23 0 0 20 0 3 0 275485103 300486656 40083 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 73361 40083 195 433 0 72925 0
[pid=8116/tid=8117] ppid=8114 vsize=293444 CPUtime=222.23 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 32148 0 0 0 22202 21 0 0 20 0 3 0 275485103 300486656 40083 33554432000 4194304 5965102 140733282130704 139738230822712 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=293444 CPUtime=221.33 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 5350 0 0 0 22124 9 0 0 20 0 3 0 275485103 300486656 40083 33554432000 4194304 5965102 140733282130704 139738220332888 4400972 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 443.52
Current children cumulated vsize (KiB) 293444

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

/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 36707 0 0 0 28198 24 0 0 20 0 3 0 275485103 304877568 44833 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=297732 CPUtime=281.15 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 5534 0 0 0 28105 10 0 0 20 0 3 0 275485103 304877568 44833 33554432000 4194304 5965102 140733282130704 139738220333360 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 563.31
Current children cumulated vsize (KiB) 297732

[startup+342.3 s]
/proc/loadavg: 4.06 3.99 3.94 5/181 8123
/proc/meminfo: memFree=28521172/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=307344 CPUtime=683.16 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 47188 0 0 0 68289 27 0 0 20 0 3 0 275485103 314720256 49160 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 76836 49160 195 433 0 76400 0
[pid=8116/tid=8117] ppid=8114 vsize=307344 CPUtime=342.22 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 40714 0 0 0 34195 27 0 0 20 0 3 0 275485103 314720256 49160 33554432000 4194304 5965102 140733282130704 139738230822952 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=307344 CPUtime=341.03 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 5738 0 0 0 34092 11 0 0 20 0 3 0 275485103 314720256 49160 33554432000 4194304 5965102 140733282130704 139738220333472 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 683.16
Current children cumulated vsize (KiB) 307344

[startup+402.3 s]
/proc/loadavg: 4.02 3.99 3.94 5/181 8124
/proc/meminfo: memFree=28483408/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=314200 CPUtime=803.04 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 51376 0 0 0 80274 30 0 0 20 0 3 0 275485103 321740800 53348 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 78550 53348 195 433 0 78114 0
[pid=8116/tid=8117] ppid=8114 vsize=314200 CPUtime=402.22 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 43924 0 0 0 40192 30 0 0 20 0 3 0 275485103 321740800 53348 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=314200 CPUtime=400.93 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 6716 0 0 0 40079 14 0 0 20 0 3 0 275485103 321740800 53348 33554432000 4194304 5965102 140733282130704 139738220333472 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.04
Current children cumulated vsize (KiB) 314200

[startup+462.3 s]
/proc/loadavg: 3.96 3.97 3.93 5/181 8124
/proc/meminfo: memFree=28435204/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=323048 CPUtime=922.86 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 56162 0 0 0 92254 32 0 0 20 0 3 0 275485103 330801152 58645 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 80762 58645 195 433 0 80326 0
[pid=8116/tid=8117] ppid=8114 vsize=323048 CPUtime=462.22 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 48639 0 0 0 46189 33 0 0 20 0 3 0 275485103 330801152 58645 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=323048 CPUtime=460.78 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 6787 0 0 0 46063 15 0 0 20 0 3 0 275485103 330801152 58645 33554432000 4194304 5965102 140733282130704 139738220333472 4401078 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 922.86
Current children cumulated vsize (KiB) 323048

[startup+522.3 s]
/proc/loadavg: 3.98 3.97 3.93 5/181 8124
/proc/meminfo: memFree=28408008/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=395868 CPUtime=1042.7 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 59349 0 0 0 104237 33 0 0 20 0 3 0 275485103 405368832 62097 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 98967 62097 195 433 0 98531 0
[pid=8116/tid=8117] ppid=8114 vsize=395868 CPUtime=522.21 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 51591 0 0 0 52187 34 0 0 20 0 3 0 275485103 405368832 62097 33554432000 4194304 5965102 140733282130704 139738230822920 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=395868 CPUtime=520.66 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 7022 0 0 0 52051 15 0 0 20 0 3 0 275485103 405368832 62097 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1042.7
Current children cumulated vsize (KiB) 395868

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8124
/proc/meminfo: memFree=28371856/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=405148 CPUtime=1162.59 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 63303 0 0 0 116224 35 0 0 20 0 3 0 275485103 414871552 66055 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 101287 66055 195 433 0 100851 0
[pid=8116/tid=8117] ppid=8114 vsize=405148 CPUtime=582.21 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 55319 0 0 0 58185 36 0 0 20 0 3 0 275485103 414871552 66055 33554432000 4194304 5965102 140733282130704 139738230822920 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=405148 CPUtime=580.57 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 7248 0 0 0 58041 16 0 0 20 0 3 0 275485103 414871552 66055 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1162.59
Current children cumulated vsize (KiB) 405148

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/182 8127
/proc/meminfo: memFree=28334716/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=409088 CPUtime=1282.5 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 65701 0 0 0 128214 36 0 0 20 0 3 0 275485103 418906112 68452 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 102272 68452 195 433 0 101836 0
[pid=8116/tid=8117] ppid=8114 vsize=409088 CPUtime=642.22 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 57629 0 0 0 64184 38 0 0 20 0 3 0 275485103 418906112 68452 33554432000 4194304 5965102 140733282130704 139738230823008 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=409088 CPUtime=640.49 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 7336 0 0 0 64031 18 0 0 20 0 3 0 275485103 418906112 68452 33554432000 4194304 5965102 140733282130704 139738220333472 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1282.5
Current children cumulated vsize (KiB) 409088

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8128
/proc/meminfo: memFree=28303312/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=418788 CPUtime=1402.37 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 69001 0 0 0 140198 39 0 0 20 0 3 0 275485103 428838912 72263 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 104697 72263 195 433 0 104261 0
[pid=8116/tid=8117] ppid=8114 vsize=418788 CPUtime=702.21 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 60471 0 0 0 70180 41 0 0 20 0 3 0 275485103 428838912 72263 33554432000 4194304 5965102 140733282130704 139738230822920 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=418788 CPUtime=700.39 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 7794 0 0 0 70020 19 0 0 20 0 3 0 275485103 428838912 72263 33554432000 4194304 5965102 140733282130704 139738220333472 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1402.37
Current children cumulated vsize (KiB) 418788

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8128
/proc/meminfo: memFree=28275908/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=424964 CPUtime=1522.3 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 71119 0 0 0 152189 41 0 0 20 0 3 0 275485103 435163136 74381 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 106241 74381 195 433 0 105805 0
[pid=8116/tid=8117] ppid=8114 vsize=424964 CPUtime=762.22 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 62551 0 0 0 76178 44 0 0 20 0 3 0 275485103 435163136 74381 33554432000 4194304 5965102 140733282130704 139738230822904 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=424964 CPUtime=760.33 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 7832 0 0 0 76013 20 0 0 20 0 3 0 275485103 435163136 74381 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1522.3
Current children cumulated vsize (KiB) 424964

[startup+822.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8128
/proc/meminfo: memFree=28251396/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=427396 CPUtime=1642.19 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 73556 0 0 0 164177 42 0 0 20 0 3 0 275485103 437653504 76817 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 106849 76817 195 433 0 106413 0
[pid=8116/tid=8117] ppid=8114 vsize=427396 CPUtime=822.21 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 64655 0 0 0 82175 46 0 0 20 0 3 0 275485103 437653504 76817 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=427396 CPUtime=820.26 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 8165 0 0 0 82004 22 0 0 20 0 3 0 275485103 437653504 76817 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1642.19
Current children cumulated vsize (KiB) 427396

[startup+882.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8128
/proc/meminfo: memFree=28224428/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=429724 CPUtime=1762.03 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 76322 0 0 0 176160 43 0 0 20 0 3 0 275485103 440037376 80732 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 107431 80732 195 433 0 106995 0
[pid=8116/tid=8117] ppid=8114 vsize=429724 CPUtime=882.2 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 67373 0 0 0 88172 48 0 0 20 0 3 0 275485103 440037376 80732 33554432000 4194304 5965102 140733282130704 139738230822424 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=429724 CPUtime=880.13 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 8213 0 0 0 87990 23 0 0 20 0 3 0 275485103 440037376 80732 33554432000 4194304 5965102 140733282130704 139738220333472 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1762.03
Current children cumulated vsize (KiB) 429724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8169
/proc/meminfo: memFree=28568212/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=429964 CPUtime=1800.01 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 77038 0 0 0 179957 44 0 0 20 0 3 0 275485103 440283136 81448 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 107491 81448 195 433 0 107055 0
[pid=8116/tid=8117] ppid=8114 vsize=429964 CPUtime=901.21 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 68049 0 0 0 90073 48 0 0 20 0 3 0 275485103 440283136 81448 33554432000 4194304 5965102 140733282130704 139738230822952 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=429964 CPUtime=899.1 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 8253 0 0 0 89887 23 0 0 20 0 3 0 275485103 440283136 81448 33554432000 4194304 5965102 140733282130704 139738220333360 4404608 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 429964

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

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

[startup+901.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 8169
/proc/meminfo: memFree=28568212/32873648 swapFree=7372/7372
[pid=8116] ppid=8114 vsize=429964 CPUtime=1800.01 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 7065 0 -1 4202496 77038 0 0 0 179957 44 0 0 20 0 3 0 275485103 440283136 81448 33554432000 4194304 5965102 140733282130704 140733282130224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 107491 81448 195 433 0 107055 0
[pid=8116/tid=8117] ppid=8114 vsize=429964 CPUtime=901.21 cores=1,3,5,7
/proc/8116/task/8117/stat : 8117 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 68049 0 0 0 90073 48 0 0 20 0 3 0 275485103 440283136 81448 33554432000 4194304 5965102 140733282130704 139738230822952 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8116/tid=8118] ppid=8114 vsize=429964 CPUtime=899.1 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 7065 0 -1 4202560 8253 0 0 0 89887 23 0 0 20 0 3 0 275485103 440283136 81448 33554432000 4194304 5965102 140733282130704 139738220333360 4404608 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 429964

Child status: 0
Real time (s): 901.318
CPU time (s): 1800.37
CPU user time (s): 1799.64
CPU system time (s): 0.730888
CPU usage (%): 199.748
Max. virtual memory (cumulated for all children) (KiB): 429964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.730888
maximum resident set size= 325796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77039
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= 652
involuntary context switches= 2415

runsolver used 1.60376 second user time and 5.71213 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 06:39:51
IDJOB=3703736
IDBENCH=2897
IDSOLVER=2279
FILE ID=node122/3703736-1338093591
RUNJOBID= node122-1338086209-7082
PBS_JOBID= 14624430
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=541054529

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28895192 kB
Buffers:          278184 kB
Cached:          2830300 kB
SwapCached:            0 kB
Active:          1177228 kB
Inactive:        2016724 kB
Active(anon):      77124 kB
Inactive(anon):    11052 kB
Active(file):    1100104 kB
Inactive(file):  2005672 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11276 kB
Writeback:             0 kB
AnonPages:         92524 kB
Mapped:            14668 kB
Shmem:               200 kB
Slab:             644068 kB
SReclaimable:      88156 kB
SUnreclaim:       555912 kB
KernelStack:        1464 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     176672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node122 at 2012-05-27 06:54:54