Trace number 4301580

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
Sat4j-CSP 2018-07-11? (TO) 255.477 86.2467

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-9_c18.xml
MD5SUMfde90c264558af66570e1c8b29991738
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2639
Best CPU time to get the best result obtained on this benchmark252.332
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints6961
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree104
Maximum variable degree121
Distribution of variable degrees[{"degree":104,"count":2},{"degree":105,"count":1},{"degree":106,"count":1},{"degree":107,"count":3},{"degree":108,"count":8},{"degree":109,"count":10},{"degree":110,"count":9},{"degree":111,"count":16},{"degree":112,"count":13},{"degree":113,"count":18},{"degree":114,"count":11},{"degree":115,"count":8},{"degree":116,"count":12},{"degree":117,"count":7},{"degree":118,"count":4},{"degree":119,"count":1},{"degree":121,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":6961}]
Number of extensional constraints0
Number of intensional constraints6961
Distribution of constraint types[{"type":"intension","count":6961}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301580-1532882422/watcher-4301580-1532882422 -o /tmp/evaluation-result-4301580-1532882422/solver-4301580-1532882422 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301580-1532882422.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=16171, runsolver pid=16168

[startup+0.100692 s]*
/proc/loadavg: 3.74 3.28 2.85 5/216 16186
/proc/meminfo: memFree=25448360/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10659012 memory=30108 CPUtime=0.12 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 6601 0 0 0 11 1 0 0 20 0 15 0 105805328 10914828288 7527 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2664753 7527 2820 1 0 2627263 0
[pid=16171/tid=16173] ppid=16168 vsize=10659012 memory=-8773748148830246018 CPUtime=0.09 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) R 16168 16171 13514 0 -1 4202560 4435 0 0 0 9 0 0 0 20 0 15 0 105805328 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519666290480 140519662079382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519588141840 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519587089296 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519267101712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519266049168 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519154657264 140519662078594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805333 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519151499472 140519662086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) R 16168 16171 13514 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 105805333 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519150447088 140519662078594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805333 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519149394544 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0.02 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) S 16168 16171 13514 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 105805334 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519148342000 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805334 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805334 10914828288 7527 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210717 s]*
/proc/loadavg: 3.74 3.28 2.85 6/216 16186
/proc/meminfo: memFree=25437784/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10659012 memory=41824 CPUtime=0.34 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 8087 0 0 0 32 2 0 0 20 0 15 0 105805328 10914828288 10456 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2664753 10456 2998 1 0 2627263 0
[pid=16171/tid=16173] ppid=16168 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) R 16168 16171 13514 0 -1 4202560 5020 0 0 0 19 1 0 0 20 0 15 0 105805328 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519666303728 140519646111077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519588141840 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10659012 memory=139666842419210 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519587089296 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519267101712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519266049168 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519154657264 140519662078594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805333 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519151499472 140519662086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) S 16168 16171 13514 0 -1 1077944384 775 0 0 0 2 0 0 0 20 0 15 0 105805333 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519150447088 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) S 16168 16171 13514 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 15 0 105805333 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519149394544 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0.07 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) R 16168 16171 13514 0 -1 4202560 703 0 0 0 7 0 0 0 20 0 15 0 105805334 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519148342000 140519662079382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805334 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805334 10914828288 10456 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41824 KiB

[startup+0.312739 s]*
/proc/loadavg: 3.74 3.28 2.85 9/216 16186
/proc/meminfo: memFree=25338928/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10659012 memory=54560 CPUtime=0.59 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 9870 0 0 0 57 2 0 0 20 0 15 0 105805328 10914828288 13640 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2664753 13640 3051 1 0 2627263 0
[pid=16171/tid=16173] ppid=16168 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) R 16168 16171 13514 0 -1 4202560 5553 0 0 0 29 1 0 0 20 0 15 0 105805328 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519666287944 140519646147934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10659012 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519588141840 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10659012 memory=139666842413525 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519587089296 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519267101712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805329 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519266049168 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519154657264 140519662078594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105805331 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805333 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519151499472 140519662086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) R 16168 16171 13514 0 -1 4202560 1040 0 0 0 7 0 0 0 20 0 15 0 105805333 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519150427456 140519643610779 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) R 16168 16171 13514 0 -1 4202560 803 0 0 0 7 0 0 0 20 0 15 0 105805333 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519149375560 140519646356462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0.13 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) R 16168 16171 13514 0 -1 1077944384 1111 0 0 0 13 0 0 0 20 0 15 0 105805334 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519148342000 140519662078594 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805334 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10659012 memory=139666841794176 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805334 10914828288 13640 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54560 KiB

