Trace number 4300520

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.08 2476.23

General information on the benchmark

NameEternity/
Eternity-11-11_c18.xml
MD5SUMb7632c186b52d4a26cd4526d5031b869
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 variables385
Number of constraints166
Number of domains2
Minimum domain size16
Maximum domain size121
Distribution of domain sizes[{"size":16,"count":264},{"size":121,"count":121}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":374},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity121
Distribution of constraint arities[{"arity":1,"count":44},{"arity":5,"count":121},{"arity":121,"count":1}]
Number of extensional constraints121
Number of intensional constraints44
Distribution of constraint types[{"type":"extension","count":121},{"type":"intension","count":44},{"type":"allDifferent","count":1}]
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.04/2476.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 (10368 MiB free)
  memory of node 1: 16384 MiB (13303 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300520-1532872475/watcher-4300520-1532872475 -o /tmp/evaluation-result-4300520-1532872475/solver-4300520-1532872475 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5750 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300520-1532872475.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=8786, runsolver pid=8783


[startup+0.102576 s]*
/proc/loadavg: 1.02 1.26 1.29 3/216 8801
/proc/meminfo: memFree=24224140/32770624 swapFree=67028736/67108860
[pid=8786] ppid=8783 vsize=10661052 memory=28132 CPUtime=0.13 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 5434 0 0 0 12 1 0 0 20 0 15 0 104810650 10916917248 7033 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665263 7033 2843 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661052 memory=-8825473561026983104 CPUtime=0.1 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 3307 0 0 0 9 1 0 0 20 0 15 0 104810651 10916917248 7033 33554432000 4194304 4196468 140736126240320 140068185389024 140068181179798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 7033 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810653 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067672671008 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) S 8783 8786 5719 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 104810656 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067669514864 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) R 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067668462064 140068181179010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0.02 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) R 8783 8786 5719 0 -1 4202560 326 0 0 0 2 0 0 0 20 0 15 0 104810656 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067667409776 140068181179798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810657 10916917248 7033 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28132 KiB

[startup+0.210611 s]*
/proc/loadavg: 1.02 1.26 1.29 3/216 8801
/proc/meminfo: memFree=24213476/32770624 swapFree=67028736/67108860
[pid=8786] ppid=8783 vsize=10661052 memory=39932 CPUtime=0.34 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 8075 0 0 0 32 2 0 0 20 0 15 0 104810650 10916917248 9983 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665263 9983 2977 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) S 8783 8786 5719 0 -1 1077944384 5175 0 0 0 19 1 0 0 20 0 15 0 104810651 10916917248 9983 33554432000 4194304 4196468 140736126240320 140068185406144 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661052 memory=342 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 9983 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661052 memory=139759588424080 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810652 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810653 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067672671008 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) R 8783 8786 5719 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 15 0 104810656 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067669514864 140068181179010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) R 8783 8786 5719 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 15 0 104810656 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067668462064 140068159794241 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0.08 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) R 8783 8786 5719 0 -1 4202560 796 0 0 0 8 0 0 0 20 0 15 0 104810656 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067667409776 140068160176440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661052 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810657 10916917248 9983 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39932 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.02 1.26 1.29 6/216 8801
/proc/meminfo: memFree=24204916/32770624 swapFree=67028736/67108860
[pid=8786] ppid=8783 vsize=10661128 memory=48956 CPUtime=0.61 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 9291 0 0 0 59 2 0 0 20 0 15 0 104810650 10916995072 12239 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665282 12239 3061 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 5491 0 0 0 28 2 0 0 20 0 15 0 104810651 10916995072 12239 33554432000 4194304 4196468 140736126240320 140068185404176 140067817200949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 12239 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=139759589038919 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067672671008 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) R 8783 8786 5719 0 -1 4202560 941 0 0 0 8 0 0 0 20 0 15 0 104810656 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067669514864 140068165070896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661128 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) R 8783 8786 5719 0 -1 1077944384 397 0 0 0 7 0 0 0 20 0 15 0 104810656 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067668462064 140068181179010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661128 memory=139759588415104 CPUtime=0.15 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) R 8783 8786 5719 0 -1 4202560 1093 0 0 0 15 0 0 0 20 0 15 0 104810656 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067667405504 140068159844528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661128 memory=139759588415104 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810657 10916995072 12239 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 48956 KiB

