Trace number 4403109

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
Concrete 3.12.3OPT44 15.9733 10.2408

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark3.78942
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/0.56	c Concrete v3.12.3.1568965526260 running
5.68/2.90	o 54
6.05/3.01	o 53
6.05/3.04	o 52
6.05/3.07	o 51
6.41/3.12	o 50
7.01/3.39	o 49
7.94/3.67	o 47
8.31/3.87	o 45
12.81/7.59	o 44
15.91/10.22	v <instantiation
15.91/10.22	v         cost = '44'>
15.91/10.22	v       <list>
15.91/10.22	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
15.91/10.22	v       </list>
15.91/10.22	v       <values>
15.91/10.22	v         0 3 9 17 19 32 39 43 44 3 9 17 19 32 39 43 44 6 14 16 29 36 40 41 8 10 23 30 34 35 2 15 22 26 27 13 20 24 25 7 11 12 4 5 1
15.91/10.22	v       </values>
15.91/10.22	v     </instantiation>
15.91/10.22	s OPTIMUM FOUND

Verifier Data

OK	44

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 (2465 MiB free)
  memory of node 1: 16384 MiB (3531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403109-1568986014/watcher-4403109-1568986014 -o /tmp/evaluation-result-4403109-1568986014/solver-4403109-1568986014 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6472 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403109-1568986014.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB

solver pid=11221, runsolver pid=11218

[startup+0.100091 s]*
/proc/loadavg: 1.23 1.48 1.45 3/221 11278
/proc/meminfo: memFree=6134876/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=9972712 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 4459 13206 0 0 1 0 5 2 20 0 6 0 474868161 10212057088 4204 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2493178 4204 1935 1 0 2481616 0
[pid=11221/tid=11274] ppid=11218 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 2278 13206 0 0 1 0 5 2 20 0 6 0 474868171 10212057088 4270 33554432000 4194304 4196468 140723847781040 140145554260560 140145568106325 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 6 0 474868171 10212057088 4270 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=9972712 memory=140192057054848 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 6 0 474868171 10212057088 4270 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 6 0 474868171 10212057088 4270 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 6 0 474868171 10212057088 4270 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210129 s]*
/proc/loadavg: 1.23 1.48 1.45 3/230 11287
/proc/meminfo: memFree=6114388/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10820184 memory=42168 CPUtime=0.26 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 7468 13206 0 0 18 1 5 2 20 0 15 0 474868161 11079868416 10542 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2705046 10542 3284 1 0 2667149 0
[pid=11221/tid=11274] ppid=11218 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 3979 13206 0 0 11 0 5 2 20 0 15 0 474868171 11079880704 10542 33554432000 4194304 4196468 140723847781040 140145554234832 140145582445725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10820196 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 10542 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10820196 memory=288370568208766592 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 10542 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 10542 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 10542 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10820196 memory=140192057054848 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868173 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 13 13206 0 0 0 0 5 2 20 0 15 0 474868173 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144782861984 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868173 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144648643824 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) R 11218 11221 6440 0 -1 4202560 481 13206 0 0 1 0 5 2 20 0 15 0 474868176 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144853211376 140145568487066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 175 13206 0 0 0 0 5 2 20 0 15 0 474868176 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10820196 memory=140192057054848 CPUtime=0.1 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) S 11218 11221 6440 0 -1 1077944384 606 13206 0 0 3 0 5 2 20 0 15 0 474868176 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144851105776 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10820196 memory=140192057054848 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868177 11079880704 10542 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 42168 KiB

