Trace number 4304361

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.9.2OPT24 17.6418 10.4589

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-3_c18.xml
MD5SUM7c95366121fdff59751822ead1677482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.517133
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints100
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":30}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":7},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":12,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":100}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.94/0.78	c Concrete v3.9.2.1532736233296 running
6.77/3.60	o 91
6.77/3.63	o 64
6.77/3.64	o 63
6.77/3.65	o 62
7.78/3.97	o 60
7.78/3.98	o 59
7.78/3.98	o 34
9.02/4.34	o 33
9.02/4.34	o 32
9.02/4.36	o 31
9.33/4.42	o 30
9.58/4.54	o 28
10.26/4.85	o 27
10.39/4.93	o 24
17.56/10.44	v <instantiation cost="24">
17.56/10.44	v       <list>
17.56/10.44	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29]
17.56/10.44	v       </list>
17.56/10.44	v       <values>
17.56/10.44	v         3 0 2 2 0 0 3 0 2 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 2
17.56/10.44	v       </values>
17.56/10.44	v     </instantiation>
17.56/10.44	s OPTIMUM FOUND

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304361-1534062308/watcher-4304361-1534062308 -o /tmp/evaluation-result-4304361-1534062308/solver-4304361-1534062308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=946503664 HOME/instance-4304361-1534062308.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=9624, runsolver pid=9621
Current StackSize limit: 8192 KiB


[startup+0.102903 s]*
/proc/loadavg: 1.84 1.98 2.03 4/213 9698
/proc/meminfo: memFree=16302604/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=113256 memory=1604 CPUtime=0.07 cores=0,2,4,6
/proc/9624/stat : 9624 (bash) S 9621 9624 9560 0 -1 4202496 912 10962 0 1 0 0 5 2 20 0 1 0 223793991 115974144 401 33554432000 4194304 5098028 140735170453152 140735170446376 140567942822912 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 16449536 140735170454700 140735170454824 140735170454824 140735170457582 0
/proc/9624/statm: 28314 401 318 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1604 KiB

[startup+0.211755 s]*
/proc/loadavg: 1.84 1.98 2.03 6/218 9755
/proc/meminfo: memFree=16278688/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=10982744 memory=39068 CPUtime=0.21 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 6379 12984 0 1 13 1 5 2 20 0 15 0 223793991 11246329856 9767 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2745686 9767 2970 1 0 2708109 0
[pid=9624/tid=9729] ppid=9621 vsize=10982744 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 2962 12984 0 1 7 1 5 2 20 0 15 0 223794003 11246329856 9767 33554432000 4194304 4196468 140730652966896 140707214569200 140707242757526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=10982744 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246329856 9767 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=10982744 memory=288370726434989696 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246329856 9767 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246329856 9767 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246329856 9767 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=10982744 memory=140350283277952 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794005 11246329856 9767 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 13 12984 0 1 0 0 5 2 20 0 15 0 223794005 11246329856 9767 33554432000 4194304 4196468 140730652966896 140706027922464 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794006 11246329856 9767 33554432000 4194304 4196468 140730652966896 140705880073072 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11246329856 9767 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) S 9621 9624 9560 0 -1 1077944384 534 12984 0 1 1 0 5 2 20 0 15 0 223794008 11246329856 9767 33554432000 4194304 4196468 140730652966896 140706666601328 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 75 12984 0 1 1 0 5 2 20 0 15 0 223794008 11246329856 9767 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=10982744 memory=140350283277952 CPUtime=0.09 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 600 12984 0 1 2 0 5 2 20 0 15 0 223794008 11246329856 9767 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11246329856 9767 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=10982744 memory=140350283277952 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794009 11246329856 9767 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 39068 KiB

