Trace number 4299993

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
MiniCPFever 2018-04-29? (TO) 2520.07 2501.81

General information on the benchmark

NameMagicSquare/
MagicSquare-13-sum_c18.xml
MD5SUM507ff1916128830fd6a67d5c849b681a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints29
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":144},{"degree":4,"count":24},{"degree":5,"count":1}]
Minimum constraint arity13
Maximum constraint arity169
Distribution of constraint arities[{"arity":13,"count":28},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":28}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.05/2501.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 (9902 MiB free)
  memory of node 1: 16384 MiB (12503 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299993-1532840452/watcher-4299993-1532840452 -o /tmp/evaluation-result-4299993-1532840452/solver-4299993-1532840452 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4379 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299993-1532840452.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=7895, runsolver pid=7892

[startup+0.100099 s]*
/proc/loadavg: 1.58 1.52 1.39 5/216 7910
/proc/meminfo: memFree=22928684/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10658972 memory=27456 CPUtime=0.13 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 5269 0 0 0 12 1 0 0 20 0 15 0 101608396 10914787328 6864 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664743 6864 2856 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10658972 memory=-8536676940681934016 CPUtime=0.09 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) S 7892 7895 4348 0 -1 1077944384 3098 0 0 0 9 0 0 0 20 0 15 0 101608396 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163558307824 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10658972 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608397 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10658972 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608399 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) R 7892 7895 4348 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 101608401 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) R 7892 7895 4348 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 15 0 101608401 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163108599920 140163539007853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10658972 memory=140101699765888 CPUtime=0.02 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 101608402 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10658972 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) R 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608402 10914787328 6864 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27456 KiB

[startup+0.210673 s]*
/proc/loadavg: 1.58 1.52 1.39 3/216 7910
/proc/meminfo: memFree=22916844/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=40524 CPUtime=0.32 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 8118 0 0 0 30 2 0 0 20 0 15 0 101608396 10914865152 10131 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 10131 3007 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 5207 0 0 0 18 1 0 0 20 0 15 0 101608396 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163558310768 140163554100381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=345 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=140101699786666 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) S 7892 7895 4348 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 101608401 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) S 7892 7895 4348 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 101608401 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163108599920 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=140101699765888 CPUtime=0.07 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 810 0 0 0 7 0 0 0 20 0 15 0 101608402 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 10131 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40524 KiB

[startup+0.310462 s]*
/proc/loadavg: 1.58 1.52 1.39 5/216 7910
/proc/meminfo: memFree=22910516/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=46580 CPUtime=0.55 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 8709 0 0 0 53 2 0 0 20 0 15 0 101608396 10914865152 11645 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 11645 3045 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 5531 0 0 0 28 2 0 0 20 0 15 0 101608396 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163558315824 140163187553464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=13995289162548888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) R 7892 7895 4348 0 -1 1077944384 552 0 0 0 4 0 0 0 20 0 15 0 101608401 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) R 7892 7895 4348 0 -1 4202560 344 0 0 0 5 0 0 0 20 0 15 0 101608401 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163108600016 140163533575879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=140101699765888 CPUtime=0.14 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 919 0 0 0 14 0 0 0 20 0 15 0 101608402 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163107547504 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=140101699765888 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 11645 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46580 KiB

[startup+0.700765 s]
/proc/loadavg: 1.58 1.52 1.39 5/216 7910
/proc/meminfo: memFree=22877092/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=127712 CPUtime=1.59 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 11599 0 0 0 156 3 0 0 20 0 15 0 101608396 10914865152 31928 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 31928 3082 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=1836 CPUtime=0.67 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 5567 0 0 0 65 2 0 0 20 0 15 0 101608396 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163558317024 140163190008180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=13044 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=792 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=8556 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=7668879548562892096 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=7881696724453321575 CPUtime=0.33 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) S 7892 7895 4348 0 -1 1077944384 1943 0 0 0 33 0 0 0 20 0 15 0 101608401 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=5787213827163908199 CPUtime=0.39 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) R 7892 7895 4348 0 -1 4202560 1545 0 0 0 39 0 0 0 20 0 15 0 101608401 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163108599920 140163535599855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 1175 0 0 0 18 0 0 0 20 0 15 0 101608402 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=33 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 31928 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 127712 KiB

