Trace number 4308658

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 - Hybrid 2018-08-14? (TO) 2520.04 2501.03

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-04-opt_c18.xml
MD5SUM61d46f07ed59020314d5adfe9107f362
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark394
Best CPU time to get the best result obtained on this benchmark3.89223
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2244
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":32},{"size":24,"count":14},{"size":36,"count":90},{"size":42,"count":152},{"size":44,"count":112}]
Minimum variable degree5
Maximum variable degree21
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":13},{"degree":7,"count":13},{"degree":8,"count":28},{"degree":9,"count":47},{"degree":10,"count":60},{"degree":11,"count":36},{"degree":12,"count":37},{"degree":13,"count":22},{"degree":14,"count":21},{"degree":15,"count":19},{"degree":16,"count":31},{"degree":17,"count":42},{"degree":18,"count":12},{"degree":19,"count":11},{"degree":20,"count":4},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2244}]
Number of extensional constraints0
Number of intensional constraints2244
Distribution of constraint types[{"type":"intension","count":2244}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1326269152
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
4.51/1.87	c Parsing done, starting first complete search...
2520.01/2501.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12922 MiB free)
  memory of node 1: 16384 MiB (8616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308658-1534285709/watcher-4308658-1534285709 -o /tmp/evaluation-result-4308658-1534285709/solver-4308658-1534285709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534270838-13462 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1326269152 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308658-1534285709.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15151, runsolver pid=15148
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.91 1.77 1.66 3/215 15166
/proc/meminfo: memFree=22039332/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14082736 memory=33040 CPUtime=0.11 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 7177 0 0 0 10 1 0 0 20 0 15 0 246134028 14420721664 8260 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3520684 8260 3133 1 0 3482761 0
[pid=15151/tid=15153] ppid=15148 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 5285 0 0 0 8 1 0 0 20 0 15 0 246134029 14420721664 8260 33554432000 4194304 4196468 140735541403856 140150035891200 140150011964240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14082736 memory=5793854979124922809 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134029 14420721664 8260 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134029 14420721664 8260 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134030 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134030 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134031 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246134031 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149504042400 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246134032 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149502989808 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 8326 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33040 KiB

[startup+0.210295 s]*
/proc/loadavg: 1.91 1.77 1.66 4/215 15166
/proc/meminfo: memFree=22023952/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14082736 memory=46976 CPUtime=0.29 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 10357 0 0 0 27 2 0 0 20 0 15 0 246134028 14420721664 11744 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3520684 11744 3360 1 0 3482761 0
[pid=15151/tid=15153] ppid=15148 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) S 15148 15151 11932 0 -1 1077944384 8091 0 0 0 18 2 0 0 20 0 15 0 246134029 14420721664 11744 33554432000 4194304 4196468 140735541403856 140150035914544 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14082736 memory=4211973454319820170 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134029 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134029 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134030 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134030 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246134031 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246134031 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149504042400 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246134032 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149502989808 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) R 15148 15151 11932 0 -1 4202560 411 0 0 0 2 0 0 0 20 0 15 0 246134034 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149500884976 140150010934473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) R 15148 15151 11932 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 15 0 246134034 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0.05 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 276 0 0 0 5 0 0 0 20 0 15 0 246134034 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 11744 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46976 KiB

[startup+0.310484 s]*
/proc/loadavg: 1.91 1.77 1.66 3/215 15166
/proc/meminfo: memFree=22020912/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14082736 memory=50724 CPUtime=0.43 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 10748 0 0 0 40 3 0 0 20 0 15 0 246134028 14420721664 12681 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3520684 12681 3410 1 0 3482761 0
[pid=15151/tid=15153] ppid=15148 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 8450 0 0 0 27 2 0 0 20 0 15 0 246134029 14420721664 12681 33554432000 4194304 4196468 140735541403856 140150035922000 140150016852960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14082736 memory=4211973454319820170 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134029 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14082736 memory=139728115031983 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134029 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14082736 memory=139727969835180 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134030 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14082736 memory=139727969832399 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134030 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14082736 memory=139728115041591 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246134031 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14082736 memory=139727969841583 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246134031 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149504042400 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14082736 memory=279455939674000 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246134032 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149502989808 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14082736 memory=279455939671696 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 426 0 0 0 2 0 0 0 20 0 15 0 246134034 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 246134034 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 287 0 0 0 8 0 0 0 20 0 15 0 246134034 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14082736 memory=139728115029632 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134034 14420721664 12681 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50724 KiB

