Trace number 4299166

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
The dodo solver 2018-04-29UNSAT 211.2 200.63

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v7-08_mini_c18.xml
MD5SUM4b0f0f4ea593d00ee38af1b9a7dd16e2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.682395
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints136
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":120}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":8},{"degree":2,"count":56},{"degree":17,"count":8},{"degree":18,"count":56}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":8},{"arity":8,"count":16},{"arity":10,"count":112}]
Number of extensional constraints0
Number of intensional constraints8
Distribution of constraint types[{"type":"intension","count":8},{"type":"allDifferent","count":16},{"type":"element","count":112}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
211.16/200.61	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299166-1532807082/watcher-4299166-1532807082 -o /tmp/evaluation-result-4299166-1532807082/solver-4299166-1532807082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532774549-6745 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299166-1532807082.xml --timelimit 2520 

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=10166, runsolver pid=10163
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 2.00 2.00 1.97 3/220 10181
/proc/meminfo: memFree=25812024/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10658972 memory=27644 CPUtime=0.13 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 5272 0 0 0 12 1 0 0 20 0 15 0 98271386 10914787328 6911 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2664743 6911 2833 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10658972 memory=-8269626465541329277 CPUtime=0.09 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 3147 0 0 0 9 0 0 0 20 0 15 0 98271386 10914787328 6911 33554432000 4194304 4196468 140728162308832 140650106939200 140650102730134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271387 10914787328 6911 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10658972 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10914787328 6911 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10914787328 6911 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10914787328 6911 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10658972 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271388 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271389 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271389 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) S 10163 10166 6713 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 98271392 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649134033008 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271392 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10658972 memory=140674156795520 CPUtime=0.02 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) R 10163 10166 6713 0 -1 4202560 335 0 0 0 2 0 0 0 20 0 15 0 98271392 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649131927920 140650102730134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10658972 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271392 10914787328 6911 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27644 KiB

[startup+0.211028 s]*
/proc/loadavg: 2.00 2.00 1.97 4/220 10181
/proc/meminfo: memFree=25800648/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661056 memory=40232 CPUtime=0.34 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 8133 0 0 0 32 2 0 0 20 0 15 0 98271386 10916921344 10058 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665264 10058 2987 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 5176 0 0 0 18 1 0 0 20 0 15 0 98271386 10916921344 10058 33554432000 4194304 4196468 140728162308832 140650106948048 140650086798686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661056 memory=365 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271387 10916921344 10058 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661056 memory=140674156805500 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916921344 10058 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916921344 10058 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916921344 10058 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661056 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271388 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271389 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271389 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) S 10163 10166 6713 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 98271392 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649134033008 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 15 0 98271392 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661056 memory=140674156795520 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) S 10163 10166 6713 0 -1 1077944384 853 0 0 0 8 0 0 0 20 0 15 0 98271392 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649131927920 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661056 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271392 10916921344 10058 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40232 KiB

[startup+0.311355 s]*
/proc/loadavg: 2.00 2.00 1.97 4/220 10181
/proc/meminfo: memFree=25796252/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=46724 CPUtime=0.55 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 8732 0 0 0 52 3 0 0 20 0 15 0 98271386 10916999168 11681 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 11681 3028 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 1077944384 5520 0 0 0 28 2 0 0 20 0 15 0 98271386 10916999168 11681 33554432000 4194304 4196468 140728162308832 140650106954144 140650102728405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 11681 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=15114047798711960 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 11681 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 11681 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 11681 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271388 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) R 10163 10166 6713 0 -1 4202560 488 0 0 0 3 0 0 0 20 0 15 0 98271392 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649134010672 140650086625586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 368 0 0 0 5 0 0 0 20 0 15 0 98271392 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661132 memory=140674156795520 CPUtime=0.15 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) R 10163 10166 6713 0 -1 4202560 988 0 0 0 15 0 0 0 20 0 15 0 98271392 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649131923680 140650081238320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=140674156795520 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 11681 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46724 KiB

