Trace number 4304894

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT 62.9078 55.7211

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark21.8959
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
62.76/55.69	v <instantiation>
62.76/55.69	v       <list>
62.76/55.69	v         cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]
62.76/55.69	v       </list>
62.76/55.69	v       <values>
62.76/55.69	v         6 23 3 14 1 18 0 19 4 25 17 3 8 5 20 9 22 11 2 13 18 1 14 7 19 4 25 15 6 21 12 23 16 10 24
62.76/55.69	v       </values>
62.76/55.69	v     </instantiation>
62.76/55.69	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304894-1534055255/watcher-4304894-1534055255 -o /tmp/evaluation-result-4304894-1534055255/solver-4304894-1534055255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11489 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=587429066 -superng HOME/instance-4304894-1534055255.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
solver pid=15104, runsolver pid=15101
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.69 1.58 1.72 3/206 15161
/proc/meminfo: memFree=22701480/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=10005480 memory=17164 CPUtime=0.1 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 4471 13055 0 0 1 1 5 3 20 0 6 0 223088667 10245611520 4291 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2501370 4291 1934 1 0 2489808 0
[pid=15104/tid=15157] ppid=15101 vsize=10005480 memory=4279135703980342926 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 2284 13055 0 0 1 0 5 3 20 0 6 0 223088676 10245611520 4357 33554432000 4194304 4196468 140724400476192 139628728853072 139628742190992 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 6 0 223088676 10245611520 4357 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=10005480 memory=140220431648384 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 6 0 223088676 10245611520 4357 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 6 0 223088676 10245611520 4357 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 6 0 223088676 10245611520 4357 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17164 KiB

[startup+0.20997 s]*
/proc/loadavg: 1.69 1.58 1.72 2/215 15170
/proc/meminfo: memFree=22676696/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=10982696 memory=44848 CPUtime=0.27 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 8611 13055 0 0 17 2 5 3 20 0 15 0 223088667 11246280704 11212 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2745674 11212 2923 1 0 2708109 0
[pid=15104/tid=15157] ppid=15101 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 5141 13055 0 0 10 1 5 3 20 0 15 0 223088676 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628728803456 139628738579910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=10982696 memory=140220431648384 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=10982696 memory=140220431648384 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 13 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246280704 11212 33554432000 4194304 4196468 140724400476192 139627574846496 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246280704 11212 33554432000 4194304 4196468 140724400476192 139627373519728 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11246280704 11212 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 446 13055 0 0 1 0 5 3 20 0 15 0 223088681 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 193 13055 0 0 1 0 5 3 20 0 15 0 223088681 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=10982696 memory=140220431648384 CPUtime=0.11 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 611 13055 0 0 3 0 5 3 20 0 15 0 223088681 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11246280704 11212 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=10982696 memory=140220431648384 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088682 11246280704 11212 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44848 KiB

[startup+0.310273 s]*
/proc/loadavg: 1.69 1.58 1.72 3/215 15170
/proc/meminfo: memFree=22666852/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=10983192 memory=56200 CPUtime=0.39 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 10657 13055 0 0 29 2 5 3 20 0 15 0 223088667 11246788608 14050 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2745798 14050 3055 1 0 2708109 0
[pid=15104/tid=15157] ppid=15101 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 7181 13055 0 0 19 2 5 3 20 0 15 0 223088676 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628728828320 139628749253438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 13 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246788608 14050 33554432000 4194304 4196468 140724400476192 139627574846496 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246788608 14050 33554432000 4194304 4196468 140724400476192 139627373519728 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11246788608 14050 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 448 13055 0 0 1 0 5 3 20 0 15 0 223088681 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 193 13055 0 0 1 0 5 3 20 0 15 0 223088681 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) R 15101 15104 10336 0 -1 4202560 618 13055 0 0 5 0 5 3 20 0 15 0 223088681 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628178827888 139628736987496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11246788608 14050 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088682 11246788608 14050 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56200 KiB

[startup+0.700816 s]
/proc/loadavg: 1.69 1.58 1.72 3/215 15170
/proc/meminfo: memFree=22657176/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=10983192 memory=88688 CPUtime=0.99 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 16835 13055 0 0 87 4 5 3 20 0 15 0 223088667 11246788608 22172 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2745798 22172 3226 1 0 2708109 0
[pid=15104/tid=15157] ppid=15101 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 12431 13055 0 0 56 3 5 3 20 0 15 0 223088676 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628728837136 139628738581264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=10983192 memory=3712 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 2 13055 0 0 0 0 5 3 20 0 15 0 223088676 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 5 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 13 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246788608 22172 33554432000 4194304 4196468 140724400476192 139627574846496 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088678 11246788608 22172 33554432000 4194304 4196468 140724400476192 139627373519728 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11246788608 22172 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 680 13055 0 0 7 0 5 3 20 0 15 0 223088681 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=10983192 memory=15460 CPUtime=0.18 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 845 13055 0 0 10 0 5 3 20 0 15 0 223088681 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 656 13055 0 0 13 0 5 3 20 0 15 0 223088681 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11246788608 22172 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088682 11246788608 22172 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88688 KiB

