Trace number 4387534

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.10OPT44 18.1358 8.96479

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 benchmark5.28313
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.73/0.55	c Concrete v3.10.1560635388952 running
5.87/2.89	o 81
6.23/2.93	o 58
6.23/2.94	o 56
6.61/3.06	o 54
6.94/3.16	o 52
6.94/3.20	o 51
7.24/3.26	o 48
10.18/4.22	o 46
10.18/4.27	o 45
10.83/4.57	o 44
18.05/8.95	v <instantiation
18.05/8.95	v         cost = '44'>
18.05/8.95	v       <list>
18.05/8.95	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]
18.05/8.95	v       </list>
18.05/8.95	v       <values>
18.05/8.95	v         0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3
18.05/8.95	v       </values>
18.05/8.95	v     </instantiation>
18.05/8.95	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 (11693 MiB free)
  memory of node 1: 16384 MiB (15600 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387534-1568309528/watcher-4387534-1568309528 -o /tmp/evaluation-result-4387534-1568309528/solver-4387534-1568309528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=152508567 HOME/instance-4387534-1568309528.xml 

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

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=13429, runsolver pid=13426
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.88 1.66 1.55 3/217 13486
/proc/meminfo: memFree=27940292/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=9972712 memory=19128 CPUtime=0.08 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 4499 13324 0 0 1 0 5 2 20 0 6 0 407211303 10212057088 4782 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2493178 4782 1935 1 0 2481616 0
[pid=13429/tid=13482] ppid=13426 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 2304 13324 0 0 1 0 5 2 20 0 6 0 407211312 10212057088 4782 33554432000 4194304 4196468 140735042946256 139998647116368 139998660402544 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 6 0 407211313 10212057088 4782 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=9972712 memory=140525154698880 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 6 0 407211313 10212057088 4782 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 6 0 407211313 10212057088 4782 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 6 0 407211313 10212057088 4782 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19128 KiB

[startup+0.210178 s]*
/proc/loadavg: 1.88 1.66 1.55 4/226 13495
/proc/meminfo: memFree=27918576/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10818940 memory=42148 CPUtime=0.25 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 6895 13324 0 0 16 2 5 2 20 0 15 0 407211303 11078594560 10537 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2704735 10537 2966 1 0 2667149 0
[pid=13429/tid=13482] ppid=13426 vsize=10818940 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 3383 13324 0 0 10 0 5 2 20 0 15 0 407211312 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998647105760 139998659360094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211313 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10818940 memory=288370901306410624 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211313 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211313 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211313 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10818940 memory=140525154698880 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211314 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 33 13324 0 0 0 0 5 2 20 0 15 0 407211314 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998133151392 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211315 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998015775984 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11078594560 10537 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5271 0 -1 1077944384 564 13324 0 0 1 0 5 2 20 0 15 0 407211317 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5271 0 -1 1077944384 61 13324 0 0 0 0 5 2 20 0 15 0 407211317 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10818940 memory=140525154698880 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5271 0 -1 1077944384 638 13324 0 0 3 0 5 2 20 0 15 0 407211317 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998097487856 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11078594560 10537 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10818940 memory=140525154698880 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211318 11078594560 10537 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42148 KiB

[startup+0.310297 s]*
/proc/loadavg: 1.88 1.66 1.55 3/226 13495
/proc/meminfo: memFree=27908812/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10820096 memory=53820 CPUtime=0.39 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 10645 13324 0 0 29 3 5 2 20 0 15 0 407211303 11079778304 13455 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2705024 13455 3280 1 0 2667149 0
[pid=13429/tid=13482] ppid=13426 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 7100 13324 0 0 19 2 5 2 20 0 15 0 407211312 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998647090080 139998235036253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211313 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211313 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211313 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211313 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211314 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 33 13324 0 0 0 0 5 2 20 0 15 0 407211314 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998133151392 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211315 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998015775984 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11079778304 13455 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5271 0 -1 1077944384 564 13324 0 0 1 0 5 2 20 0 15 0 407211317 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5271 0 -1 1077944384 63 13324 0 0 1 0 5 2 20 0 15 0 407211317 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10820096 memory=140525154698880 CPUtime=0.12 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5271 0 -1 1077944384 662 13324 0 0 5 0 5 2 20 0 15 0 407211317 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998097487856 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11079778304 13455 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10820096 memory=140525154698880 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211318 11079778304 13455 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 53820 KiB

[startup+0.700743 s]
/proc/loadavg: 1.88 1.66 1.55 5/226 13495
/proc/meminfo: memFree=27892212/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10824340 memory=84808 CPUtime=1.14 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 14885 13324 0 0 102 5 5 2 20 0 15 0 407211303 11084124160 21202 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2706085 21202 3508 1 0 2668173 0
[pid=13429/tid=13482] ppid=13426 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 10514 13324 0 0 56 3 5 2 20 0 15 0 407211312 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998647106800 139998656864111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211313 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211313 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10824340 memory=140525021835472 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211313 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10824340 memory=140527034958441 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211313 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10824340 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 5 13324 0 0 0 0 5 2 20 0 15 0 407211314 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10824340 memory=7014751519667017297 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 33 13324 0 0 0 0 5 2 20 0 15 0 407211314 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998133151392 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10824340 memory=7522812740317500513 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211315 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998015775984 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10824340 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11084124160 21202 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10824340 memory=2116 CPUtime=0.2 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) R 13426 13429 5271 0 -1 1077944384 804 13324 0 0 13 0 5 2 20 0 15 0 407211317 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10824340 memory=516 CPUtime=0.21 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5271 0 -1 1077944384 454 13324 0 0 14 0 5 2 20 0 15 0 407211317 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10824340 memory=1556 CPUtime=0.24 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) R 13426 13429 5271 0 -1 4202560 859 13324 0 0 17 0 5 2 20 0 15 0 407211317 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998097487856 139998667516734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10824340 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11084124160 21202 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10824340 memory=1668 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211318 11084124160 21202 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84808 KiB

