Trace number 4295862

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13UNSAT 12.3397 5.72903

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-07_c18.xml
MD5SUM950a11acbe9bee1dbcb0d00f57370eba
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.287109
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints86
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":91}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":7},{"degree":2,"count":42},{"degree":14,"count":7},{"degree":15,"count":42}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":1},{"arity":9,"count":84},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":84}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
12.30/5.71	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 (4887 MiB free)
  memory of node 1: 16384 MiB (7782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295862-1532598730/watcher-4295862-1532598730 -o /tmp/evaluation-result-4295862-1532598730/solver-4295862-1532598730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1668681241 HOME/instance-4295862-1532598730.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8964, runsolver pid=8960

[startup+0.100136 s]*
/proc/loadavg: 1.55 1.66 1.87 1/189 9073
/proc/meminfo: memFree=12966244/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 4193 13407 0 0 1 0 5 3 20 0 6 0 77436181 10212057088 4582 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2493178 4582 1930 1 0 2481616 0
[pid=8964/tid=9072] ppid=8960 vsize=9972712 memory=-2899909650764262549 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 2017 13407 0 0 0 0 5 3 20 0 6 0 77436191 10212057088 4582 33554432000 4194304 4196468 140731266182720 139677184930384 139677213115549 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=9972712 memory=4211973786505596298 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 6 0 77436192 10212057088 4582 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=9972712 memory=140060300805760 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 6 0 77436192 10212057088 4582 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 6 0 77436192 10212057088 4582 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 6 0 77436192 10212057088 4582 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210003 s]*
/proc/loadavg: 1.55 1.66 1.87 3/215 9099
/proc/meminfo: memFree=12921316/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10818904 memory=40856 CPUtime=0.26 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 7430 13407 0 0 17 1 5 3 20 0 15 0 77436181 11078557696 10214 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2704726 10214 2945 1 0 2667149 0
[pid=8964/tid=9072] ppid=8960 vsize=10818904 memory=7377246124687064083 CPUtime=0.19 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 4203 13407 0 0 11 0 5 3 20 0 15 0 77436191 11078557696 10412 33554432000 4194304 4196468 140731266182720 139677184890544 139677193369372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10818904 memory=4211973786505596298 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436192 11078557696 10412 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10818904 memory=140060300805760 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436192 11078557696 10412 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436192 11078557696 10412 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436192 11078557696 10412 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436193 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 33 13407 0 0 0 0 5 3 20 0 15 0 77436193 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676671366688 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676094555504 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11078557696 10478 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 357 13407 0 0 1 0 5 3 20 0 15 0 77436196 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 247 13407 0 0 1 0 5 3 20 0 15 0 77436196 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10818904 memory=140060300805760 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 615 13407 0 0 3 0 5 3 20 0 15 0 77436196 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11078557696 10478 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10818904 memory=140060300805760 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436197 11078557696 10478 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40856 KiB

[startup+0.310179 s]*
/proc/loadavg: 1.55 1.66 1.87 3/215 9099
/proc/meminfo: memFree=12896072/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10819352 memory=53916 CPUtime=0.39 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 10055 13407 0 0 29 2 5 3 20 0 15 0 77436181 11079016448 13479 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2704838 13479 3064 1 0 2667149 0
[pid=8964/tid=9072] ppid=8960 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 6583 13407 0 0 19 1 5 3 20 0 15 0 77436191 11079016448 13479 33554432000 4194304 4196468 140731266182720 139677184905632 139677194658254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 13479 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 13479 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 13479 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 13479 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10819352 memory=140060300805759 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436193 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 33 13407 0 0 0 0 5 3 20 0 15 0 77436193 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676671366688 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676094555504 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11079016448 13479 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 357 13407 0 0 2 0 5 3 20 0 15 0 77436196 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 250 13407 0 0 1 0 5 3 20 0 15 0 77436196 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10819352 memory=140060300805760 CPUtime=0.12 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 625 13407 0 0 4 0 5 3 20 0 15 0 77436196 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11079016448 13479 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10819352 memory=140060300805760 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436197 11079016448 13479 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53916 KiB