[startup+0.31039 s]*
/proc/loadavg: 1.84 1.98 2.03 5/218 9755
/proc/meminfo: memFree=16248312/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=10983192 memory=52644 CPUtime=0.34 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 9501 12984 0 1 25 2 5 2 20 0 15 0 223793991 11246788608 13161 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2745798 13161 3091 1 0 2708109 0
[pid=9624/tid=9729] ppid=9621 vsize=10983192 memory=576461178948550685 CPUtime=0.24 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 6060 12984 0 1 16 1 5 2 20 0 15 0 223794003 11246788608 13161 33554432000 4194304 4196468 140730652966896 140707214566704 140707226826078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=10983192 memory=303711745539833879 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 13161 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=10983192 memory=14552985863153304 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 13161 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=10983192 memory=7882834749540411979 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 13161 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=10983192 memory=3472328296227680303 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 13161 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=10983192 memory=7008596997485074096 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794005 11246788608 13161 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=10983192 memory=3544385890265608200 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 13 12984 0 1 0 0 5 2 20 0 15 0 223794005 11246788608 13161 33554432000 4194304 4196468 140730652966896 140706027922464 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=10983192 memory=-4866526891258710369 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794006 11246788608 13161 33554432000 4194304 4196468 140730652966896 140705880073072 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=10983192 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11246788608 13161 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) R 9621 9624 9560 0 -1 4202560 536 12984 0 1 1 0 5 2 20 0 15 0 223794008 11246788608 13161 33554432000 4194304 4196468 140730652966896 140706666592784 140707223924118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=10983192 memory=8313491497846792056 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) R 9621 9624 9560 0 -1 1077944384 75 12984 0 1 1 0 5 2 20 0 15 0 223794008 11246788608 13161 33554432000 4194304 4196468 140730652966896 140706665548624 140707242755797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=10983192 memory=140350283277952 CPUtime=0.11 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 622 12984 0 1 4 0 5 2 20 0 15 0 223794008 11246788608 13161 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11246788608 13161 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=10983192 memory=140350283277952 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794009 11246788608 13161 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52644 KiB

[startup+0.700845 s]
/proc/loadavg: 1.84 1.98 2.03 6/218 9755
/proc/meminfo: memFree=16223316/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=10983192 memory=88772 CPUtime=0.94 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 16294 12984 0 1 83 4 5 2 20 0 15 0 223793991 11246788608 22193 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2745798 22193 3237 1 0 2708109 0
[pid=9624/tid=9729] ppid=9621 vsize=10983192 memory=301 CPUtime=0.62 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 11795 12984 0 1 53 2 5 2 20 0 15 0 223794003 11246788608 22193 33554432000 4194304 4196468 140730652966896 140707214559360 140707242759478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=10983192 memory=360 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 22193 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=10983192 memory=2141 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 22193 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=10983192 memory=6 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 22193 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=10983192 memory=81 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 2 12984 0 1 0 0 5 2 20 0 15 0 223794004 11246788608 22193 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=10983192 memory=8363 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 5 12984 0 1 0 0 5 2 20 0 15 0 223794005 11246788608 22193 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 13 12984 0 1 0 0 5 2 20 0 15 0 223794005 11246788608 22193 33554432000 4194304 4196468 140730652966896 140706027922464 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=10983192 memory=6225734325970560099 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794006 11246788608 22193 33554432000 4194304 4196468 140730652966896 140705880073072 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=10983192 memory=7595725831727968097 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11246788608 22193 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=10983192 memory=4638778398332829792 CPUtime=0.16 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) R 9621 9624 9560 0 -1 4202560 1166 12984 0 1 9 0 5 2 20 0 15 0 223794008 11246788608 22193 33554432000 4194304 4196468 140730652966896 140706666587352 140707224289744 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=10983192 memory=-7242455096852575424 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 437 12984 0 1 6 0 5 2 20 0 15 0 223794008 11246788608 22193 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=10983192 memory=3054156605267021953 CPUtime=0.2 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 675 12984 0 1 13 0 5 2 20 0 15 0 223794008 11246788608 22193 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=10983192 memory=6944656591801717918 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11246788608 22193 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=10983192 memory=34468 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794009 11246788608 22193 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88772 KiB

