Trace number 4299056

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
GG's minicp 2018-04-29? (TO) 2520.12 2478.82

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v7-10_mini_c18.xml
MD5SUMba10c53a53c6ac87d986792da34ee429
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.783118
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints210
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":190}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":21,"count":10},{"degree":22,"count":90}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":10,"count":20},{"arity":12,"count":180}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"allDifferent","count":20},{"type":"element","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.09/2478.80	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299056-1532791416/watcher-4299056-1532791416 -o /tmp/evaluation-result-4299056-1532791416/solver-4299056-1532791416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32665 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299056-1532791416.xml 

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

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


[startup+0.10016 s]*
/proc/loadavg: 1.58 1.41 1.38 4/215 1904
/proc/meminfo: memFree=21061764/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661056 memory=27460 CPUtime=0.12 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 5268 0 0 0 11 1 0 0 20 0 15 0 96704795 10916921344 6865 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665264 6865 2844 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 3147 0 0 0 8 1 0 0 20 0 15 0 96704796 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743732966032 139743728749974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704798 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96704798 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96704799 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) S 1886 1889 32633 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743283555056 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0.01 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) R 1886 1889 32633 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 96704801 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743281449456 139743712818526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 6865 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27460 KiB

[startup+0.210895 s]*
/proc/loadavg: 1.58 1.41 1.38 4/215 1904
/proc/meminfo: memFree=21049420/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661056 memory=40468 CPUtime=0.34 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 8206 0 0 0 31 3 0 0 20 0 15 0 96704795 10916921344 10117 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665264 10117 2996 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 5142 0 0 0 19 1 0 0 20 0 15 0 96704796 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743732977136 139743728759386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661056 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661056 memory=140028131080050 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704797 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704798 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96704798 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96704799 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) R 1886 1889 32633 0 -1 4202560 510 0 0 0 1 0 0 0 20 0 15 0 96704801 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743283541840 139743728759386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 96704801 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0.08 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) R 1886 1889 32633 0 -1 4202560 841 0 0 0 8 0 0 0 20 0 15 0 96704801 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743281444720 139743728759386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661056 memory=140028130707072 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704801 10916921344 10117 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40468 KiB

[startup+0.310955 s]*
/proc/loadavg: 1.58 1.41 1.38 6/215 1904
/proc/meminfo: memFree=21044272/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661132 memory=45104 CPUtime=0.57 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 8870 0 0 0 54 3 0 0 20 0 15 0 96704795 10916999168 11276 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665283 11276 3056 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 5504 0 0 0 29 1 0 0 20 0 15 0 96704796 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743732972448 139743712781669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96704799 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) S 1886 1889 32633 0 -1 1077944384 545 0 0 0 3 0 0 0 20 0 15 0 96704801 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743283555056 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661132 memory=140028013554127 CPUtime=0.06 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 486 0 0 0 6 0 0 0 20 0 15 0 96704801 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661132 memory=140028130708892 CPUtime=0.15 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) R 1886 1889 32633 0 -1 4202560 977 0 0 0 15 0 0 0 20 0 15 0 96704801 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743281449456 139743712818526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661132 memory=140028013544911 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661132 memory=280056144291808 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 11788 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 45104 KiB

[startup+0.70084 s]
/proc/loadavg: 1.77 1.46 1.39 5/215 1904
/proc/meminfo: memFree=21019888/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661132 memory=84508 CPUtime=1.74 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 13611 0 0 0 170 4 0 0 20 0 15 0 96704795 10916999168 21127 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665283 21127 3112 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 5685 0 0 0 66 2 0 0 20 0 15 0 96704796 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743732974592 139743354759268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=8174711894691100725 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=5859271451534971241 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661132 memory=6226596351323422817 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661132 memory=-7754830645154913637 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96704799 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661132 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) R 1886 1889 32633 0 -1 4202560 2537 0 0 0 37 0 0 0 20 0 15 0 96704801 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743283540936 139743707983887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661132 memory=43772361331 CPUtime=0.39 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) R 1886 1889 32633 0 -1 4202560 2592 0 0 0 39 0 0 0 20 0 15 0 96704801 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743282490832 139743713130739 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661132 memory=1200 CPUtime=0.26 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) S 1886 1889 32633 0 -1 1077944384 1426 0 0 0 26 0 0 0 20 0 15 0 96704801 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743281449456 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661132 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661132 memory=16164 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 21127 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 84508 KiB

