Trace number 4396054

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.2OPT22 70.928 61.9229

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-14.xml
MD5SUMbb3a1ca81e7aea213eb86a812d55e65a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark4.70527
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints110
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":42},{"size":9,"count":42}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":42},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":12}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"sum","count":42}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.76/0.56	c Concrete v3.12.2.1568380929293 running
9.08/3.84	o 15
9.08/3.88	o 16
9.40/3.90	o 17
9.40/4.01	o 18
9.75/4.01	o 20
9.75/4.09	o 21
14.61/7.00	o 22
70.89/61.90	v <instantiation
70.89/61.90	v         cost = '22'>
70.89/61.90	v       <list>
70.89/61.90	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13]
70.89/61.90	v       </list>
70.89/61.90	v       <values>
70.89/61.90	v         0 0 0 0 1 1 0 1 1 0 0 0 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 0 1 1 0 2 2 2 2 3 2 4 2 3 2 2 2 3 2 3 3 4 3 6 3 4 3 6 3 4 3 6 3 3 3 4 2 3 2 2 2 3 2 4 2 3 2
70.89/61.90	v       </values>
70.89/61.90	v     </instantiation>
70.89/61.90	s OPTIMUM FOUND

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396054-1568393353/watcher-4396054-1568393353 -o /tmp/evaluation-result-4396054-1568393353/solver-4396054-1568393353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568393313-9343 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=956574765 HOME/instance-4396054-1568393353.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=9367, runsolver pid=9363

[startup+0.10014 s]*
/proc/loadavg: 1.08 1.22 1.58 3/203 9463
/proc/meminfo: memFree=28839552/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=141160 memory=5300 CPUtime=0.08 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 2525 13253 0 1 0 0 5 3 20 0 2 0 415275547 144547840 1304 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 35289 1325 994 1 0 24747 0
[pid=9367/tid=9476] ppid=9363 vsize=392944 memory=-2899909650764262549 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 447 13253 0 1 0 0 5 3 20 0 2 0 415275558 402374656 1405 33554432000 4194304 4196468 140735817863488 140439260637200 140439270205021 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 141160 KiB
Current children cumulated memory: 5300 KiB