[startup+0.702321 s]
/proc/loadavg: 1.02 1.26 1.29 5/216 8801
/proc/meminfo: memFree=24142676/32770624 swapFree=67028736/67108860
[pid=8786] ppid=8783 vsize=10661128 memory=156772 CPUtime=1.91 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 11860 0 0 0 187 4 0 0 20 0 15 0 104810650 10916995072 39193 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665282 39193 3114 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661128 memory=177525091218872 CPUtime=0.67 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 5818 0 0 0 64 3 0 0 20 0 15 0 104810651 10916995072 39193 33554432000 4194304 4196468 140736126240320 140068185394192 140068165247374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=446000 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 39193 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661128 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067672671008 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661128 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) R 8783 8786 5719 0 -1 4202560 1739 0 0 0 45 0 0 0 20 0 15 0 104810656 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067669514864 140068173457252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661128 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) R 8783 8786 5719 0 -1 4202560 1235 0 0 0 45 0 0 0 20 0 15 0 104810656 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067668450416 140068159021473 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661128 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) R 8783 8786 5719 0 -1 1077944384 1696 0 0 0 31 0 0 0 20 0 15 0 104810656 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067667409776 140068181179010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661128 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104810657 10916995072 39193 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 156772 KiB

[startup+1.50551 s]
/proc/loadavg: 1.02 1.26 1.29 5/216 8801
/proc/meminfo: memFree=24061632/32770624 swapFree=67028736/67108860
[pid=8786] ppid=8783 vsize=10661128 memory=339416 CPUtime=3.88 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 15169 0 0 0 377 11 0 0 20 0 15 0 104810650 10916995072 84854 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665282 84854 3148 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661128 memory=9169 CPUtime=1.42 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) S 8783 8786 5719 0 -1 1077944384 5934 0 0 0 137 5 0 0 20 0 15 0 104810651 10916995072 84854 33554432000 4194304 4196468 140736126240320 140068185407328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 84854 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 15 0 104810652 10916995072 84854 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 84854 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 104810652 10916995072 84854 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) R 8783 8786 5719 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 84854 33554432000 4194304 4196468 140736126240320 140067673723552 140068181189210 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0

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