[startup+0.700736 s]
/proc/loadavg: 1.55 1.66 1.87 3/215 9099
/proc/meminfo: memFree=12873172/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10819352 memory=86224 CPUtime=0.99 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 16181 13407 0 0 88 3 5 3 20 0 15 0 77436181 11079016448 21556 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2704838 21556 3237 1 0 2667149 0
[pid=8964/tid=9072] ppid=8960 vsize=10819352 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 11683 13407 0 0 56 2 5 3 20 0 15 0 77436191 11079016448 21556 33554432000 4194304 4196468 140731266182720 139677184914448 139677194658596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 21556 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 21556 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 21556 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 77436192 11079016448 21556 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10819352 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 5 13407 0 0 0 0 5 3 20 0 15 0 77436193 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10819352 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 33 13407 0 0 0 0 5 3 20 0 15 0 77436193 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676671366688 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676094555504 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11079016448 21556 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10819352 memory=10049 CPUtime=0.16 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 758 13407 0 0 8 0 5 3 20 0 15 0 77436196 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10819352 memory=140060158625776 CPUtime=0.17 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 820 13407 0 0 9 0 5 3 20 0 15 0 77436196 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 677 13407 0 0 13 0 5 3 20 0 15 0 77436196 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11079016448 21556 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436197 11079016448 21556 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86224 KiB

[startup+1.50076 s]
/proc/loadavg: 1.55 1.66 1.87 3/215 9099
/proc/meminfo: memFree=12780052/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10834252 memory=176808 CPUtime=2.29 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 23357 13407 0 0 213 8 5 3 20 0 15 0 77436181 11094274048 44202 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2708563 44202 3475 1 0 2670221 0
[pid=8964/tid=9072] ppid=8960 vsize=10834252 memory=8370611207638964880 CPUtime=1.43 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 17232 13407 0 0 130 5 5 3 20 0 15 0 77436191 11094274048 44202 33554432000 4194304 4196468 140731266182720 139677184908960 139677198526512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10834252 memory=7014751519700832615 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 16 13407 0 0 1 0 5 3 20 0 15 0 77436192 11094274048 44202 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10834252 memory=6010424686656711783 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 19 13407 0 0 1 0 5 3 20 0 15 0 77436192 11094274048 44202 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10834252 memory=7668342011982073955 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 248 13407 0 0 1 0 5 3 20 0 15 0 77436192 11094274048 44202 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10834252 memory=7668901641925709923 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 71 13407 0 0 1 0 5 3 20 0 15 0 77436192 11094274048 44202 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10834252 memory=280120317789856 CPUtime=0.09 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 60 13407 0 0 1 0 5 3 20 0 15 0 77436193 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 34 13407 0 0 0 0 5 3 20 0 15 0 77436193 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676671366752 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676094555520 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10834252 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11094274048 44202 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10834252 memory=-3250074257426230347 CPUtime=0.28 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 1004 13407 0 0 20 0 5 3 20 0 15 0 77436196 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10834252 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 1252 13407 0 0 22 0 5 3 20 0 15 0 77436196 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10834252 memory=6935649255759568960 CPUtime=0.4 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 1222 13407 0 0 32 0 5 3 20 0 15 0 77436196 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10834252 memory=7883387751761336149 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11094274048 44202 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10834252 memory=4638778415797911648 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436197 11094274048 44202 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

[pid=8964/tid=9093] ppid=8960 vsize=10846560 memory=7666370544667021650 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11106877440 63086 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436197 11106877440 63086 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 6.5 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 252344 KiB