[startup+1.50076 s]
/proc/loadavg: 1.84 1.98 2.03 2/218 9755
/proc/meminfo: memFree=16144588/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=10998092 memory=178316 CPUtime=2.13 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 22882 12984 3 1 198 8 5 2 20 0 15 0 223793991 11262046208 44579 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2749523 44579 3475 1 0 2711181 0
[pid=9624/tid=9729] ppid=9621 vsize=10998092 memory=301 CPUtime=1.32 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 16863 12984 3 1 120 5 5 2 20 0 15 0 223794003 11262046208 44579 33554432000 4194304 4196468 140730652966896 140707214565008 140707223020894 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=10998092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 24 12984 0 1 1 0 5 2 20 0 15 0 223794004 11262046208 44579 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=10998092 memory=4639622823262830694 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 23 12984 0 1 1 0 5 2 20 0 15 0 223794004 11262046208 44579 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=10998092 memory=7223879631911282240 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 70 12984 0 1 0 0 5 2 20 0 15 0 223794004 11262046208 44579 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 231 12984 0 1 0 0 5 2 20 0 15 0 223794004 11262046208 44579 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=10998092 memory=5787220445993455696 CPUtime=0.08 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 54 12984 0 1 1 0 5 2 20 0 15 0 223794005 11262046208 44579 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 14 12984 0 1 0 0 5 2 20 0 15 0 223794005 11262046208 44579 33554432000 4194304 4196468 140730652966896 140706027922528 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=10998092 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794006 11262046208 44579 33554432000 4194304 4196468 140730652966896 140705880073088 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=10998092 memory=5859271421084194152 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11262046208 44579 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=10998092 memory=4638778398332829792 CPUtime=0.29 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) S 9621 9624 9560 0 -1 1077944384 1374 12984 0 1 22 0 5 2 20 0 15 0 223794008 11262046208 44579 33554432000 4194304 4196468 140730652966896 140706666601328 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=10998092 memory=6935649255912001616 CPUtime=0.25 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 893 12984 0 1 18 0 5 2 20 0 15 0 223794008 11262046208 44579 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=10998092 memory=4638778398332698720 CPUtime=0.37 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 1140 12984 0 1 30 0 5 2 20 0 15 0 223794008 11262046208 44579 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=10998092 memory=7013318825597751379 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11262046208 44579 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=10998092 memory=13078175418732 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 1 12984 0 1 0 0 5 2 20 0 15 0 223794009 11262046208 44579 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178316 KiB

[startup+3.11075 s]
/proc/loadavg: 2.02 2.02 2.04 9/218 9755
/proc/meminfo: memFree=15860336/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=11010400 memory=236916 CPUtime=5.22 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 33691 12984 5 1 500 15 5 2 20 0 15 0 223793991 11274649600 59229 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2752600 59229 3491 1 0 2714253 0
[pid=9624/tid=9729] ppid=9621 vsize=11010400 memory=164 CPUtime=2.84 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 22917 12984 5 1 270 7 5 2 20 0 15 0 223794003 11274649600 59229 33554432000 4194304 4196468 140730652966896 140707214578160 140707225266673 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0

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

[pid=9624/tid=9752] ppid=9621 vsize=11077984 memory=7307199790884892114 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 116431 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 34 12984 0 1 0 0 5 2 20 0 15 0 223794009 11343855616 116431 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 13.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 465724 KiB

[startup+8.00076 s]*
/proc/loadavg: 2.02 2.01 2.04 5/218 9755
/proc/meminfo: memFree=15240368/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=11077984 memory=550156 CPUtime=14.87 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 69912 12984 5 1 1454 26 5 2 20 0 15 0 223793991 11343855616 137539 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2769496 137539 3514 1 0 2731149 0
[pid=9624/tid=9729] ppid=9621 vsize=11077984 memory=739548469907816753 CPUtime=7.68 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 41495 12984 5 1 748 13 5 2 20 0 15 0 223794003 11343855616 137539 33554432000 4194304 4196468 140730652966896 140707214579064 140706781758768 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=11077984 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 54 12984 0 1 5 0 5 2 20 0 15 0 223794004 11343855616 137539 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=11077984 memory=140350283302888 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 70 12984 0 1 5 0 5 2 20 0 15 0 223794004 11343855616 137539 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=11077984 memory=6944652177228980320 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 118 12984 0 1 4 1 5 2 20 0 15 0 223794004 11343855616 137539 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=11077984 memory=6943526294502006880 CPUtime=0.11 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 419 12984 0 1 3 1 5 2 20 0 15 0 223794004 11343855616 137539 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=11077984 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 2985 12984 0 1 5 0 5 2 20 0 15 0 223794005 11343855616 137539 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=11077984 memory=3472328296227418159 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 15 12984 0 1 0 0 5 2 20 0 15 0 223794005 11343855616 137539 33554432000 4194304 4196468 140730652966896 140706027922592 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=11077984 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794006 11343855616 137539 33554432000 4194304 4196468 140730652966896 140705880073088 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=11077984 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 137539 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=11077984 memory=0 CPUtime=2.61 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) S 9621 9624 9560 0 -1 1077944384 6654 12984 0 1 252 2 5 2 20 0 15 0 223794008 11343855616 137539 33554432000 4194304 4196468 140730652966896 140706666601328 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=11077984 memory=3472328296227680303 CPUtime=2.87 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 10645 12984 0 1 278 2 5 2 20 0 15 0 223794008 11343855616 137539 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=11077984 memory=8462477762059160806 CPUtime=1.58 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 5226 12984 0 1 149 2 5 2 20 0 15 0 223794008 11343855616 137539 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=11077984 memory=7812726516167831618 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 137539 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=11077984 memory=665094632232112876 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 34 12984 0 1 0 0 5 2 20 0 15 0 223794009 11343855616 137539 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 550156 KiB