[startup+1.50078 s]
/proc/loadavg: 1.69 1.58 1.72 3/215 15170
/proc/meminfo: memFree=22610100/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=11000140 memory=179856 CPUtime=2.28 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 24170 13055 0 0 211 9 5 3 20 0 15 0 223088667 11264143360 44964 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2750035 44964 3465 1 0 2711693 0
[pid=15104/tid=15157] ppid=15101 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 18168 13055 0 0 130 5 5 3 20 0 15 0 223088676 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628728833408 139628741102733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 261 13055 0 0 1 0 5 3 20 0 15 0 223088676 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 31 13055 0 0 1 0 5 3 20 0 15 0 223088676 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 63 13055 0 0 1 0 5 3 20 0 15 0 223088676 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 24 13055 0 0 0 0 5 3 20 0 15 0 223088676 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=11000140 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 72 13055 0 0 1 0 5 3 20 0 15 0 223088678 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=11000140 memory=280440560756992 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 14 13055 0 0 0 0 5 3 20 0 15 0 223088678 11264143360 44964 33554432000 4194304 4196468 140724400476192 139627574846560 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088678 11264143360 44964 33554432000 4194304 4196468 140724400476192 139627373519744 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=11000140 memory=1828 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11264143360 44964 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=11000140 memory=1120 CPUtime=0.25 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 823 13055 0 0 17 0 5 3 20 0 15 0 223088681 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=11000140 memory=6116 CPUtime=0.33 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 1324 13055 0 0 25 0 5 3 20 0 15 0 223088681 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=11000140 memory=1724 CPUtime=0.38 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 1191 13055 0 0 30 0 5 3 20 0 15 0 223088681 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=11000140 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11264143360 44964 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=11000140 memory=3516 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 1 13055 0 0 0 0 5 3 20 0 15 0 223088682 11264143360 44964 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 11000140 KiB

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

[pid=15104/tid=15168] ppid=15101 vsize=11077984 memory=2140 CPUtime=1.57 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 9561 13055 0 0 146 3 5 3 20 0 15 0 223088681 11343855616 166407 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=11077984 memory=2180 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166407 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=11077984 memory=924 CPUtime=0.1 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 2085 13055 0 0 1 1 5 3 20 0 15 0 223088682 11343855616 166407 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 59.93 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 665628 KiB

[startup+54.4007 s]
/proc/loadavg: 1.66 1.60 1.71 3/215 15171
/proc/meminfo: memFree=22055936/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=11077984 memory=664088 CPUtime=61.53 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 81184 13055 0 0 6110 35 5 3 20 0 15 0 223088667 11343855616 166022 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2769496 166022 3524 1 0 2731149 0
[pid=15104/tid=15157] ppid=15101 vsize=11077984 memory=3312 CPUtime=54.16 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 42474 13055 0 0 5392 16 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628728850528 139628328735460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=11077984 memory=15712 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 658 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=11077984 memory=1620 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 2770 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=11077984 memory=504 CPUtime=0.18 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 988 13055 0 0 8 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=11077984 memory=665628 CPUtime=0.16 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 1887 13055 0 0 6 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=11077984 memory=6944656592452807316 CPUtime=0.16 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 2318 13055 0 0 7 1 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=11077984 memory=7822038051842261661 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 20 13055 0 0 0 0 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627574846560 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=11077984 memory=7595717061404813120 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 8 13055 0 0 0 0 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627373519744 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=11077984 memory=280440560681200 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=11077984 memory=1120 CPUtime=2.52 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 7869 13055 0 0 243 1 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=11077984 memory=6116 CPUtime=2.95 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 8349 13055 0 0 286 1 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=11077984 memory=1724 CPUtime=1.57 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 9561 13055 0 0 146 3 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=11077984 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=11077984 memory=3516 CPUtime=0.1 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 2085 13055 0 0 1 1 5 3 20 0 15 0 223088682 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 61.53 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 664088 KiB

