Trace number 4402933

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.3OPT3 1919.81 1886.83

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.94
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.76/0.57	c Concrete v3.12.3.1568965526260 running
6.36/3.11	o 78
6.36/3.19	o 77
6.66/3.23	o 76
6.66/3.25	o 3
1919.77/1886.81	v <instantiation
1919.77/1886.81	v         cost = '3'>
1919.77/1886.81	v       <list>
1919.77/1886.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78]
1919.77/1886.81	v       </list>
1919.77/1886.81	v       <values>
1919.77/1886.81	v         0 2 0 1 0 1 0 1 3 1 3 1 0 3 1 3 1 3 1 2 1 3 1 2 2 0 0 2 0 1 0 0 0 0 0 0 3 2 0 3 1 1 1 3 1 1 1 3 1 1 1 1 0 0 0 1 0 2 2 1 0 0 0 0 0 2 1 1 1 2 1 1 1 3 1 1 1 1 0
1919.77/1886.81	v       </values>
1919.77/1886.81	v     </instantiation>
1919.77/1886.81	s OPTIMUM FOUND

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402933-1568968021/watcher-4402933-1568968021 -o /tmp/evaluation-result-4402933-1568968021/solver-4402933-1568968021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402933-1568968021.xml 

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

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


[startup+0.10039 s]*
/proc/loadavg: 1.33 0.99 0.50 2/231 7863
/proc/meminfo: memFree=2324176/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=113256 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/7821/stat : 7821 (bash) S 7818 7821 7525 0 -1 4202496 994 12627 0 2 0 0 5 2 20 0 1 0 473055159 115974144 405 33554432000 4194304 5098028 140728442808768 140728442804600 139726309121024 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 16506880 140728442811412 140728442811537 140728442811537 140728442814446 0
/proc/7821/statm: 28314 405 321 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1620 KiB

[startup+0.2102 s]*
/proc/loadavg: 1.33 0.99 0.50 4/229 7887
/proc/meminfo: memFree=2309212/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10819716 memory=42732 CPUtime=0.23 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 6969 13316 0 2 14 1 5 3 20 0 15 0 473055159 11079389184 10683 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2704929 10683 3197 1 0 2667149 0
[pid=7821/tid=7874] ppid=7818 vsize=10819716 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 3484 13316 0 2 9 0 5 3 20 0 15 0 473055170 11079389184 10683 33554432000 4194304 4196468 140721618565744 140394081202848 140394093458782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10819716 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079389184 10722 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10819716 memory=140561175608357 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079389184 10722 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079389184 10722 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079389184 10722 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10819716 memory=140561175590528 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055172 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 13 13316 0 2 0 0 5 3 20 0 15 0 473055173 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393555420832 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055173 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393421202672 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11079389184 10722 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10819716 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 470 13316 0 2 1 0 5 3 20 0 15 0 473055175 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10819716 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 198 13316 0 2 1 0 5 3 20 0 15 0 473055175 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10819716 memory=140561175590528 CPUtime=0.1 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 589 13316 0 2 2 0 5 3 20 0 15 0 473055175 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11079389184 10722 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10819716 memory=140561175590528 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055176 11079389184 10722 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 42732 KiB

[startup+0.313784 s]*
/proc/loadavg: 1.33 0.99 0.50 3/229 7887
/proc/meminfo: memFree=2296764/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10820196 memory=54180 CPUtime=0.38 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 10656 13316 0 2 27 3 5 3 20 0 15 0 473055159 11079880704 13545 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2705049 13545 3330 1 0 2667149 0
[pid=7821/tid=7874] ppid=7818 vsize=10820196 memory=576461178948550685 CPUtime=0.27 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 7134 13316 0 2 17 2 5 3 20 0 15 0 473055170 11079880704 13545 33554432000 4194304 4196468 140721618565744 140394081187216 140394092565104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10820196 memory=297237821075488791 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079880704 13545 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10820196 memory=15403093457155736 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079880704 13545 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10820196 memory=-6808994639057120388 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079880704 13545 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10820196 memory=4207609243431883529 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055171 11079880704 13545 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10820196 memory=3472468857403270832 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055172 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10820196 memory=7945036255673856047 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 13 13316 0 2 0 0 5 3 20 0 15 0 473055173 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393555420832 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10820196 memory=-4866526891258710369 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055173 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393421202672 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10820196 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11079880704 13545 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 471 13316 0 2 1 0 5 3 20 0 15 0 473055175 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10820196 memory=7160575464710631028 CPUtime=0.1 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 207 13316 0 2 2 0 5 3 20 0 15 0 473055175 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10820196 memory=140561175590528 CPUtime=0.13 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 609 13316 0 2 5 0 5 3 20 0 15 0 473055175 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11079880704 13545 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10820196 memory=140561175590528 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055176 11079880704 13545 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54180 KiB