[startup+0.310695 s]*
/proc/loadavg: 1.23 1.48 1.45 5/230 11287
/proc/meminfo: memFree=6102292/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10820196 memory=50364 CPUtime=0.39 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 10801 13206 0 0 29 3 5 2 20 0 15 0 474868161 11079880704 12591 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2705049 12591 3310 1 0 2667149 0
[pid=11221/tid=11274] ppid=11218 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 7287 13206 0 0 19 2 5 2 20 0 15 0 474868171 11079880704 12591 33554432000 4194304 4196468 140723847781040 140145554236416 140145582445725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 12591 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 12591 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 12591 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868171 11079880704 12591 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868173 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 13 13206 0 0 0 0 5 2 20 0 15 0 474868173 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144782861984 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868173 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144648643824 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) S 11218 11221 6440 0 -1 1077944384 490 13206 0 0 2 0 5 2 20 0 15 0 474868176 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144853211376 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 176 13206 0 0 1 0 5 2 20 0 15 0 474868176 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10820196 memory=140192057054848 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) R 11218 11221 6440 0 -1 4202560 614 13206 0 0 5 0 5 2 20 0 15 0 474868176 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144851105776 140145582435734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10820196 memory=140192057054848 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868177 11079880704 12591 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50364 KiB

[startup+0.70988 s]
/proc/loadavg: 1.23 1.48 1.45 3/230 11287
/proc/meminfo: memFree=6089328/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10824364 memory=83724 CPUtime=1.15 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 15137 13206 0 0 103 5 5 2 20 0 15 0 474868161 11084148736 20884 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2706091 20931 3500 1 0 2668173 0
[pid=11221/tid=11274] ppid=11218 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 10480 13206 0 0 56 4 5 2 20 0 15 0 474868171 11084148736 20931 33554432000 4194304 4196468 140723847781040 140145554236960 140145582445725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868171 11084148736 20931 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868171 11084148736 20931 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10824364 memory=280383921375200 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 474868171 11084148736 20931 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10824364 memory=140191960543152 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868171 11084148736 20931 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10824364 memory=140192027509318 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 5 13206 0 0 0 0 5 2 20 0 15 0 474868173 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10824364 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 13 13206 0 0 0 0 5 2 20 0 15 0 474868173 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144782861984 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10824364 memory=7092418796125250880 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868173 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144648643824 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10824364 memory=7453282923411564372 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10824364 memory=5787213827096799335 CPUtime=0.23 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) R 11218 11221 6440 0 -1 4202560 958 13206 0 0 16 0 5 2 20 0 15 0 474868176 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144853198192 140145567548493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 659 13206 0 0 13 0 5 2 20 0 15 0 474868176 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) S 11218 11221 6440 0 -1 1077944384 802 13206 0 0 17 0 5 2 20 0 15 0 474868176 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144851105776 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10824364 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868177 11084148736 20931 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83724 KiB

[startup+1.50067 s]
/proc/loadavg: 1.23 1.48 1.45 3/230 11287
/proc/meminfo: memFree=6044412/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10834680 memory=169476 CPUtime=2.43 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 21948 13206 0 0 227 9 5 2 20 0 15 0 474868161 11094712320 42369 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2708670 42369 3581 1 0 2670733 0
[pid=11221/tid=11274] ppid=11218 vsize=10834680 memory=9252 CPUtime=1.42 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 15287 13206 0 0 130 5 5 2 20 0 15 0 474868171 11094712320 42369 33554432000 4194304 4196468 140723847781040 140145554220704 140145582445725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 80 13206 0 0 1 0 5 2 20 0 15 0 474868171 11094712320 42369 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10834680 memory=900696 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 318 13206 0 0 0 0 5 2 20 0 15 0 474868171 11094712320 42369 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10834680 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 124 13206 0 0 1 0 5 2 20 0 15 0 474868171 11094712320 42369 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10834680 memory=83724 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 95 13206 0 0 1 0 5 2 20 0 15 0 474868171 11094712320 42369 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 175 13206 0 0 1 0 5 2 20 0 15 0 474868173 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 14 13206 0 0 0 0 5 2 20 0 15 0 474868173 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144782861984 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868173 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144648643824 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10834680 memory=4638778398332698720 CPUtime=0.34 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) R 11218 11221 6440 0 -1 1077944384 1053 13206 0 0 27 0 5 2 20 0 15 0 474868176 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144853211376 140145582434946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10834680 memory=280383921363280 CPUtime=0.3 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 776 13206 0 0 23 0 5 2 20 0 15 0 474868176 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10834680 memory=6944656425123290226 CPUtime=0.47 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) R 11218 11221 6440 0 -1 4202560 1809 13206 0 0 39 1 5 2 20 0 15 0 474868176 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144851105776 140145561408992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10834680 memory=-7233780906022716832 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10834680 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 474868177 11094712320 42369 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