[startup+1.50122 s]
/proc/loadavg: 1.88 1.66 1.55 4/226 13495
/proc/meminfo: memFree=27846168/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10834656 memory=170404 CPUtime=2.48 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 20270 13324 0 0 231 10 5 2 20 0 15 0 407211303 11094687744 42601 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2708664 42601 3570 1 0 2670733 0
[pid=13429/tid=13482] ppid=13426 vsize=10834656 memory=166936 CPUtime=1.43 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 14974 13324 0 0 131 5 5 2 20 0 15 0 407211312 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998647091504 139998675291542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10834656 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 44 13324 0 0 1 0 5 2 20 0 15 0 407211313 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10834656 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 26 13324 0 0 1 0 5 2 20 0 15 0 407211313 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 9 13324 0 0 0 0 5 2 20 0 15 0 407211313 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10834656 memory=-7303279828959712342 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 29 13324 0 0 0 0 5 2 20 0 15 0 407211313 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10834656 memory=3833724587141655611 CPUtime=0.08 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 44 13324 0 0 1 0 5 2 20 0 15 0 407211314 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10834656 memory=-6798310482166503264 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 33 13324 0 0 0 0 5 2 20 0 15 0 407211314 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998133151456 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10834656 memory=-6078294146213043397 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211315 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998015776000 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11094687744 42601 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10834656 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5271 0 -1 1077944384 889 13324 0 0 25 0 5 2 20 0 15 0 407211317 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10834656 memory=4580 CPUtime=0.35 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) R 13426 13429 5271 0 -1 1077944384 524 13324 0 0 28 0 5 2 20 0 15 0 407211317 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10834656 memory=7516902848036229200 CPUtime=0.47 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) R 13426 13429 5271 0 -1 4202560 1486 13324 0 0 40 0 5 2 20 0 15 0 407211317 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998097483904 139998668385269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10834656 memory=7079772213247759977 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11094687744 42601 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10834656 memory=5865753158498019686 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 1 13324 0 0 0 0 5 2 20 0 15 0 407211318 11094687744 42601 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 115723 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 166 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 115723 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 462892 KiB