[startup+1.5008 s]
/proc/loadavg: 1.58 1.52 1.39 3/216 7910
/proc/meminfo: memFree=22775448/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=181188 CPUtime=2.71 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 11745 0 0 0 267 4 0 0 20 0 15 0 101608396 10914865152 45297 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 45297 3086 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=8112282956445269571 CPUtime=1.47 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 5594 0 0 0 144 3 0 0 20 0 15 0 101608396 10914865152 45297 33554432000 4194304 4196468 140723130000672 140163558317536 140163190171191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 45297 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 45297 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 45297 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 101608397 10914865152 45297 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 45297 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0

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

/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 16699 0 0 0 231024 14 0 0 20 0 15 0 101608396 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163558317760 140163190500544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=8112282956445269571 CPUtime=5.7 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 4315 0 0 0 542 28 0 0 20 0 15 0 101608397 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=333932 CPUtime=5.71 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 6123 0 0 0 544 27 0 0 20 0 15 0 101608397 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=333932 CPUtime=5.71 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 4914 0 0 0 545 26 0 0 20 0 15 0 101608397 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=333932 CPUtime=5.7 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 5697 0 0 0 542 28 0 0 20 0 15 0 101608397 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=333932 CPUtime=3.53 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 5961 0 0 0 329 24 0 0 20 0 15 0 101608399 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=333932 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=335980 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=335980 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=280203129670336 CPUtime=0.56 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) S 7892 7895 4348 0 -1 1077944384 3721 0 0 0 56 0 0 0 20 0 15 0 101608401 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=335980 CPUtime=0.54 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) S 7892 7895 4348 0 -1 1077944384 1668 0 0 0 54 0 0 0 20 0 15 0 101608401 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163108599920 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=333932 CPUtime=0.21 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 1430 0 0 0 21 0 0 0 20 0 15 0 101608402 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=333932 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=29316 CPUtime=0.86 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 684 0 0 0 40 46 0 0 20 0 15 0 101608402 10914865152 83995 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 2339 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 335980 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.25 1.27 3/216 8080
/proc/meminfo: memFree=22630696/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=342124 CPUtime=2399.55 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 53875 0 0 0 239788 167 0 0 20 0 15 0 101608396 10914865152 85531 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 85531 3114 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=340076 CPUtime=2369.95 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 17047 0 0 0 236981 14 0 0 20 0 15 0 101608396 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163558317712 140163190541695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=338028 CPUtime=5.91 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 4358 0 0 0 562 29 0 0 20 0 15 0 101608397 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=338028 CPUtime=5.92 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 6520 0 0 0 564 28 0 0 20 0 15 0 101608397 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=340076 CPUtime=5.92 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 5147 0 0 0 565 27 0 0 20 0 15 0 101608397 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=338028 CPUtime=5.9 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 5785 0 0 0 562 28 0 0 20 0 15 0 101608397 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=340076 CPUtime=3.64 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 6130 0 0 0 339 25 0 0 20 0 15 0 101608399 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=340076 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=340076 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=342124 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=335980 CPUtime=0.56 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) S 7892 7895 4348 0 -1 1077944384 3724 0 0 0 56 0 0 0 20 0 15 0 101608401 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=340076 CPUtime=0.54 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) S 7892 7895 4348 0 -1 1077944384 1670 0 0 0 54 0 0 0 20 0 15 0 101608401 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163108599920 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 1432 0 0 0 21 0 0 0 20 0 15 0 101608402 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=340076 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=340076 CPUtime=0.9 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 701 0 0 0 42 48 0 0 20 0 15 0 101608402 10914865152 85531 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 2399.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 342124 KiB

