Trace number 4255899

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
OscaR - Conflict Ordering 2017-07-26? (TO) 242.802 240.011

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-63.xml
MD5SUM6886ed4ce8536fa7eb6fe38004cd2981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark246.065
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.26/0.36	c version: 2017-07-26
0.26/0.36	c seed: 1989460169
0.26/0.36	c timeout: 264
0.26/0.36	c memlimit: 11000
0.26/0.36	c nbcore: 4
0.26/0.38	c Parsing instance...
242.78/240.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4255899-1501649063/watcher-4255899-1501649063 -o /tmp/evaluation-result-4255899-1501649063/solver-4255899-1501649063 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1989460169 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255899-1501649063.xml 

pid=6431
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.89 3/199 6434
/proc/meminfo: memFree=31508952/32770624 swapFree=0/224992
[pid=6434] ppid=6431 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6434/stat : 6434 (runsolver) D 6431 6434 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12721661 24240128 107 18446744073709551615 4194304 4338465 140721923367680 140721923365320 140693481976535 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 32292864 140721923371110 140721923371590 140721923371590 140721923375050 0
/proc/6434/statm: 5918 107 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.96 1.98 1.89 3/199 6434
/proc/meminfo: memFree=31508952/32770624 swapFree=0/224992
[pid=6434] ppid=6431 vsize=13440536 CPUtime=0.01 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 3657 0 0 0 1 0 0 0 20 0 7 0 12721661 13763108864 3827 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3360134 3827 2020 1 0 3349639 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13440536

[startup+0.200263 s]
/proc/loadavg: 1.96 1.98 1.89 3/199 6434
/proc/meminfo: memFree=31508952/32770624 swapFree=0/224992
[pid=6434] ppid=6431 vsize=13975920 CPUtime=0.1 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 6765 0 0 0 9 1 0 0 20 0 15 0 12721661 14311342080 8002 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3493980 8002 3377 1 0 3482767 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13975920

[startup+0.30024 s]
/proc/loadavg: 1.96 1.98 1.89 3/199 6434
/proc/meminfo: memFree=31508952/32770624 swapFree=0/224992
[pid=6434] ppid=6431 vsize=13975920 CPUtime=0.26 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 10504 0 0 0 23 3 0 0 20 0 15 0 12721661 14311342080 10301 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3493980 10301 3531 1 0 3482767 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13975920

[startup+0.700217 s]
/proc/loadavg: 1.96 1.98 1.89 3/199 6434
/proc/meminfo: memFree=31508952/32770624 swapFree=0/224992
[pid=6434] ppid=6431 vsize=13977988 CPUtime=1.07 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 13486 0 0 0 102 5 0 0 20 0 15 0 12721661 14313459712 19352 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 19352 3717 1 0 3483279 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13977988

[startup+1.50067 s]
/proc/loadavg: 1.96 1.98 1.89 3/214 6449
/proc/meminfo: memFree=31358048/32770624 swapFree=0/225236
[pid=6434] ppid=6431 vsize=13977988 CPUtime=2.6 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 19903 0 0 0 252 8 0 0 20 0 15 0 12721661 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 48721 3765 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=1.36 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 11739 0 0 0 131 5 0 0 20 0 15 0 12721668 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139958054583504 139957695116343 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 12721670 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957528109856 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957527057520 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.42 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2258 0 0 0 42 0 0 0 20 0 15 0 12721673 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.46 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1899 0 0 0 46 0 0 0 20 0 15 0 12721673 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1783 0 0 0 28 0 0 0 20 0 15 0 12721673 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 12721677 14313459712 48721 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 13977988

[startup+3.10068 s]
/proc/loadavg: 1.96 1.98 1.89 3/214 6449
/proc/meminfo: memFree=31328592/32770624 swapFree=0/225236
[pid=6434] ppid=6431 vsize=13977988 CPUtime=4.37 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 20030 0 0 0 428 9 0 0 20 0 15 0 12721661 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 48803 3765 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=2.96 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 11764 0 0 0 291 5 0 0 20 0 15 0 12721668 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139958054592792 139957695229024 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 12721670 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957528109856 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957527057520 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.49 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2279 0 0 0 49 0 0 0 20 0 15 0 12721673 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.52 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1922 0 0 0 52 0 0 0 20 0 15 0 12721673 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1841 0 0 0 31 0 0 0 20 0 15 0 12721673 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 12721677 14313459712 48803 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 13977988

[startup+6.30072 s]
/proc/loadavg: 1.96 1.98 1.89 3/214 6449
/proc/meminfo: memFree=31327144/32770624 swapFree=0/225248
[pid=6434] ppid=6431 vsize=13977988 CPUtime=7.69 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 20072 0 0 0 760 9 0 0 20 0 15 0 12721661 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 48831 3765 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=6.16 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 11769 0 0 0 611 5 0 0 20 0 15 0 12721668 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139958054590896 139957695478497 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 12721670 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957528109856 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957527057520 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.52 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2286 0 0 0 52 0 0 0 20 0 15 0 12721673 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.6 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1948 0 0 0 60 0 0 0 20 0 15 0 12721673 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1841 0 0 0 31 0 0 0 20 0 15 0 12721673 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 12721677 14313459712 48831 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 13977988

