Trace number 4299912

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.11 2489.22

General information on the benchmark

NameMagicSquare/
MagicSquare-08-sum_c18.xml
MD5SUMf34b6b0b58aef27f9d15b3acca2bf726
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.45697
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints19
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":48},{"degree":4,"count":16}]
Minimum constraint arity8
Maximum constraint arity64
Distribution of constraint arities[{"arity":8,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":18}]
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.08/2489.21	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 (9583 MiB free)
  memory of node 1: 16384 MiB (8012 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299912-1532829177/watcher-4299912-1532829177 -o /tmp/evaluation-result-4299912-1532829177/solver-4299912-1532829177 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299912-1532829177.xml 

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

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=1919, runsolver pid=1916

[startup+0.100163 s]*
/proc/loadavg: 1.66 1.45 1.44 4/216 1934
/proc/meminfo: memFree=18002392/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661056 memory=28388 CPUtime=0.12 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 4982 0 0 0 11 1 0 0 20 0 15 0 100480849 10916921344 7097 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665264 7097 2843 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661056 memory=8940607975817108597 CPUtime=0.09 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 2865 0 0 0 8 1 0 0 20 0 15 0 100480849 10916921344 7097 33554432000 4194304 4196468 140731043948448 140037157860096 140037153643926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661056 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916921344 7097 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661056 memory=140408158496384 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916921344 7097 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916921344 7097 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100480850 10916921344 7097 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100480852 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100480852 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) R 1916 1919 31971 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 15 0 100480854 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036506990576 140037137067729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) R 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036505938032 140037153643138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661056 memory=140408158496384 CPUtime=0.01 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) R 1916 1919 31971 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 100480854 10916921344 7097 33554432000 4194304 4196468 140731043948448 140036504885488 140037132194745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916921344 7163 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661056 memory=140408158496384 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480855 10916921344 7163 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28388 KiB

[startup+0.210544 s]*
/proc/loadavg: 1.66 1.45 1.44 3/216 1934
/proc/meminfo: memFree=17990584/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=40508 CPUtime=0.32 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 7666 0 0 0 30 2 0 0 20 0 15 0 100480849 10916999168 10127 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 10127 2988 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=8940607975817108597 CPUtime=0.2 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 4789 0 0 0 18 2 0 0 20 0 15 0 100480849 10916999168 10127 33554432000 4194304 4196468 140731043948448 140037157864016 140037137712478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 10127 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=140408158496384 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 10127 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 10127 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 10127 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=140408158496384 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) S 1916 1919 31971 0 -1 1077944384 662 0 0 0 2 0 0 0 20 0 15 0 100480854 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036506990576 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) S 1916 1919 31971 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 15 0 100480854 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036505938032 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=140408158496384 CPUtime=0.07 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) S 1916 1919 31971 0 -1 1077944384 756 0 0 0 7 0 0 0 20 0 15 0 100480854 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036504885488 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=140408158496384 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 10127 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40508 KiB

[startup+0.31122 s]*
/proc/loadavg: 1.66 1.45 1.44 6/216 1934
/proc/meminfo: memFree=17986800/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=46632 CPUtime=0.55 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 8246 0 0 0 52 3 0 0 20 0 15 0 100480849 10916999168 11658 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 11658 3049 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 5095 0 0 0 28 2 0 0 20 0 15 0 100480849 10916999168 11658 33554432000 4194304 4196468 140731043948448 140037157870320 140036756545959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 11658 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 11658 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 11658 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 11658 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=140408158496384 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=4294969536 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) R 1916 1919 31971 0 -1 4202560 779 0 0 0 5 0 0 0 20 0 15 0 100480854 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036506977424 140037138537149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) R 1916 1919 31971 0 -1 1077944384 139 0 0 0 4 0 0 0 20 0 15 0 100480854 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036505924816 140037153642197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=140408258977233 CPUtime=0.14 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) R 1916 1919 31971 0 -1 4202560 863 0 0 0 14 0 0 0 20 0 15 0 100480854 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036504885488 140037132766567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=280816209596400 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 11658 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46632 KiB

