Trace number 4396429

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.2OPT44 22.1928 14.9867

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.78/0.56	c Concrete v3.12.2.1568380929293 running
6.92/3.27	o 81
7.25/3.31	o 79
7.25/3.36	o 74
8.20/3.63	o 62
8.50/3.74	o 53
8.83/3.85	o 52
8.83/3.88	o 50
9.50/4.05	o 49
9.82/4.17	o 48
10.50/4.57	o 46
10.87/4.82	o 45
13.35/6.82	o 44
22.09/14.97	v <instantiation
22.09/14.97	v         cost = '44'>
22.09/14.97	v       <list>
22.09/14.97	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]
22.09/14.97	v       </list>
22.09/14.97	v       <values>
22.09/14.97	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
22.09/14.97	v       </values>
22.09/14.97	v     </instantiation>
22.09/14.97	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 (15195 MiB free)
  memory of node 1: 16384 MiB (13953 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396429-1568409823/watcher-4396429-1568409823 -o /tmp/evaluation-result-4396429-1568409823/solver-4396429-1568409823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13963 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=243657106 HOME/instance-4396429-1568409823.xml 

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

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
solver pid=16529, runsolver pid=16526
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.03 1.23 1.35 3/220 16586
/proc/meminfo: memFree=29841900/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=9972712 memory=18600 CPUtime=0.1 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 4398 13137 0 0 1 1 5 3 20 0 6 0 417238312 10212057088 4650 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2493178 4650 1933 1 0 2481616 0
[pid=16529/tid=16582] ppid=16526 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 2188 13137 0 0 0 0 5 3 20 0 6 0 417238321 10212057088 4650 33554432000 4194304 4196468 140733912850960 140583903855184 140583932040349 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 6 0 417238322 10212057088 4650 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=9972712 memory=139916975080394 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 6 0 417238322 10212057088 4650 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 6 0 417238322 10212057088 4650 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 6 0 417238322 10212057088 4650 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.213242 s]*
/proc/loadavg: 1.03 1.23 1.35 3/229 16595
/proc/meminfo: memFree=29820832/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10819664 memory=40812 CPUtime=0.26 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 7058 13137 0 0 16 2 5 3 20 0 15 0 417238312 11079335936 10203 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2704916 10203 3171 1 0 2667149 0
[pid=16529/tid=16582] ppid=16526 vsize=10819664 memory=729618466009055537 CPUtime=0.2 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 3533 13137 0 0 11 1 5 3 20 0 15 0 417238321 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583903850624 140583932030358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10819664 memory=139916975080394 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238323 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 33 13137 0 0 0 0 5 3 20 0 15 0 417238324 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583389553824 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238324 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583272178416 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11079335936 10203 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 470 13137 0 0 1 0 5 3 20 0 15 0 417238326 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 171 13137 0 0 0 0 5 3 20 0 15 0 417238326 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10819664 memory=139916975064704 CPUtime=0.11 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) R 16526 16529 13932 0 -1 4202560 633 13137 0 0 3 0 5 3 20 0 15 0 417238326 11079335936 10203 33554432000 4194304 4196468 140733912850960 140583353891312 140583916098910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11079335936 10715 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10819664 memory=139916975064704 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238327 11079335936 10715 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40812 KiB

[startup+0.310717 s]*
/proc/loadavg: 1.03 1.23 1.35 4/229 16595
/proc/meminfo: memFree=29807856/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10820148 memory=51984 CPUtime=0.4 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 10756 13137 0 0 28 4 5 3 20 0 15 0 417238312 11079831552 12996 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2705037 12996 3303 1 0 2667149 0
[pid=16529/tid=16582] ppid=16526 vsize=10820148 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 7197 13137 0 0 19 3 5 3 20 0 15 0 417238321 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583903823792 140583915205232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238322 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10820148 memory=139916975064703 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238323 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 33 13137 0 0 0 0 5 3 20 0 15 0 417238324 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583389553824 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238324 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583272178416 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11079831552 12996 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 470 13137 0 0 2 0 5 3 20 0 15 0 417238326 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 181 13137 0 0 2 0 5 3 20 0 15 0 417238326 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10820148 memory=139916975064704 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 653 13137 0 0 5 0 5 3 20 0 15 0 417238326 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11079831552 12996 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10820148 memory=139916975064704 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238327 11079831552 12996 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51984 KiB