[pid=11221/tid=11286] ppid=11218 vsize=10846988 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 122304 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 12 13206 0 0 0 0 5 2 20 0 15 0 474868177 11107315712 122304 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 11.59 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 489216 KiB

[startup+8.00074 s]*
/proc/loadavg: 1.35 1.49 1.45 3/230 11287
/proc/meminfo: memFree=5614872/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10846988 memory=538636 CPUtime=13.46 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 53483 13206 0 0 1313 26 5 2 20 0 15 0 474868161 11107315712 134659 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2711747 134659 3621 1 0 2673805 0
[pid=11221/tid=11274] ppid=11218 vsize=10846988 memory=5450916389569530688 CPUtime=7.83 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 22680 13206 0 0 764 12 5 2 20 0 15 0 474868171 11107315712 134659 33554432000 4194304 4196468 140723847781040 140145554258048 140145147262136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10846988 memory=4122819170707441977 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 450 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 134659 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10846988 memory=3972368081299965877 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 355 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 134659 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10846988 memory=1404222121492520310 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 202 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 134659 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10846988 memory=3905525982033944631 CPUtime=0.1 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 234 13206 0 0 3 0 5 2 20 0 15 0 474868171 11107315712 134659 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10846988 memory=3184238112133023408 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 3143 13206 0 0 4 0 5 2 20 0 15 0 474868173 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10846988 memory=7016453658154699314 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 18 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144782862048 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10846988 memory=7230338347964715093 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 8 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144648643840 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10846988 memory=-6861001314482542224 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10846988 memory=0 CPUtime=2.06 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) S 11218 11221 6440 0 -1 1077944384 10261 13206 0 0 197 2 5 2 20 0 15 0 474868176 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144853211376 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10846988 memory=1011 CPUtime=2.04 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 6211 13206 0 0 195 2 5 2 20 0 15 0 474868176 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10846988 memory=3473598816403786424 CPUtime=1.43 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) S 11218 11221 6440 0 -1 1077944384 7694 13206 0 0 133 3 5 2 20 0 15 0 474868176 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144851105776 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10846988 memory=6756 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 12 13206 0 0 0 0 5 2 20 0 15 0 474868177 11107315712 134659 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 538636 KiB

[startup+9.60071 s]
/proc/loadavg: 1.35 1.49 1.45 3/230 11287
/proc/meminfo: memFree=5565348/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10846988 memory=612508 CPUtime=15.3 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 53707 13206 0 0 1496 27 5 2 20 0 15 0 474868161 11107315712 153127 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2711747 153127 3621 1 0 2673805 0
[pid=11221/tid=11274] ppid=11218 vsize=10846988 memory=587932 CPUtime=9.42 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 22844 13206 0 0 922 13 5 2 20 0 15 0 474868171 11107315712 153127 33554432000 4194304 4196468 140723847781040 140145554256984 140145146293291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10846988 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 451 13206 0 0 4 1 5 2 20 0 15 0 474868171 11107315712 153127 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10846988 memory=3472468488188272496 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 358 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 153127 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10846988 memory=-6237260532469557610 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 203 13206 0 0 4 1 5 2 20 0 15 0 474868171 11107315712 153127 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10846988 memory=-7384994778349281184 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 237 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 153127 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10846988 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 3167 13206 0 0 5 0 5 2 20 0 15 0 474868173 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10846988 memory=-8746142026916216773 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 18 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144782862048 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10846988 memory=-8384427990145351621 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 8 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144648643840 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10846988 memory=188634896589358 CPUtime=2.12 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) S 11218 11221 6440 0 -1 1077944384 10267 13206 0 0 203 2 5 2 20 0 15 0 474868176 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144853211376 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10846988 memory=3475413 CPUtime=2.22 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 6233 13206 0 0 213 2 5 2 20 0 15 0 474868176 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10846988 memory=5787213827046461545 CPUtime=1.43 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) S 11218 11221 6440 0 -1 1077944384 7694 13206 0 0 133 3 5 2 20 0 15 0 474868176 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144851105776 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10846988 memory=4638778398333358954 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10846988 memory=7809523229951467574 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 12 13206 0 0 0 0 5 2 20 0 15 0 474868177 11107315712 153127 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 612508 KiB