[startup+0.701671 s]
/proc/loadavg: 1.33 0.99 0.50 3/229 7887
/proc/meminfo: memFree=2283036/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10824364 memory=85504 CPUtime=1.12 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 15101 13316 0 2 99 5 5 3 20 0 15 0 473055159 11084148736 21376 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2706091 21376 3502 1 0 2668173 0
[pid=7821/tid=7874] ppid=7818 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 10403 13316 0 2 54 4 5 3 20 0 15 0 473055170 11084148736 21376 33554432000 4194304 4196468 140721618565744 140394081209200 140394093458812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10824364 memory=14 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11084148736 21376 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10824364 memory=162 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11084148736 21376 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10824364 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055171 11084148736 21376 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10824364 memory=16814 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055171 11084148736 21376 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10824364 memory=2201 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 5 13316 0 2 0 0 5 3 20 0 15 0 473055172 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 13 13316 0 2 0 0 5 3 20 0 15 0 473055173 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393555420832 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10824364 memory=6004531205445735013 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055173 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393421202672 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10824364 memory=7300728970739542608 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11084148736 21376 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10824364 memory=4638778398333098081 CPUtime=0.23 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) R 7818 7821 7525 0 -1 4202560 1019 13316 0 2 15 0 5 3 20 0 15 0 473055175 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393634919792 140394090921650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10824364 memory=-8820188211957838939 CPUtime=0.2 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 644 13316 0 2 12 0 5 3 20 0 15 0 473055175 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10824364 memory=-5345911727066418134 CPUtime=0.25 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 798 13316 0 2 17 0 5 3 20 0 15 0 473055175 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10824364 memory=-9181546051567709026 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11084148736 21376 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10824364 memory=30108 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055176 11084148736 21376 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85504 KiB

[startup+1.50072 s]
/proc/loadavg: 1.33 0.99 0.50 3/229 7887
/proc/meminfo: memFree=2238740/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10834680 memory=173204 CPUtime=2.42 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 21951 13316 0 2 225 9 5 3 20 0 15 0 473055159 11094712320 43301 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2708670 43301 3575 1 0 2670733 0
[pid=7821/tid=7874] ppid=7818 vsize=10834680 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 15413 13316 0 2 129 5 5 3 20 0 15 0 473055170 11094712320 43301 33554432000 4194304 4196468 140721618565744 140394081176832 140394101615422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10834680 memory=300668258655615490 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 310 13316 0 2 1 0 5 3 20 0 15 0 473055171 11094712320 43301 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10834680 memory=7091875740661148007 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 35 13316 0 2 0 0 5 3 20 0 15 0 473055171 11094712320 43301 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10834680 memory=7590655979367786604 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 37 13316 0 2 1 0 5 3 20 0 15 0 473055171 11094712320 43301 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10834680 memory=8099836532750379621 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 22 13316 0 2 1 0 5 3 20 0 15 0 473055171 11094712320 43301 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10834680 memory=7305230397113590101 CPUtime=0.09 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 157 13316 0 2 1 0 5 3 20 0 15 0 473055172 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10834680 memory=6370432431333939623 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 15 13316 0 2 0 0 5 3 20 0 15 0 473055173 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393555420896 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10834680 memory=11555106757 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055173 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393421202688 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10834680 memory=281122118565848 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11094712320 43301 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10834680 memory=281122118825328 CPUtime=0.31 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 1090 13316 0 2 23 0 5 3 20 0 15 0 473055175 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10834680 memory=6944656592455359580 CPUtime=0.34 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 973 13316 0 2 26 0 5 3 20 0 15 0 473055175 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10834680 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 1683 13316 0 2 39 0 5 3 20 0 15 0 473055175 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11094712320 43301 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10834680 memory=16758962392322 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 1 13316 0 2 0 0 5 3 20 0 15 0 473055176 11094712320 43301 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 173204 KiB

