Trace number 4298297

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 NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? (TO) 2520.06 2506.42

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-06-opt_c18.xml
MD5SUM94b29932a5e8df29c9e424c4b5fb4a2d
Bench CategoryCOP (optimization 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 variables2370
Number of constraints2170
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":1970},{"size":6,"count":34},{"size":22,"count":22},{"size":24,"count":20},{"size":36,"count":26},{"size":42,"count":66},{"size":44,"count":232}]
Minimum variable degree1
Maximum variable degree24
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":1975},{"degree":3,"count":12},{"degree":4,"count":24},{"degree":5,"count":37},{"degree":6,"count":38},{"degree":7,"count":58},{"degree":8,"count":40},{"degree":9,"count":22},{"degree":10,"count":22},{"degree":11,"count":7},{"degree":12,"count":4},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":17,"count":15},{"degree":18,"count":19},{"degree":19,"count":26},{"degree":20,"count":34},{"degree":21,"count":18},{"degree":22,"count":10},{"degree":23,"count":3},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1970}]
Number of extensional constraints2170
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2170}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.03/2506.40	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 (4306 MiB free)
  memory of node 1: 16384 MiB (11537 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298297-1532753482/watcher-4298297-1532753482 -o /tmp/evaluation-result-4298297-1532753482/solver-4298297-1532753482 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298297-1532753482.xml --timelimit 2520 

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

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

solver pid=8946, runsolver pid=8943

[startup+0.100059 s]*
/proc/loadavg: 1.99 1.99 2.03 3/216 8961
/proc/meminfo: memFree=16207948/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661056 memory=27608 CPUtime=0.12 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 5308 0 0 0 11 1 0 0 20 0 15 0 92911382 10916921344 6902 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665264 6902 2846 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661056 memory=-8393966928466375872 CPUtime=0.09 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 3189 0 0 0 8 1 0 0 20 0 15 0 92911383 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440640339424 140440273451876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911385 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92911385 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440126866208 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92911386 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) R 8943 8946 7563 0 -1 4202560 425 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440123710064 140440636128662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) R 8943 8946 7563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440122657264 140440636127874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0.01 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) R 8943 8946 7563 0 -1 4202560 323 0 0 0 1 0 0 0 20 0 15 0 92911388 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440121604976 140440620197214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 6902 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27608 KiB

[startup+0.210819 s]*
/proc/loadavg: 1.99 1.99 2.03 5/216 8961
/proc/meminfo: memFree=16195296/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661056 memory=40920 CPUtime=0.34 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 8293 0 0 0 32 2 0 0 20 0 15 0 92911382 10916921344 10230 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665264 10230 3001 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 5170 0 0 0 19 1 0 0 20 0 15 0 92911383 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440640352688 140440636138653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661056 memory=140417388886542 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911383 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911385 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92911385 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440126866208 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92911386 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) R 8943 8946 7563 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 92911388 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440123710064 140440636127874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) R 8943 8946 7563 0 -1 4202560 369 0 0 0 3 0 0 0 20 0 15 0 92911388 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440122657264 140440616817490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0.08 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) R 8943 8946 7563 0 -1 4202560 885 0 0 0 8 0 0 0 20 0 15 0 92911388 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440121602768 140440614795748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661056 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911388 10916921344 10230 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40920 KiB

[startup+0.31803 s]*
/proc/loadavg: 1.99 1.99 2.03 6/216 8961
/proc/meminfo: memFree=16151488/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661132 memory=84636 CPUtime=0.67 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 10024 0 0 0 63 4 0 0 20 0 15 0 92911382 10916999168 21159 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665283 21159 3056 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661132 memory=7311146985107750967 CPUtime=0.31 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 5310 0 0 0 28 3 0 0 20 0 15 0 92911383 10916999168 21159 33554432000 4194304 4196468 140725758218800 140440640349040 140440620197214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911383 10916999168 21159 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=13995600573470360 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911383 10916999168 21159 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911383 10916999168 21159 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911383 10916999168 21159 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440126866208 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92911386 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661132 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) R 8943 8946 7563 0 -1 4202560 1533 0 0 0 10 0 0 0 20 0 15 0 92911388 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440123691080 140440629213611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661132 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) R 8943 8946 7563 0 -1 4202560 816 0 0 0 12 0 0 0 20 0 15 0 92911388 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440122646064 140440628406176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661132 memory=140417388877440 CPUtime=0.12 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) S 8943 8946 7563 0 -1 1077944384 1024 0 0 0 12 0 0 0 20 0 15 0 92911388 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440121604976 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661132 memory=140417388877440 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 21222 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 84636 KiB