[startup+0.700722 s]
/proc/loadavg: 3.74 3.28 2.85 8/216 16186
/proc/meminfo: memFree=25010844/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10659088 memory=121736 CPUtime=1.8 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 11772 0 0 0 176 4 0 0 20 0 15 0 105805328 10914906112 30434 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2664772 30434 3106 1 0 2627263 0
[pid=16171/tid=16173] ppid=16168 vsize=10659088 memory=16832 CPUtime=0.67 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) R 16168 16171 13514 0 -1 4202560 5997 0 0 0 65 2 0 0 20 0 15 0 105805328 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519666299888 140519271080862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519588141840 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519587089296 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805329 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519267101712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) S 16168 16171 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105805329 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519266049168 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105805331 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519154657264 140519662078594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105805331 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105805331 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805333 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519151499472 140519662086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10659088 memory=6081108994580573287 CPUtime=0.37 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) R 16168 16171 13514 0 -1 4202560 1731 0 0 0 37 0 0 0 20 0 15 0 105805333 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519150447088 140519645604008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10659088 memory=6220993253238723945 CPUtime=0.4 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) R 16168 16171 13514 0 -1 4202560 1074 0 0 0 40 0 0 0 20 0 15 0 105805333 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519149394640 140519641305904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10659088 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) S 16168 16171 13514 0 -1 1077944384 1600 0 0 0 31 0 0 0 20 0 15 0 105805334 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519148342000 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805334 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105805334 10914906112 30434 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 121736 KiB

[startup+1.50068 s]
/proc/loadavg: 3.74 3.28 2.85 6/216 16186
/proc/meminfo: memFree=24866992/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10659088 memory=435828 CPUtime=3.68 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 12826 0 0 0 343 25 0 0 20 0 15 0 105805328 10914906112 108957 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2664772 108957 3141 1 0 2627263 0
[pid=16171/tid=16173] ppid=16168 vsize=10659088 memory=308504 CPUtime=1.3 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) S 16168 16171 13514 0 -1 1077944384 6113 0 0 0 125 5 0 0 20 0 15 0 105805328 10914906112 108957 33554432000 4194304 4196468 140722946540144 140519666304160 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10659088 memory=33 CPUtime=0.16 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) R 16168 16171 13514 0 -1 4202560 140 0 0 0 12 4 0 0 20 0 15 0 105805329 10914906112 108957 33554432000 4194304 4196468 140722946540144 140519588141840 140519647094570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10659088 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) R 16168 16171 13514 0 -1 4202560 147 0 0 0 12 4 0 0 20 0 15 0 105805329 10914906112 108957 33554432000 4194304 4196468 140722946540144 140519587089296 140519647089522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10659088 memory=6791534058613427641 CPUtime=0.15 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) R 16168 16171 13514 0 -1 4202560 157 0 0 0 11 4 0 0 20 0 15 0 105805329 10914906112 108957 33554432000 4194304 4196468 140722946540144 140519267101912 140519647094866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10659088 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) R 16168 16171 13514 0 -1 4202560 151 0 0 0 11 4 0 0 20 0 15 0 105805329 10914906112 108957 33554432000 4194304 4196468 140722946540144 140519266049168 140519647095321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 105805331 10914906112 108957 33554432000 4194304 4196468 140722946540144 140519154655776 140519662077653 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0

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

