Trace number 4255398

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 - ALNS 2017-07-26? (TO) 243.05 240.013

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-75.xml
MD5SUMd512fd03759c8e886ee5b37275b97c5f
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 benchmark244.743
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.37/0.40	c version: 2017-07-26
0.37/0.40	c seed: 2041463707
0.37/0.40	c timeout: 264
0.37/0.40	c memlimit: 11000
0.37/0.40	c nbcore: 4
0.37/0.42	c Parsing instance...
243.03/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-4255398-1501641592/watcher-4255398-1501641592 -o /tmp/evaluation-result-4255398-1501641592/solver-4255398-1501641592 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24766 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2041463707 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255398-1501641592.xml 

pid=5011
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.88 1.72 1.65 3/198 5014
/proc/meminfo: memFree=30529184/32770624 swapFree=0/313976
[pid=5014] ppid=5011 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (runsolver) D 5011 5014 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11664934 24240128 106 18446744073709551615 4194304 4338465 140726213065280 140726213062920 140371306095319 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 18780160 140726213066860 140726213067334 140726213067334 140726213070794 0
/proc/5014/statm: 5918 106 53 36 0 2156 0

[startup+0.100138 s]
/proc/loadavg: 1.88 1.72 1.65 3/198 5014
/proc/meminfo: memFree=30529184/32770624 swapFree=0/313976
[pid=5014] ppid=5011 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (runsolver) D 5011 5014 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11664934 24240128 106 18446744073709551615 4194304 4338465 140726213065280 140726213062920 140371306095319 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 18780160 140726213066860 140726213067334 140726213067334 140726213070794 0
/proc/5014/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200323 s]
/proc/loadavg: 1.88 1.72 1.65 3/198 5014
/proc/meminfo: memFree=30529184/32770624 swapFree=0/313976
[pid=5014] ppid=5011 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 4626 0 0 0 5 0 0 0 20 0 14 0 11664934 14240239616 5168 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3476621 5168 2574 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300331 s]
/proc/loadavg: 1.88 1.72 1.65 3/198 5014
/proc/meminfo: memFree=30529184/32770624 swapFree=0/313976
[pid=5014] ppid=5011 vsize=13975920 CPUtime=0.2 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 9616 0 0 0 18 2 0 0 20 0 15 0 11664934 14311342080 9502 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3493980 9502 3521 1 0 3482767 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13975920

[startup+0.701104 s]
/proc/loadavg: 1.88 1.72 1.65 3/198 5014
/proc/meminfo: memFree=30529184/32770624 swapFree=0/313976
[pid=5014] ppid=5011 vsize=13977988 CPUtime=0.96 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 13079 0 0 0 91 5 0 0 20 0 15 0 11664934 14313459712 17932 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 17932 3715 1 0 3483279 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13977988

[startup+1.5007 s]
/proc/loadavg: 1.88 1.72 1.65 3/213 5029
/proc/meminfo: memFree=30385184/32770624 swapFree=0/314016
[pid=5014] ppid=5011 vsize=13977988 CPUtime=2.74 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 19868 0 0 0 266 8 0 0 20 0 15 0 11664934 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 45857 3746 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=1.34 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 11210 0 0 0 129 5 0 0 20 0 15 0 11664945 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140177146737456 140176747233186 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176619316512 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176618264176 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.54 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3289 0 0 0 54 0 0 0 20 0 15 0 11664950 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.55 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2895 0 0 0 55 0 0 0 20 0 15 0 11664950 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1083 0 0 0 27 1 0 0 20 0 15 0 11664950 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 11664955 14313459712 45857 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 13977988

[startup+3.10068 s]
/proc/loadavg: 1.88 1.72 1.65 3/213 5029
/proc/meminfo: memFree=30360060/32770624 swapFree=0/314016
[pid=5014] ppid=5011 vsize=13977988 CPUtime=4.49 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 21317 0 0 0 439 10 0 0 20 0 15 0 11664934 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 50637 3763 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=2.92 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 11306 0 0 0 287 5 0 0 20 0 15 0 11664945 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140177146737024 140176747448024 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.57 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3307 0 0 0 57 0 0 0 20 0 15 0 11664950 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.58 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2915 0 0 0 58 0 0 0 20 0 15 0 11664950 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.31 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1652 0 0 0 30 1 0 0 20 0 15 0 11664950 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 11664955 14313459712 50637 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 13977988

[startup+6.30058 s]
/proc/loadavg: 1.81 1.70 1.65 3/213 5029
/proc/meminfo: memFree=30340868/32770624 swapFree=0/314020
[pid=5014] ppid=5011 vsize=13977988 CPUtime=7.92 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 21403 0 0 0 782 10 0 0 20 0 15 0 11664934 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 50673 3765 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=6.12 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 11331 0 0 0 607 5 0 0 20 0 15 0 11664945 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140177146734912 140176747746152 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.7 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3323 0 0 0 70 0 0 0 20 0 15 0 11664950 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.68 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2938 0 0 0 68 0 0 0 20 0 15 0 11664950 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1669 0 0 0 31 1 0 0 20 0 15 0 11664950 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 11664955 14313459712 50673 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 13977988

