Trace number 4401097

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.2OPT98 654.411 637.743

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark169.35
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
7.65/3.40	o 187
8.28/3.65	o 185
8.28/3.69	o 183
8.88/3.83	o 181
8.88/3.84	o 179
8.88/3.86	o 175
8.88/3.87	o 153
9.20/3.90	o 147
10.42/4.31	o 146
10.42/4.32	o 117
12.03/5.27	o 116
12.03/5.27	o 115
12.03/5.27	o 114
12.03/5.27	o 113
12.03/5.27	o 112
12.03/5.27	o 111
12.03/5.27	o 110
12.03/5.27	o 109
12.03/5.27	o 108
12.03/5.27	o 107
12.49/5.56	o 106
13.34/6.10	o 105
13.45/6.16	o 104
13.79/6.47	o 103
13.79/6.47	o 101
14.56/7.03	o 100
18.81/10.86	o 99
20.78/12.55	o 98
654.35/637.73	v <instantiation
654.35/637.73	v         cost = '98'>
654.35/637.73	v       <list>
654.35/637.73	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
654.35/637.73	v       </list>
654.35/637.73	v       <values>
654.35/637.73	v         0 43 0 2 4 2 12 23 14 37 69 24 52 34 19 45 77 35 61 29 71 52 92 61 85 85 72 80 92 90 94 98
654.35/637.73	v       </values>
654.35/637.73	v     </instantiation>
654.35/637.73	s OPTIMUM FOUND

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401097-1568684677/watcher-4401097-1568684677 -o /tmp/evaluation-result-4401097-1568684677/solver-4401097-1568684677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15923 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401097-1568684677.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=19216, runsolver pid=19213

[startup+0.100094 s]*
/proc/loadavg: 1.33 1.33 1.39 3/219 19273
/proc/meminfo: memFree=29407320/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 4353 13263 0 0 1 1 5 3 20 0 6 0 444716387 10212057088 4583 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2493178 4583 1931 1 0 2481616 0
[pid=19216/tid=19269] ppid=19213 vsize=9972712 memory=4279135703946592399 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 2141 13263 0 0 1 0 5 3 20 0 6 0 444716396 10212057088 4583 33554432000 4194304 4196468 140731196802992 140715159745104 140715187930269 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 6 0 444716397 10212057088 4583 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=9972712 memory=140114735068800 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 6 0 444716397 10212057088 4649 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 6 0 444716397 10212057088 4649 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 6 0 444716397 10212057088 4649 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210108 s]*
/proc/loadavg: 1.33 1.33 1.39 4/228 19282
/proc/meminfo: memFree=29386380/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10820196 memory=45172 CPUtime=0.27 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 7131 13263 0 0 18 1 5 3 20 0 15 0 444716387 11079880704 11293 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2705049 11293 3295 1 0 2667149 0
[pid=19216/tid=19269] ppid=19213 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 3616 13263 0 0 11 1 5 3 20 0 15 0 444716396 11079880704 11293 33554432000 4194304 4196468 140731196802992 140715159713568 140715169302074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 11293 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10820196 memory=140114735068800 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 11293 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 11293 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 11293 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10820196 memory=140114735068800 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716398 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 33 13263 0 0 0 0 5 3 20 0 15 0 444716399 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714646103072 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716399 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714537116528 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11079880704 11293 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 358 13263 0 0 1 0 5 3 20 0 15 0 444716402 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) R 19213 19216 15891 0 -1 4202560 323 13263 0 0 1 0 5 3 20 0 15 0 444716402 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714611493616 140715169433978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10820196 memory=140114735068800 CPUtime=0.11 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) S 19213 19216 15891 0 -1 1077944384 579 13263 0 0 3 0 5 3 20 0 15 0 444716402 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714610440816 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11079880704 11293 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10820196 memory=140114735068800 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716402 11079880704 11293 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45172 KiB

[startup+0.310617 s]*
/proc/loadavg: 1.33 1.33 1.39 3/228 19282
/proc/meminfo: memFree=29374072/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10820196 memory=53200 CPUtime=0.4 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 10589 13263 0 0 29 3 5 3 20 0 15 0 444716387 11079880704 13300 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2705049 13300 3306 1 0 2667149 0
[pid=19216/tid=19269] ppid=19213 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 7066 13263 0 0 19 2 5 3 20 0 15 0 444716396 11079880704 13300 33554432000 4194304 4196468 140731196802992 140715159720736 140715171988830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 13300 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 13300 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 13300 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11079880704 13300 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716398 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 33 13263 0 0 0 0 5 3 20 0 15 0 444716399 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714646103072 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716399 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714537116528 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11079880704 13300 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 359 13263 0 0 1 0 5 3 20 0 15 0 444716402 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) S 19213 19216 15891 0 -1 1077944384 324 13263 0 0 2 0 5 3 20 0 15 0 444716402 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714611493616 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) R 19213 19216 15891 0 -1 4202560 587 13263 0 0 5 0 5 3 20 0 15 0 444716402 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714610440816 140715187920278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11079880704 13300 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716402 11079880704 13300 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53200 KiB