[startup+12.7007 s]
/proc/loadavg: 1.96 1.98 1.89 3/214 6450
/proc/meminfo: memFree=31326868/32770624 swapFree=0/225252
[pid=6434] ppid=6431 vsize=13977988 CPUtime=14.09 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 20504 0 0 0 1400 9 0 0 20 0 15 0 12721661 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 48856 3765 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=12.56 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 11965 0 0 0 1251 5 0 0 20 0 15 0 12721668 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139958054590784 139957695478492 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12721669 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 12721670 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957528109856 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957527057520 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0

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

/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0.03 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 348 0 0 0 1 2 0 0 20 0 15 0 12721677 14313459712 48856 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 52.51
Current children cumulated vsize (KiB) 13977988

[startup+102.301 s]
/proc/loadavg: 2.08 2.00 1.91 3/212 6529
/proc/meminfo: memFree=31173380/32770624 swapFree=0/225344
[pid=6434] ppid=6431 vsize=13977988 CPUtime=104.57 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 24928 0 0 0 10421 36 0 0 20 0 15 0 12721661 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 95857 3780 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=101.87 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 12468 0 0 0 10182 5 0 0 20 0 15 0 12721668 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139958054593568 139957695478497 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 638 0 0 0 22 6 0 0 20 0 15 0 12721669 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 1001 0 0 0 22 6 0 0 20 0 15 0 12721669 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 1238 0 0 0 22 6 0 0 20 0 15 0 12721669 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 752 0 0 0 23 5 0 0 20 0 15 0 12721669 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 795 0 0 0 0 0 0 0 20 0 15 0 12721670 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957528109920 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957527057536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.52 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2313 0 0 0 52 0 0 0 20 0 15 0 12721673 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.6 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1980 0 0 0 60 0 0 0 20 0 15 0 12721673 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1870 0 0 0 31 0 0 0 20 0 15 0 12721673 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 381 0 0 0 2 2 0 0 20 0 15 0 12721677 14313459712 95857 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 104.57
Current children cumulated vsize (KiB) 13977988

[startup+162.301 s]
/proc/loadavg: 1.97 1.99 1.91 3/214 6533
/proc/meminfo: memFree=31236908/32770624 swapFree=0/225396
[pid=6434] ppid=6431 vsize=13977988 CPUtime=164.82 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 25269 0 0 0 16443 39 0 0 20 0 15 0 12721661 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 104109 3780 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=161.77 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 12552 0 0 0 16172 5 0 0 20 0 15 0 12721668 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139958054593664 139957695478400 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0.37 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 686 0 0 0 30 7 0 0 20 0 15 0 12721669 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0.37 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 1053 0 0 0 30 7 0 0 20 0 15 0 12721669 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0.37 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 1319 0 0 0 30 7 0 0 20 0 15 0 12721669 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0.36 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 796 0 0 0 30 6 0 0 20 0 15 0 12721669 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 827 0 0 0 0 0 0 0 20 0 15 0 12721670 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957528109920 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957527057536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.52 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2313 0 0 0 52 0 0 0 20 0 15 0 12721673 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.6 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1980 0 0 0 60 0 0 0 20 0 15 0 12721673 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1870 0 0 0 31 0 0 0 20 0 15 0 12721673 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0.05 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 381 0 0 0 2 3 0 0 20 0 15 0 12721677 14313459712 104109 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 164.82
Current children cumulated vsize (KiB) 13977988