[startup+0.212164 s]*
/proc/loadavg: 1.08 1.22 1.58 9/227 9503
/proc/meminfo: memFree=28785420/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10819664 memory=39172 CPUtime=0.24 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 7088 13253 0 1 15 1 5 3 20 0 15 0 415275547 11079335936 9793 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2704916 9793 3157 1 0 2667149 0
[pid=9367/tid=9476] ppid=9363 vsize=10819664 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 3617 13253 0 1 9 1 5 3 20 0 15 0 415275558 11079335936 9793 33554432000 4194304 4196468 140735817863488 140439260603112 140439272875358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10819664 memory=4211973601837350282 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079335936 9793 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10819664 memory=139875632559744 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079335936 9793 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079335936 9793 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10819664 memory=139875632559744 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 2 13253 0 1 0 0 5 3 20 0 15 0 415275560 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 13 13253 0 1 0 0 5 3 20 0 15 0 415275560 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438652577184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275561 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438048597488 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11079335936 9793 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 332 13253 0 1 1 0 5 3 20 0 15 0 415275563 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 327 13253 0 1 1 0 5 3 20 0 15 0 415275563 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10819664 memory=139875632559744 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 604 13253 0 1 2 0 5 3 20 0 15 0 415275563 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11079335936 9793 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10819664 memory=139875632559744 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275564 11079335936 9793 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39172 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.08 1.22 1.58 3/227 9503
/proc/meminfo: memFree=28760184/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10820148 memory=50384 CPUtime=0.38 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 10818 13253 0 1 27 3 5 3 20 0 15 0 415275547 11079831552 12596 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2705037 12596 3286 1 0 2667149 0
[pid=9367/tid=9476] ppid=9363 vsize=10820148 memory=139875475134084 CPUtime=0.28 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 7295 13253 0 1 18 2 5 3 20 0 15 0 415275558 11079831552 12596 33554432000 4194304 4196468 140735817863488 140439260594784 140439270358427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10820148 memory=3977295499660704336 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079831552 12596 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10820148 memory=139875632559744 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079831552 12596 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079831552 12596 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2 13253 0 1 0 0 5 3 20 0 15 0 415275559 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10820148 memory=139875632559744 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 2 13253 0 1 0 0 5 3 20 0 15 0 415275560 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 13 13253 0 1 0 0 5 3 20 0 15 0 415275560 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438652577184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10820148 memory=139875632559744 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275561 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438048597488 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11079831552 12596 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 341 13253 0 1 2 0 5 3 20 0 15 0 415275563 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 328 13253 0 1 1 0 5 3 20 0 15 0 415275563 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 617 13253 0 1 5 0 5 3 20 0 15 0 415275563 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11079831552 12596 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275564 11079831552 12596 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700672 s]
/proc/loadavg: 1.08 1.22 1.58 3/227 9503
/proc/meminfo: memFree=28736048/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10824360 memory=81316 CPUtime=1.12 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 15085 13253 0 1 99 5 5 3 20 0 15 0 415275547 11084144640 20329 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2706090 20329 3508 1 0 2668173 0
[pid=9367/tid=9476] ppid=9363 vsize=10824360 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 10294 13253 0 1 54 3 5 3 20 0 15 0 415275558 11084144640 20329 33554432000 4194304 4196468 140735817863488 140439260619264 140439272838501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11084144640 20395 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11084144640 20395 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10824360 memory=6078316356145742179 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275559 11084144640 20395 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2 13253 0 1 0 0 5 3 20 0 15 0 415275559 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10824360 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 5 13253 0 1 0 0 5 3 20 0 15 0 415275560 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10824360 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 13 13253 0 1 0 0 5 3 20 0 15 0 415275560 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438652577184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275561 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438048597488 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10824360 memory=139875475006096 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11084144640 20395 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 914 13253 0 1 15 0 5 3 20 0 15 0 415275563 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 771 13253 0 1 11 0 5 3 20 0 15 0 415275563 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 866 13253 0 1 17 0 5 3 20 0 15 0 415275563 11084144640 20395 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10824360 memory=279750949994736 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11084144640 20395 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275564 11084144640 20907 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81316 KiB

[startup+1.50072 s]
/proc/loadavg: 1.08 1.22 1.58 3/227 9503
/proc/meminfo: memFree=28649556/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10834676 memory=171072 CPUtime=2.43 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 21872 13253 0 1 224 11 5 3 20 0 15 0 415275547 11094708224 42768 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2708669 42768 3578 1 0 2670733 0
[pid=9367/tid=9476] ppid=9363 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 15212 13253 0 1 128 6 5 3 20 0 15 0 415275558 11094708224 42768 33554432000 4194304 4196468 140735817863488 140439260593648 140439272838501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10834676 memory=97352 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 65 13253 0 1 0 0 5 3 20 0 15 0 415275559 11094708224 42768 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10834676 memory=82306565 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 353 13253 0 1 0 0 5 3 20 0 15 0 415275559 11094708224 42768 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 19 13253 0 1 0 0 5 3 20 0 15 0 415275559 11094708224 42768 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10834676 memory=4 CPUtime=0.09 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 89 13253 0 1 1 0 5 3 20 0 15 0 415275559 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 175 13253 0 1 1 0 5 3 20 0 15 0 415275560 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10834676 memory=279750950047968 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 13 13253 0 1 0 0 5 3 20 0 15 0 415275560 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438652577184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 2 13253 0 1 0 0 5 3 20 0 15 0 415275561 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438048597488 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11094708224 42768 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) R 9363 9367 6698 0 -1 4202560 1077 13253 0 1 26 0 5 3 20 0 15 0 415275563 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438747203568 140439281779913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 917 13253 0 1 22 1 5 3 20 0 15 0 415275563 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10834676 memory=6154538792250073449 CPUtime=0.48 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 1734 13253 0 1 40 0 5 3 20 0 15 0 415275563 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10834676 memory=279750949998000 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11094708224 42768 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10834676 memory=42405487184618 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 1 13253 0 1 0 0 5 3 20 0 15 0 415275564 11094708224 42768 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 171072 KiB