[startup+1.50078 s]
/proc/loadavg: 1.77 1.46 1.39 3/215 1904
/proc/meminfo: memFree=20982416/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661132 memory=133732 CPUtime=3.06 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 16204 0 0 0 301 5 0 0 20 0 15 0 96704795 10916999168 33433 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665283 33433 3119 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661132 memory=15876 CPUtime=1.48 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 5910 0 0 0 146 2 0 0 20 0 15 0 96704796 10916999168 33433 33554432000 4194304 4196468 140727812835840 139743732973760 139743354759262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=16164 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 33433 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=5937828340292543808 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 33433 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=7301550395768455274 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 33433 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96704797 10916999168 33433 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 33433 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0

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

/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 32445 0 0 0 230694 11 0 0 20 0 15 0 96704796 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743732955904 139743357586462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.47 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 8541 0 0 0 1184 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.56 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 5832 0 0 0 1196 60 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.37 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 5138 0 0 0 1174 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.36 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 5462 0 0 0 1174 62 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=193 CPUtime=2.75 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 13087 0 0 0 271 4 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661132 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96704799 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661132 memory=1012 CPUtime=0.78 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) S 1886 1889 32633 0 -1 1077944384 6081 0 0 0 76 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743283555056 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661132 memory=1712 CPUtime=0.86 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 8325 0 0 0 84 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661132 memory=5412 CPUtime=0.3 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) S 1886 1889 32633 0 -1 1077944384 2644 0 0 0 29 1 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743281449456 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661132 memory=13044 CPUtime=1.86 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 2004 0 0 0 76 110 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 2363.46 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2724004 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/215 2161
/proc/meminfo: memFree=17894992/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2423.52 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 91614 0 0 0 241958 394 0 0 20 0 15 0 96704795 10916999168 681001 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665283 681001 3163 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2367.06 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 33054 0 0 0 236695 11 0 0 20 0 15 0 96704796 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743732955904 139743354759282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=233966 CPUtime=12.47 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 8541 0 0 0 1184 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.56 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 5832 0 0 0 1196 60 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.37 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 5138 0 0 0 1174 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.36 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 5462 0 0 0 1174 62 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2.76 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 13092 0 0 0 271 5 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96704799 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0.78 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) S 1886 1889 32633 0 -1 1077944384 6083 0 0 0 76 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743283555056 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661132 memory=1232 CPUtime=0.86 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 8328 0 0 0 84 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0.3 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) S 1886 1889 32633 0 -1 1077944384 2646 0 0 0 29 1 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743281449456 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661132 memory=4140 CPUtime=1.9 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 2028 0 0 0 78 112 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 2423.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2724004 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.96 4/215 2163
/proc/meminfo: memFree=17895564/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2483.56 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 92185 0 0 0 247961 395 0 0 20 0 15 0 96704795 10916999168 681001 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665283 681001 3163 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2427.07 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 33589 0 0 0 242695 12 0 0 20 0 15 0 96704796 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743732955904 139743354759238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.47 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 8541 0 0 0 1184 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.56 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 5832 0 0 0 1196 60 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.37 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 5138 0 0 0 1174 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.36 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 5462 0 0 0 1174 62 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2.76 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 13104 0 0 0 271 5 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96704799 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0.78 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) S 1886 1889 32633 0 -1 1077944384 6085 0 0 0 76 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743283555056 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661132 memory=8112282956445269571 CPUtime=0.86 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 8330 0 0 0 84 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661132 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) S 1886 1889 32633 0 -1 1077944384 2649 0 0 0 29 1 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743281449456 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661132 memory=640 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661132 memory=2724004 CPUtime=1.94 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 2045 0 0 0 80 114 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 2483.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2724004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.8 s]
/proc/loadavg: 1.95 2.00 1.96 3/215 2164
/proc/meminfo: memFree=17895316/32770624 swapFree=67108860/67108860
[pid=1889] ppid=1886 vsize=10661132 memory=2724004 CPUtime=2520.09 cores=1,3,5,7
/proc/1889/stat : 1889 (java) S 1886 1889 32633 0 -1 1077944320 92415 0 0 0 251613 396 0 0 20 0 15 0 96704795 10916999168 681001 33554432000 4194304 4196468 140727812835840 140727812818384 139743728738039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
/proc/1889/statm: 2665283 681001 3163 1 0 2627263 0
[pid=1889/tid=1891] ppid=1886 vsize=10661132 memory=288230596050944315 CPUtime=2463.57 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (java) R 1886 1889 32633 0 -1 4202560 33815 0 0 0 246345 12 0 0 20 0 15 0 96704796 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743732955904 139743354759273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1892] ppid=1886 vsize=10661132 memory=15534128732833587 CPUtime=12.47 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (java) S 1886 1889 32633 0 -1 1077944384 8541 0 0 0 1184 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743681358864 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1893] ppid=1886 vsize=10661132 memory=1796 CPUtime=12.56 cores=1,3,5,7
/proc/1889/task/1893/stat : 1893 (java) S 1886 1889 32633 0 -1 1077944384 5832 0 0 0 1196 60 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743680306320 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1894] ppid=1886 vsize=10661132 memory=640 CPUtime=12.37 cores=1,3,5,7
/proc/1889/task/1894/stat : 1894 (java) S 1886 1889 32633 0 -1 1077944384 5138 0 0 0 1174 63 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743679253264 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1895] ppid=1886 vsize=10661132 memory=2724004 CPUtime=12.36 cores=1,3,5,7
/proc/1889/task/1895/stat : 1895 (java) S 1886 1889 32633 0 -1 1077944384 5462 0 0 0 1174 62 0 0 20 0 15 0 96704797 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743678200720 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1896] ppid=1886 vsize=10661132 memory=4108 CPUtime=2.76 cores=1,3,5,7
/proc/1889/task/1896/stat : 1896 (java) S 1886 1889 32633 0 -1 1077944384 13104 0 0 0 271 5 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743287765232 139743728749186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1897] ppid=1886 vsize=10661132 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1897/stat : 1897 (java) S 1886 1889 32633 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 96704798 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743286711456 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1898] ppid=1886 vsize=10661132 memory=3212 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1898/stat : 1898 (java) S 1886 1889 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96704799 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743285658352 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1899] ppid=1886 vsize=10661132 memory=2724004 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1899/stat : 1899 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743284606928 139743728756635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1900] ppid=1886 vsize=10661132 memory=1408 CPUtime=0.78 cores=1,3,5,7
/proc/1889/task/1900/stat : 1900 (java) S 1886 1889 32633 0 -1 1077944384 6085 0 0 0 76 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743283555056 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1901] ppid=1886 vsize=10661132 memory=3268 CPUtime=0.86 cores=1,3,5,7
/proc/1889/task/1901/stat : 1901 (java) S 1886 1889 32633 0 -1 1077944384 8330 0 0 0 84 2 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743282502512 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1902] ppid=1886 vsize=10661132 memory=2653040 CPUtime=0.3 cores=1,3,5,7
/proc/1889/task/1902/stat : 1902 (java) S 1886 1889 32633 0 -1 1077944384 2649 0 0 0 29 1 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743281449456 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1903] ppid=1886 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1903/stat : 1903 (java) S 1886 1889 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743280397152 139743728748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
[pid=1889/tid=1904] ppid=1886 vsize=10661132 memory=932 CPUtime=1.97 cores=1,3,5,7
/proc/1889/task/1904/stat : 1904 (java) S 1886 1889 32633 0 -1 1077944384 2049 0 0 0 81 116 0 0 20 0 15 0 96704801 10916999168 681001 33554432000 4194304 4196468 140727812835840 139743279344176 139743728749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30023680 140727812838517 140727812838665 140727812838665 140727812841423 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2724004 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2478.82 s]
# the end of solver process 1889 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.97706 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2478.82
CPU time (s): 2520.12
CPU user time (s): 2516.15
CPU system time (s): 3.97706
CPU usage (%): 101.666
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2724004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.97706
maximum resident set size= 2724620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56182
involuntary context switches= 1346