[startup+4.80081 s]
/proc/loadavg: 1.74 1.70 1.88 7/215 9099
/proc/meminfo: memFree=12336584/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10914144 memory=365668 CPUtime=10.97 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 64957 13407 0 0 1069 20 5 3 20 0 15 0 77436181 11176083456 91417 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2728536 91417 3506 1 0 2690189 0
[pid=8964/tid=9072] ppid=8960 vsize=10914144 memory=280120317789264 CPUtime=4.6 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 42267 13407 0 0 442 10 5 3 20 0 15 0 77436191 11176083456 91417 33554432000 4194304 4196468 140731266182720 139677184926976 139676795909602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10914144 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 46 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 91417 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10914144 memory=16100368715530244 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 57 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 91417 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10914144 memory=576460758266962493 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 269 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 91417 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10914144 memory=288292190193732362 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 220 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 91417 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10914144 memory=8292088525465231505 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 1967 13407 0 0 3 0 5 3 20 0 15 0 77436193 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10914144 memory=7449279377444320050 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 39 13407 0 0 0 0 5 3 20 0 15 0 77436193 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676671366816 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676094555520 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10914144 memory=67300 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 91417 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10914144 memory=0 CPUtime=2.31 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 8428 13407 0 0 222 1 5 3 20 0 15 0 77436196 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10914144 memory=0 CPUtime=2.49 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 4502 13407 0 0 240 1 5 3 20 0 15 0 77436196 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10914144 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 4953 13407 0 0 145 2 5 3 20 0 15 0 77436196 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10914144 memory=-7452431979323206951 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 91417 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 11 13407 0 0 0 0 5 3 20 0 15 0 77436197 11176083456 91417 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 10.97 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 365668 KiB

[startup+5.20976 s]
/proc/loadavg: 1.74 1.70 1.88 9/214 9129
/proc/meminfo: memFree=12586080/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10914144 memory=368184 CPUtime=11.53 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 65083 13407 0 0 1125 20 5 3 20 0 15 0 77436181 11176083456 92046 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2728536 92046 3506 1 0 2690189 0
[pid=8964/tid=9072] ppid=8960 vsize=10914144 memory=8112282956445269571 CPUtime=5.01 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 42269 13407 0 0 483 10 5 3 20 0 15 0 77436191 11176083456 92046 33554432000 4194304 4196468 140731266182720 139677184924272 139676796719409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 47 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 92046 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10914144 memory=280120317354496 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 58 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 92046 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10914144 memory=2110410765763636 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 274 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 92046 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10914144 memory=6946866654921323415 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 223 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 92046 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10914144 memory=4785180571215093856 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 1970 13407 0 0 3 0 5 3 20 0 15 0 77436193 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10914144 memory=6944656592455362618 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 39 13407 0 0 0 0 5 3 20 0 15 0 77436193 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676671366816 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10914144 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676094555520 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10914144 memory=7014751519700832615 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 92046 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10914144 memory=7014751519700832615 CPUtime=2.34 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 8440 13407 0 0 225 1 5 3 20 0 15 0 77436196 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10914144 memory=7157735280280686951 CPUtime=2.56 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) R 8960 8964 6157 0 -1 4202560 4530 13407 0 0 247 1 5 3 20 0 15 0 77436196 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676636742656 139677197490440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10914144 memory=7157735280280686951 CPUtime=1.59 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 5024 13407 0 0 149 2 5 3 20 0 15 0 77436196 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10914144 memory=7014751519700832615 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 92046 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 11 13407 0 0 0 0 5 3 20 0 15 0 77436197 11176083456 92046 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 11.53 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 368184 KiB