[startup+3.11048 s]
/proc/loadavg: 1.08 1.22 1.58 5/227 9503
/proc/meminfo: memFree=28356672/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10846984 memory=263456 CPUtime=6.8 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 37781 13253 0 1 653 19 5 3 20 0 15 0 415275547 11107311616 65864 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2711746 65864 3610 1 0 2673805 0

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

[pid=9367/tid=9500] ppid=9363 vsize=10849032 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 174030 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10849032 memory=39876 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 515 13253 0 1 1 1 5 3 20 0 15 0 415275564 11109408768 174030 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 68.13 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 696120 KiB

[startup+60.8008 s]
/proc/loadavg: 1.12 1.23 1.57 3/227 9507
/proc/meminfo: memFree=27528404/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10849032 memory=695608 CPUtime=69.78 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 96954 13253 0 1 6930 40 5 3 20 0 15 0 415275547 11109408768 173902 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2712258 173902 3623 1 0 2674317 0
[pid=9367/tid=9476] ppid=9363 vsize=10849032 memory=8112282956445269571 CPUtime=60.49 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 29000 13253 0 1 6026 15 5 3 20 0 15 0 415275558 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439260630800 140438885295453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10849032 memory=39876 CPUtime=0.18 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1378 13253 0 1 8 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10849032 memory=988 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1156 13253 0 1 8 3 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10849032 memory=2008 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1855 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10849032 memory=1436 CPUtime=0.18 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2567 13253 0 1 8 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10849032 memory=696120 CPUtime=0.17 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 3234 13253 0 1 9 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10849032 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 17 13253 0 1 0 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438652577312 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10849032 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 11 13253 0 1 0 0 5 3 20 0 15 0 415275561 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438048597504 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10849032 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10849032 memory=1408 CPUtime=3.6 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 21127 13253 0 1 350 2 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10849032 memory=4104 CPUtime=3.43 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 18985 13253 0 1 331 4 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10849032 memory=2308 CPUtime=1.85 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 14893 13253 0 1 172 5 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10849032 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10849032 memory=1408 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 516 13253 0 1 1 1 5 3 20 0 15 0 415275564 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 69.78 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 695608 KiB

[startup+61.6007 s]
/proc/loadavg: 1.12 1.23 1.57 3/227 9507
/proc/meminfo: memFree=27528952/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10849032 memory=695608 CPUtime=70.59 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 96958 13253 0 1 7011 40 5 3 20 0 15 0 415275547 11109408768 173902 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2712258 173902 3623 1 0 2674317 0
[pid=9367/tid=9476] ppid=9363 vsize=10849032 memory=1660 CPUtime=61.28 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 29001 13253 0 1 6105 15 5 3 20 0 15 0 415275558 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439260631008 140438886205251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10849032 memory=8112282956445269571 CPUtime=0.18 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1379 13253 0 1 8 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10849032 memory=8514701219730652318 CPUtime=0.2 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1157 13253 0 1 9 3 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10849032 memory=7810180055305314880 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1856 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10849032 memory=33 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2567 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10849032 memory=7811583079774119783 CPUtime=0.17 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 3234 13253 0 1 9 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10849032 memory=580 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 17 13253 0 1 0 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438652577312 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10849032 memory=1720 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 11 13253 0 1 0 0 5 3 20 0 15 0 415275561 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438048597504 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10849032 memory=10604 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10849032 memory=3360 CPUtime=3.6 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 21127 13253 0 1 350 2 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10849032 memory=776 CPUtime=3.43 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 18985 13253 0 1 331 4 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10849032 memory=1564 CPUtime=1.85 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 14893 13253 0 1 172 5 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10849032 memory=5976 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10849032 memory=1060 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 516 13253 0 1 1 1 5 3 20 0 15 0 415275564 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 70.59 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 695608 KiB