[startup+0.701779 s]
/proc/loadavg: 1.03 1.23 1.35 3/229 16595
/proc/meminfo: memFree=29792948/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10824360 memory=85856 CPUtime=1.11 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 15158 13137 0 0 97 6 5 3 20 0 15 0 417238312 11084144640 21464 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2706090 21464 3507 1 0 2668173 0
[pid=16529/tid=16582] ppid=16526 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 10257 13137 0 0 54 4 5 3 20 0 15 0 417238321 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583903831584 140583932040349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10824360 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10824360 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10824360 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238322 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238322 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 5 13137 0 0 0 0 5 3 20 0 15 0 417238323 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 33 13137 0 0 0 0 5 3 20 0 15 0 417238324 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583389553824 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238324 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583272178416 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11084144640 21464 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) R 16526 16529 13932 0 -1 4202560 1082 13137 0 0 15 0 5 3 20 0 15 0 417238326 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583355997208 140583916896935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 631 13137 0 0 10 0 5 3 20 0 15 0 417238326 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 930 13137 0 0 17 0 5 3 20 0 15 0 417238326 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11084144640 21464 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10824360 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 417238327 11084144640 21464 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85856 KiB

[startup+1.50163 s]
/proc/loadavg: 1.03 1.23 1.35 3/229 16595
/proc/meminfo: memFree=29748524/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10834676 memory=173564 CPUtime=2.42 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 21968 13137 0 0 223 11 5 3 20 0 15 0 417238312 11094708224 43391 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2708669 43391 3583 1 0 2670733 0
[pid=16529/tid=16582] ppid=16526 vsize=10834676 memory=139916814062168 CPUtime=1.43 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 15135 13137 0 0 129 6 5 3 20 0 15 0 417238321 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583903823840 140583913965317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 79 13137 0 0 1 0 5 3 20 0 15 0 417238322 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10834676 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 29 13137 0 0 0 0 5 3 20 0 15 0 417238322 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10834676 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 422 13137 0 0 1 0 5 3 20 0 15 0 417238322 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10834676 memory=279833628531104 CPUtime=0.09 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 77 13137 0 0 1 0 5 3 20 0 15 0 417238322 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10834676 memory=210891484201304 CPUtime=0.09 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 149 13137 0 0 1 0 5 3 20 0 15 0 417238323 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 34 13137 0 0 0 0 5 3 20 0 15 0 417238324 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583389553888 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10834676 memory=6011695596487734064 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238324 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583272178432 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10834676 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11094708224 43391 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10834676 memory=-7668917182949848256 CPUtime=0.35 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 1254 13137 0 0 27 0 5 3 20 0 15 0 417238326 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10834676 memory=8514726395714956677 CPUtime=0.29 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 921 13137 0 0 21 0 5 3 20 0 15 0 417238326 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10834676 memory=7100839887184299122 CPUtime=0.47 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 1650 13137 0 0 39 0 5 3 20 0 15 0 417238326 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10834676 memory=4628420171383865741 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11094708224 43391 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11094708224 43391 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

[pid=16529/tid=16594] ppid=16526 vsize=10846984 memory=825241649 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 136115 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 114 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 136115 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 19.89 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 544460 KiB

[startup+13.6008 s]
/proc/loadavg: 0.94 1.20 1.34 3/229 16597
/proc/meminfo: memFree=29317408/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10846984 memory=571084 CPUtime=20.77 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 53926 13137 0 0 2040 29 5 3 20 0 15 0 417238312 11107311616 142771 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2711746 142771 3625 1 0 2673805 0
[pid=16529/tid=16582] ppid=16526 vsize=10846984 memory=0 CPUtime=13.39 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 24205 13137 0 0 1317 14 5 3 20 0 15 0 417238321 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583903853856 140583503072262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10846984 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 536 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10846984 memory=2016 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 653 13137 0 0 4 1 5 3 20 0 15 0 417238322 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10846984 memory=1284 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 580 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10846984 memory=1044 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 1259 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10846984 memory=708 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 3512 13137 0 0 5 0 5 3 20 0 15 0 417238323 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 39 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583389553952 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10846984 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583272178432 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10846984 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11107311616 142771 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10846984 memory=6572 CPUtime=2.7 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 7342 13137 0 0 261 1 5 3 20 0 15 0 417238326 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10846984 memory=2120 CPUtime=2.99 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 6899 13137 0 0 289 2 5 3 20 0 15 0 417238326 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10846984 memory=12020 CPUtime=1.53 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 6572 13137 0 0 142 3 5 3 20 0 15 0 417238326 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10846984 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 142771 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10846984 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 114 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 142771 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 20.77 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 571084 KiB