[startup+3.11069 s]
/proc/loadavg: 1.33 0.99 0.50 6/229 7887
/proc/meminfo: memFree=2098852/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10847588 memory=261368 CPUtime=6.36 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 51522 13316 0 2 611 17 5 3 20 0 15 0 473055159 11107930112 65342 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2711897 65342 3605 1 0 2673955 0
[pid=7821/tid=7874] ppid=7818 vsize=10847588 memory=2241 CPUtime=2.97 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 24445 13316 0 2 282 7 5 3 20 0 15 0 473055170 11107930112 65342 33554432000 4194304 4196468 140721618565744 140394081206016 140394093421925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0

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

[pid=7821/tid=7886] ppid=7818 vsize=10844940 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10844940 memory=676 CPUtime=1.21 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 759 13316 0 2 55 58 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 1914.48 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 718296 KiB

[startup+1884.8 s]
/proc/loadavg: 1.15 1.30 1.24 3/227 8057
/proc/meminfo: memFree=1477620/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10844940 memory=718296 CPUtime=1917.73 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 179554 13316 0 2 191452 313 5 3 20 0 15 0 473055159 11105218560 179574 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2711235 179574 3624 1 0 2673293 0
[pid=7821/tid=7874] ppid=7818 vsize=10844940 memory=718296 CPUtime=1863.81 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 65577 13316 0 2 186319 54 5 3 20 0 15 0 473055170 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394081214528 140393719092743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10844940 memory=3028 CPUtime=9.39 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 18668 13316 0 2 878 53 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10844940 memory=2012 CPUtime=9.33 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 7650 13316 0 2 876 49 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10844940 memory=718296 CPUtime=9.31 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 12260 13316 0 2 872 51 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10844940 memory=776 CPUtime=9.32 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 18443 13316 0 2 874 50 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10844940 memory=3604 CPUtime=9.1 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 14255 13316 0 2 855 47 5 3 20 0 15 0 473055172 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10844940 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 16 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393555420896 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10844940 memory=55400 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393421202688 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10844940 memory=718296 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10844940 memory=718296 CPUtime=2.89 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 17165 13316 0 2 277 4 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10844940 memory=8112282956445269571 CPUtime=2.55 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 11991 13316 0 2 245 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10844940 memory=5866333662033176937 CPUtime=1.42 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 10554 13316 0 2 132 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10844940 memory=7447093755344478800 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10844940 memory=5931357636868069476 CPUtime=1.22 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 759 13316 0 2 55 59 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 1917.73 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 718296 KiB

[startup+1885.6 s]
/proc/loadavg: 1.22 1.31 1.24 3/227 8057
/proc/meminfo: memFree=1477280/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10844940 memory=718296 CPUtime=1918.54 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 179567 13316 0 2 191533 313 5 3 20 0 15 0 473055159 11105218560 179574 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2711235 179574 3624 1 0 2673293 0
[pid=7821/tid=7874] ppid=7818 vsize=10844940 memory=718296 CPUtime=1864.6 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 65584 13316 0 2 186398 54 5 3 20 0 15 0 473055170 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394081214848 140393716196164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10844940 memory=8112282956445269571 CPUtime=9.4 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 18669 13316 0 2 879 53 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10844940 memory=2124 CPUtime=9.34 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 7651 13316 0 2 877 49 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10844940 memory=0 CPUtime=9.32 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 12261 13316 0 2 873 51 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10844940 memory=0 CPUtime=9.33 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 18444 13316 0 2 875 50 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10844940 memory=3604 CPUtime=9.1 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 14257 13316 0 2 855 47 5 3 20 0 15 0 473055172 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10844940 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 16 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393555420896 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10844940 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393421202688 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10844940 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10844940 memory=1548 CPUtime=2.89 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 17165 13316 0 2 277 4 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10844940 memory=55400 CPUtime=2.55 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 11991 13316 0 2 245 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10844940 memory=3028 CPUtime=1.42 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 10554 13316 0 2 132 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10844940 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10844940 memory=1384 CPUtime=1.22 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 759 13316 0 2 55 59 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 1918.54 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 718296 KiB