[startup+0.703525 s]
/proc/loadavg: 1.54 1.38 1.40 4/228 19282
/proc/meminfo: memFree=29358292/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10824364 memory=85840 CPUtime=1.15 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 14688 13263 0 0 101 6 5 3 20 0 15 0 444716387 11084148736 21460 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2706091 21460 3505 1 0 2668173 0
[pid=19216/tid=19269] ppid=19213 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) D 19213 19216 15891 0 -1 1077944384 9953 13263 0 0 55 4 5 3 20 0 15 0 444716396 11084148736 21460 33554432000 4194304 4196468 140731196802992 140715159735296 140715187930365 0 4 0 16800975 18446744072101568036 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10824364 memory=827 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716397 11084148736 21460 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10824364 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11084148736 21460 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11084148736 21460 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716397 11084148736 21460 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 5 13263 0 0 0 0 5 3 20 0 15 0 444716398 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 33 13263 0 0 0 0 5 3 20 0 15 0 444716399 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714646103072 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716399 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714537116528 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11084148736 21460 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10824364 memory=13252 CPUtime=0.22 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 900 13263 0 0 14 0 5 3 20 0 15 0 444716402 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10824364 memory=15460 CPUtime=0.21 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) R 19213 19216 15891 0 -1 4202560 788 13263 0 0 13 0 5 3 20 0 15 0 444716402 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714611479712 140715167154262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) S 19213 19216 15891 0 -1 1077944384 789 13263 0 0 17 0 5 3 20 0 15 0 444716402 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714610440816 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11084148736 21460 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716402 11084148736 21460 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85840 KiB

[startup+1.50075 s]
/proc/loadavg: 1.54 1.38 1.40 3/228 19282
/proc/meminfo: memFree=29315108/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10834680 memory=173832 CPUtime=2.46 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 23485 13263 0 0 227 11 5 3 20 0 15 0 444716387 11094712320 43458 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2708670 43458 3573 1 0 2670733 0
[pid=19216/tid=19269] ppid=19213 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 15210 13263 0 0 129 6 5 3 20 0 15 0 444716396 11094712320 43458 33554432000 4194304 4196468 140731196802992 140715159711616 140715187920278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 102 13263 0 0 1 0 5 3 20 0 15 0 444716397 11094712320 43458 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 43 13263 0 0 0 0 5 3 20 0 15 0 444716397 11094712320 43458 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 50 13263 0 0 1 0 5 3 20 0 15 0 444716397 11094712320 43458 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 403 13263 0 0 1 0 5 3 20 0 15 0 444716397 11094712320 43458 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 1734 13263 0 0 1 0 5 3 20 0 15 0 444716398 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10834680 memory=280229167835392 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 33 13263 0 0 0 0 5 3 20 0 15 0 444716399 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714646103136 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716399 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714537116528 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10834680 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11094712320 43458 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10834680 memory=10600 CPUtime=0.31 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 956 13263 0 0 23 0 5 3 20 0 15 0 444716402 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10834680 memory=1740 CPUtime=0.32 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) R 19213 19216 15891 0 -1 1077944384 994 13263 0 0 24 0 5 3 20 0 15 0 444716402 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714611493616 140715187919490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10834680 memory=5992 CPUtime=0.5 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) R 19213 19216 15891 0 -1 4202560 1746 13263 0 0 42 0 5 3 20 0 15 0 444716402 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714610440816 140715167341389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10834680 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11094712320 43458 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10834680 memory=2884 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 1 13263 0 0 0 0 5 3 20 0 15 0 444716402 11094712320 43458 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19216/tid=19281] ppid=19213 vsize=10846988 memory=12040 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10846988 memory=2120 CPUtime=0.44 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 439 13263 0 0 16 20 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 651.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 712308 KiB

[startup+636.801 s]
/proc/loadavg: 1.62 1.46 1.42 3/228 19340
/proc/meminfo: memFree=28705544/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10846988 memory=712308 CPUtime=653.44 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 136046 13263 0 0 65217 119 5 3 20 0 15 0 444716387 11107315712 178077 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2711747 178077 3633 1 0 2673805 0
[pid=19216/tid=19269] ppid=19213 vsize=10846988 memory=712308 CPUtime=630.32 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 38910 13263 0 0 63001 23 5 3 20 0 15 0 444716396 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715159743712 140714769152516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10846988 memory=712308 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 7216 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10846988 memory=4104 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 7824 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10846988 memory=1408 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 4062 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10846988 memory=712308 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 4951 13263 0 0 258 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10846988 memory=6791534058613427641 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 8055 13263 0 0 264 13 5 3 20 0 15 0 444716398 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10846988 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 37 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714646103136 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10846988 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714537116544 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10846988 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10846988 memory=6791534058613427641 CPUtime=3.56 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 19448 13263 0 0 345 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10846988 memory=712308 CPUtime=3.78 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) S 19213 19216 15891 0 -1 1077944384 28131 13263 0 0 367 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714611493616 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10846988 memory=1040 CPUtime=1.72 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) S 19213 19216 15891 0 -1 1077944384 14760 13263 0 0 160 4 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714610440816 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10846988 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10846988 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 439 13263 0 0 16 20 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 653.44 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 712308 KiB