/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 50282 0 0 0 229597 64 0 0 20 0 15 0 104810651 10916995072 609266 33554432000 4194304 4196468 140736126240320 140068185407408 140067821521633 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=2437064 CPUtime=13.18 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 21408 0 0 0 1244 74 0 0 20 0 15 0 104810652 10916995072 609266 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=279518889165664 CPUtime=13.11 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 17475 0 0 0 1231 80 0 0 20 0 15 0 104810652 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=2437064 CPUtime=13.21 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 22700 0 0 0 1247 74 0 0 20 0 15 0 104810652 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=2437064 CPUtime=13.2 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 22962 0 0 0 1247 73 0 0 20 0 15 0 104810652 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=1319 CPUtime=9.7 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 21254 0 0 0 897 73 0 0 20 0 15 0 104810653 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661128 memory=2437064 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067672671072 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661128 memory=2437064 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661128 memory=2437064 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661128 memory=796 CPUtime=1 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) S 8783 8786 5719 0 -1 1077944384 3766 0 0 0 99 1 0 0 20 0 15 0 104810656 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067669514864 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661128 memory=1008 CPUtime=1.14 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) S 8783 8786 5719 0 -1 1077944384 4374 0 0 0 113 1 0 0 20 0 15 0 104810656 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067668462064 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661128 memory=3544 CPUtime=0.41 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) S 8783 8786 5719 0 -1 1077944384 2203 0 0 0 40 1 0 0 20 0 15 0 104810656 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067667409776 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661128 memory=26712 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661128 memory=2437064 CPUtime=1.44 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1709 0 0 0 73 71 0 0 20 0 15 0 104810657 10916995072 609266 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 2363.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2437064 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.33 1.32 3/215 9052
/proc/meminfo: memFree=21576396/32770624 swapFree=67028744/67108860
[pid=8786] ppid=8783 vsize=10661128 memory=2457744 CPUtime=2424.28 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 173551 0 0 0 241993 435 0 0 20 0 15 0 104810650 10916995072 614436 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665282 614436 3158 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661128 memory=2457744 CPUtime=2355.9 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 51113 0 0 0 235526 64 0 0 20 0 15 0 104810651 10916995072 614436 33554432000 4194304 4196468 140736126240320 140068185407440 140067821521020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=2457744 CPUtime=13.59 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 21939 0 0 0 1284 75 0 0 20 0 15 0 104810652 10916995072 614436 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=2442828 CPUtime=13.52 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 18039 0 0 0 1271 81 0 0 20 0 15 0 104810652 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=2452996 CPUtime=13.62 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 23327 0 0 0 1287 75 0 0 20 0 15 0 104810652 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=2457744 CPUtime=13.61 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 24005 0 0 0 1286 75 0 0 20 0 15 0 104810652 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=2457744 CPUtime=9.9 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 21656 0 0 0 915 75 0 0 20 0 15 0 104810653 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661128 memory=2457744 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067672671072 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661128 memory=2457744 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661128 memory=279518887681088 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661128 memory=2457744 CPUtime=1 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) S 8783 8786 5719 0 -1 1077944384 3771 0 0 0 99 1 0 0 20 0 15 0 104810656 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067669514864 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661128 memory=2457744 CPUtime=1.14 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) S 8783 8786 5719 0 -1 1077944384 4378 0 0 0 113 1 0 0 20 0 15 0 104810656 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067668462064 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661128 memory=3700 CPUtime=0.41 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) S 8783 8786 5719 0 -1 1077944384 2207 0 0 0 40 1 0 0 20 0 15 0 104810656 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067667409776 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661128 memory=844 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661128 memory=2457744 CPUtime=1.48 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1757 0 0 0 75 73 0 0 20 0 15 0 104810657 10916995072 614436 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 2424.28 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2457744 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.41 1.35 3/215 9053
/proc/meminfo: memFree=21562344/32770624 swapFree=67028744/67108860
[pid=8786] ppid=8783 vsize=10661128 memory=2463888 CPUtime=2485.47 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 177398 0 0 0 248105 442 0 0 20 0 15 0 104810650 10916995072 615972 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665282 615972 3158 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661128 memory=2463888 CPUtime=2415.24 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 51988 0 0 0 241459 65 0 0 20 0 15 0 104810651 10916995072 615972 33554432000 4194304 4196468 140736126240320 140068185407520 140067821859412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=2463888 CPUtime=14 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 22804 0 0 0 1324 76 0 0 20 0 15 0 104810652 10916995072 615972 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=2463888 CPUtime=13.92 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 18742 0 0 0 1309 83 0 0 20 0 15 0 104810652 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=2463888 CPUtime=14.03 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 23636 0 0 0 1327 76 0 0 20 0 15 0 104810652 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=2463888 CPUtime=14.01 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 24722 0 0 0 1326 75 0 0 20 0 15 0 104810652 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=2442828 CPUtime=10.1 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 21992 0 0 0 934 76 0 0 20 0 15 0 104810653 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661128 memory=2452996 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067672671072 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661128 memory=2461840 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661128 memory=2461840 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661128 memory=2463888 CPUtime=1 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) S 8783 8786 5719 0 -1 1077944384 3775 0 0 0 99 1 0 0 20 0 15 0 104810656 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067669514864 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661128 memory=2463888 CPUtime=1.14 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) S 8783 8786 5719 0 -1 1077944384 4382 0 0 0 113 1 0 0 20 0 15 0 104810656 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067668462064 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661128 memory=2463888 CPUtime=0.41 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) S 8783 8786 5719 0 -1 1077944384 2211 0 0 0 40 1 0 0 20 0 15 0 104810656 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067667409776 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661128 memory=2463888 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661128 memory=2461840 CPUtime=1.51 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1787 0 0 0 76 75 0 0 20 0 15 0 104810657 10916995072 615972 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 2485.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2463888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 1.50 1.41 1.35 3/215 9053
/proc/meminfo: memFree=21552108/32770624 swapFree=67028744/67108860
[pid=8786] ppid=8783 vsize=10661128 memory=2467984 CPUtime=2520.04 cores=0,2,4,6
/proc/8786/stat : 8786 (java) S 8783 8786 5719 0 -1 1077944320 179626 0 0 0 251558 446 0 0 20 0 15 0 104810650 10916995072 616996 33554432000 4194304 4196468 140736126240320 140736126222864 140068181167863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
/proc/8786/statm: 2665282 616996 3158 1 0 2627263 0
[pid=8786/tid=8788] ppid=8783 vsize=10661128 memory=288230621803970871 CPUtime=2448.75 cores=0,2,4,6
/proc/8786/task/8788/stat : 8788 (java) R 8783 8786 5719 0 -1 4202560 52455 0 0 0 244810 65 0 0 20 0 15 0 104810651 10916995072 616996 33554432000 4194304 4196468 140736126240320 140068185407408 140067821587607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8789] ppid=8783 vsize=10661128 memory=15816686058080632 CPUtime=14.23 cores=0,2,4,6
/proc/8786/task/8789/stat : 8789 (java) S 8783 8786 5719 0 -1 1077944384 23252 0 0 0 1347 76 0 0 20 0 15 0 104810652 10916995072 616996 33554432000 4194304 4196468 140736126240320 140068146449296 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8790] ppid=8783 vsize=10661128 memory=5220 CPUtime=14.15 cores=0,2,4,6
/proc/8786/task/8790/stat : 8790 (java) S 8783 8786 5719 0 -1 1077944384 19130 0 0 0 1332 83 0 0 20 0 15 0 104810652 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067786566416 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8791] ppid=8783 vsize=10661128 memory=12772 CPUtime=14.26 cores=0,2,4,6
/proc/8786/task/8791/stat : 8791 (java) S 8783 8786 5719 0 -1 1077944384 23876 0 0 0 1350 76 0 0 20 0 15 0 104810652 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067785514128 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8792] ppid=8783 vsize=10661128 memory=1332 CPUtime=14.25 cores=0,2,4,6
/proc/8786/task/8792/stat : 8792 (java) S 8783 8786 5719 0 -1 1077944384 25218 0 0 0 1349 76 0 0 20 0 15 0 104810652 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067784461328 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8793] ppid=8783 vsize=10661128 memory=1508 CPUtime=10.22 cores=0,2,4,6
/proc/8786/task/8793/stat : 8793 (java) S 8783 8786 5719 0 -1 1077944384 22168 0 0 0 944 78 0 0 20 0 15 0 104810653 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067673725040 140068181179010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8794] ppid=8783 vsize=10661128 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8794/stat : 8794 (java) S 8783 8786 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104810653 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067672671072 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8795] ppid=8783 vsize=10661128 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8795/stat : 8795 (java) S 8783 8786 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104810654 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067671618672 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8796] ppid=8783 vsize=10661128 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8796/stat : 8796 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067670566992 140068181186459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8797] ppid=8783 vsize=10661128 memory=796 CPUtime=1 cores=0,2,4,6
/proc/8786/task/8797/stat : 8797 (java) S 8783 8786 5719 0 -1 1077944384 3778 0 0 0 99 1 0 0 20 0 15 0 104810656 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067669514864 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8798] ppid=8783 vsize=10661128 memory=1008 CPUtime=1.14 cores=0,2,4,6
/proc/8786/task/8798/stat : 8798 (java) S 8783 8786 5719 0 -1 1077944384 4384 0 0 0 113 1 0 0 20 0 15 0 104810656 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067668462064 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8799] ppid=8783 vsize=10661128 memory=15316 CPUtime=0.41 cores=0,2,4,6
/proc/8786/task/8799/stat : 8799 (java) S 8783 8786 5719 0 -1 1077944384 2213 0 0 0 40 1 0 0 20 0 15 0 104810656 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067667409776 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8800] ppid=8783 vsize=10661128 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/8786/task/8800/stat : 8800 (java) S 8783 8786 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104810656 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067666357216 140068181178069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
[pid=8786/tid=8801] ppid=8783 vsize=10661128 memory=796 CPUtime=1.53 cores=0,2,4,6
/proc/8786/task/8801/stat : 8801 (java) S 8783 8786 5719 0 -1 1077944384 1793 0 0 0 77 76 0 0 20 0 15 0 104810657 10916995072 616996 33554432000 4194304 4196468 140736126240320 140067665303984 140068181179010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26869760 140736126248109 140736126248201 140736126248201 140736126250959 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2467984 KiB

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