[startup+12.7006 s]
/proc/loadavg: 1.82 1.71 1.65 3/213 5030
/proc/meminfo: memFree=30340124/32770624 swapFree=0/314032
[pid=5014] ppid=5011 vsize=13977988 CPUtime=14.32 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 21716 0 0 0 1422 10 0 0 20 0 15 0 11664934 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 50679 3770 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=12.52 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 11498 0 0 0 1247 5 0 0 20 0 15 0 11664945 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140177146734976 140176747746009 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 11664946 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 257 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 50679 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0

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

/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 85245 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 15 0 11664955 14313459712 85245 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 53.28
Current children cumulated vsize (KiB) 13977988

[startup+102.301 s]
/proc/loadavg: 2.15 1.82 1.70 3/213 5110
/proc/meminfo: memFree=31075540/32770624 swapFree=0/314096
[pid=5014] ppid=5011 vsize=13977988 CPUtime=104.74 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 26058 0 0 0 10441 33 0 0 20 0 15 0 11664934 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 95577 3774 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=101.86 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 12129 0 0 0 10181 5 0 0 20 0 15 0 11664945 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140177146737904 140176747745985 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0.26 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 798 0 0 0 21 5 0 0 20 0 15 0 11664946 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0.27 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 826 0 0 0 21 6 0 0 20 0 15 0 11664946 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0.26 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 862 0 0 0 21 5 0 0 20 0 15 0 11664946 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0.27 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 1064 0 0 0 21 6 0 0 20 0 15 0 11664946 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 730 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.7 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3364 0 0 0 70 0 0 0 20 0 15 0 11664950 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.68 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2952 0 0 0 68 0 0 0 20 0 15 0 11664950 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1683 0 0 0 31 1 0 0 20 0 15 0 11664950 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0.02 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 191 0 0 0 1 1 0 0 20 0 15 0 11664955 14313459712 95577 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 104.74
Current children cumulated vsize (KiB) 13977988

[startup+162.301 s]
/proc/loadavg: 2.07 1.85 1.71 3/213 5113
/proc/meminfo: memFree=30912848/32770624 swapFree=0/314132
[pid=5014] ppid=5011 vsize=13977988 CPUtime=164.97 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 28180 0 0 0 16462 35 0 0 20 0 15 0 11664934 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 102441 3774 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=161.77 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 12295 0 0 0 16172 5 0 0 20 0 15 0 11664945 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140177146737888 140176747746009 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 1142 0 0 0 28 6 0 0 20 0 15 0 11664946 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 1234 0 0 0 28 6 0 0 20 0 15 0 11664946 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 1392 0 0 0 28 6 0 0 20 0 15 0 11664946 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 1383 0 0 0 28 6 0 0 20 0 15 0 11664946 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 1036 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.7 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3371 0 0 0 70 0 0 0 20 0 15 0 11664950 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.68 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2955 0 0 0 68 0 0 0 20 0 15 0 11664950 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1687 0 0 0 31 1 0 0 20 0 15 0 11664950 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0.03 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 226 0 0 0 2 1 0 0 20 0 15 0 11664955 14313459712 102441 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 164.97
Current children cumulated vsize (KiB) 13977988