[startup+61.8007 s]
/proc/loadavg: 1.12 1.23 1.57 3/227 9507
/proc/meminfo: memFree=27528952/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10849032 memory=695608 CPUtime=70.79 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 96958 13253 0 1 7031 40 5 3 20 0 15 0 415275547 11109408768 173902 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2712258 173902 3623 1 0 2674317 0
[pid=9367/tid=9476] ppid=9363 vsize=10849032 memory=1216 CPUtime=61.48 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 29001 13253 0 1 6125 15 5 3 20 0 15 0 415275558 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439260631008 140438886205372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10849032 memory=984 CPUtime=0.18 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1379 13253 0 1 8 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10849032 memory=14004 CPUtime=0.2 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1157 13253 0 1 9 3 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10849032 memory=21384 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1856 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10849032 memory=14048 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2567 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10849032 memory=2124 CPUtime=0.17 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 3234 13253 0 1 9 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10849032 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 17 13253 0 1 0 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438652577312 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10849032 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 11 13253 0 1 0 0 5 3 20 0 15 0 415275561 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438048597504 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10849032 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10849032 memory=1772 CPUtime=3.6 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 21127 13253 0 1 350 2 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10849032 memory=832 CPUtime=3.43 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 18985 13253 0 1 331 4 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10849032 memory=1436 CPUtime=1.85 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 14893 13253 0 1 172 5 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10849032 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10849032 memory=2580 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 516 13253 0 1 1 1 5 3 20 0 15 0 415275564 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 70.79 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 695608 KiB

[startup+61.9007 s]
/proc/loadavg: 1.12 1.23 1.57 3/227 9507
/proc/meminfo: memFree=27528952/32770624 swapFree=66959224/67108860
[pid=9367] ppid=9363 vsize=10849032 memory=695608 CPUtime=70.89 cores=1,3,5,7
/proc/9367/stat : 9367 (java) S 9363 9367 6698 0 -1 1077944320 96960 13253 0 1 7041 40 5 3 20 0 15 0 415275547 11109408768 173902 33554432000 4194304 4196468 140735817863488 140735817846032 140439288794871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
/proc/9367/statm: 2712258 173902 3623 1 0 2674317 0
[pid=9367/tid=9476] ppid=9363 vsize=10849032 memory=695608 CPUtime=61.58 cores=1,3,5,7
/proc/9367/task/9476/stat : 9476 (java) R 9363 9367 6698 0 -1 4202560 29002 13253 0 1 6135 15 5 3 20 0 15 0 415275558 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439260630672 140438884127111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9478] ppid=9363 vsize=10849032 memory=696120 CPUtime=0.18 cores=1,3,5,7
/proc/9367/task/9478/stat : 9478 (java) S 9363 9367 6698 0 -1 1077944384 1379 13253 0 1 8 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439293036816 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9479] ppid=9363 vsize=10849032 memory=695608 CPUtime=0.2 cores=1,3,5,7
/proc/9367/task/9479/stat : 9479 (java) S 9363 9367 6698 0 -1 1077944384 1157 13253 0 1 9 3 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439191927184 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9480] ppid=9363 vsize=10849032 memory=1760 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9480/stat : 9480 (java) S 9363 9367 6698 0 -1 1077944384 1856 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140439190874640 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9482] ppid=9363 vsize=10849032 memory=111636 CPUtime=0.19 cores=1,3,5,7
/proc/9367/task/9482/stat : 9482 (java) S 9363 9367 6698 0 -1 1077944384 2568 13253 0 1 9 2 5 3 20 0 15 0 415275559 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438860065424 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9486] ppid=9363 vsize=10849032 memory=2796 CPUtime=0.17 cores=1,3,5,7
/proc/9367/task/9486/stat : 9486 (java) S 9363 9367 6698 0 -1 1077944384 3234 13253 0 1 9 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438748256752 140439288806018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9488] ppid=9363 vsize=10849032 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9488/stat : 9488 (java) S 9363 9367 6698 0 -1 1077944384 17 13253 0 1 0 0 5 3 20 0 15 0 415275560 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438652577312 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9490] ppid=9363 vsize=10849032 memory=695608 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9490/stat : 9490 (java) S 9363 9367 6698 0 -1 1077944384 11 13253 0 1 0 0 5 3 20 0 15 0 415275561 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438048597504 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9492] ppid=9363 vsize=10849032 memory=695608 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9492/stat : 9492 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437808306896 140439288813467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9493] ppid=9363 vsize=10849032 memory=55 CPUtime=3.6 cores=1,3,5,7
/proc/9367/task/9493/stat : 9493 (java) S 9363 9367 6698 0 -1 1077944384 21127 13253 0 1 350 2 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438747203568 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9495] ppid=9363 vsize=10849032 memory=-7595718316223324558 CPUtime=3.43 cores=1,3,5,7
/proc/9367/task/9495/stat : 9495 (java) S 9363 9367 6698 0 -1 1077944384 18985 13253 0 1 331 4 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438746151024 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9496] ppid=9363 vsize=10849032 memory=695608 CPUtime=1.85 cores=1,3,5,7
/proc/9367/task/9496/stat : 9496 (java) S 9363 9367 6698 0 -1 1077944384 14893 13253 0 1 172 5 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438745098480 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9500] ppid=9363 vsize=10849032 memory=695608 CPUtime=0.08 cores=1,3,5,7
/proc/9367/task/9500/stat : 9500 (java) S 9363 9367 6698 0 -1 1077944384 3 13253 0 1 0 0 5 3 20 0 15 0 415275563 11109408768 173902 33554432000 4194304 4196468 140735817863488 140437774748256 140439288805077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
[pid=9367/tid=9502] ppid=9363 vsize=10849032 memory=696120 CPUtime=0.1 cores=1,3,5,7
/proc/9367/task/9502/stat : 9502 (java) S 9363 9367 6698 0 -1 1077944384 516 13253 0 1 1 1 5 3 20 0 15 0 415275564 11109408768 173902 33554432000 4194304 4196468 140735817863488 140438744046384 140439288806018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12660736 140735817870064 140735817872581 140735817872581 140735817875407 0
Current children cumulated CPU time: 70.89 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 695608 KiB