[startup+8.00118 s]*
/proc/loadavg: 1.90 1.68 1.56 4/226 13495
/proc/meminfo: memFree=27454684/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=504804 CPUtime=16.91 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 67373 13324 0 0 1656 28 5 2 20 0 15 0 407211303 11105193984 126201 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2711229 126201 3614 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=8317482817917895235 CPUtime=7.84 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 21961 13324 0 0 765 12 5 2 20 0 15 0 407211312 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998647113096 139998245530511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=4872558044660077418 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 104 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=2116 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 675 13324 0 0 4 0 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=466460 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 246 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=463424 CPUtime=0.12 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 95 13324 0 0 4 1 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=928 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 555 13324 0 0 4 0 5 2 20 0 15 0 407211314 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=1668 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 39 13324 0 0 0 0 5 2 20 0 15 0 407211314 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998133151456 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=281050044157984 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 8 13324 0 0 0 0 5 2 20 0 15 0 407211315 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998015776000 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=590006946279486474 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=288289991136903736 CPUtime=3 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) R 13426 13429 5271 0 -1 4202560 12682 13324 0 0 290 3 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998099581360 139998659672018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=4123385423521395304 CPUtime=3.26 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5271 0 -1 1077944384 14322 13324 0 0 317 2 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=7245577201579234449 CPUtime=2.71 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5271 0 -1 1077944384 14307 13324 0 0 260 4 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998097487856 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=7660992747008972117 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 126201 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=-8630458693986849386 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 166 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 16.91 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 504804 KiB

[startup+8.40075 s]
/proc/loadavg: 1.90 1.68 1.56 4/226 13495
/proc/meminfo: memFree=27454684/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=504804 CPUtime=17.46 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 67417 13324 0 0 1710 29 5 2 20 0 15 0 407211303 11105193984 126201 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2711229 126201 3614 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=7308606984455481195 CPUtime=8.23 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 21999 13324 0 0 804 12 5 2 20 0 15 0 407211312 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998647110336 139998245631366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=7085397426675017069 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 104 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 675 13324 0 0 4 0 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 246 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 95 13324 0 0 4 1 5 2 20 0 15 0 407211313 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=289 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 555 13324 0 0 4 0 5 2 20 0 15 0 407211314 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 39 13324 0 0 0 0 5 2 20 0 15 0 407211314 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998133151456 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=-3621219749712857441 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 8 13324 0 0 0 0 5 2 20 0 15 0 407211315 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998015776000 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=4426639978525455914 CPUtime=3.11 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5271 0 -1 1077944384 12687 13324 0 0 301 3 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=3047711553219693942 CPUtime=3.29 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5271 0 -1 1077944384 14323 13324 0 0 320 2 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=502500 CPUtime=2.74 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5271 0 -1 1077944384 14307 13324 0 0 262 5 5 2 20 0 15 0 407211317 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998097487856 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=3472468821249764672 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 126201 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=281050043776488 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 166 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 126201 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 17.46 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 504804 KiB

[startup+8.80077 s]
/proc/loadavg: 1.90 1.68 1.56 4/226 13495
/proc/meminfo: memFree=27454684/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=537572 CPUtime=17.92 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 67453 13324 0 0 1756 29 5 2 20 0 15 0 407211303 11105193984 134393 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2711229 134393 3614 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=140525023702981 CPUtime=8.63 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 22016 13324 0 0 843 13 5 2 20 0 15 0 407211312 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998647113560 139998652503760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=140525023703042 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 105 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 675 13324 0 0 4 0 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=3208 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 246 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=3648732 CPUtime=0.12 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 95 13324 0 0 4 1 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=303430223234596890 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 572 13324 0 0 4 0 5 2 20 0 15 0 407211314 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 39 13324 0 0 0 0 5 2 20 0 15 0 407211314 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998133151456 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=13563791027735085 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 8 13324 0 0 0 0 5 2 20 0 15 0 407211315 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998015776000 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=1160 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=8317482817917895235 CPUtime=3.13 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5271 0 -1 1077944384 12687 13324 0 0 303 3 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=737 CPUtime=3.33 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) R 13426 13429 5271 0 -1 4202560 14324 13324 0 0 324 2 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998098540912 139998660389700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=3 CPUtime=2.75 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5271 0 -1 1077944384 14307 13324 0 0 263 5 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998097487856 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 134393 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 166 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 17.92 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 537572 KiB