[startup+10.0007 s]*
/proc/loadavg: 1.35 1.49 1.45 3/231 11289
/proc/meminfo: memFree=5515492/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10846988 memory=637084 CPUtime=15.71 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 53739 13206 0 0 1537 27 5 2 20 0 15 0 474868161 11107315712 159271 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2711747 159271 3621 1 0 2673805 0
[pid=11221/tid=11274] ppid=11218 vsize=10846988 memory=1398722017469774279 CPUtime=9.83 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 22856 13206 0 0 963 13 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145554259904 140145146294391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10846988 memory=4872558044660077418 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 451 13206 0 0 4 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10846988 memory=5860704123725310038 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 359 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10846988 memory=7811044310603950144 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 204 13206 0 0 4 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10846988 memory=7367997019094279760 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 238 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10846988 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 3184 13206 0 0 5 0 5 2 20 0 15 0 474868173 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10846988 memory=280383921541200 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 18 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144782862048 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10846988 memory=188571297714417 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 8 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144648643840 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10846988 memory=20532 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10846988 memory=0 CPUtime=2.12 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) S 11218 11221 6440 0 -1 1077944384 10267 13206 0 0 203 2 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144853211376 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10846988 memory=0 CPUtime=2.22 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 6233 13206 0 0 213 2 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10846988 memory=140191960850560 CPUtime=1.43 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) S 11218 11221 6440 0 -1 1077944384 7694 13206 0 0 133 3 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144851105776 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 12 13206 0 0 0 0 5 2 20 0 15 0 474868177 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 637084 KiB