[startup+0.701031 s]
/proc/loadavg: 1.99 1.99 2.03 7/216 8961
/proc/meminfo: memFree=16118852/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661132 memory=220572 CPUtime=1.93 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 12454 0 0 0 184 9 0 0 20 0 15 0 92911382 10916999168 55143 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665283 55143 3118 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661132 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 5608 0 0 0 61 4 0 0 20 0 15 0 92911383 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440640354792 140440276605386 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 92911383 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=1012 CPUtime=0.02 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 92911383 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92911383 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=1712 CPUtime=0.01 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 34 0 0 0 0 1 0 0 20 0 15 0 92911383 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=9996 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440126866208 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661132 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92911386 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661132 memory=6945208482816681536 CPUtime=0.46 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) R 8943 8946 7563 0 -1 4202560 2081 0 0 0 46 0 0 0 20 0 15 0 92911388 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440123698736 140440619707824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661132 memory=7811323491934034026 CPUtime=0.46 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) R 8943 8946 7563 0 -1 4202560 1740 0 0 0 46 0 0 0 20 0 15 0 92911388 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440122643200 140440617635146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661132 memory=5787213827080022119 CPUtime=0.25 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) R 8943 8946 7563 0 -1 4202560 1491 0 0 0 25 0 0 0 20 0 15 0 92911388 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440121604976 140440615437187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 55143 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 220572 KiB

[startup+1.50076 s]
/proc/loadavg: 1.99 1.99 2.03 3/216 8961
/proc/meminfo: memFree=15940932/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661132 memory=416776 CPUtime=3.32 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 13689 0 0 0 309 23 0 0 20 0 15 0 92911382 10916999168 104194 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665283 104194 3139 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661132 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 5678 0 0 0 131 7 0 0 20 0 15 0 92911383 10916999168 104194 33554432000 4194304 4196468 140725758218800 140440640351872 140440274847649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=-8754540793456063680 CPUtime=0.07 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 235 0 0 0 4 3 0 0 20 0 15 0 92911383 10916999168 104194 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=-2843869621055772062 CPUtime=0.07 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 191 0 0 0 4 3 0 0 20 0 15 0 92911383 10916999168 104194 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=5450919713671312938 CPUtime=0.07 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 226 0 0 0 4 3 0 0 20 0 15 0 92911383 10916999168 104194 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=7005738693937936738 CPUtime=0.08 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 128 0 0 0 4 4 0 0 20 0 15 0 92911383 10916999168 104194 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 104194 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0

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

/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 454749 0 0 0 237906 56 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440640357648 140440273556626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.68 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 67644 0 0 0 201 67 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=0 CPUtime=2.68 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 62434 0 0 0 200 68 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.67 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 62186 0 0 0 199 68 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.68 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 61073 0 0 0 200 68 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=4616 CPUtime=0.11 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 5872 0 0 0 5 6 0 0 20 0 15 0 92911385 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440126866272 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92911386 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661132 memory=3808304 CPUtime=1.57 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) S 8943 8946 7563 0 -1 1077944384 11745 0 0 0 156 1 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440123710064 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661132 memory=27116 CPUtime=1.77 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) S 8943 8946 7563 0 -1 1077944384 14351 0 0 0 177 0 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440122657264 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661132 memory=2420 CPUtime=0.62 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) S 8943 8946 7563 0 -1 1077944384 5961 0 0 0 61 1 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440121604976 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661132 memory=1728 CPUtime=0.96 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 2139 0 0 0 48 48 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 2395.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3808304 KiB