[startup+0.704264 s]
/proc/loadavg: 1.66 1.45 1.44 5/216 1934
/proc/meminfo: memFree=17943748/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=126240 CPUtime=1.72 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 14309 0 0 0 167 5 0 0 20 0 15 0 100480849 10916999168 31560 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 31560 3078 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 5122 0 0 0 66 3 0 0 20 0 15 0 100480849 10916999168 31560 33554432000 4194304 4196468 140731043948448 140037157868896 140036756837507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=148680157960933 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 31560 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=14611 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 31560 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 31560 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 31560 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 31560 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 31560 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 31560 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=2870864495469928 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 31560 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=-3472574513799858002 CPUtime=0.43 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) R 1916 1919 31971 0 -1 4202560 3388 0 0 0 43 0 0 0 20 0 15 0 100480854 10916999168 31599 33554432000 4194304 4196468 140731043948448 140036506979568 140037146348954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=8330969454845486047 CPUtime=0.4 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) R 1916 1919 31971 0 -1 4202560 3134 0 0 0 40 0 0 0 20 0 15 0 100480854 10916999168 31599 33554432000 4194304 4196468 140731043948448 140036505925504 140037132821449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=6944656592455097440 CPUtime=0.16 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) S 1916 1919 31971 0 -1 1077944384 1295 0 0 0 16 0 0 0 20 0 15 0 100480854 10916999168 31599 33554432000 4194304 4196468 140731043948448 140036504885488 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 31599 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 31599 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 126240 KiB

[startup+1.50081 s]
/proc/loadavg: 1.66 1.45 1.44 3/216 1934
/proc/meminfo: memFree=17837196/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=196548 CPUtime=2.89 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 14507 0 0 0 282 7 0 0 20 0 15 0 100480849 10916999168 49137 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 49137 3101 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=4140 CPUtime=1.47 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 5158 0 0 0 144 3 0 0 20 0 15 0 100480849 10916999168 49137 33554432000 4194304 4196468 140731043948448 140037157871488 140036756936996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 49137 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 49137 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=-7313218805096079717 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 49137 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=6442213867850916448 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100480850 10916999168 49137 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=7589527815879094129 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 49137 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0

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