[startup+1886.4 s]
/proc/loadavg: 1.22 1.31 1.24 3/227 8057
/proc/meminfo: memFree=1477528/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10844940 memory=718296 CPUtime=1919.36 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 179573 13316 0 2 191615 313 5 3 20 0 15 0 473055159 11105218560 179574 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2711235 179574 3624 1 0 2673293 0
[pid=7821/tid=7874] ppid=7818 vsize=10844940 memory=3028 CPUtime=1865.39 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 65590 13316 0 2 186477 54 5 3 20 0 15 0 473055170 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394081213328 140393717724029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10844940 memory=718296 CPUtime=9.4 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 18669 13316 0 2 879 53 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10844940 memory=718296 CPUtime=9.34 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 7651 13316 0 2 877 49 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10844940 memory=2012 CPUtime=9.32 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 12261 13316 0 2 873 51 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10844940 memory=1384 CPUtime=9.33 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 18444 13316 0 2 875 50 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10844940 memory=776 CPUtime=9.12 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 14257 13316 0 2 856 48 5 3 20 0 15 0 473055172 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10844940 memory=3604 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 16 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393555420896 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10844940 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393421202688 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10844940 memory=288230377007612190 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10844940 memory=15540712917698088 CPUtime=2.89 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 17165 13316 0 2 277 4 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10844940 memory=2828 CPUtime=2.55 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 11991 13316 0 2 245 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10844940 memory=676 CPUtime=1.42 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 10554 13316 0 2 132 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10844940 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10844940 memory=8112282956445269571 CPUtime=1.22 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 759 13316 0 2 55 59 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 1919.36 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 718296 KiB