[startup+0.700834 s]
/proc/loadavg: 2.00 2.00 1.97 5/220 10181
/proc/meminfo: memFree=25776412/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=81828 CPUtime=1.7 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 13525 0 0 0 166 4 0 0 20 0 15 0 98271386 10916999168 20457 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 20457 3089 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=16988 CPUtime=0.67 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 5696 0 0 0 65 2 0 0 20 0 15 0 98271386 10916999168 20457 33554432000 4194304 4196468 140728162308832 140650106948440 140728163645378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 20457 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 20457 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 20457 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 20457 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=952 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98271388 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661132 memory=2376 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661132 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661132 memory=6081108994580113768 CPUtime=0.38 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) R 10163 10166 6713 0 -1 4202560 2659 0 0 0 38 0 0 0 20 0 15 0 98271392 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649134017968 140650080465644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661132 memory=6154282490091891024 CPUtime=0.38 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) R 10163 10166 6713 0 -1 4202560 2458 0 0 0 38 0 0 0 20 0 15 0 98271392 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649132966088 140650087833254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661132 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) S 10163 10166 6713 0 -1 1077944384 1341 0 0 0 23 0 0 0 20 0 15 0 98271392 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649131927920 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 20457 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 81828 KiB

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 1.97 4/220 10181
/proc/meminfo: memFree=25728240/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=145280 CPUtime=3.13 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 19282 0 0 0 307 6 0 0 20 0 15 0 98271386 10916999168 36320 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 36320 3103 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=130944 CPUtime=1.48 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 5805 0 0 0 145 3 0 0 20 0 15 0 98271386 10916999168 36320 33554432000 4194304 4196468 140728162308832 140650106950448 140728163645378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 36320 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 36320 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 36320 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271387 10916999168 36320 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 98271388 10916999168 36320 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0

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

[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=1696 CPUtime=0.1 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 232 0 0 0 5 5 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 205.76 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1695476 KiB

[startup+198.401 s]
/proc/loadavg: 2.00 2.01 1.98 3/219 10412
/proc/meminfo: memFree=25380720/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=1695476 CPUtime=208.96 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 39408 0 0 0 20738 158 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 423869 3156 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=28352 CPUtime=194.87 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 10648 0 0 0 19428 59 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650106956928 140649727076457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=1695476 CPUtime=2.83 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 1988 0 0 0 262 21 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=3560 CPUtime=2.81 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 2868 0 0 0 259 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=28352 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1670 0 0 0 260 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=6791534058613427641 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 2766 0 0 0 259 23 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=1695476 CPUtime=0.65 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 4009 0 0 0 65 0 0 0 20 0 15 0 98271388 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661132 memory=14410419259311685 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661132 memory=422536 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661132 memory=1695476 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661132 memory=4576 CPUtime=1.03 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) S 10163 10166 6713 0 -1 1077944384 8916 0 0 0 102 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649134033008 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661132 memory=15864 CPUtime=0.68 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 3351 0 0 0 67 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661132 memory=4012 CPUtime=0.24 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) S 10163 10166 6713 0 -1 1077944384 1536 0 0 0 24 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649131927920 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=1228 CPUtime=0.11 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 232 0 0 0 6 5 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 208.96 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1695476 KiB

[startup+200.001 s]*
/proc/loadavg: 2.00 2.01 1.98 3/219 10412
/proc/meminfo: memFree=25380720/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=1695476 CPUtime=210.57 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 39419 0 0 0 20899 158 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 423869 3156 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=6791534058613427641 CPUtime=196.48 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 10659 0 0 0 19588 60 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650106956928 140649727076422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=4872558044660077418 CPUtime=2.83 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 1988 0 0 0 262 21 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=2432 CPUtime=2.81 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 2868 0 0 0 259 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=1720 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1670 0 0 0 260 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=792 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 2766 0 0 0 259 23 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=1224 CPUtime=0.65 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 4009 0 0 0 65 0 0 0 20 0 15 0 98271388 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661132 memory=5484 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661132 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661132 memory=1160 CPUtime=1.03 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) S 10163 10166 6713 0 -1 1077944384 8916 0 0 0 102 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649134033008 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661132 memory=968 CPUtime=0.68 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 3351 0 0 0 67 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661132 memory=12040 CPUtime=0.24 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) S 10163 10166 6713 0 -1 1077944384 1536 0 0 0 24 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649131927920 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=8476 CPUtime=0.12 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 232 0 0 0 6 6 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 210.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1695476 KiB