[startup+0.70073 s]
/proc/loadavg: 1.91 1.77 1.66 3/215 15166
/proc/meminfo: memFree=21998272/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14084804 memory=86524 CPUtime=0.98 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 17555 0 0 0 94 4 0 0 20 0 15 0 246134028 14422839296 21631 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3521201 21631 3498 1 0 3483273 0
[pid=15151/tid=15153] ppid=15148 vsize=14084804 memory=872 CPUtime=0.67 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 14856 0 0 0 63 4 0 0 20 0 15 0 246134029 14422839296 21631 33554432000 4194304 4196468 140735541403856 140150035893296 140150031709341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14084804 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134029 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14084804 memory=6272 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134029 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134030 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134030 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14084804 memory=5787213831426565969 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246134031 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246134031 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149504042400 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246134032 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149502989808 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14084804 memory=219 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 562 0 0 0 7 0 0 0 20 0 15 0 246134034 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 365 0 0 0 7 0 0 0 20 0 15 0 246134034 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) R 15148 15151 11932 0 -1 4202560 390 0 0 0 15 0 0 0 20 0 15 0 246134034 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149498779888 140150031708762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14084804 memory=279455939857904 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134034 14422839296 21631 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 86524 KiB

[startup+1.50074 s]
/proc/loadavg: 1.91 1.77 1.66 6/215 15166
/proc/meminfo: memFree=21957448/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14088900 memory=193112 CPUtime=3.5 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 29283 0 0 0 342 8 0 0 20 0 15 0 246134028 14427033600 48278 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3522225 48278 3548 1 0 3484297 0
[pid=15151/tid=15153] ppid=15148 vsize=14088900 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 19414 0 0 0 140 6 0 0 20 0 15 0 246134029 14427033600 48278 33554432000 4194304 4196468 140735541403856 140150035902632 140150011963243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14088900 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134029 14427033600 48278 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14088900 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134029 14427033600 48278 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246134030 14427033600 48278 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14088900 memory=-7593188107151692334 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246134030 14427033600 48278 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14088900 memory=-6007061419333674855 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 246134031 14427033600 48278 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0

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

/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 39747 0 0 0 231128 19 0 0 20 0 15 0 246134029 14429130752 72721 33554432000 4194304 4196468 140735541403856 140150035925632 140149640638228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14090948 memory=279455940315456 CPUtime=4.72 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 9227 0 0 0 439 33 0 0 20 0 15 0 246134029 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14090948 memory=286788 CPUtime=4.69 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 6820 0 0 0 439 30 0 0 20 0 15 0 246134029 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14090948 memory=290884 CPUtime=4.69 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 9005 0 0 0 437 32 0 0 20 0 15 0 246134030 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14090948 memory=290884 CPUtime=4.71 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 7521 0 0 0 440 31 0 0 20 0 15 0 246134030 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14090948 memory=290884 CPUtime=4.18 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 7832 0 0 0 390 28 0 0 20 0 15 0 246134031 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14090948 memory=290884 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246134031 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149504042464 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14090948 memory=290884 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246134032 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149502989824 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14090948 memory=290884 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14090948 memory=290884 CPUtime=1.92 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 6670 0 0 0 191 1 0 0 20 0 15 0 246134034 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14090948 memory=290884 CPUtime=1.88 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 5039 0 0 0 187 1 0 0 20 0 15 0 246134034 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14090948 memory=3684 CPUtime=0.8 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 5260 0 0 0 79 1 0 0 20 0 15 0 246134034 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14090948 memory=2180 CPUtime=0.83 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 686 0 0 0 42 41 0 0 20 0 15 0 246134034 14429130752 72721 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 2339.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 290884 KiB