# summary of solver processes directly reported to runsolver:
#   pid: 1889
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.97706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8835 second user time and 28.0998 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 17:23:36
IDJOB=4299056
IDBENCH=141289
IDSOLVER=2762
FILE ID=node107/4299056-1532791416
RUNJOBID= node107-1532776444-32665
PBS_JOBID= 21022472
Free space on /tmp= 54468 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v7-10_mini_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299056-1532791416/watcher-4299056-1532791416 -o /tmp/evaluation-result-4299056-1532791416/solver-4299056-1532791416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32665 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299056-1532791416.xml

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

MD5SUM BENCH= ba10c53a53c6ac87d986792da34ee429
RANDOM SEED=911014018

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:        21078800 kB
MemAvailable:   29753748 kB
Buffers:          230380 kB
Cached:          8680944 kB
SwapCached:            0 kB
Active:          6004468 kB
Inactive:        5138992 kB
Active(anon):    2181392 kB
Inactive(anon):    78544 kB
Active(file):    3823076 kB
Inactive(file):  5060448 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       2238960 kB
Mapped:            55156 kB
Shmem:             25228 kB
Slab:             242756 kB
SReclaimable:     214516 kB
SUnreclaim:        28240 kB
KernelStack:        3536 kB
PageTables:         9332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3400804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 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= 54468 MiB
End job on node107 at 2018-07-28 18:04:55