[startup+84.8007 s]
/proc/loadavg: 4.17 3.58 2.99 6/217 16188
/proc/meminfo: memFree=13318160/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10661136 memory=8081476 CPUtime=253.4 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 76564 0 0 0 24729 611 0 0 20 0 15 0 105805328 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2665284 2020369 3176 1 0 2627775 0
[pid=16171/tid=16173] ppid=16168 vsize=10661136 memory=2592 CPUtime=13.6 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) S 16168 16171 13514 0 -1 1077944384 13914 0 0 0 1352 8 0 0 20 0 15 0 105805328 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519666303712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10661136 memory=6791534058613427641 CPUtime=55.7 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) S 16168 16171 13514 0 -1 1077944384 7332 0 0 0 5427 143 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519588141840 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10661136 memory=8081476 CPUtime=55.61 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) S 16168 16171 13514 0 -1 1077944384 8734 0 0 0 5411 150 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519587089296 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10661136 memory=2324 CPUtime=55.44 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) S 16168 16171 13514 0 -1 1077944384 6285 0 0 0 5394 150 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519267101712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10661136 memory=1584 CPUtime=55.13 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) S 16168 16171 13514 0 -1 1077944384 7938 0 0 0 5362 151 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519266049168 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10661136 memory=496 CPUtime=15.08 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) R 16168 16171 13514 0 -1 4202560 15850 0 0 0 1506 2 0 0 20 0 15 0 105805331 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519154655808 140519646768080 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10661136 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105805331 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10661136 memory=8081476 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105805331 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10661136 memory=650288 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105805333 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519151499120 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10661136 memory=647753 CPUtime=0.88 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) S 16168 16171 13514 0 -1 1077944384 4421 0 0 0 87 1 0 0 20 0 15 0 105805333 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519150447136 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10661136 memory=-8486080722631693414 CPUtime=1.35 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) S 16168 16171 13514 0 -1 1077944384 7246 0 0 0 134 1 0 0 20 0 15 0 105805333 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519149394592 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10661136 memory=-8412652152092201843 CPUtime=0.49 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) S 16168 16171 13514 0 -1 1077944384 3104 0 0 0 49 0 0 0 20 0 15 0 105805334 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519148341760 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10661136 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805334 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10661136 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 378 0 0 0 2 2 0 0 20 0 15 0 105805334 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 253.4 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8081476 KiB

[startup+85.6007 s]
/proc/loadavg: 4.17 3.58 2.99 3/217 16188
/proc/meminfo: memFree=13318160/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10661136 memory=8081476 CPUtime=254.2 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 76564 0 0 0 24809 611 0 0 20 0 15 0 105805328 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2665284 2020369 3176 1 0 2627775 0
[pid=16171/tid=16173] ppid=16168 vsize=10661136 memory=1812 CPUtime=13.6 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) S 16168 16171 13514 0 -1 1077944384 13914 0 0 0 1352 8 0 0 20 0 15 0 105805328 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519666303712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10661136 memory=1020 CPUtime=55.7 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) S 16168 16171 13514 0 -1 1077944384 7332 0 0 0 5427 143 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519588141840 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10661136 memory=5456 CPUtime=55.61 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) S 16168 16171 13514 0 -1 1077944384 8734 0 0 0 5411 150 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519587089296 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10661136 memory=756 CPUtime=55.44 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) S 16168 16171 13514 0 -1 1077944384 6285 0 0 0 5394 150 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519267101712 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10661136 memory=8081476 CPUtime=55.13 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) S 16168 16171 13514 0 -1 1077944384 7938 0 0 0 5362 151 0 0 20 0 15 0 105805329 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519266049168 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10661136 memory=4104 CPUtime=15.88 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) R 16168 16171 13514 0 -1 4202560 15850 0 0 0 1586 2 0 0 20 0 15 0 105805331 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519154655696 140519646768256 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10661136 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105805331 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10661136 memory=2988 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105805331 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10661136 memory=7281876 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105805333 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519151499120 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10661136 memory=4140 CPUtime=0.88 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) S 16168 16171 13514 0 -1 1077944384 4421 0 0 0 87 1 0 0 20 0 15 0 105805333 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519150447136 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10661136 memory=30192 CPUtime=1.35 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) S 16168 16171 13514 0 -1 1077944384 7246 0 0 0 134 1 0 0 20 0 15 0 105805333 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519149394592 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10661136 memory=2204 CPUtime=0.49 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) S 16168 16171 13514 0 -1 1077944384 3104 0 0 0 49 0 0 0 20 0 15 0 105805334 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519148341760 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10661136 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105805334 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10661136 memory=1520 CPUtime=0.04 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 378 0 0 0 2 2 0 0 20 0 15 0 105805334 10917003264 2020369 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 254.2 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8081476 KiB