/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 27885 0 0 0 229999 30 0 0 20 0 15 0 100480849 10916999168 101231 33554432000 4194304 4196468 140731043948448 140037157871280 140036757166687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=404924 CPUtime=9.6 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 7417 0 0 0 894 66 0 0 20 0 15 0 100480850 10916999168 101231 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=404924 CPUtime=9.62 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 6141 0 0 0 901 61 0 0 20 0 15 0 100480850 10916999168 101231 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=404924 CPUtime=9.61 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 5552 0 0 0 894 67 0 0 20 0 15 0 100480850 10916999168 101231 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=1296 CPUtime=9.56 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 5003 0 0 0 894 62 0 0 20 0 15 0 100480850 10916999168 101231 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=2412 CPUtime=8.65 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 7296 0 0 0 804 61 0 0 20 0 15 0 100480852 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=404924 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=404924 CPUtime=0.72 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) S 1916 1919 31971 0 -1 1077944384 5208 0 0 0 71 1 0 0 20 0 15 0 100480854 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036506990576 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=404924 CPUtime=0.79 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) S 1916 1919 31971 0 -1 1077944384 5129 0 0 0 78 1 0 0 20 0 15 0 100480854 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036505938032 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=404924 CPUtime=0.2 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) S 1916 1919 31971 0 -1 1077944384 1584 0 0 0 19 1 0 0 20 0 15 0 100480854 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036504885488 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=404924 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=404924 CPUtime=1.33 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1385 0 0 0 64 69 0 0 20 0 15 0 100480855 10916999168 101231 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 2350.47 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 404924 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.35 1.36 3/216 2262
/proc/meminfo: memFree=19318608/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=411068 CPUtime=2411.42 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 75700 0 0 0 240800 342 0 0 20 0 15 0 100480849 10916999168 102767 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 102767 3129 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=4128 CPUtime=2359.64 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 28446 0 0 0 235933 31 0 0 20 0 15 0 100480849 10916999168 102767 33554432000 4194304 4196468 140731043948448 140037157871376 140036757045066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=406972 CPUtime=9.93 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 7793 0 0 0 926 67 0 0 20 0 15 0 100480850 10916999168 102767 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=0 CPUtime=9.95 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 6279 0 0 0 932 63 0 0 20 0 15 0 100480850 10916999168 102767 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=409020 CPUtime=9.94 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 5814 0 0 0 926 68 0 0 20 0 15 0 100480850 10916999168 102767 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=409020 CPUtime=9.89 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 5206 0 0 0 926 63 0 0 20 0 15 0 100480850 10916999168 102767 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=411068 CPUtime=8.86 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 7469 0 0 0 824 62 0 0 20 0 15 0 100480852 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=411068 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=409020 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=409020 CPUtime=0.73 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) S 1916 1919 31971 0 -1 1077944384 5211 0 0 0 72 1 0 0 20 0 15 0 100480854 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036506990576 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=68 CPUtime=0.79 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) S 1916 1919 31971 0 -1 1077944384 5131 0 0 0 78 1 0 0 20 0 15 0 100480854 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036505938032 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=-3195349257566499689 CPUtime=0.2 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) S 1916 1919 31971 0 -1 1077944384 1586 0 0 0 19 1 0 0 20 0 15 0 100480854 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036504885488 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=411068 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=411068 CPUtime=1.36 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1404 0 0 0 66 70 0 0 20 0 15 0 100480855 10916999168 102767 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 2411.42 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 411068 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.35 1.36 3/216 2263
/proc/meminfo: memFree=19308360/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=415164 CPUtime=2472.39 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 77495 0 0 0 246889 350 0 0 20 0 15 0 100480849 10916999168 103791 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 103791 3129 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=415164 CPUtime=2418.98 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 29040 0 0 0 241866 32 0 0 20 0 15 0 100480849 10916999168 103791 33554432000 4194304 4196468 140731043948448 140037157871488 140036757546087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=413116 CPUtime=10.29 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 7991 0 0 0 960 69 0 0 20 0 15 0 100480850 10916999168 103791 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=413116 CPUtime=10.3 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 6710 0 0 0 966 64 0 0 20 0 15 0 100480850 10916999168 103791 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=415164 CPUtime=10.29 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 5985 0 0 0 959 70 0 0 20 0 15 0 100480850 10916999168 103791 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=415164 CPUtime=10.24 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 5409 0 0 0 959 65 0 0 20 0 15 0 100480850 10916999168 103791 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=415164 CPUtime=9.09 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 7644 0 0 0 845 64 0 0 20 0 15 0 100480852 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=415164 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=415164 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=415164 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=415164 CPUtime=0.73 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) S 1916 1919 31971 0 -1 1077944384 5213 0 0 0 72 1 0 0 20 0 15 0 100480854 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036506990576 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=415164 CPUtime=0.79 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) S 1916 1919 31971 0 -1 1077944384 5133 0 0 0 78 1 0 0 20 0 15 0 100480854 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036505938032 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=28928 CPUtime=0.2 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) S 1916 1919 31971 0 -1 1077944384 1588 0 0 0 19 1 0 0 20 0 15 0 100480854 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036504885488 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=415164 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=415164 CPUtime=1.4 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1421 0 0 0 68 72 0 0 20 0 15 0 100480855 10916999168 103791 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 2472.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 415164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.2 s]
/proc/loadavg: 1.40 1.37 1.37 3/216 2264
/proc/meminfo: memFree=19296196/32770624 swapFree=67108860/67108860
[pid=1919] ppid=1916 vsize=10661132 memory=421308 CPUtime=2520.08 cores=0,2,4,6
/proc/1919/stat : 1919 (java) S 1916 1919 31971 0 -1 1077944320 79217 0 0 0 251652 356 0 0 20 0 15 0 100480849 10916999168 105327 33554432000 4194304 4196468 140731043948448 140731043930992 140037153631991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
/proc/1919/statm: 2665283 105327 3129 1 0 2627263 0
[pid=1919/tid=1921] ppid=1916 vsize=10661132 memory=8112282956445269571 CPUtime=2465.33 cores=0,2,4,6
/proc/1919/task/1921/stat : 1921 (java) R 1916 1919 31971 0 -1 4202560 29536 0 0 0 246501 32 0 0 20 0 15 0 100480849 10916999168 105327 33554432000 4194304 4196468 140731043948448 140037157871136 140036757051085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1922] ppid=1916 vsize=10661132 memory=288230596050944315 CPUtime=10.57 cores=0,2,4,6
/proc/1919/task/1922/stat : 1922 (java) S 1916 1919 31971 0 -1 1077944384 8167 0 0 0 987 70 0 0 20 0 15 0 100480850 10916999168 105327 33554432000 4194304 4196468 140731043948448 140037079705872 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1923] ppid=1916 vsize=10661132 memory=14972295470909589 CPUtime=10.58 cores=0,2,4,6
/proc/1919/task/1923/stat : 1923 (java) S 1916 1919 31971 0 -1 1077944384 6924 0 0 0 993 65 0 0 20 0 15 0 100480850 10916999168 105327 33554432000 4194304 4196468 140731043948448 140037078653328 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1924] ppid=1916 vsize=10661132 memory=28928 CPUtime=10.58 cores=0,2,4,6
/proc/1919/task/1924/stat : 1924 (java) S 1916 1919 31971 0 -1 1077944384 6211 0 0 0 987 71 0 0 20 0 15 0 100480850 10916999168 105327 33554432000 4194304 4196468 140731043948448 140037077600784 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1925] ppid=1916 vsize=10661132 memory=1296 CPUtime=10.52 cores=0,2,4,6
/proc/1919/task/1925/stat : 1925 (java) S 1916 1919 31971 0 -1 1077944384 5825 0 0 0 986 66 0 0 20 0 15 0 100480850 10916999168 105327 33554432000 4194304 4196468 140731043948448 140037076548240 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1926] ppid=1916 vsize=10661132 memory=2412 CPUtime=9.27 cores=0,2,4,6
/proc/1919/task/1926/stat : 1926 (java) S 1916 1919 31971 0 -1 1077944384 7817 0 0 0 862 65 0 0 20 0 15 0 100480852 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036511201776 140037153643138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1927] ppid=1916 vsize=10661132 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1927/stat : 1927 (java) S 1916 1919 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036510148000 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1928] ppid=1916 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1928/stat : 1928 (java) S 1916 1919 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100480852 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036509095408 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1929] ppid=1916 vsize=10661132 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1929/stat : 1929 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480854 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036508043984 140037153650587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1930] ppid=1916 vsize=10661132 memory=419260 CPUtime=0.73 cores=0,2,4,6
/proc/1919/task/1930/stat : 1930 (java) S 1916 1919 31971 0 -1 1077944384 5215 0 0 0 72 1 0 0 20 0 15 0 100480854 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036506990576 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1931] ppid=1916 vsize=10661132 memory=1196 CPUtime=0.79 cores=0,2,4,6
/proc/1919/task/1931/stat : 1931 (java) S 1916 1919 31971 0 -1 1077944384 5135 0 0 0 78 1 0 0 20 0 15 0 100480854 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036505938032 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1932] ppid=1916 vsize=10661132 memory=5788 CPUtime=0.2 cores=0,2,4,6
/proc/1919/task/1932/stat : 1932 (java) S 1916 1919 31971 0 -1 1077944384 1590 0 0 0 19 1 0 0 20 0 15 0 100480854 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036504885488 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1933] ppid=1916 vsize=10661132 memory=419260 CPUtime=0 cores=0,2,4,6
/proc/1919/task/1933/stat : 1933 (java) S 1916 1919 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100480855 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036503833184 140037153642197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
[pid=1919/tid=1934] ppid=1916 vsize=10661132 memory=419260 CPUtime=1.42 cores=0,2,4,6
/proc/1919/task/1934/stat : 1934 (java) S 1916 1919 31971 0 -1 1077944384 1436 0 0 0 69 73 0 0 20 0 15 0 100480855 10916999168 105327 33554432000 4194304 4196468 140731043948448 140036502780720 140037153643138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24862720 140731043955829 140731043955977 140731043955977 140731043958735 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 421308 KiB

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