[startup+2442.3 s]
/proc/loadavg: 0.99 1.19 1.25 3/216 8081
/proc/meminfo: memFree=22621060/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=348268 CPUtime=2460.12 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 55187 0 0 0 245840 172 0 0 20 0 15 0 101608396 10914865152 87067 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 87067 3114 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=348268 CPUtime=2429.54 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 17398 0 0 0 242940 14 0 0 20 0 15 0 101608396 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163558317664 140163189911724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=348268 CPUtime=6.11 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 4586 0 0 0 581 30 0 0 20 0 15 0 101608397 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=346220 CPUtime=6.13 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 6772 0 0 0 584 29 0 0 20 0 15 0 101608397 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=342124 CPUtime=6.13 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 5343 0 0 0 585 28 0 0 20 0 15 0 101608397 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=346220 CPUtime=6.11 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 5877 0 0 0 582 29 0 0 20 0 15 0 101608397 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=342124 CPUtime=3.75 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 6300 0 0 0 349 26 0 0 20 0 15 0 101608399 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=344172 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=346220 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=346220 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=346220 CPUtime=0.56 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) S 7892 7895 4348 0 -1 1077944384 3726 0 0 0 56 0 0 0 20 0 15 0 101608401 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=348268 CPUtime=0.55 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) S 7892 7895 4348 0 -1 1077944384 1672 0 0 0 55 0 0 0 20 0 15 0 101608401 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163108599920 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=348268 CPUtime=0.21 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 1434 0 0 0 21 0 0 0 20 0 15 0 101608402 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=348268 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=348268 CPUtime=0.92 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 718 0 0 0 43 49 0 0 20 0 15 0 101608402 10914865152 87067 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 2460.12 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 348268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.8 s]
/proc/loadavg: 1.46 1.29 1.28 3/216 8082
/proc/meminfo: memFree=22613136/32770624 swapFree=67108860/67108860
[pid=7895] ppid=7892 vsize=10659048 memory=352364 CPUtime=2520.05 cores=0,2,4,6
/proc/7895/stat : 7895 (java) S 7892 7895 4348 0 -1 1077944320 56458 0 0 0 251830 175 0 0 20 0 15 0 101608396 10914865152 88091 33554432000 4194304 4196468 140723130000672 140723129983216 140163554078455 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
/proc/7895/statm: 2664762 88091 3114 1 0 2627263 0
[pid=7895/tid=7897] ppid=7892 vsize=10659048 memory=5412 CPUtime=2488.72 cores=0,2,4,6
/proc/7895/task/7897/stat : 7897 (java) R 7892 7895 4348 0 -1 4202560 17715 0 0 0 248857 15 0 0 20 0 15 0 101608396 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163558317712 140163190172376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7898] ppid=7892 vsize=10659048 memory=8112282956445269571 CPUtime=6.27 cores=0,2,4,6
/proc/7895/task/7898/stat : 7898 (java) S 7892 7895 4348 0 -1 1077944384 4618 0 0 0 597 30 0 0 20 0 15 0 101608397 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163160922384 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7899] ppid=7892 vsize=10659048 memory=1012 CPUtime=6.28 cores=0,2,4,6
/proc/7895/task/7899/stat : 7899 (java) S 7892 7895 4348 0 -1 1077944384 7227 0 0 0 599 29 0 0 20 0 15 0 101608397 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163159869840 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7900] ppid=7892 vsize=10659048 memory=1436 CPUtime=6.28 cores=0,2,4,6
/proc/7895/task/7900/stat : 7900 (java) S 7892 7895 4348 0 -1 1077944384 5540 0 0 0 599 29 0 0 20 0 15 0 101608397 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163158817296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7901] ppid=7892 vsize=10659048 memory=1200 CPUtime=6.27 cores=0,2,4,6
/proc/7895/task/7901/stat : 7901 (java) S 7892 7895 4348 0 -1 1077944384 5949 0 0 0 597 30 0 0 20 0 15 0 101608397 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163157764752 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7902] ppid=7892 vsize=10659048 memory=15876 CPUtime=3.86 cores=0,2,4,6
/proc/7895/task/7902/stat : 7902 (java) S 7892 7895 4348 0 -1 1077944384 6471 0 0 0 359 27 0 0 20 0 15 0 101608399 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163113863664 140163554089602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7903] ppid=7892 vsize=10659048 memory=16832 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7903/stat : 7903 (java) S 7892 7895 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163112809888 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7904] ppid=7892 vsize=10659048 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7904/stat : 7904 (java) S 7892 7895 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101608399 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163111757296 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7905] ppid=7892 vsize=10659048 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7905/stat : 7905 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608401 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163110705872 140163554097051 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7906] ppid=7892 vsize=10659048 memory=1200 CPUtime=0.56 cores=0,2,4,6
/proc/7895/task/7906/stat : 7906 (java) S 7892 7895 4348 0 -1 1077944384 3729 0 0 0 56 0 0 0 20 0 15 0 101608401 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163109652464 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7907] ppid=7892 vsize=10659048 memory=15876 CPUtime=0.55 cores=0,2,4,6
/proc/7895/task/7907/stat : 7907 (java) S 7892 7895 4348 0 -1 1077944384 1674 0 0 0 55 0 0 0 20 0 15 0 101608401 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163108599920 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7908] ppid=7892 vsize=10659048 memory=16832 CPUtime=0.21 cores=0,2,4,6
/proc/7895/task/7908/stat : 7908 (java) S 7892 7895 4348 0 -1 1077944384 1436 0 0 0 21 0 0 0 20 0 15 0 101608402 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163107547376 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7909] ppid=7892 vsize=10659048 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/7895/task/7909/stat : 7909 (java) S 7892 7895 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101608402 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163106495072 140163554088661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
[pid=7895/tid=7910] ppid=7892 vsize=10659048 memory=18448 CPUtime=0.95 cores=0,2,4,6
/proc/7895/task/7910/stat : 7910 (java) S 7892 7895 4348 0 -1 1077944384 738 0 0 0 45 50 0 0 20 0 15 0 101608402 10914865152 88091 33554432000 4194304 4196468 140723130000672 140163105442608 140163554089602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31932416 140723130008749 140723130008841 140723130008841 140723130011599 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 352364 KiB

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