[startup+637.201 s]
/proc/loadavg: 1.62 1.46 1.42 3/228 19340
/proc/meminfo: memFree=28705668/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10846988 memory=712308 CPUtime=653.85 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 136049 13263 0 0 65258 119 5 3 20 0 15 0 444716387 11107315712 178077 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2711747 178077 3633 1 0 2673805 0
[pid=19216/tid=19269] ppid=19213 vsize=10846988 memory=0 CPUtime=630.72 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 38913 13263 0 0 63041 23 5 3 20 0 15 0 444716396 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715159743712 140714769230360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10846988 memory=0 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 7216 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10846988 memory=0 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 7824 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10846988 memory=0 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 4062 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10846988 memory=712308 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 4951 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10846988 memory=6791534058613427641 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 8055 13263 0 0 264 13 5 3 20 0 15 0 444716398 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10846988 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 37 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714646103136 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10846988 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714537116544 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10846988 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10846988 memory=3848 CPUtime=3.56 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 19448 13263 0 0 345 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10846988 memory=2620 CPUtime=3.78 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) S 19213 19216 15891 0 -1 1077944384 28131 13263 0 0 367 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714611493616 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10846988 memory=288230574492221466 CPUtime=1.72 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) S 19213 19216 15891 0 -1 1077944384 14760 13263 0 0 160 4 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714610440816 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10846988 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10846988 memory=14126740981156277 CPUtime=0.44 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 439 13263 0 0 16 20 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 653.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 712308 KiB

[startup+637.601 s]
/proc/loadavg: 1.62 1.46 1.42 3/228 19340
/proc/meminfo: memFree=28705668/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10846988 memory=712308 CPUtime=654.25 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 136052 13263 0 0 65298 119 5 3 20 0 15 0 444716387 11107315712 178077 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2711747 178077 3633 1 0 2673805 0
[pid=19216/tid=19269] ppid=19213 vsize=10846988 memory=47416 CPUtime=631.11 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 38915 13263 0 0 63080 23 5 3 20 0 15 0 444716396 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715159743312 140714768530443 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10846988 memory=988 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 7217 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10846988 memory=712308 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 7824 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10846988 memory=1408 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 4062 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10846988 memory=3200 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 4951 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10846988 memory=0 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 8055 13263 0 0 264 13 5 3 20 0 15 0 444716398 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 37 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714646103136 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10846988 memory=-6800859132029471843 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714537116544 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10846988 memory=1416 CPUtime=3.56 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 19448 13263 0 0 345 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10846988 memory=776 CPUtime=3.78 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) S 19213 19216 15891 0 -1 1077944384 28131 13263 0 0 367 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714611493616 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10846988 memory=3980 CPUtime=1.72 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) S 19213 19216 15891 0 -1 1077944384 14760 13263 0 0 160 4 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714610440816 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10846988 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10846988 memory=10600 CPUtime=0.44 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 439 13263 0 0 16 20 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 654.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 712308 KiB