[startup+9.60153 s]
/proc/loadavg: 2.02 2.01 2.04 4/218 9755
/proc/meminfo: memFree=15116316/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=11077984 memory=604200 CPUtime=16.68 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 70278 12984 5 1 1633 28 5 2 20 0 15 0 223793991 11343855616 151050 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2769496 151050 3514 1 0 2731149 0
[pid=9624/tid=9729] ppid=9621 vsize=11077984 memory=0 CPUtime=9.27 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 41645 12984 5 1 906 14 5 2 20 0 15 0 223794003 11343855616 151050 33554432000 4194304 4196468 140730652966896 140707214579600 140706779704512 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=11077984 memory=3617270347162859057 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 60 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 151050 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=11077984 memory=39908 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 76 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 151050 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=11077984 memory=1116 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 123 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 151050 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=11077984 memory=2144 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 425 12984 0 1 4 1 5 2 20 0 15 0 223794004 11343855616 151050 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=11077984 memory=1752 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 3011 12984 0 1 5 0 5 2 20 0 15 0 223794005 11343855616 151050 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=11077984 memory=748 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 15 12984 0 1 0 0 5 2 20 0 15 0 223794005 11343855616 151050 33554432000 4194304 4196468 140730652966896 140706027922592 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=11077984 memory=1820 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794006 11343855616 151050 33554432000 4194304 4196468 140730652966896 140705880073088 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=11077984 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 151050 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=11077984 memory=3732 CPUtime=2.69 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) S 9621 9624 9560 0 -1 1077944384 6667 12984 0 1 260 2 5 2 20 0 15 0 223794008 11343855616 151050 33554432000 4194304 4196468 140730652966896 140706666601328 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=11077984 memory=1228 CPUtime=2.93 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 10660 12984 0 1 284 2 5 2 20 0 15 0 223794008 11343855616 151050 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=11077984 memory=10624 CPUtime=1.63 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 5365 12984 0 1 154 2 5 2 20 0 15 0 223794008 11343855616 151050 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=11077984 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 151050 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=11077984 memory=6676 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 34 12984 0 1 0 0 5 2 20 0 15 0 223794009 11343855616 151050 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 16.68 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 604200 KiB