[startup+55.2008 s]
/proc/loadavg: 1.69 1.61 1.72 3/215 15171
/proc/meminfo: memFree=22055988/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=11077984 memory=664088 CPUtime=62.33 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 81189 13055 0 0 6190 35 5 3 20 0 15 0 223088667 11343855616 166022 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2769496 166022 3524 1 0 2731149 0
[pid=15104/tid=15157] ppid=15101 vsize=11077984 memory=1828 CPUtime=54.95 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 42475 13055 0 0 5471 16 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628728849904 139628331808432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=11077984 memory=1120 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 659 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=11077984 memory=6116 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 2771 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=11077984 memory=1724 CPUtime=0.18 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 988 13055 0 0 8 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=11077984 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 1888 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=11077984 memory=504 CPUtime=0.16 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 2319 13055 0 0 7 1 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=11077984 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 20 13055 0 0 0 0 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627574846560 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=11077984 memory=1168 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 8 13055 0 0 0 0 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627373519744 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=11077984 memory=2140 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=11077984 memory=2180 CPUtime=2.52 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 7869 13055 0 0 243 1 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=11077984 memory=924 CPUtime=2.95 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 8349 13055 0 0 286 1 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=11077984 memory=1576 CPUtime=1.57 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 9561 13055 0 0 146 3 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=11077984 memory=1288 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=11077984 memory=1088 CPUtime=0.1 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 2085 13055 0 0 1 1 5 3 20 0 15 0 223088682 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 62.33 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 664088 KiB

[startup+55.6007 s]
/proc/loadavg: 1.69 1.61 1.72 3/215 15171
/proc/meminfo: memFree=22055988/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=11077984 memory=664088 CPUtime=62.76 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 82278 13055 0 0 6233 35 5 3 20 0 15 0 223088667 11343855616 166022 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2769496 166022 3524 1 0 2731149 0
[pid=15104/tid=15157] ppid=15101 vsize=11077984 memory=2072 CPUtime=55.35 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) R 15101 15104 10336 0 -1 4202560 42480 13055 0 0 5511 16 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628728849904 139628341668335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=11077984 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 659 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=11077984 memory=504 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 2771 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=11077984 memory=924 CPUtime=0.18 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 988 13055 0 0 8 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=11077984 memory=1168 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 1888 13055 0 0 7 2 5 3 20 0 15 0 223088676 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=11077984 memory=2140 CPUtime=0.16 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 2319 13055 0 0 7 1 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628250081648 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=11077984 memory=664088 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 20 13055 0 0 0 0 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627574846560 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=11077984 memory=872 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 8 13055 0 0 0 0 5 3 20 0 15 0 223088678 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627373519744 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=11077984 memory=1288 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139627066120016 139628757034907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=11077984 memory=1088 CPUtime=2.55 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 8501 13055 0 0 246 1 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=11077984 memory=15512 CPUtime=2.96 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 8801 13055 0 0 287 1 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628247976688 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=11077984 memory=33612 CPUtime=1.57 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 9561 13055 0 0 146 3 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=11077984 memory=3312 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 15 0 223088681 11343855616 166022 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15170] ppid=15101 vsize=11077984 memory=15712 CPUtime=0.1 cores=1,3,5,7
/proc/15104/task/15170/stat : 15170 (java) S 15101 15104 10336 0 -1 1077944384 2085 13055 0 0 1 1 5 3 20 0 15 0 223088682 11343855616 166022 33554432000 4194304 4196468 140724400476192 139628177775280 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 62.76 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 664088 KiB