[startup+2382.3 s]
/proc/loadavg: 1.78 1.63 1.60 3/215 15362
/proc/meminfo: memFree=23239848/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14090948 memory=294980 CPUtime=2400.42 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 101123 0 0 0 239859 183 0 0 20 0 15 0 246134028 14429130752 73745 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3522737 73745 3581 1 0 3484809 0
[pid=15151/tid=15153] ppid=15148 vsize=14090948 memory=3920 CPUtime=2371.18 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 40273 0 0 0 237098 20 0 0 20 0 15 0 246134029 14429130752 73745 33554432000 4194304 4196468 140735541403856 140150035925696 140149640730859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14090948 memory=290884 CPUtime=4.87 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 9912 0 0 0 452 35 0 0 20 0 15 0 246134029 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14090948 memory=290884 CPUtime=4.84 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 6895 0 0 0 453 31 0 0 20 0 15 0 246134029 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14090948 memory=292932 CPUtime=4.84 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 9064 0 0 0 452 32 0 0 20 0 15 0 246134030 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14090948 memory=292932 CPUtime=4.86 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 7773 0 0 0 454 32 0 0 20 0 15 0 246134030 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14090948 memory=292932 CPUtime=4.29 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 8101 0 0 0 401 28 0 0 20 0 15 0 246134031 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14090948 memory=294980 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246134031 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149504042464 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14090948 memory=294980 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246134032 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149502989824 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14090948 memory=294980 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14090948 memory=292932 CPUtime=1.92 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 6673 0 0 0 191 1 0 0 20 0 15 0 246134034 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14090948 memory=237099 CPUtime=1.88 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 5041 0 0 0 187 1 0 0 20 0 15 0 246134034 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14090948 memory=294980 CPUtime=0.8 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 5263 0 0 0 79 1 0 0 20 0 15 0 246134034 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14090948 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14090948 memory=294980 CPUtime=0.85 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 707 0 0 0 43 42 0 0 20 0 15 0 246134034 14429130752 73745 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 2400.42 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 294980 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.62 1.60 3/215 15363
/proc/meminfo: memFree=23236528/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14090948 memory=299076 CPUtime=2460.89 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 103084 0 0 0 245901 188 0 0 20 0 15 0 246134028 14429130752 74769 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3522737 74769 3581 1 0 3484809 0
[pid=15151/tid=15153] ppid=15148 vsize=14090948 memory=3684 CPUtime=2430.84 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 40825 0 0 0 243064 20 0 0 20 0 15 0 246134029 14429130752 74769 33554432000 4194304 4196468 140735541403856 140150035925632 140149640439225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14090948 memory=299076 CPUtime=5.03 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 10035 0 0 0 467 36 0 0 20 0 15 0 246134029 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14090948 memory=297028 CPUtime=5.01 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 6976 0 0 0 469 32 0 0 20 0 15 0 246134029 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14090948 memory=297028 CPUtime=5.01 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 9886 0 0 0 468 33 0 0 20 0 15 0 246134030 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14090948 memory=294980 CPUtime=5.03 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 7858 0 0 0 470 33 0 0 20 0 15 0 246134030 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14090948 memory=292932 CPUtime=4.41 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 8370 0 0 0 412 29 0 0 20 0 15 0 246134031 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14090948 memory=294980 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246134031 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149504042464 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14090948 memory=294980 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246134032 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149502989824 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14090948 memory=297028 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14090948 memory=297028 CPUtime=1.92 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 6676 0 0 0 191 1 0 0 20 0 15 0 246134034 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14090948 memory=297028 CPUtime=1.88 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 5043 0 0 0 187 1 0 0 20 0 15 0 246134034 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14090948 memory=299076 CPUtime=0.8 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 5266 0 0 0 79 1 0 0 20 0 15 0 246134034 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14090948 memory=299076 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14090948 memory=299076 CPUtime=0.88 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 728 0 0 0 44 44 0 0 20 0 15 0 246134034 14429130752 74769 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 2460.89 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 299076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501 s]*
/proc/loadavg: 1.61 1.61 1.59 3/215 15371
/proc/meminfo: memFree=23239104/32770624 swapFree=67108368/67108860
[pid=15151] ppid=15148 vsize=14090948 memory=301124 CPUtime=2520.01 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 11932 0 -1 1077944320 104982 0 0 0 251809 192 0 0 20 0 15 0 246134028 14429130752 75281 33554432000 4194304 4196468 140735541403856 140735541386400 140150031687415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
/proc/15151/statm: 3522737 75281 3581 1 0 3484809 0
[pid=15151/tid=15153] ppid=15148 vsize=14090948 memory=6791534058613427641 CPUtime=2489.25 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 11932 0 -1 4202560 41340 0 0 0 248904 21 0 0 20 0 15 0 246134029 14429130752 75281 33554432000 4194304 4196468 140735541403856 140150035925632 140149640439240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15154] ppid=15148 vsize=14090948 memory=-7003737579269690708 CPUtime=5.17 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 11932 0 -1 1077944384 10092 0 0 0 481 36 0 0 20 0 15 0 246134029 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149961775376 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15155] ppid=15148 vsize=14090948 memory=808 CPUtime=5.15 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 11932 0 -1 1077944384 7087 0 0 0 482 33 0 0 20 0 15 0 246134029 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149960722832 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15156] ppid=15148 vsize=14090948 memory=1796 CPUtime=5.16 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 11932 0 -1 1077944384 10135 0 0 0 482 34 0 0 20 0 15 0 246134030 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149959670288 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15157] ppid=15148 vsize=14090948 memory=912 CPUtime=5.17 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 11932 0 -1 1077944384 8526 0 0 0 484 33 0 0 20 0 15 0 246134030 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149958617744 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15158] ppid=15148 vsize=14090948 memory=3848 CPUtime=4.51 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 11932 0 -1 1077944384 8640 0 0 0 422 29 0 0 20 0 15 0 246134031 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149505096176 140150031698562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15159] ppid=15148 vsize=14090948 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 11932 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246134031 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149504042464 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15160] ppid=15148 vsize=14090948 memory=2888 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 11932 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246134032 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149502989824 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15161] ppid=15148 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149501938384 140150031706011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15162] ppid=15148 vsize=14090948 memory=3196 CPUtime=1.92 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 11932 0 -1 1077944384 6678 0 0 0 191 1 0 0 20 0 15 0 246134034 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149500884976 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15163] ppid=15148 vsize=14090948 memory=301124 CPUtime=1.88 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 11932 0 -1 1077944384 5046 0 0 0 187 1 0 0 20 0 15 0 246134034 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149499832432 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15164] ppid=15148 vsize=14090948 memory=4108 CPUtime=0.8 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 11932 0 -1 1077944384 5269 0 0 0 79 1 0 0 20 0 15 0 246134034 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149498779888 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15165] ppid=15148 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246134034 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149497727584 140150031697621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
[pid=15151/tid=15166] ppid=15148 vsize=14090948 memory=3004 CPUtime=0.9 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 11932 0 -1 1077944384 748 0 0 0 45 45 0 0 20 0 15 0 246134034 14429130752 75281 33554432000 4194304 4196468 140735541403856 140149496675120 140150031698562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 38731776 140735541412948 140735541413129 140735541413129 140735541415887 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 301124 KiB

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