[startup+10.2007 s]
/proc/loadavg: 1.35 1.49 1.45 3/231 11289
/proc/meminfo: memFree=5515492/32770624 swapFree=66974484/67108860
[pid=11221] ppid=11218 vsize=10846988 memory=637084 CPUtime=15.91 cores=1,3,5,7
/proc/11221/stat : 11221 (java) S 11218 11221 6440 0 -1 1077944320 53797 13206 0 0 1557 27 5 2 20 0 15 0 474868161 11107315712 159271 33554432000 4194304 4196468 140723847781040 140723847763584 140145582423799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
/proc/11221/statm: 2711747 159271 3621 1 0 2673805 0
[pid=11221/tid=11274] ppid=11218 vsize=10846988 memory=9314 CPUtime=10.02 cores=1,3,5,7
/proc/11221/task/11274/stat : 11274 (java) R 11218 11221 6440 0 -1 4202560 22914 13206 0 0 982 13 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145554259904 140145146510093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11275] ppid=11218 vsize=10846988 memory=1491614 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11275/stat : 11275 (java) S 11218 11221 6440 0 -1 1077944384 451 13206 0 0 4 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145586666000 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11276] ppid=11218 vsize=10846988 memory=-6660357159656221828 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11276/stat : 11276 (java) S 11218 11221 6440 0 -1 1077944384 359 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145474939536 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11277] ppid=11218 vsize=10846988 memory=-9181546050914066336 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11277/stat : 11277 (java) S 11218 11221 6440 0 -1 1077944384 204 13206 0 0 4 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145473886480 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11278] ppid=11218 vsize=10846988 memory=6944938067432061290 CPUtime=0.11 cores=1,3,5,7
/proc/11221/task/11278/stat : 11278 (java) S 11218 11221 6440 0 -1 1077944384 238 13206 0 0 3 1 5 2 20 0 15 0 474868171 11107315712 159271 33554432000 4194304 4196468 140723847781040 140145472833936 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11279] ppid=11218 vsize=10846988 memory=-6876588461455810464 CPUtime=0.12 cores=1,3,5,7
/proc/11221/task/11279/stat : 11279 (java) S 11218 11221 6440 0 -1 1077944384 3184 13206 0 0 5 0 5 2 20 0 15 0 474868173 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144854264560 140145582434946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11280] ppid=11218 vsize=10846988 memory=-7966001967407140192 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11280/stat : 11280 (java) S 11218 11221 6440 0 -1 1077944384 18 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144782862048 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11281] ppid=11218 vsize=10846988 memory=-3833726747341067623 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11281/stat : 11281 (java) S 11218 11221 6440 0 -1 1077944384 8 13206 0 0 0 0 5 2 20 0 15 0 474868173 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144648643840 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11282] ppid=11218 vsize=10846988 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11282/stat : 11282 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144139917776 140145582442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11283] ppid=11218 vsize=10846988 memory=6655300316396806240 CPUtime=2.12 cores=1,3,5,7
/proc/11221/task/11283/stat : 11283 (java) S 11218 11221 6440 0 -1 1077944384 10267 13206 0 0 203 2 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144853211376 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11284] ppid=11218 vsize=10846988 memory=6944656592455359580 CPUtime=2.22 cores=1,3,5,7
/proc/11221/task/11284/stat : 11284 (java) S 11218 11221 6440 0 -1 1077944384 6233 13206 0 0 213 2 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144852158832 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11285] ppid=11218 vsize=10846988 memory=6656426216303648864 CPUtime=1.43 cores=1,3,5,7
/proc/11221/task/11285/stat : 11285 (java) S 11218 11221 6440 0 -1 1077944384 7694 13206 0 0 133 3 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144851105776 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11286] ppid=11218 vsize=10846988 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11286/stat : 11286 (java) S 11218 11221 6440 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 474868176 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144106359136 140145582434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
[pid=11221/tid=11287] ppid=11218 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11221/task/11287/stat : 11287 (java) S 11218 11221 6440 0 -1 1077944384 12 13206 0 0 0 0 5 2 20 0 15 0 474868177 11107315712 159271 33554432000 4194304 4196468 140723847781040 140144749304880 140145582434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26890240 140723847789297 140723847791813 140723847791813 140723847794639 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 637084 KiB

Child status: 0
Real time (s): 10.2408
CPU time (s): 15.9733
CPU user time (s): 15.6587
CPU system time (s): 0.314661
CPU usage (%): 155.977
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 637084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6587
system time used= 0.314661
maximum resident set size= 639140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7294
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 11221
#   total CPU time (s): 15.9733
#   total CPU user time (s): 15.6587
#   total CPU system time (s): 0.314661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079048 second user time and 0.149525 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 15:26:11
IDJOB=4403109
IDBENCH=141376
IDSOLVER=2862
FILE ID=node125/4403109-1568986014
RUNJOBID= node125-1568967595-6472
PBS_JOBID= 21704623
Free space on /tmp= 4128 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403109-1568986014/watcher-4403109-1568986014 -o /tmp/evaluation-result-4403109-1568986014/solver-4403109-1568986014 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6472 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403109-1568986014.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=48196352

node125.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.29
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.29
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.29
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.29
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:         6140848 kB
MemAvailable:   30939868 kB
Buffers:          126796 kB
Cached:         24553128 kB
SwapCached:        30036 kB
Active:         13152468 kB
Inactive:       12447068 kB
Active(anon):     889140 kB
Inactive(anon):    77488 kB
Active(file):   12263328 kB
Inactive(file): 12369580 kB
Unevictable:      109196 kB
Mlocked:          109196 kB
SwapTotal:      67108860 kB
SwapFree:       66974484 kB
Dirty:             35300 kB
Writeback:             0 kB
AnonPages:        951636 kB
Mapped:            65400 kB
Shmem:             38136 kB
Slab:             624080 kB
SReclaimable:     594572 kB
SUnreclaim:        29508 kB
KernelStack:        4032 kB
PageTables:         7544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2175504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    786432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4092 MiB
End job on node125 at 2019-09-20 15:26:21