[startup+2442.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/216 9140
/proc/meminfo: memFree=11157464/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2455.48 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 751609 0 0 0 245168 380 0 0 20 0 15 0 92911382 10916999168 952076 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665283 952076 3186 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2439.62 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 456746 0 0 0 243906 56 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440640357648 140440279819994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.68 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 67644 0 0 0 201 67 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.68 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 62434 0 0 0 200 68 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.67 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 62186 0 0 0 199 68 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.68 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 61073 0 0 0 200 68 0 0 20 0 15 0 92911383 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0.11 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 5879 0 0 0 5 6 0 0 20 0 15 0 92911385 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440126866272 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92911386 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661132 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661132 memory=27116 CPUtime=1.57 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) S 8943 8946 7563 0 -1 1077944384 11748 0 0 0 156 1 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440123710064 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661132 memory=3808304 CPUtime=1.77 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) S 8943 8946 7563 0 -1 1077944384 14356 0 0 0 177 0 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440122657264 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0.62 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) S 8943 8946 7563 0 -1 1077944384 5969 0 0 0 61 1 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440121604976 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661132 memory=18252 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0.99 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 2179 0 0 0 49 50 0 0 20 0 15 0 92911388 10916999168 952076 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 2455.48 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3808304 KiB

[startup+2502.3 s]
/proc/loadavg: 1.95 2.02 2.04 3/216 9141
/proc/meminfo: memFree=11248788/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2515.92 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 755449 0 0 0 251210 382 0 0 20 0 15 0 92911382 10916999168 938634 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665283 938634 3186 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2499.5 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 458741 0 0 0 249893 57 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440640357648 140440279819309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.81 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 67853 0 0 0 214 67 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2.81 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 62669 0 0 0 213 68 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2.8 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 63133 0 0 0 212 68 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=3808304 CPUtime=2.82 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 61262 0 0 0 214 68 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=3808304 CPUtime=0.11 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 6101 0 0 0 5 6 0 0 20 0 15 0 92911385 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661132 memory=3754536 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440126866272 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661132 memory=3754536 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92911386 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661132 memory=3754536 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661132 memory=3754536 CPUtime=1.57 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) S 8943 8946 7563 0 -1 1077944384 11751 0 0 0 156 1 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440123710064 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661132 memory=4136 CPUtime=1.78 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) S 8943 8946 7563 0 -1 1077944384 14361 0 0 0 177 1 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440122657264 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661132 memory=27116 CPUtime=0.62 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) S 8943 8946 7563 0 -1 1077944384 5976 0 0 0 61 1 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440121604976 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661132 memory=3754536 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661132 memory=3754536 CPUtime=1.01 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 2207 0 0 0 50 51 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 2515.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3754536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.4 s]
/proc/loadavg: 1.96 2.02 2.04 3/216 9141
/proc/meminfo: memFree=11248788/32770624 swapFree=67108860/67108860
[pid=8946] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2520.03 cores=1,3,5,7
/proc/8946/stat : 8946 (java) S 8943 8946 7563 0 -1 1077944320 755596 0 0 0 251621 382 0 0 20 0 15 0 92911382 10916999168 938634 33554432000 4194304 4196468 140725758218800 140725758201344 140440636116727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
/proc/8946/statm: 2665283 938634 3186 1 0 2627263 0
[pid=8946/tid=8948] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2503.6 cores=1,3,5,7
/proc/8946/task/8948/stat : 8948 (java) R 8943 8946 7563 0 -1 4202560 458888 0 0 0 250303 57 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440640357648 140440279819321 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8949] ppid=8943 vsize=10661132 memory=3754536 CPUtime=2.81 cores=1,3,5,7
/proc/8946/task/8949/stat : 8949 (java) S 8943 8946 7563 0 -1 1077944384 67853 0 0 0 214 67 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440242936720 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8950] ppid=8943 vsize=10661132 memory=8112282956445269571 CPUtime=2.81 cores=1,3,5,7
/proc/8946/task/8950/stat : 8950 (java) S 8943 8946 7563 0 -1 1077944384 62669 0 0 0 213 68 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440241883920 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8951] ppid=8943 vsize=10661132 memory=8112282956445269571 CPUtime=2.8 cores=1,3,5,7
/proc/8946/task/8951/stat : 8951 (java) S 8943 8946 7563 0 -1 1077944384 63133 0 0 0 212 68 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440240831632 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8952] ppid=8943 vsize=10661132 memory=8112282956445269571 CPUtime=2.82 cores=1,3,5,7
/proc/8946/task/8952/stat : 8952 (java) S 8943 8946 7563 0 -1 1077944384 61262 0 0 0 214 68 0 0 20 0 15 0 92911383 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440239778832 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8953] ppid=8943 vsize=10661132 memory=960 CPUtime=0.11 cores=1,3,5,7
/proc/8946/task/8953/stat : 8953 (java) S 8943 8946 7563 0 -1 1077944384 6101 0 0 0 5 6 0 0 20 0 15 0 92911385 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440127920240 140440636127874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8954] ppid=8943 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8954/stat : 8954 (java) S 8943 8946 7563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 92911385 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440126866272 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8955] ppid=8943 vsize=10661132 memory=3754536 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8955/stat : 8955 (java) S 8943 8946 7563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92911386 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440125813872 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8956] ppid=8943 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8956/stat : 8956 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440124762192 140440636135323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8957] ppid=8943 vsize=10661132 memory=3754536 CPUtime=1.57 cores=1,3,5,7
/proc/8946/task/8957/stat : 8957 (java) S 8943 8946 7563 0 -1 1077944384 11751 0 0 0 156 1 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440123710064 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8958] ppid=8943 vsize=10661132 memory=2420 CPUtime=1.78 cores=1,3,5,7
/proc/8946/task/8958/stat : 8958 (java) S 8943 8946 7563 0 -1 1077944384 14361 0 0 0 177 1 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440122657264 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8959] ppid=8943 vsize=10661132 memory=1292 CPUtime=0.62 cores=1,3,5,7
/proc/8946/task/8959/stat : 8959 (java) S 8943 8946 7563 0 -1 1077944384 5976 0 0 0 61 1 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440121604976 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8960] ppid=8943 vsize=10661132 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/8946/task/8960/stat : 8960 (java) S 8943 8946 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440120552416 140440636126933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
[pid=8946/tid=8961] ppid=8943 vsize=10661132 memory=3754536 CPUtime=1.01 cores=1,3,5,7
/proc/8946/task/8961/stat : 8961 (java) S 8943 8946 7563 0 -1 1077944384 2207 0 0 0 50 51 0 0 20 0 15 0 92911388 10916999168 938634 33554432000 4194304 4196468 140725758218800 140440119499184 140440636127874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 14786560 140725758227612 140725758227721 140725758227721 140725758230479 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3754536 KiB

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