[startup+2501.03 s]
# the end of solver process 15151 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.1 s, system=1.93474 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2501.03
CPU time (s): 2520.04
CPU user time (s): 2518.1
CPU system time (s): 1.93474
CPU usage (%): 100.76
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 301124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.1
system time used= 1.93474
maximum resident set size= 301620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176096
involuntary context switches= 6194


# summary of solver processes directly reported to runsolver:
#   pid: 15151
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.1
#   total CPU system time (s): 1.93474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0358 second user time and 26.0485 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 00:28:29
IDJOB=4308658
IDBENCH=141196
IDSOLVER=2792
FILE ID=node148/4308658-1534285709
RUNJOBID= node148-1534270838-13462
PBS_JOBID= 21038117
Free space on /tmp= 42612 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-04-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308658-1534285709/watcher-4308658-1534285709 -o /tmp/evaluation-result-4308658-1534285709/solver-4308658-1534285709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534270838-13462 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1326269152 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308658-1534285709.xml

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

MD5SUM BENCH= 61d46f07ed59020314d5adfe9107f362
RANDOM SEED=1326269152

node148.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.50
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.50
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.50
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.50
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:        22057240 kB
MemAvailable:   30164980 kB
Buffers:          163492 kB
Cached:          8150420 kB
SwapCached:            4 kB
Active:          6147608 kB
Inactive:        3956588 kB
Active(anon):    1743756 kB
Inactive(anon):    98752 kB
Active(file):    4403852 kB
Inactive(file):  3857836 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             35988 kB
Writeback:             0 kB
AnonPages:       1797332 kB
Mapped:            68072 kB
Shmem:             49588 kB
Slab:             303456 kB
SReclaimable:     274512 kB
SUnreclaim:        28944 kB
KernelStack:        3536 kB
PageTables:         9292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2735440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1650688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-15 01:10:10