[startup+222.306 s]
/proc/loadavg: 2.02 1.88 1.73 3/213 5115
/proc/meminfo: memFree=30831776/32770624 swapFree=0/314164
[pid=5014] ppid=5011 vsize=13977988 CPUtime=225.33 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 29881 0 0 0 22494 39 0 0 20 0 15 0 11664934 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 113833 3774 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=221.66 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 12415 0 0 0 22161 5 0 0 20 0 15 0 11664945 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177146737856 140176747745932 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 2453 0 0 0 38 7 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 1302 0 0 0 39 6 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 1426 0 0 0 39 6 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0.46 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 1491 0 0 0 39 7 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 1047 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.7 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3379 0 0 0 70 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.68 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2958 0 0 0 68 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1690 0 0 0 31 1 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 261 0 0 0 2 2 0 0 20 0 15 0 11664955 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 225.33
Current children cumulated vsize (KiB) 13977988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.02 1.89 1.74 3/213 5115
/proc/meminfo: memFree=30831644/32770624 swapFree=0/314168
[pid=5014] ppid=5011 vsize=13977988 CPUtime=243.03 cores=1,3,5,7
/proc/5014/stat : 5014 (java) S 5011 5014 5234 0 -1 1077944320 29907 0 0 0 24264 39 0 0 20 0 15 0 11664934 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140730291645232 140177142501111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
/proc/5014/statm: 3494497 113833 3774 1 0 3483279 0
[pid=5014/tid=5016] ppid=5011 vsize=13977988 CPUtime=239.36 cores=1,3,5,7
/proc/5014/task/5016/stat : 5016 (java) R 5011 5014 5234 0 -1 4202560 12441 0 0 0 23931 5 0 0 20 0 15 0 11664945 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177146737856 140176747745985 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5017] ppid=5011 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/5014/task/5017/stat : 5017 (java) S 5011 5014 5234 0 -1 1077944384 2453 0 0 0 38 7 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177076935056 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5018] ppid=5011 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/5014/task/5018/stat : 5018 (java) S 5011 5014 5234 0 -1 1077944384 1302 0 0 0 39 6 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177075882256 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5019] ppid=5011 vsize=13977988 CPUtime=0.45 cores=1,3,5,7
/proc/5014/task/5019/stat : 5019 (java) S 5011 5014 5234 0 -1 1077944384 1426 0 0 0 39 6 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177074829968 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5020] ppid=5011 vsize=13977988 CPUtime=0.46 cores=1,3,5,7
/proc/5014/task/5020/stat : 5020 (java) S 5011 5014 5234 0 -1 1077944384 1491 0 0 0 39 7 0 0 20 0 15 0 11664946 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140177073777168 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5021] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5021/stat : 5021 (java) S 5011 5014 5234 0 -1 1077944384 1047 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176620370544 140177142512258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5022] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5022/stat : 5022 (java) S 5011 5014 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11664947 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176619316576 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5023] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5023/stat : 5023 (java) S 5011 5014 5234 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11664948 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176618264192 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5024] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5024/stat : 5024 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176617212496 140177142519707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5025] ppid=5011 vsize=13977988 CPUtime=0.7 cores=1,3,5,7
/proc/5014/task/5025/stat : 5025 (java) S 5011 5014 5234 0 -1 1077944384 3379 0 0 0 70 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176616159344 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5026] ppid=5011 vsize=13977988 CPUtime=0.68 cores=1,3,5,7
/proc/5014/task/5026/stat : 5026 (java) S 5011 5014 5234 0 -1 1077944384 2958 0 0 0 68 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176615106544 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5027] ppid=5011 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/5014/task/5027/stat : 5027 (java) S 5011 5014 5234 0 -1 1077944384 1690 0 0 0 31 1 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176614054256 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5028] ppid=5011 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/5014/task/5028/stat : 5028 (java) S 5011 5014 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664950 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176613001696 140177142511317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
[pid=5014/tid=5029] ppid=5011 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/5014/task/5029/stat : 5029 (java) S 5011 5014 5234 0 -1 1077944384 261 0 0 0 2 2 0 0 20 0 15 0 11664955 14313459712 113833 18446744073709551615 4194304 4196468 140730291662688 140176611949488 140177142512258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140730291671447 140730291671627 140730291671627 140730291675087 0
Current children cumulated CPU time (s) 243.03
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 5014 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.013
CPU time (s): 243.05
CPU user time (s): 242.654
CPU system time (s): 0.396168
CPU usage (%): 101.266
Max. virtual memory (cumulated for all children) (KiB): 13977988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.654
system time used= 0.396168
maximum resident set size= 456076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30606
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= 7050
involuntary context switches= 119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.958427 second user time and 1.31414 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 04:25:51
IDJOB=4255398
IDBENCH=137706
IDSOLVER=2638
FILE ID=node134/4255398-1501641592
RUNJOBID= node134-1501623099-24766
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-75.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255398-1501641592/watcher-4255398-1501641592 -o /tmp/evaluation-result-4255398-1501641592/solver-4255398-1501641592 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24766 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2041463707 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255398-1501641592.xml

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

MD5SUM BENCH= d512fd03759c8e886ee5b37275b97c5f
RANDOM SEED=2041463707

node134.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.43
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.43
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.43
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.43
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:        30529288 kB
MemAvailable:   30860296 kB
Buffers:          115264 kB
Cached:           495048 kB
SwapCached:            0 kB
Active:          1507260 kB
Inactive:         320628 kB
Active(anon):    1219676 kB
Inactive(anon):     6652 kB
Active(file):     287584 kB
Inactive(file):   313976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42740 kB
Writeback:             8 kB
AnonPages:       1216984 kB
Mapped:            44492 kB
Shmem:              8892 kB
Slab:             116000 kB
SReclaimable:      90564 kB
SUnreclaim:        25436 kB
KernelStack:        3536 kB
PageTables:         7252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2116952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61816 MiB
End job on node134 at 2017-08-02 04:29:51