[startup+55.7007 s]
/proc/loadavg: 1.69 1.61 1.72 3/215 15171
/proc/meminfo: memFree=22055988/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=11208032 memory=664580 CPUtime=62.88 cores=1,3,5,7
/proc/15104/stat : 15104 (java) S 15101 15104 10336 0 -1 1077944320 86600 13055 0 0 6245 35 5 3 20 0 14 0 223088667 11477024768 166145 33554432000 4194304 4196468 140724400476192 140724400458736 139628757016311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
/proc/15104/statm: 2802008 166145 3526 1 0 2763661 0
[pid=15104/tid=15157] ppid=15101 vsize=11208032 memory=664088 CPUtime=55.45 cores=1,3,5,7
/proc/15104/task/15157/stat : 15157 (java) S 15101 15104 10336 0 -1 1077944384 46057 13055 0 0 5521 16 5 3 20 0 14 0 223088676 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628728859792 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15158] ppid=15101 vsize=11208032 memory=872 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15158/stat : 15158 (java) S 15101 15104 10336 0 -1 1077944384 659 13055 0 0 7 2 5 3 20 0 14 0 223088676 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628761259152 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15159] ppid=15101 vsize=11208032 memory=10 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15159/stat : 15159 (java) S 15101 15104 10336 0 -1 1077944384 2771 13055 0 0 7 2 5 3 20 0 14 0 223088676 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628297137168 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15160] ppid=15101 vsize=11208032 memory=664088 CPUtime=0.18 cores=1,3,5,7
/proc/15104/task/15160/stat : 15160 (java) S 15101 15104 10336 0 -1 1077944384 988 13055 0 0 8 2 5 3 20 0 14 0 223088676 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628296084368 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15161] ppid=15101 vsize=11208032 memory=3712 CPUtime=0.17 cores=1,3,5,7
/proc/15104/task/15161/stat : 15161 (java) S 15101 15104 10336 0 -1 1077944384 1888 13055 0 0 7 2 5 3 20 0 14 0 223088676 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628295031568 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15162] ppid=15101 vsize=11208032 memory=60640 CPUtime=0.16 cores=1,3,5,7
/proc/15104/task/15162/stat : 15162 (java) S 15101 15104 10336 0 -1 1077944384 2345 13055 0 0 7 1 5 3 20 0 14 0 223088678 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628250081856 139628757027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15163] ppid=15101 vsize=11208032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15163/stat : 15163 (java) S 15101 15104 10336 0 -1 1077944384 20 13055 0 0 0 0 5 3 20 0 14 0 223088678 11477024768 166145 33554432000 4194304 4196468 140724400476192 139627574846560 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15164] ppid=15101 vsize=11208032 memory=9 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15164/stat : 15164 (java) S 15101 15104 10336 0 -1 1077944384 8 13055 0 0 0 0 5 3 20 0 14 0 223088678 11477024768 166145 33554432000 4194304 4196468 140724400476192 139627373519744 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15165] ppid=15101 vsize=11208032 memory=1620 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15165/stat : 15165 (java) S 15101 15104 10336 0 -1 1077944384 6 13055 0 0 0 0 5 3 20 0 14 0 223088681 11477024768 166145 33554432000 4194304 4196468 140724400476192 139627066119664 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15166] ppid=15101 vsize=11208032 memory=504 CPUtime=2.55 cores=1,3,5,7
/proc/15104/task/15166/stat : 15166 (java) S 15101 15104 10336 0 -1 1077944384 8504 13055 0 0 246 1 5 3 20 0 14 0 223088681 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628249029488 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15167] ppid=15101 vsize=11208032 memory=752 CPUtime=2.97 cores=1,3,5,7
/proc/15104/task/15167/stat : 15167 (java) S 15101 15104 10336 0 -1 1077944384 8875 13055 0 0 288 1 5 3 20 0 14 0 223088681 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628247961232 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15168] ppid=15101 vsize=11208032 memory=1828 CPUtime=1.58 cores=1,3,5,7
/proc/15104/task/15168/stat : 15168 (java) S 15101 15104 10336 0 -1 1077944384 10148 13055 0 0 147 3 5 3 20 0 14 0 223088681 11477024768 166145 33554432000 4194304 4196468 140724400476192 139628178827888 139628757027458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
[pid=15104/tid=15169] ppid=15101 vsize=11208032 memory=1120 CPUtime=0.08 cores=1,3,5,7
/proc/15104/task/15169/stat : 15169 (java) S 15101 15104 10336 0 -1 1077944384 3 13055 0 0 0 0 5 3 20 0 14 0 223088681 11477024768 166145 33554432000 4194304 4196468 140724400476192 139626635324128 139628757026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36716544 140724400478820 140724400481628 140724400481628 140724400484303 0
Current children cumulated CPU time: 62.88 s
Current children cumulated vsize: 11208032 KiB
Current children cumulated memory: 664580 KiB

Child status: 0
Real time (s): 55.7211
CPU time (s): 62.9078
CPU user time (s): 62.5065
CPU system time (s): 0.401274
CPU usage (%): 112.898
Max. virtual memory (cumulated for all children) (KiB): 11208032
Max. memory (cumulated for all children) (KiB): 682048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.5065
system time used= 0.401274
maximum resident set size= 684096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9044
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 15104
#   total CPU time (s): 62.9078
#   total CPU user time (s): 62.5065
#   total CPU system time (s): 0.401274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.35312 second user time and 0.560027 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 08:27:35
IDJOB=4304894
IDBENCH=141173
IDSOLVER=2781
FILE ID=node107/4304894-1534055255
RUNJOBID= node107-1534039308-11489
PBS_JOBID= 21036970
Free space on /tmp= 39308 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304894-1534055255/watcher-4304894-1534055255 -o /tmp/evaluation-result-4304894-1534055255/solver-4304894-1534055255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11489 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=587429066 -superng HOME/instance-4304894-1534055255.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=587429066

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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.40
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.40
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.40
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:        22709672 kB
MemAvailable:   29835916 kB
Buffers:          192548 kB
Cached:          7125312 kB
SwapCached:            0 kB
Active:          5752740 kB
Inactive:        3682728 kB
Active(anon):    2066692 kB
Inactive(anon):   103432 kB
Active(file):    3686048 kB
Inactive(file):  3579296 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26428 kB
Writeback:           156 kB
AnonPages:       2095596 kB
Mapped:            64664 kB
Shmem:             49804 kB
Slab:             318824 kB
SReclaimable:     289360 kB
SUnreclaim:        29464 kB
KernelStack:        3824 kB
PageTables:        10140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3149988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1857536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 08:28:31