[startup+2489.22 s]
# the end of solver process 1919 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.54 s, system=3.5671 s

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

Child status: 143
Real time (s): 2489.22
CPU time (s): 2520.11
CPU user time (s): 2516.54
CPU system time (s): 3.5671
CPU usage (%): 101.241
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 421308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.5671
maximum resident set size= 421812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313867
involuntary context switches= 8671


# summary of solver processes directly reported to runsolver:
#   pid: 1919
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.54
#   total CPU system time (s): 3.5671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3087 second user time and 22.4916 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 03:52:57
IDJOB=4299912
IDBENCH=141507
IDSOLVER=2762
FILE ID=node103/4299912-1532829177
RUNJOBID= node103-1532811179-32002
PBS_JOBID= 21022486
Free space on /tmp= 56532 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-08-sum_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299912-1532829177/watcher-4299912-1532829177 -o /tmp/evaluation-result-4299912-1532829177/solver-4299912-1532829177 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299912-1532829177.xml

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

MD5SUM BENCH= f34b6b0b58aef27f9d15b3acca2bf726
RANDOM SEED=591027147

node103.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.48
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.48
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.48
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.48
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:        18018932 kB
MemAvailable:   29744072 kB
Buffers:          304964 kB
Cached:         11603556 kB
SwapCached:            0 kB
Active:          6112504 kB
Inactive:        8031820 kB
Active(anon):    2238756 kB
Inactive(anon):    25184 kB
Active(file):    3873748 kB
Inactive(file):  8006636 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1340 kB
Writeback:             0 kB
AnonPages:       2384504 kB
Mapped:            55748 kB
Shmem:             25228 kB
Slab:             301016 kB
SReclaimable:     273216 kB
SUnreclaim:        27800 kB
KernelStack:        3824 kB
PageTables:        10320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2971712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2314240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56532 MiB
End job on node103 at 2018-07-29 04:34:26