[startup+86.0008 s]*
/proc/loadavg: 4.17 3.58 2.99 3/219 16191
/proc/meminfo: memFree=13318160/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10860828 memory=8081512 CPUtime=254.62 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 76694 0 0 0 24851 611 0 0 20 0 17 0 105805328 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2715207 2020378 3178 1 0 2677698 0
[pid=16171/tid=16173] ppid=16168 vsize=10860828 memory=5450919713671312938 CPUtime=13.74 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) S 16168 16171 13514 0 -1 1077944384 13914 0 0 0 1366 8 0 0 20 0 17 0 105805328 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519666303776 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10860828 memory=-7025452035940392864 CPUtime=55.7 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) R 16168 16171 13514 0 -1 4202560 7336 0 0 0 5427 143 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519588141840 140519647018052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10860828 memory=139666841794176 CPUtime=55.61 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) R 16168 16171 13514 0 -1 1077944384 8735 0 0 0 5411 150 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519587086992 140519662077653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10860828 memory=0 CPUtime=55.45 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) R 16168 16171 13514 0 -1 4202560 6285 0 0 0 5395 150 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519267101712 140519646765222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10860828 memory=139666700143039 CPUtime=55.13 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) R 16168 16171 13514 0 -1 4202560 7938 0 0 0 5362 151 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519266049168 140519646521472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10860828 memory=139666841798028 CPUtime=16.15 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 15850 0 0 0 1613 2 0 0 20 0 17 0 105805331 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519154655584 140519662077653 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10860828 memory=2319684899342136368 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105805331 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10860828 memory=7512114543601282149 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105805331 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10860828 memory=7588684550706915689 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 105805333 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519151499472 140519662086043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10860828 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) S 16168 16171 13514 0 -1 1077944384 4421 0 0 0 87 1 0 0 20 0 17 0 105805333 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519150447088 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10860828 memory=3546075861196812342 CPUtime=1.35 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) S 16168 16171 13514 0 -1 1077944384 7246 0 0 0 134 1 0 0 20 0 17 0 105805333 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519149394544 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10860828 memory=2320676778025559988 CPUtime=0.49 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) S 16168 16171 13514 0 -1 1077944384 3104 0 0 0 49 0 0 0 20 0 17 0 105805334 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519148342000 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10860828 memory=3539882221917712690 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105805334 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10860828 memory=4123522882820189616 CPUtime=0.04 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 378 0 0 0 2 2 0 0 20 0 17 0 105805334 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16189] ppid=16168 vsize=10860828 memory=3905809664590688307 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16189/stat : 16189 (java) S 16168 16171 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 105813915 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519143084144 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16190] ppid=16168 vsize=10860828 memory=139666842425668 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16190/stat : 16190 (java) S 16168 16171 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105813915 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519142032528 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 254.62 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 8081512 KiB