[startup+5.6007 s]
/proc/loadavg: 1.74 1.70 1.88 9/214 9129
/proc/meminfo: memFree=12586080/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10914144 memory=376492 CPUtime=12.02 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 65166 13407 0 0 1173 21 5 3 20 0 15 0 77436181 11176083456 94123 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2728536 94123 3506 1 0 2690189 0
[pid=8964/tid=9072] ppid=8960 vsize=10914144 memory=1296 CPUtime=5.39 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 42298 13407 0 0 521 10 5 3 20 0 15 0 77436191 11176083456 94123 33554432000 4194304 4196468 140731266182720 139677184922832 139676795177073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10914144 memory=2400 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 48 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94123 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10914144 memory=1836 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 58 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94123 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10914144 memory=13044 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 280 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94123 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10914144 memory=792 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 223 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94123 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10914144 memory=1952 CPUtime=0.12 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 1983 13407 0 0 4 0 5 3 20 0 15 0 77436193 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10914144 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 39 13407 0 0 0 0 5 3 20 0 15 0 77436193 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676671366816 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10914144 memory=8540 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676094555520 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10914144 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 94123 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10914144 memory=5412 CPUtime=2.38 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 8446 13407 0 0 229 1 5 3 20 0 15 0 77436196 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10914144 memory=4612 CPUtime=2.6 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 4551 13407 0 0 251 1 5 3 20 0 15 0 77436196 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10914144 memory=1012 CPUtime=1.61 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 5027 13407 0 0 150 3 5 3 20 0 15 0 77436196 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10914144 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 94123 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10914144 memory=368128 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 15 13407 0 0 0 0 5 3 20 0 15 0 77436197 11176083456 94123 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 12.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 376492 KiB

[startup+5.70062 s]
/proc/loadavg: 1.74 1.70 1.88 9/214 9129
/proc/meminfo: memFree=12586080/32770624 swapFree=67108860/67108860
[pid=8964] ppid=8960 vsize=10914144 memory=376680 CPUtime=12.3 cores=1,3,5,7
/proc/8964/stat : 8964 (java) S 8960 8964 6157 0 -1 1077944320 65328 13407 0 0 1201 21 5 3 20 0 15 0 77436181 11176083456 94170 33554432000 4194304 4196468 140731266182720 140731266165264 139677213093623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
/proc/8964/statm: 2728536 94170 3508 1 0 2690189 0
[pid=8964/tid=9072] ppid=8960 vsize=10914144 memory=376492 CPUtime=5.49 cores=1,3,5,7
/proc/8964/task/9072/stat : 9072 (java) R 8960 8964 6157 0 -1 4202560 42298 13407 0 0 531 10 5 3 20 0 15 0 77436191 11176083456 94170 33554432000 4194304 4196468 140731266182720 139677184923056 139676795800860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9074] ppid=8960 vsize=10914144 memory=55 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9074/stat : 9074 (java) S 8960 8964 6157 0 -1 1077944384 48 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94170 33554432000 4194304 4196468 140731266182720 139677217335952 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9075] ppid=8960 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9075/stat : 9075 (java) S 8960 8964 6157 0 -1 1077944384 58 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94170 33554432000 4194304 4196468 140731266182720 139677105609232 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9076] ppid=8960 vsize=10914144 memory=368252 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9076/stat : 9076 (java) S 8960 8964 6157 0 -1 1077944384 280 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94170 33554432000 4194304 4196468 140731266182720 139677104556432 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9077] ppid=8960 vsize=10914144 memory=314260 CPUtime=0.11 cores=1,3,5,7
/proc/8964/task/9077/stat : 9077 (java) S 8960 8964 6157 0 -1 1077944384 223 13407 0 0 3 0 5 3 20 0 15 0 77436192 11176083456 94170 33554432000 4194304 4196468 140731266182720 139677103503632 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9082] ppid=8960 vsize=10914144 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8964/task/9082/stat : 9082 (java) S 8960 8964 6157 0 -1 1077944384 1983 13407 0 0 4 0 5 3 20 0 15 0 77436193 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676672420720 139677213104770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9084] ppid=8960 vsize=10914144 memory=7595999540984573295 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9084/stat : 9084 (java) S 8960 8964 6157 0 -1 1077944384 39 13407 0 0 0 0 5 3 20 0 15 0 77436193 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676671366816 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9086] ppid=8960 vsize=10914144 memory=5864918620180207718 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9086/stat : 9086 (java) S 8960 8964 6157 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 77436194 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676094555520 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9088] ppid=8960 vsize=10914144 memory=7883363549199814753 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9088/stat : 9088 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 94170 33554432000 4194304 4196468 140731266182720 139675787155792 139677213112219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9089] ppid=8960 vsize=10914144 memory=3 CPUtime=2.47 cores=1,3,5,7
/proc/8964/task/9089/stat : 9089 (java) S 8960 8964 6157 0 -1 1077944384 8515 13407 0 0 238 1 5 3 20 0 15 0 77436196 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676637809008 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9090] ppid=8960 vsize=10914144 memory=3 CPUtime=2.69 cores=1,3,5,7
/proc/8964/task/9090/stat : 9090 (java) S 8960 8964 6157 0 -1 1077944384 4626 13407 0 0 260 1 5 3 20 0 15 0 77436196 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676636756208 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9091] ppid=8960 vsize=10914144 memory=3 CPUtime=1.61 cores=1,3,5,7
/proc/8964/task/9091/stat : 9091 (java) S 8960 8964 6157 0 -1 1077944384 5045 13407 0 0 150 3 5 3 20 0 15 0 77436196 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676635703408 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9093] ppid=8960 vsize=10914144 memory=3 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9093/stat : 9093 (java) S 8960 8964 6157 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 77436196 11176083456 94170 33554432000 4194304 4196468 140731266182720 139675753597152 139677213103829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
[pid=8964/tid=9097] ppid=8960 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8964/task/9097/stat : 9097 (java) S 8960 8964 6157 0 -1 1077944384 15 13407 0 0 0 0 5 3 20 0 15 0 77436197 11176083456 94170 33554432000 4194304 4196468 140731266182720 139676634651824 139677213104770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140731266189934 140731266192732 140731266192732 140731266195407 0
Current children cumulated CPU time: 12.3 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 376680 KiB