[startup+637.701 s]
/proc/loadavg: 1.62 1.46 1.42 3/228 19340
/proc/meminfo: memFree=28705668/32770624 swapFree=67002416/67108860
[pid=19216] ppid=19213 vsize=10846988 memory=712308 CPUtime=654.35 cores=1,3,5,7
/proc/19216/stat : 19216 (java) S 19213 19216 15891 0 -1 1077944320 136055 13263 0 0 65308 119 5 3 20 0 15 0 444716387 11107315712 178077 33554432000 4194304 4196468 140731196802992 140731196785536 140715187908343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
/proc/19216/statm: 2711747 178077 3633 1 0 2673805 0
[pid=19216/tid=19269] ppid=19213 vsize=10846988 memory=712308 CPUtime=631.21 cores=1,3,5,7
/proc/19216/task/19269/stat : 19269 (java) R 19213 19216 15891 0 -1 4202560 38916 13263 0 0 63090 23 5 3 20 0 15 0 444716396 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715159743600 140714766841499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19270] ppid=19213 vsize=10846988 memory=712276 CPUtime=2.84 cores=1,3,5,7
/proc/19216/task/19270/stat : 19270 (java) S 19213 19216 15891 0 -1 1077944384 7217 13263 0 0 261 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715192151184 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19271] ppid=19213 vsize=10846988 memory=712276 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19271/stat : 19271 (java) S 19213 19216 15891 0 -1 1077944384 7824 13263 0 0 262 15 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715080424464 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19272] ppid=19213 vsize=10846988 memory=712308 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19272/stat : 19272 (java) S 19213 19216 15891 0 -1 1077944384 4062 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715079371664 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19273] ppid=19213 vsize=10846988 memory=712276 CPUtime=2.85 cores=1,3,5,7
/proc/19216/task/19273/stat : 19273 (java) S 19213 19216 15891 0 -1 1077944384 4951 13263 0 0 259 18 5 3 20 0 15 0 444716397 11107315712 178077 33554432000 4194304 4196468 140731196802992 140715078318864 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19274] ppid=19213 vsize=10846988 memory=25544 CPUtime=2.86 cores=1,3,5,7
/proc/19216/task/19274/stat : 19274 (java) S 19213 19216 15891 0 -1 1077944384 8055 13263 0 0 265 13 5 3 20 0 15 0 444716398 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714647157104 140715187919490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19275] ppid=19213 vsize=10846988 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19275/stat : 19275 (java) S 19213 19216 15891 0 -1 1077944384 37 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714646103136 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19276] ppid=19213 vsize=10846988 memory=712276 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19276/stat : 19276 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716399 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714537116544 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19277] ppid=19213 vsize=10846988 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19277/stat : 19277 (java) S 19213 19216 15891 0 -1 1077944384 2 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713933137744 140715187926939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19278] ppid=19213 vsize=10846988 memory=712276 CPUtime=3.56 cores=1,3,5,7
/proc/19216/task/19278/stat : 19278 (java) S 19213 19216 15891 0 -1 1077944384 19448 13263 0 0 345 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714612546416 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19279] ppid=19213 vsize=10846988 memory=712276 CPUtime=3.78 cores=1,3,5,7
/proc/19216/task/19279/stat : 19279 (java) S 19213 19216 15891 0 -1 1077944384 28131 13263 0 0 367 3 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714611493616 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19280] ppid=19213 vsize=10846988 memory=280229168313216 CPUtime=1.72 cores=1,3,5,7
/proc/19216/task/19280/stat : 19280 (java) S 19213 19216 15891 0 -1 1077944384 14760 13263 0 0 160 4 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714610440816 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19281] ppid=19213 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19216/task/19281/stat : 19281 (java) S 19213 19216 15891 0 -1 1077944384 3 13263 0 0 0 0 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140713463376608 140715187918549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
[pid=19216/tid=19282] ppid=19213 vsize=10846988 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/19216/task/19282/stat : 19282 (java) S 19213 19216 15891 0 -1 1077944384 441 13263 0 0 16 20 5 3 20 0 15 0 444716402 11107315712 178077 33554432000 4194304 4196468 140731196802992 140714609388208 140715187919490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140731196807920 140731196810437 140731196810437 140731196813263 0
Current children cumulated CPU time: 654.35 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 712308 KiB

Child status: 0
Real time (s): 637.743
CPU time (s): 654.411
CPU user time (s): 653.17
CPU system time (s): 1.24139
CPU usage (%): 102.614
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 713040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 653.17
system time used= 1.24139
maximum resident set size= 714396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78595
involuntary context switches= 2653


# summary of solver processes directly reported to runsolver:
#   pid: 19216
#   total CPU time (s): 654.411
#   total CPU user time (s): 653.17
#   total CPU system time (s): 1.24139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.63308 second user time and 5.29696 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-17 03:43:53
IDJOB=4401097
IDBENCH=130150
IDSOLVER=2857
FILE ID=node136/4401097-1568684677
RUNJOBID= node136-1568673287-15923
PBS_JOBID= 21703781
Free space on /tmp= 61108 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401097-1568684677/watcher-4401097-1568684677 -o /tmp/evaluation-result-4401097-1568684677/solver-4401097-1568684677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15923 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401097-1568684677.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=535221524

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29415620 kB
MemAvailable:   29650720 kB
Buffers:           51360 kB
Cached:           485600 kB
SwapCached:         3548 kB
Active:          2506628 kB
Inactive:         282324 kB
Active(anon):    2251644 kB
Inactive(anon):    49424 kB
Active(file):     254984 kB
Inactive(file):   232900 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       67002416 kB
Dirty:             35500 kB
Writeback:             0 kB
AnonPages:       2360652 kB
Mapped:            61800 kB
Shmem:             40348 kB
Slab:             154952 kB
SReclaimable:     126104 kB
SUnreclaim:        28848 kB
KernelStack:        3712 kB
PageTables:        10388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3346552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61076 MiB
End job on node136 at 2019-09-17 03:54:31