[startup+222.306 s]
/proc/loadavg: 1.83 1.94 1.90 3/214 6535
/proc/meminfo: memFree=31205484/32770624 swapFree=0/225428
[pid=6434] ppid=6431 vsize=13977988 CPUtime=225.09 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 26980 0 0 0 22467 42 0 0 20 0 15 0 12721661 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 110867 3780 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=221.69 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 12709 0 0 0 22164 5 0 0 20 0 15 0 12721668 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139958054593712 139957695478497 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0.44 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 1000 0 0 0 37 7 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 1412 0 0 0 38 7 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0.44 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 1828 0 0 0 37 7 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0.44 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 879 0 0 0 38 6 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0.01 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 1067 0 0 0 1 0 0 0 20 0 15 0 12721670 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957528109920 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957527057536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.52 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2316 0 0 0 52 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.6 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1985 0 0 0 60 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1876 0 0 0 31 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 416 0 0 0 2 4 0 0 20 0 15 0 12721677 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 225.09
Current children cumulated vsize (KiB) 13977988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.81 1.93 1.89 3/214 6535
/proc/meminfo: memFree=31205364/32770624 swapFree=0/225436
[pid=6434] ppid=6431 vsize=13977988 CPUtime=242.78 cores=1,3,5,7
/proc/6434/stat : 6434 (java) S 6431 6434 5228 0 -1 1077944320 26999 0 0 0 24236 42 0 0 20 0 15 0 12721661 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 140725545847184 139958050356983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
/proc/6434/statm: 3494497 110867 3780 1 0 3483279 0
[pid=6434/tid=6436] ppid=6431 vsize=13977988 CPUtime=239.38 cores=1,3,5,7
/proc/6434/task/6436/stat : 6436 (java) R 6431 6434 5228 0 -1 4202560 12728 0 0 0 23933 5 0 0 20 0 15 0 12721668 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139958054593712 139957695478521 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6437] ppid=6431 vsize=13977988 CPUtime=0.44 cores=1,3,5,7
/proc/6434/task/6437/stat : 6437 (java) S 6431 6434 5228 0 -1 1077944384 1000 0 0 0 37 7 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139958020070288 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6438] ppid=6431 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/6434/task/6438/stat : 6438 (java) S 6431 6434 5228 0 -1 1077944384 1412 0 0 0 38 7 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957649828624 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6439] ppid=6431 vsize=13977988 CPUtime=0.44 cores=1,3,5,7
/proc/6434/task/6439/stat : 6439 (java) S 6431 6434 5228 0 -1 1077944384 1828 0 0 0 37 7 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957648776336 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6440] ppid=6431 vsize=13977988 CPUtime=0.44 cores=1,3,5,7
/proc/6434/task/6440/stat : 6440 (java) S 6431 6434 5228 0 -1 1077944384 879 0 0 0 38 6 0 0 20 0 15 0 12721669 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957647723536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6441] ppid=6431 vsize=13977988 CPUtime=0.01 cores=1,3,5,7
/proc/6434/task/6441/stat : 6441 (java) S 6431 6434 5228 0 -1 1077944384 1067 0 0 0 1 0 0 0 20 0 15 0 12721670 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957529163888 139958050368130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6442] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6442/stat : 6442 (java) S 6431 6434 5228 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957528109920 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6443] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6443/stat : 6443 (java) S 6431 6434 5228 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 12721671 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957527057536 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6444] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6444/stat : 6444 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957526005840 139958050375579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6445] ppid=6431 vsize=13977988 CPUtime=0.52 cores=1,3,5,7
/proc/6434/task/6445/stat : 6445 (java) S 6431 6434 5228 0 -1 1077944384 2316 0 0 0 52 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957524953712 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6446] ppid=6431 vsize=13977988 CPUtime=0.6 cores=1,3,5,7
/proc/6434/task/6446/stat : 6446 (java) S 6431 6434 5228 0 -1 1077944384 1985 0 0 0 60 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957523900912 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6447] ppid=6431 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/6434/task/6447/stat : 6447 (java) S 6431 6434 5228 0 -1 1077944384 1876 0 0 0 31 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957522848624 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6448] ppid=6431 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/6434/task/6448/stat : 6448 (java) S 6431 6434 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12721673 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957521796064 139958050367189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
[pid=6434/tid=6449] ppid=6431 vsize=13977988 CPUtime=0.07 cores=1,3,5,7
/proc/6434/task/6449/stat : 6449 (java) S 6431 6434 5228 0 -1 1077944384 416 0 0 0 3 4 0 0 20 0 15 0 12721677 14313459712 110867 18446744073709551615 4194304 4196468 140725545864640 139957520742832 139958050368130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140725545869713 140725545869899 140725545869899 140725545873359 0
Current children cumulated CPU time (s) 242.78
Current children cumulated vsize (KiB) 13977988

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6434 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.011
CPU time (s): 242.802
CPU user time (s): 242.372
CPU system time (s): 0.43008
CPU usage (%): 101.163
Max. virtual memory (cumulated for all children) (KiB): 13977988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.372
system time used= 0.43008
maximum resident set size= 443928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7104
involuntary context switches= 226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.959051 second user time and 1.4342 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 06:30:17
IDJOB=4255899
IDBENCH=137180
IDSOLVER=2639
FILE ID=node133/4255899-1501649063
RUNJOBID= node133-1501622945-15686
PBS_JOBID= 
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-63.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255899-1501649063/watcher-4255899-1501649063 -o /tmp/evaluation-result-4255899-1501649063/solver-4255899-1501649063 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1989460169 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255899-1501649063.xml

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

MD5SUM BENCH= 6886ed4ce8536fa7eb6fe38004cd2981
RANDOM SEED=1989460169

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31509236 kB
MemAvailable:   31741528 kB
Buffers:          120728 kB
Cached:           392408 kB
SwapCached:            0 kB
Active:           616192 kB
Inactive:         233528 kB
Active(anon):     337064 kB
Inactive(anon):     8536 kB
Active(file):     279128 kB
Inactive(file):   224992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42748 kB
Writeback:             4 kB
AnonPages:        340664 kB
Mapped:            44728 kB
Shmem:              8892 kB
Slab:             113604 kB
SReclaimable:      88016 kB
SUnreclaim:        25588 kB
KernelStack:        3760 kB
PageTables:         4932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1348544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61780 MiB
End job on node133 at 2017-08-02 06:34:17