Child status: 0
Real time (s): 5.72903
CPU time (s): 12.3397
CPU user time (s): 12.0845
CPU system time (s): 0.255179
CPU usage (%): 215.389
Max. virtual memory (cumulated for all children) (KiB): 10917004
Max. memory (cumulated for all children) (KiB): 376680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0845
system time used= 0.255179
maximum resident set size= 378844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6779
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 8964
#   total CPU time (s): 12.3397
#   total CPU user time (s): 12.0845
#   total CPU system time (s): 0.255179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065152 second user time and 0.084789 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 11:52:10
IDJOB=4295862
IDBENCH=141610
IDSOLVER=2750
FILE ID=node107/4295862-1532598730
RUNJOBID= node107-1532598730-8939
PBS_JOBID= 21021966
Free space on /tmp= 54524 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295862-1532598730/watcher-4295862-1532598730 -o /tmp/evaluation-result-4295862-1532598730/solver-4295862-1532598730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1668681241 HOME/instance-4295862-1532598730.xml

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

MD5SUM BENCH= 950a11acbe9bee1dbcb0d00f57370eba
RANDOM SEED=1668681241

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12975008 kB
MemAvailable:   31931156 kB
Buffers:          295636 kB
Cached:         18779388 kB
SwapCached:            0 kB
Active:          4290676 kB
Inactive:       14838052 kB
Active(anon):      56844 kB
Inactive(anon):    25036 kB
Active(file):    4233832 kB
Inactive(file): 14813016 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53052 kB
Writeback:             0 kB
AnonPages:         61140 kB
Mapped:            40680 kB
Shmem:             25228 kB
Slab:             365716 kB
SReclaimable:     337760 kB
SUnreclaim:        27956 kB
KernelStack:        3184 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 11:52:16