[startup+200.401 s]
/proc/loadavg: 2.00 2.01 1.98 3/219 10412
/proc/meminfo: memFree=25380720/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=1695476 CPUtime=210.96 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 39423 0 0 0 20938 158 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 423869 3156 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=2376 CPUtime=196.87 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 10663 0 0 0 19627 60 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650106956928 140728163645378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=1536 CPUtime=2.83 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 1988 0 0 0 262 21 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=928 CPUtime=2.81 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 2868 0 0 0 259 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=2244 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1670 0 0 0 260 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=4132 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 2766 0 0 0 259 23 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=2192 CPUtime=0.65 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 4009 0 0 0 65 0 0 0 20 0 15 0 98271388 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661132 memory=1695476 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661132 memory=15864 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661132 memory=16988 CPUtime=1.03 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) S 10163 10166 6713 0 -1 1077944384 8916 0 0 0 102 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649134033008 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661132 memory=18220 CPUtime=0.68 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 3351 0 0 0 67 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661132 memory=1788 CPUtime=0.24 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) S 10163 10166 6713 0 -1 1077944384 1536 0 0 0 24 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649131927920 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=644 CPUtime=0.12 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 232 0 0 0 6 6 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 210.96 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1695476 KiB

[startup+200.601 s]
/proc/loadavg: 2.00 2.01 1.98 3/219 10412
/proc/meminfo: memFree=25380720/32770624 swapFree=67108860/67108860
[pid=10166] ppid=10163 vsize=10661132 memory=1695476 CPUtime=211.16 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 6713 0 -1 1077944320 39423 0 0 0 20958 158 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140728162291376 140650102718199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
/proc/10166/statm: 2665283 423869 3156 1 0 2627263 0
[pid=10166/tid=10168] ppid=10163 vsize=10661132 memory=6944656575208382560 CPUtime=197.07 cores=1,3,5,7
/proc/10166/task/10168/stat : 10168 (java) R 10163 10166 6713 0 -1 4202560 10663 0 0 0 19647 60 0 0 20 0 15 0 98271386 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650106956928 140728163645378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10169] ppid=10163 vsize=10661132 memory=6944656592387989600 CPUtime=2.83 cores=1,3,5,7
/proc/10166/task/10169/stat : 10169 (java) S 10163 10166 6713 0 -1 1077944384 1988 0 0 0 262 21 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650055338384 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10170] ppid=10163 vsize=10661132 memory=6944656575208382560 CPUtime=2.81 cores=1,3,5,7
/proc/10166/task/10170/stat : 10170 (java) S 10163 10166 6713 0 -1 1077944384 2868 0 0 0 259 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650054285584 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10171] ppid=10163 vsize=10661132 memory=281348008751168 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10171/stat : 10171 (java) S 10163 10166 6713 0 -1 1077944384 1670 0 0 0 260 22 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650053233296 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10172] ppid=10163 vsize=10661132 memory=6944656575208382560 CPUtime=2.82 cores=1,3,5,7
/proc/10166/task/10172/stat : 10172 (java) S 10163 10166 6713 0 -1 1077944384 2766 0 0 0 259 23 0 0 20 0 15 0 98271387 10916999168 423869 33554432000 4194304 4196468 140728162308832 140650052180496 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10173] ppid=10163 vsize=10661132 memory=7681407940103534239 CPUtime=0.65 cores=1,3,5,7
/proc/10166/task/10173/stat : 10173 (java) S 10163 10166 6713 0 -1 1077944384 4009 0 0 0 65 0 0 0 20 0 15 0 98271388 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649138244208 140650102729346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10174] ppid=10163 vsize=10661132 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10174/stat : 10174 (java) S 10163 10166 6713 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649137190176 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10175] ppid=10163 vsize=10661132 memory=-6876588628787748224 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10175/stat : 10175 (java) S 10163 10166 6713 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98271389 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649136137840 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10176] ppid=10163 vsize=10661132 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10176/stat : 10176 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649135086160 140650102736795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10177] ppid=10163 vsize=10661132 memory=4627829668795872141 CPUtime=1.03 cores=1,3,5,7
/proc/10166/task/10177/stat : 10177 (java) S 10163 10166 6713 0 -1 1077944384 8916 0 0 0 102 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649134033008 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10178] ppid=10163 vsize=10661132 memory=8508281339140727949 CPUtime=0.68 cores=1,3,5,7
/proc/10166/task/10178/stat : 10178 (java) S 10163 10166 6713 0 -1 1077944384 3351 0 0 0 67 1 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649132980208 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10179] ppid=10163 vsize=10661132 memory=-6798615038738611024 CPUtime=0.24 cores=1,3,5,7
/proc/10166/task/10179/stat : 10179 (java) S 10163 10166 6713 0 -1 1077944384 1536 0 0 0 24 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649131927920 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10180] ppid=10163 vsize=10661132 memory=6299802978650451056 CPUtime=0 cores=1,3,5,7
/proc/10166/task/10180/stat : 10180 (java) S 10163 10166 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649130875360 140650102728405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
[pid=10166/tid=10181] ppid=10163 vsize=10661132 memory=576822 CPUtime=0.12 cores=1,3,5,7
/proc/10166/task/10181/stat : 10181 (java) S 10163 10166 6713 0 -1 1077944384 232 0 0 0 6 6 0 0 20 0 15 0 98271392 10916999168 423869 33554432000 4194304 4196468 140728162308832 140649129823152 140650102729346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37978112 140728162317432 140728162317577 140728162317577 140728162320335 0
Current children cumulated CPU time: 211.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1695476 KiB