[startup+2501.81 s]
# the end of solver process 7895 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.31 s, system=1.76383 s

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

Child status: 143
Real time (s): 2501.81
CPU time (s): 2520.07
CPU user time (s): 2518.31
CPU system time (s): 1.76383
CPU usage (%): 100.73
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 352364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.31
system time used= 1.76383
maximum resident set size= 352872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56652
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163289
involuntary context switches= 7831


# summary of solver processes directly reported to runsolver:
#   pid: 7895
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.31
#   total CPU system time (s): 1.76383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7944 second user time and 21.7388 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 07:00:52
IDJOB=4299993
IDBENCH=141517
IDSOLVER=2763
FILE ID=node107/4299993-1532840452
RUNJOBID= node107-1532811420-4379
PBS_JOBID= 21022487
Free space on /tmp= 54468 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-13-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299993-1532840452/watcher-4299993-1532840452 -o /tmp/evaluation-result-4299993-1532840452/solver-4299993-1532840452 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4379 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299993-1532840452.xml

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

MD5SUM BENCH= 507ff1916128830fd6a67d5c849b681a
RANDOM SEED=1429637063

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:        22944416 kB
MemAvailable:   31645704 kB
Buffers:          237208 kB
Cached:          8700036 kB
SwapCached:            0 kB
Active:          4134168 kB
Inactive:        5148900 kB
Active(anon):     296900 kB
Inactive(anon):    76492 kB
Active(file):    3837268 kB
Inactive(file):  5072408 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:        364508 kB
Mapped:            55848 kB
Shmem:             25228 kB
Slab:             242684 kB
SReclaimable:     214892 kB
SUnreclaim:        27792 kB
KernelStack:        3808 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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-29 07:42:34