[startup+2506.42 s]
# the end of solver process 8946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.22 s, system=3.83972 s

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

Child status: 143
Real time (s): 2506.42
CPU time (s): 2520.06
CPU user time (s): 2516.22
CPU system time (s): 3.83972
CPU usage (%): 100.544
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 3808304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.22
system time used= 3.83972
maximum resident set size= 3808400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60336
involuntary context switches= 828


# summary of solver processes directly reported to runsolver:
#   pid: 8946
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.22
#   total CPU system time (s): 3.83972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4149 second user time and 24.369 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 06:51:22
IDJOB=4298297
IDBENCH=141097
IDSOLVER=2765
FILE ID=node105/4298297-1532753482
RUNJOBID= node105-1532740995-7595
PBS_JOBID= 21022450
Free space on /tmp= 44592 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-06-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298297-1532753482/watcher-4298297-1532753482 -o /tmp/evaluation-result-4298297-1532753482/solver-4298297-1532753482 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298297-1532753482.xml --timelimit 2520

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

MD5SUM BENCH= 94b29932a5e8df29c9e424c4b5fb4a2d
RANDOM SEED=678967585

node105.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.32
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.32
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.32
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.32
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:        16224040 kB
MemAvailable:   27689280 kB
Buffers:          265788 kB
Cached:         11339416 kB
SwapCached:            0 kB
Active:          6642696 kB
Inactive:        9249456 kB
Active(anon):    4241320 kB
Inactive(anon):    73352 kB
Active(file):    2401376 kB
Inactive(file):  9176104 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             17948 kB
Writeback:             0 kB
AnonPages:       4244724 kB
Mapped:            54660 kB
Shmem:             25228 kB
Slab:             343864 kB
SReclaimable:     316220 kB
SUnreclaim:        27644 kB
KernelStack:        3728 kB
PageTables:        13224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5812092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3528704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44588 MiB
End job on node105 at 2018-07-28 07:33:09