[startup+10.0008 s]*
/proc/loadavg: 2.02 2.01 2.04 4/218 9755
/proc/meminfo: memFree=14978232/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=11077984 memory=657736 CPUtime=17.13 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 70353 12984 5 1 1676 30 5 2 20 0 15 0 223793991 11343855616 164434 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2769496 164434 3514 1 0 2731149 0
[pid=9624/tid=9729] ppid=9621 vsize=11077984 memory=7022364594140610616 CPUtime=9.67 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 41671 12984 5 1 945 15 5 2 20 0 15 0 223794003 11343855616 164434 33554432000 4194304 4196468 140730652966896 140707214578760 140707225732752 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=11077984 memory=301741407901843824 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 61 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 164434 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=11077984 memory=14690807743522472 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 79 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 164434 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=11077984 memory=6944656592455097440 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 124 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 164434 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=11077984 memory=6656426216303648864 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 426 12984 0 1 4 1 5 2 20 0 15 0 223794004 11343855616 164434 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=11077984 memory=6944652177228980320 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 3031 12984 0 1 5 0 5 2 20 0 15 0 223794005 11343855616 164434 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=11077984 memory=-9123011406873178988 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 15 12984 0 1 0 0 5 2 20 0 15 0 223794005 11343855616 164434 33554432000 4194304 4196468 140730652966896 140706027922592 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=11077984 memory=1404222122299264374 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794006 11343855616 164434 33554432000 4194304 4196468 140730652966896 140705880073088 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=11077984 memory=6525018278055875452 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 164434 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=11077984 memory=-8253362664378451622 CPUtime=2.69 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) S 9621 9624 9560 0 -1 1077944384 6668 12984 0 1 260 2 5 2 20 0 15 0 223794008 11343855616 164434 33554432000 4194304 4196468 140730652966896 140706666601328 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=11077984 memory=7245577299922993209 CPUtime=2.94 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 10663 12984 0 1 285 2 5 2 20 0 15 0 223794008 11343855616 164434 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=11077984 memory=7522816120506766695 CPUtime=1.64 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 5384 12984 0 1 155 2 5 2 20 0 15 0 223794008 11343855616 164434 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=11077984 memory=5787213827181732953 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 164434 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=11077984 memory=7955446436351667300 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 34 12984 0 1 0 0 5 2 20 0 15 0 223794009 11343855616 164434 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 657736 KiB

[startup+10.4006 s]
/proc/loadavg: 2.02 2.01 2.04 4/218 9755
/proc/meminfo: memFree=14978232/32770624 swapFree=67108504/67108860
[pid=9624] ppid=9621 vsize=11077984 memory=660232 CPUtime=17.56 cores=0,2,4,6
/proc/9624/stat : 9624 (java) S 9621 9624 9560 0 -1 1077944320 72082 12984 5 1 1719 30 5 2 20 0 15 0 223793991 11343855616 165058 33554432000 4194304 4196468 140730652966896 140730652949440 140707242745591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
/proc/9624/statm: 2769496 165058 3517 1 0 2731149 0
[pid=9624/tid=9729] ppid=9621 vsize=11077984 memory=8112282956445269571 CPUtime=10.06 cores=0,2,4,6
/proc/9624/task/9729/stat : 9729 (java) R 9621 9624 9560 0 -1 4202560 41818 12984 5 1 984 15 5 2 20 0 15 0 223794003 11343855616 165058 33554432000 4194304 4196468 140730652966896 140707214579120 140706778175496 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9730] ppid=9621 vsize=11077984 memory=8112282956445269571 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9730/stat : 9730 (java) S 9621 9624 9560 0 -1 1077944384 1055 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 165058 33554432000 4194304 4196468 140730652966896 140707246988432 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9731] ppid=9621 vsize=11077984 memory=4639622823262830694 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9731/stat : 9731 (java) S 9621 9624 9560 0 -1 1077944384 146 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 165058 33554432000 4194304 4196468 140730652966896 140707101707280 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9733] ppid=9621 vsize=11077984 memory=7223879631911282240 CPUtime=0.13 cores=0,2,4,6
/proc/9624/task/9733/stat : 9733 (java) S 9621 9624 9560 0 -1 1077944384 152 12984 0 1 5 1 5 2 20 0 15 0 223794004 11343855616 165058 33554432000 4194304 4196468 140730652966896 140707100654480 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9734] ppid=9621 vsize=11077984 memory=4638778398332698720 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9734/stat : 9734 (java) S 9621 9624 9560 0 -1 1077944384 480 12984 0 1 4 1 5 2 20 0 15 0 223794004 11343855616 165058 33554432000 4194304 4196468 140730652966896 140707099601680 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9738] ppid=9621 vsize=11077984 memory=5787220445993455696 CPUtime=0.12 cores=0,2,4,6
/proc/9624/task/9738/stat : 9738 (java) S 9621 9624 9560 0 -1 1077944384 3046 12984 0 1 5 0 5 2 20 0 15 0 223794005 11343855616 165058 33554432000 4194304 4196468 140730652966896 140706667653488 140707242756738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9740] ppid=9621 vsize=11077984 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9740/stat : 9740 (java) S 9621 9624 9560 0 -1 1077944384 15 12984 0 1 0 0 5 2 20 0 15 0 223794005 11343855616 165058 33554432000 4194304 4196468 140730652966896 140706027922592 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9742] ppid=9621 vsize=11077984 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9742/stat : 9742 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794006 11343855616 165058 33554432000 4194304 4196468 140730652966896 140705880073088 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9744] ppid=9621 vsize=11077984 memory=5859271421084194152 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9744/stat : 9744 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 165058 33554432000 4194304 4196468 140730652966896 140705572673360 140707242764187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9745] ppid=9621 vsize=11077984 memory=4638778398332829792 CPUtime=2.71 cores=0,2,4,6
/proc/9624/task/9745/stat : 9745 (java) S 9621 9624 9560 0 -1 1077944384 6815 12984 0 1 262 2 5 2 20 0 15 0 223794008 11343855616 165058 33554432000 4194304 4196468 140730652966896 140706666601328 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9746] ppid=9621 vsize=11077984 memory=6935649255912001616 CPUtime=2.96 cores=0,2,4,6
/proc/9624/task/9746/stat : 9746 (java) S 9621 9624 9560 0 -1 1077944384 10823 12984 0 1 287 2 5 2 20 0 15 0 223794008 11343855616 165058 33554432000 4194304 4196468 140730652966896 140706665548528 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9747] ppid=9621 vsize=11077984 memory=4638778398332698720 CPUtime=1.65 cores=0,2,4,6
/proc/9624/task/9747/stat : 9747 (java) S 9621 9624 9560 0 -1 1077944384 5501 12984 0 1 156 2 5 2 20 0 15 0 223794008 11343855616 165058 33554432000 4194304 4196468 140730652966896 140706664495728 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9752] ppid=9621 vsize=11077984 memory=7013318825597751379 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9752/stat : 9752 (java) S 9621 9624 9560 0 -1 1077944384 3 12984 0 1 0 0 5 2 20 0 15 0 223794008 11343855616 165058 33554432000 4194304 4196468 140730652966896 140705141877472 140707242755797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
[pid=9624/tid=9754] ppid=9621 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9624/task/9754/stat : 9754 (java) S 9621 9624 9560 0 -1 1077944384 34 12984 0 1 0 0 5 2 20 0 15 0 223794009 11343855616 165058 33554432000 4194304 4196468 140730652966896 140706663443120 140707242756738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28368896 140730652969581 140730652972380 140730652972380 140730652975055 0
Current children cumulated CPU time: 17.56 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 660232 KiB