Child status: 0
Real time (s): 61.9229
CPU time (s): 70.928
CPU user time (s): 70.4769
CPU system time (s): 0.451128
CPU usage (%): 114.542
Max. virtual memory (cumulated for all children) (KiB): 10851764
Max. memory (cumulated for all children) (KiB): 713564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.4769
system time used= 0.451128
maximum resident set size= 715108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111194
page faults= 1
swaps= 0
block input operations= 24
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9986
involuntary context switches= 131


# summary of solver processes directly reported to runsolver:
#   pid: 9367
#   total CPU time (s): 70.928
#   total CPU user time (s): 70.4769
#   total CPU system time (s): 0.451128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.363497 second user time and 0.649167 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 18:48:33
IDJOB=4396054
IDBENCH=115951
IDSOLVER=2846
FILE ID=node124/4396054-1568393353
RUNJOBID= node124-1568393313-9343
PBS_JOBID= 21701840
Free space on /tmp= 61812 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396054-1568393353/watcher-4396054-1568393353 -o /tmp/evaluation-result-4396054-1568393353/solver-4396054-1568393353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568393313-9343 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=956574765 HOME/instance-4396054-1568393353.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=956574765

node124.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.47
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.47
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.47
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.47
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:        28845268 kB
MemAvailable:   31867320 kB
Buffers:          171252 kB
Cached:          3143300 kB
SwapCached:        45888 kB
Active:           972688 kB
Inactive:        2390936 kB
Active(anon):       2788 kB
Inactive(anon):    87880 kB
Active(file):     969900 kB
Inactive(file):  2303056 kB
Unevictable:      108760 kB
Mlocked:          108760 kB
SwapTotal:      67108860 kB
SwapFree:       66959224 kB
Dirty:             70588 kB
Writeback:             0 kB
AnonPages:        113480 kB
Mapped:            43400 kB
Shmem:             32744 kB
Slab:             158468 kB
SReclaimable:     129860 kB
SUnreclaim:        28608 kB
KernelStack:        3392 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61740 MiB
End job on node124 at 2019-09-13 18:49:36