[startup+8.90075 s]
/proc/loadavg: 1.90 1.68 1.56 4/226 13495
/proc/meminfo: memFree=27454684/32770624 swapFree=66934504/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=537572 CPUtime=18.05 cores=1,3,5,7
/proc/13429/stat : 13429 (java) S 13426 13429 5271 0 -1 1077944320 67453 13324 0 0 1768 30 5 2 20 0 15 0 407211303 11105193984 134393 33554432000 4194304 4196468 140735042946256 140735042928800 139998675279607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
/proc/13429/statm: 2711229 134393 3614 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=502696 CPUtime=8.73 cores=1,3,5,7
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5271 0 -1 4202560 22016 13324 0 0 853 13 5 2 20 0 15 0 407211312 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998647113560 139998246886826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=3 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5271 0 -1 1077944384 105 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998679521808 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5271 0 -1 1077944384 675 13324 0 0 4 0 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998567795344 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=140525025452292 CPUtime=0.1 cores=1,3,5,7
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5271 0 -1 1077944384 246 13324 0 0 3 0 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998566742288 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5271 0 -1 1077944384 95 13324 0 0 4 1 5 2 20 0 15 0 407211313 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998565689744 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5271 0 -1 1077944384 572 13324 0 0 4 0 5 2 20 0 15 0 407211314 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998134205168 139998675290754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=281050043726304 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5271 0 -1 1077944384 39 13324 0 0 0 0 5 2 20 0 15 0 407211314 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998133151456 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=-6861001314482542224 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5271 0 -1 1077944384 8 13324 0 0 0 0 5 2 20 0 15 0 407211315 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998015776000 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5271 0 -1 1077944384 2 13324 0 0 0 0 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139997411797456 139998675298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=0 CPUtime=3.13 cores=1,3,5,7
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5271 0 -1 1077944384 12687 13324 0 0 303 3 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998099593456 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=502404 CPUtime=3.33 cores=1,3,5,7
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5271 0 -1 1077944384 14324 13324 0 0 324 2 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998098540912 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=3 CPUtime=2.75 cores=1,3,5,7
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5271 0 -1 1077944384 14307 13324 0 0 263 5 5 2 20 0 15 0 407211317 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998097487856 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5271 0 -1 1077944384 3 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 134393 33554432000 4194304 4196468 140735042946256 139996942035296 139998675289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=281050043880272 CPUtime=0.07 cores=1,3,5,7
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5271 0 -1 1077944384 166 13324 0 0 0 0 5 2 20 0 15 0 407211318 11105193984 134393 33554432000 4194304 4196468 140735042946256 139998096436272 139998675290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27713536 140735042951926 140735042954437 140735042954437 140735042957263 0
Current children cumulated CPU time: 18.05 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 537572 KiB

Child status: 0
Real time (s): 8.96479
CPU time (s): 18.1358
CPU user time (s): 17.7917
CPU system time (s): 0.344133
CPU usage (%): 202.301
Max. virtual memory (cumulated for all children) (KiB): 10850188
Max. memory (cumulated for all children) (KiB): 537572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7917
system time used= 0.344133
maximum resident set size= 539644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81025
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= 11221
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 13429
#   total CPU time (s): 18.1358
#   total CPU user time (s): 17.7917
#   total CPU system time (s): 0.344133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090661 second user time and 0.109183 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 18:30:34
IDJOB=4387534
IDBENCH=141376
IDSOLVER=2823
FILE ID=node105/4387534-1568309528
RUNJOBID= node105-1568282271-6098
PBS_JOBID= 21701089
Free space on /tmp= 54268 MiB

SOLVER NAME= Concrete 3.10
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-4387534-1568309528/watcher-4387534-1568309528 -o /tmp/evaluation-result-4387534-1568309528/solver-4387534-1568309528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=152508567 HOME/instance-4387534-1568309528.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=152508567

node105.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.00
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.00
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.00
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.00
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:        27949172 kB
MemAvailable:   28219764 kB
Buffers:          110136 kB
Cached:           449704 kB
SwapCached:        69052 kB
Active:          3982052 kB
Inactive:         281528 kB
Active(anon):    3646888 kB
Inactive(anon):    88656 kB
Active(file):     335164 kB
Inactive(file):   192872 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934504 kB
Dirty:             35508 kB
Writeback:             0 kB
AnonPages:       3766348 kB
Mapped:            47292 kB
Shmem:             22660 kB
Slab:             144856 kB
SReclaimable:     116784 kB
SUnreclaim:        28072 kB
KernelStack:        3968 kB
PageTables:        12856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4531356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3551232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 54232 MiB
End job on node105 at 2019-09-12 18:30:43