[startup+14.4008 s]
/proc/loadavg: 0.94 1.20 1.34 3/229 16597
/proc/meminfo: memFree=29290660/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10846984 memory=573180 CPUtime=21.59 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 53988 13137 0 0 2122 29 5 3 20 0 15 0 417238312 11107311616 143295 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2711746 143295 3625 1 0 2673805 0
[pid=16529/tid=16582] ppid=16526 vsize=10846984 memory=1120 CPUtime=14.19 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 24209 13137 0 0 1397 14 5 3 20 0 15 0 417238321 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583903854288 140583502885319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10846984 memory=776 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 537 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10846984 memory=1552 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 654 13137 0 0 4 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10846984 memory=8048 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 581 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10846984 memory=3444 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 1259 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10846984 memory=1556 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 3512 13137 0 0 5 0 5 3 20 0 15 0 417238323 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10846984 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 39 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583389553952 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10846984 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583272178432 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10846984 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10846984 memory=6572 CPUtime=2.71 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 7363 13137 0 0 262 1 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10846984 memory=2120 CPUtime=3 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 6933 13137 0 0 290 2 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10846984 memory=12020 CPUtime=1.53 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 6572 13137 0 0 142 3 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 143295 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10846984 memory=303430244793319739 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 114 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 21.59 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 573180 KiB

[startup+14.8008 s]
/proc/loadavg: 0.94 1.20 1.34 3/229 16597
/proc/meminfo: memFree=29290660/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10846984 memory=573180 CPUtime=21.99 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 53994 13137 0 0 2162 29 5 3 20 0 15 0 417238312 11107311616 143295 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2711746 143295 3625 1 0 2673805 0
[pid=16529/tid=16582] ppid=16526 vsize=10846984 memory=7584172172082901604 CPUtime=14.59 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 24209 13137 0 0 1437 14 5 3 20 0 15 0 417238321 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583903852136 140583503430204 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10846984 memory=7306648827344408941 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 537 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10846984 memory=6947198689327147328 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 654 13137 0 0 4 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10846984 memory=6947198689327147328 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 581 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10846984 memory=6947198689327147328 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 1259 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10846984 memory=7595433391632760932 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 3512 13137 0 0 5 0 5 3 20 0 15 0 417238323 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10846984 memory=7595433391632760932 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 39 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583389553952 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10846984 memory=6079975394066130793 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583272178432 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10846984 memory=6004530209031089511 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10846984 memory=6004530209031089511 CPUtime=2.71 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 7369 13137 0 0 262 1 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10846984 memory=7380669066079660136 CPUtime=3 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 6933 13137 0 0 290 2 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10846984 memory=7380669066079660136 CPUtime=1.53 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 6572 13137 0 0 142 3 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10846984 memory=7380669066079660136 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 143295 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10846984 memory=6004530209031089511 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 114 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 21.99 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 573180 KiB