Child status: 0
Real time (s): 200.63
CPU time (s): 211.2
CPU user time (s): 209.603
CPU system time (s): 1.59731
CPU usage (%): 105.269
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1695476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.603
system time used= 1.59731
maximum resident set size= 1696208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5899
involuntary context switches= 284


# summary of solver processes directly reported to runsolver:
#   pid: 10166
#   total CPU time (s): 211.2
#   total CPU user time (s): 209.603
#   total CPU system time (s): 1.59731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34342 second user time and 1.95797 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 21:44:42
IDJOB=4299166
IDBENCH=141302
IDSOLVER=2768
FILE ID=node135/4299166-1532807082
RUNJOBID= node135-1532774549-6745
PBS_JOBID= 21022460
Free space on /tmp= 48364 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v7-08_mini_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299166-1532807082/watcher-4299166-1532807082 -o /tmp/evaluation-result-4299166-1532807082/solver-4299166-1532807082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532774549-6745 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299166-1532807082.xml --timelimit 2520

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

MD5SUM BENCH= 4b0f0f4ea593d00ee38af1b9a7dd16e2
RANDOM SEED=805033469

node135.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:        25828708 kB
MemAvailable:   30450880 kB
Buffers:          200992 kB
Cached:          4653500 kB
SwapCached:            0 kB
Active:          3128744 kB
Inactive:        3258872 kB
Active(anon):    1483748 kB
Inactive(anon):    76932 kB
Active(file):    1644996 kB
Inactive(file):  3181940 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       1552192 kB
Mapped:            54852 kB
Shmem:             25248 kB
Slab:             250936 kB
SReclaimable:     222140 kB
SUnreclaim:        28796 kB
KernelStack:        3872 kB
PageTables:         8228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2157580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1478656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48364 MiB
End job on node135 at 2018-07-28 21:48:03