[startup+1886.8 s]
/proc/loadavg: 1.22 1.31 1.24 3/227 8057
/proc/meminfo: memFree=1477528/32770624 swapFree=66999216/67108860
[pid=7821] ppid=7818 vsize=10844940 memory=718296 CPUtime=1919.77 cores=1,3,5,7
/proc/7821/stat : 7821 (java) S 7818 7821 7525 0 -1 1077944320 179581 13316 0 2 191655 314 5 3 20 0 15 0 473055159 11105218560 179574 33554432000 4194304 4196468 140721618565744 140721618548288 140394109378295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
/proc/7821/statm: 2711235 179574 3624 1 0 2673293 0
[pid=7821/tid=7874] ppid=7818 vsize=10844940 memory=3848 CPUtime=1865.79 cores=1,3,5,7
/proc/7821/task/7874/stat : 7874 (java) R 7818 7821 7525 0 -1 4202560 65593 13316 0 2 186517 54 5 3 20 0 15 0 473055170 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394081214832 140393719837711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7875] ppid=7818 vsize=10844940 memory=2308 CPUtime=9.4 cores=1,3,5,7
/proc/7821/task/7875/stat : 7875 (java) S 7818 7821 7525 0 -1 1077944384 18670 13316 0 2 879 53 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394113620496 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7876] ppid=7818 vsize=10844940 memory=718296 CPUtime=9.34 cores=1,3,5,7
/proc/7821/task/7876/stat : 7876 (java) S 7818 7821 7525 0 -1 1077944384 7652 13316 0 2 877 49 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394028440208 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7877] ppid=7818 vsize=10844940 memory=1112 CPUtime=9.32 cores=1,3,5,7
/proc/7821/task/7877/stat : 7877 (java) S 7818 7821 7525 0 -1 1077944384 12261 13316 0 2 873 51 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394027387152 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7878] ppid=7818 vsize=10844940 memory=1004 CPUtime=9.33 cores=1,3,5,7
/proc/7821/task/7878/stat : 7878 (java) S 7818 7821 7525 0 -1 1077944384 18445 13316 0 2 875 50 5 3 20 0 15 0 473055171 11105218560 179574 33554432000 4194304 4196468 140721618565744 140394026334608 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7879] ppid=7818 vsize=10844940 memory=6056 CPUtime=9.12 cores=1,3,5,7
/proc/7821/task/7879/stat : 7879 (java) S 7818 7821 7525 0 -1 1077944384 14259 13316 0 2 856 48 5 3 20 0 15 0 473055172 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393635973872 140394109389442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7880] ppid=7818 vsize=10844940 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7880/stat : 7880 (java) S 7818 7821 7525 0 -1 1077944384 16 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393555420896 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7881] ppid=7818 vsize=10844940 memory=3768 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7881/stat : 7881 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055173 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393421202688 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7882] ppid=7818 vsize=10844940 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7882/stat : 7882 (java) S 7818 7821 7525 0 -1 1077944384 2 13316 0 2 0 0 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392817224144 140394109396891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7883] ppid=7818 vsize=10844940 memory=2512 CPUtime=2.89 cores=1,3,5,7
/proc/7821/task/7883/stat : 7883 (java) S 7818 7821 7525 0 -1 1077944384 17165 13316 0 2 277 4 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393634920688 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7884] ppid=7818 vsize=10844940 memory=1436 CPUtime=2.55 cores=1,3,5,7
/proc/7821/task/7884/stat : 7884 (java) S 7818 7821 7525 0 -1 1077944384 11991 13316 0 2 245 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393633868144 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7885] ppid=7818 vsize=10844940 memory=796 CPUtime=1.42 cores=1,3,5,7
/proc/7821/task/7885/stat : 7885 (java) S 7818 7821 7525 0 -1 1077944384 10554 13316 0 2 132 2 5 3 20 0 15 0 473055175 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393632815088 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7886] ppid=7818 vsize=10844940 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/7821/task/7886/stat : 7886 (java) S 7818 7821 7525 0 -1 1077944384 3 13316 0 2 0 0 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140392347461984 140394109388501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
[pid=7821/tid=7887] ppid=7818 vsize=10844940 memory=111628 CPUtime=1.22 cores=1,3,5,7
/proc/7821/task/7887/stat : 7887 (java) S 7818 7821 7525 0 -1 1077944384 759 13316 0 2 55 59 5 3 20 0 15 0 473055176 11105218560 179574 33554432000 4194304 4196468 140721618565744 140393631763504 140394109389442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32923648 140721618574063 140721618576581 140721618576581 140721618579407 0
Current children cumulated CPU time: 1919.77 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 718296 KiB

Child status: 0
Real time (s): 1886.83
CPU time (s): 1919.81
CPU user time (s): 1916.62
CPU system time (s): 3.18755
CPU usage (%): 101.748
Max. virtual memory (cumulated for all children) (KiB): 10847588
Max. memory (cumulated for all children) (KiB): 718296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1916.62
system time used= 3.18755
maximum resident set size= 718496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194672
page faults= 2
swaps= 0
block input operations= 248
block output operations= 2248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242263
involuntary context switches= 6631


# summary of solver processes directly reported to runsolver:
#   pid: 7821
#   total CPU time (s): 1919.81
#   total CPU user time (s): 1916.62
#   total CPU system time (s): 3.18755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.194 second user time and 17.9229 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 10:26:02
IDJOB=4402933
IDBENCH=120617
IDSOLVER=2861
FILE ID=node103/4402933-1568968021
RUNJOBID= node103-1568967579-7557
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402933-1568968021/watcher-4402933-1568968021 -o /tmp/evaluation-result-4402933-1568968021/solver-4402933-1568968021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402933-1568968021.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=1567823593

node103.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.74
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.74
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.74
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.74
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:         2339144 kB
MemAvailable:   30004976 kB
Buffers:           90072 kB
Cached:         27822100 kB
SwapCached:         6972 kB
Active:         15608588 kB
Inactive:       14155044 kB
Active(anon):    1677936 kB
Inactive(anon):   223156 kB
Active(file):   13930652 kB
Inactive(file): 13931888 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35444 kB
Writeback:             0 kB
AnonPages:       1955432 kB
Mapped:            65612 kB
Shmem:             40864 kB
Slab:             260528 kB
SReclaimable:     231752 kB
SUnreclaim:        28776 kB
KernelStack:        3888 kB
PageTables:         9800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2974460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 10:57:29