[startup+2476.23 s]
# the end of solver process 8786 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.6 s, system=4.47958 s

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

Child status: 143
Real time (s): 2476.23
CPU time (s): 2520.08
CPU user time (s): 2515.6
CPU system time (s): 4.47958
CPU usage (%): 101.771
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 2467984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.6
system time used= 4.47958
maximum resident set size= 2468420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346211
involuntary context switches= 7301


# summary of solver processes directly reported to runsolver:
#   pid: 8786
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.6
#   total CPU system time (s): 4.47958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6667 second user time and 23.6163 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 15:54:35
IDJOB=4300520
IDBENCH=141654
IDSOLVER=2766
FILE ID=node102/4300520-1532872475
RUNJOBID= node102-1532847434-5750
PBS_JOBID= 21022508
Free space on /tmp= 52976 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Eternity/Eternity-11-11_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300520-1532872475/watcher-4300520-1532872475 -o /tmp/evaluation-result-4300520-1532872475/solver-4300520-1532872475 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5750 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300520-1532872475.xml

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

MD5SUM BENCH= b7632c186b52d4a26cd4526d5031b869
RANDOM SEED=2142613753

node102.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.51
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.51
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.51
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.51
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:        24240600 kB
MemAvailable:   29373772 kB
Buffers:          227784 kB
Cached:          5149924 kB
SwapCached:        53116 kB
Active:          3714008 kB
Inactive:        4289248 kB
Active(anon):    2551480 kB
Inactive(anon):    99168 kB
Active(file):    1162528 kB
Inactive(file):  4190080 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028736 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:       2579184 kB
Mapped:            49760 kB
Shmem:             22500 kB
Slab:             222232 kB
SReclaimable:     192796 kB
SUnreclaim:        29436 kB
KernelStack:        3584 kB
PageTables:        10424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3144500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2500608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 16:35:51