[startup+14.9008 s]
/proc/loadavg: 0.94 1.20 1.34 3/229 16597
/proc/meminfo: memFree=29290660/32770624 swapFree=66922584/67108860
[pid=16529] ppid=16526 vsize=10846984 memory=573180 CPUtime=22.09 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16526 16529 13932 0 -1 1077944320 53997 13137 0 0 2172 29 5 3 20 0 15 0 417238312 11107311616 143295 33554432000 4194304 4196468 140733912850960 140733912833504 140583932018423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
/proc/16529/statm: 2711746 143295 3625 1 0 2673805 0
[pid=16529/tid=16582] ppid=16526 vsize=10846984 memory=571084 CPUtime=14.69 cores=0,2,4,6
/proc/16529/task/16582/stat : 16582 (java) R 16526 16529 13932 0 -1 4202560 24212 13137 0 0 1447 14 5 3 20 0 15 0 417238321 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583903852136 140583501080672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16583] ppid=16526 vsize=10846984 memory=571084 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16583/stat : 16583 (java) S 16526 16529 13932 0 -1 1077944384 537 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583936261136 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16584] ppid=16526 vsize=10846984 memory=573180 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16584/stat : 16584 (java) S 16526 16529 13932 0 -1 1077944384 654 13137 0 0 4 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583824534672 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16585] ppid=16526 vsize=10846984 memory=20596 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16585/stat : 16585 (java) S 16526 16529 13932 0 -1 1077944384 581 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583823481616 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16586] ppid=16526 vsize=10846984 memory=988 CPUtime=0.14 cores=0,2,4,6
/proc/16529/task/16586/stat : 16586 (java) S 16526 16529 13932 0 -1 1077944384 1259 13137 0 0 5 1 5 3 20 0 15 0 417238322 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583822429072 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16587] ppid=16526 vsize=10846984 memory=571084 CPUtime=0.13 cores=0,2,4,6
/proc/16529/task/16587/stat : 16587 (java) S 16526 16529 13932 0 -1 1077944384 3512 13137 0 0 5 0 5 3 20 0 15 0 417238323 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583390607600 140583932029570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16588] ppid=16526 vsize=10846984 memory=1680 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16588/stat : 16588 (java) S 16526 16529 13932 0 -1 1077944384 39 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583389553952 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16589] ppid=16526 vsize=10846984 memory=1444 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16589/stat : 16589 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238324 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583272178432 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16590] ppid=16526 vsize=10846984 memory=888 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16590/stat : 16590 (java) S 16526 16529 13932 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140582668199888 140583932037019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16591] ppid=16526 vsize=10846984 memory=56 CPUtime=2.71 cores=0,2,4,6
/proc/16529/task/16591/stat : 16591 (java) S 16526 16529 13932 0 -1 1077944384 7369 13137 0 0 262 1 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583355996912 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16592] ppid=16526 vsize=10846984 memory=4496672882048669598 CPUtime=3 cores=0,2,4,6
/proc/16529/task/16592/stat : 16592 (java) S 16526 16529 13932 0 -1 1077944384 6933 13137 0 0 290 2 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583354944368 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16593] ppid=16526 vsize=10846984 memory=0 CPUtime=1.53 cores=0,2,4,6
/proc/16529/task/16593/stat : 16593 (java) S 16526 16529 13932 0 -1 1077944384 6572 13137 0 0 142 3 5 3 20 0 15 0 417238326 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583353891312 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16594] ppid=16526 vsize=10846984 memory=288284476415672354 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16594/stat : 16594 (java) S 16526 16529 13932 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 143295 33554432000 4194304 4196468 140733912850960 140582198438752 140583932028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
[pid=16529/tid=16595] ppid=16526 vsize=10846984 memory=7956005031678667109 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16595/stat : 16595 (java) S 16526 16529 13932 0 -1 1077944384 114 13137 0 0 0 0 5 3 20 0 15 0 417238327 11107311616 143295 33554432000 4194304 4196468 140733912850960 140583352838704 140583932029570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35426304 140733912857328 140733912859845 140733912859845 140733912862671 0
Current children cumulated CPU time: 22.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 573180 KiB

Child status: 0
Real time (s): 14.9867
CPU time (s): 22.1928
CPU user time (s): 21.8452
CPU system time (s): 0.347605
CPU usage (%): 148.083
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 573180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8452
system time used= 0.347605
maximum resident set size= 595744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7250
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 16529
#   total CPU time (s): 22.1928
#   total CPU user time (s): 21.8452
#   total CPU system time (s): 0.347605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.105222 second user time and 0.190401 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 22:21:46
IDJOB=4396429
IDBENCH=141376
IDSOLVER=2847
FILE ID=node107/4396429-1568409823
RUNJOBID= node107-1568395638-13963
PBS_JOBID= 21701875
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
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-4396429-1568409823/watcher-4396429-1568409823 -o /tmp/evaluation-result-4396429-1568409823/solver-4396429-1568409823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13963 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=243657106 HOME/instance-4396429-1568409823.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=243657106

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        29847800 kB
MemAvailable:   30382272 kB
Buffers:          162540 kB
Cached:           645072 kB
SwapCached:        79292 kB
Active:          1939376 kB
Inactive:         395884 kB
Active(anon):    1458184 kB
Inactive(anon):   100980 kB
Active(file):     481192 kB
Inactive(file):   294904 kB
Unevictable:      109976 kB
Mlocked:          109976 kB
SwapTotal:      67108860 kB
SwapFree:       66922584 kB
Dirty:             35564 kB
Writeback:             0 kB
AnonPages:       1580424 kB
Mapped:            48228 kB
Shmem:             22316 kB
Slab:             177588 kB
SReclaimable:     148420 kB
SUnreclaim:        29168 kB
KernelStack:        4016 kB
PageTables:         9976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2433912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1447936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-13 22:22:02