[startup+86.2014 s]
/proc/loadavg: 4.17 3.58 2.99 3/219 16191
/proc/meminfo: memFree=13318160/32770624 swapFree=67108860/67108860
[pid=16171] ppid=16168 vsize=10860828 memory=8081512 CPUtime=255.38 cores=0,2,4,6
/proc/16171/stat : 16171 (java) S 16168 16171 13514 0 -1 1077944320 76698 0 0 0 24927 611 0 0 20 0 17 0 105805328 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140722946522688 140519662067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
/proc/16171/statm: 2715207 2020378 3178 1 0 2677698 0
[pid=16171/tid=16173] ppid=16168 vsize=10860828 memory=4210471410731817368 CPUtime=13.74 cores=0,2,4,6
/proc/16171/task/16173/stat : 16173 (java) S 16168 16171 13514 0 -1 1077944384 13914 0 0 0 1366 8 0 0 20 0 17 0 105805328 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519666303776 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16174] ppid=16168 vsize=10860828 memory=7235427888691505007 CPUtime=55.89 cores=0,2,4,6
/proc/16171/task/16174/stat : 16174 (java) R 16168 16171 13514 0 -1 4202560 7336 0 0 0 5446 143 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519588141840 140519646765086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16175] ppid=16168 vsize=10860828 memory=7595132108199914340 CPUtime=55.8 cores=0,2,4,6
/proc/16171/task/16175/stat : 16175 (java) R 16168 16171 13514 0 -1 4202560 8738 0 0 0 5430 150 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519587086880 140519643663974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16176] ppid=16168 vsize=10860828 memory=7595132142626630500 CPUtime=55.64 cores=0,2,4,6
/proc/16171/task/16176/stat : 16176 (java) R 16168 16171 13514 0 -1 4202560 6285 0 0 0 5414 150 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519267101912 140519646765199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16177] ppid=16168 vsize=10860828 memory=7595132142626630500 CPUtime=55.32 cores=0,2,4,6
/proc/16171/task/16177/stat : 16177 (java) R 16168 16171 13514 0 -1 4202560 7938 0 0 0 5381 151 0 0 20 0 17 0 105805329 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519266049056 140519646765199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16178] ppid=16168 vsize=10860828 memory=7235427888724928875 CPUtime=16.15 cores=0,2,4,6
/proc/16171/task/16178/stat : 16178 (java) S 16168 16171 13514 0 -1 1077944384 15850 0 0 0 1613 2 0 0 20 0 17 0 105805331 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519154655584 140519662077653 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16179] ppid=16168 vsize=10860828 memory=8171615958854100820 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16179/stat : 16179 (java) S 16168 16171 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105805331 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519153603488 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16180] ppid=16168 vsize=10860828 memory=7451605137470477423 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16180/stat : 16180 (java) S 16168 16171 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105805331 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519152550896 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16181] ppid=16168 vsize=10860828 memory=8171615958854100820 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16181/stat : 16181 (java) S 16168 16171 13514 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 105805333 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519151499472 140519662086043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16182] ppid=16168 vsize=10860828 memory=7235427888724928875 CPUtime=0.88 cores=0,2,4,6
/proc/16171/task/16182/stat : 16182 (java) S 16168 16171 13514 0 -1 1077944384 4421 0 0 0 87 1 0 0 20 0 17 0 105805333 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519150447088 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16183] ppid=16168 vsize=10860828 memory=279333399391224 CPUtime=1.35 cores=0,2,4,6
/proc/16171/task/16183/stat : 16183 (java) S 16168 16171 13514 0 -1 1077944384 7246 0 0 0 134 1 0 0 20 0 17 0 105805333 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519149394544 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16184] ppid=16168 vsize=10860828 memory=5118961333147690361 CPUtime=0.49 cores=0,2,4,6
/proc/16171/task/16184/stat : 16184 (java) S 16168 16171 13514 0 -1 1077944384 3104 0 0 0 49 0 0 0 20 0 17 0 105805334 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519148342000 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16185] ppid=16168 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16185/stat : 16185 (java) S 16168 16171 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105805334 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519147289696 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16186] ppid=16168 vsize=10860828 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16171/task/16186/stat : 16186 (java) S 16168 16171 13514 0 -1 1077944384 378 0 0 0 2 2 0 0 20 0 17 0 105805334 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519146236208 140519662078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16189] ppid=16168 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16189/stat : 16189 (java) S 16168 16171 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 105813915 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519143084144 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
[pid=16171/tid=16190] ppid=16168 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16171/task/16190/stat : 16190 (java) S 16168 16171 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105813915 11121487872 2020378 33554432000 4194304 4196468 140722946540144 140519142032224 140519662077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24088576 140722946544758 140722946544910 140722946544910 140722946547663 0
Current children cumulated CPU time: 255.38 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 8081512 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 86.2467
CPU time (s): 255.477
CPU user time (s): 249.323
CPU system time (s): 6.15346
CPU usage (%): 296.216
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 8081512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.323
system time used= 6.15346
maximum resident set size= 8082116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5713
involuntary context switches= 3419


# summary of solver processes directly reported to runsolver:
#   pid: 16171
#   total CPU time (s): 255.477
#   total CPU user time (s): 249.323
#   total CPU system time (s): 6.15346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.520094 second user time and 0.8846 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:40:22
IDJOB=4301580
IDBENCH=141224
IDSOLVER=2773
FILE ID=node136/4301580-1532882422
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-9_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301580-1532882422/watcher-4301580-1532882422 -o /tmp/evaluation-result-4301580-1532882422/solver-4301580-1532882422 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301580-1532882422.xml

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

MD5SUM BENCH= fde90c264558af66570e1c8b29991738
RANDOM SEED=1585117202

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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.50
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.50
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.50
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:        25466020 kB
MemAvailable:   28750928 kB
Buffers:          213048 kB
Cached:          3343072 kB
SwapCached:            0 kB
Active:          4885892 kB
Inactive:        1938396 kB
Active(anon):    3219968 kB
Inactive(anon):    76480 kB
Active(file):    1665924 kB
Inactive(file):  1861916 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2752 kB
Writeback:             0 kB
AnonPages:       3288476 kB
Mapped:            46580 kB
Shmem:             25228 kB
Slab:             173944 kB
SReclaimable:     145808 kB
SUnreclaim:        28136 kB
KernelStack:        3808 kB
PageTables:        11684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4849376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3155968 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= 60224 MiB
End job on node136 at 2018-07-29 18:41:48