Child status: 0
Real time (s): 10.4589
CPU time (s): 17.6418
CPU user time (s): 17.2919
CPU system time (s): 0.349903
CPU usage (%): 168.677
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 660232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2919
system time used= 0.349903
maximum resident set size= 662352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85197
page faults= 6
swaps= 0
block input operations= 7296
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8024
involuntary context switches= 381


# summary of solver processes directly reported to runsolver:
#   pid: 9624
#   total CPU time (s): 17.6418
#   total CPU user time (s): 17.2919
#   total CPU system time (s): 0.349903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094714 second user time and 0.130606 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 10:25:08
IDJOB=4304361
IDBENCH=141216
IDSOLVER=2780
FILE ID=node104/4304361-1534062308
RUNJOBID= node104-1534062308-9591
PBS_JOBID= 21036981
Free space on /tmp= 37260 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304361-1534062308/watcher-4304361-1534062308 -o /tmp/evaluation-result-4304361-1534062308/solver-4304361-1534062308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=946503664 HOME/instance-4304361-1534062308.xml

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

MD5SUM BENCH= 7c95366121fdff59751822ead1677482
RANDOM SEED=946503664

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        16329404 kB
MemAvailable:   31907704 kB
Buffers:          171404 kB
Cached:         15440616 kB
SwapCached:            8 kB
Active:          7724800 kB
Inactive:        7939256 kB
Active(anon):       3400 kB
Inactive(anon):   101008 kB
Active(file):    7721400 kB
Inactive(file):  7838248 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             53060 kB
Writeback:             0 kB
AnonPages:         59460 kB
Mapped:            51676 kB
Shmem:             49636 kB
Slab:             475424 kB
SReclaimable:     447112 kB
SUnreclaim:        28312 kB
KernelStack:        3232 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37208 MiB
End job on node104 at 2018-08-12 10:25:19