Trace number 4298625

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
The dodo solver 2018-04-29? (TO) 2520.01 2514.41

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P03_c18.xml
MD5SUMca21bb45cdf77f5b8e0b27a9f8e7d69e
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 variables182
Number of constraints79
Number of domains2
Minimum domain size77
Maximum domain size78
Distribution of domain sizes[{"size":77,"count":77},{"size":78,"count":21}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":84},{"degree":2,"count":77},{"degree":8,"count":14},{"degree":9,"count":7}]
Minimum constraint arity3
Maximum constraint arity77
Distribution of constraint arities[{"arity":3,"count":77},{"arity":21,"count":1},{"arity":77,"count":1}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"allDifferent","count":2}]
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: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.00/2514.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 (8892 MiB free)
  memory of node 1: 16384 MiB (12669 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298625-1532767521/watcher-4298625-1532767521 -o /tmp/evaluation-result-4298625-1532767521/solver-4298625-1532767521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20129 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298625-1532767521.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
solver pid=23703, runsolver pid=23700
Current StackSize limit: 8192 KiB


[startup+0.100831 s]*
/proc/loadavg: 1.29 1.36 1.39 4/215 23718
/proc/meminfo: memFree=22062896/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10658972 memory=28208 CPUtime=0.13 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 4986 0 0 0 12 1 0 0 20 0 15 0 94315299 10914787328 7052 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2664743 7052 2828 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 2848 0 0 0 9 0 0 0 20 0 15 0 94315300 10914787328 7052 33554432000 4194304 4196468 140731885676688 140088615273152 140088595096933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315300 10914787328 7052 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10658972 memory=140647406552704 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10914787328 7052 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10914787328 7052 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10914787328 7052 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10658972 memory=140647406552704 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315302 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94315302 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94315302 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) R 23700 23703 25017 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 94315305 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) R 23700 23703 25017 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 94315305 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087708948592 140088588886160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10658972 memory=140647406552704 CPUtime=0.02 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) R 23700 23703 25017 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 94315305 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087707896048 140088589732672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10658972 memory=140647406552704 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) R 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315305 10914787328 7052 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28208 KiB

[startup+0.210503 s]*
/proc/loadavg: 1.29 1.36 1.39 4/215 23718
/proc/meminfo: memFree=22050988/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661056 memory=40624 CPUtime=0.33 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 7697 0 0 0 31 2 0 0 20 0 15 0 94315299 10916921344 10156 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665264 10156 2984 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 4726 0 0 0 19 1 0 0 20 0 15 0 94315300 10916921344 10156 33554432000 4194304 4196468 140731885676688 140088615288272 140088611075229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661056 memory=345 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315300 10916921344 10156 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661056 memory=140647407138708 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916921344 10156 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916921344 10156 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916921344 10156 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661056 memory=140647406552704 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315302 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94315302 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94315302 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23700 23703 25017 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 94315305 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23700 23703 25017 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 94315305 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087708948592 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661056 memory=140647406552704 CPUtime=0.08 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23700 23703 25017 0 -1 1077944384 768 0 0 0 8 0 0 0 20 0 15 0 94315305 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087707896048 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661056 memory=140647406552704 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315305 10916921344 10156 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40624 KiB

[startup+0.310322 s]*
/proc/loadavg: 1.29 1.36 1.39 4/215 23718
/proc/meminfo: memFree=22044288/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661132 memory=47108 CPUtime=0.57 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 8369 0 0 0 54 3 0 0 20 0 15 0 94315299 10916999168 11777 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665283 11777 3044 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661132 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 5080 0 0 0 28 1 0 0 20 0 15 0 94315300 10916999168 11777 33554432000 4194304 4196468 140731885676688 140088615281024 140088611075229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 11777 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=140647406610720 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 11777 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 11777 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 11777 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=140647406617632 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23700 23703 25017 0 -1 1077944384 636 0 0 0 6 0 0 0 20 0 15 0 94315305 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661132 memory=140647294164943 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23700 23703 25017 0 -1 1077944384 346 0 0 0 3 0 0 0 20 0 15 0 94315305 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087708948592 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661132 memory=140647406576332 CPUtime=0.16 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) R 23700 23703 25017 0 -1 4202560 938 0 0 0 16 0 0 0 20 0 15 0 94315305 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087707892776 140088590352227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661132 memory=140647294164943 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661132 memory=281294700734400 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 11777 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47108 KiB

[startup+0.700787 s]
/proc/loadavg: 1.29 1.36 1.39 5/215 23718
/proc/meminfo: memFree=22027544/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661132 memory=82776 CPUtime=1.73 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 15295 0 0 0 170 3 0 0 20 0 15 0 94315299 10916999168 20694 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665283 20694 3104 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661132 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 5204 0 0 0 66 1 0 0 20 0 15 0 94315300 10916999168 20694 33554432000 4194304 4196468 140731885676688 140088615285328 140731886053314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 20694 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=7024 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 20694 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=15044 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 20694 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=20456 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 20694 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) R 23700 23703 25017 0 -1 4202560 3896 0 0 0 39 0 0 0 20 0 15 0 94315305 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087709982152 140088592573376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661132 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) R 23700 23703 25017 0 -1 4202560 3267 0 0 0 37 0 0 0 20 0 15 0 94315305 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087708933256 140088592578830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661132 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23700 23703 25017 0 -1 1077944384 1555 0 0 0 26 0 0 0 20 0 15 0 94315305 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087707896048 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 20694 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 82776 KiB

[startup+1.50065 s]
/proc/loadavg: 1.34 1.37 1.40 3/215 23718
/proc/meminfo: memFree=21996864/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661132 memory=110940 CPUtime=3.02 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 16473 0 0 0 298 4 0 0 20 0 15 0 94315299 10916999168 27735 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665283 27735 3106 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661132 memory=3690478034879862893 CPUtime=1.47 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 5324 0 0 0 145 2 0 0 20 0 15 0 94315300 10916999168 27735 33554432000 4194304 4196468 140731885676688 140088615275760 140731886053314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=90052 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 27735 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 27735 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=7024 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 27735 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=15044 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94315300 10916999168 27735 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=20456 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 27735 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0

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

/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 11302 0 0 0 237484 435 0 0 20 0 15 0 94315300 10916999168 59458 33554432000 4194304 4196468 140731885676688 140088615274208 140731886053314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.09 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 2012 0 0 0 98 11 0 0 20 0 15 0 94315300 10916999168 59458 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.08 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2980 0 0 0 95 13 0 0 20 0 15 0 94315300 10916999168 59458 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.09 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2249 0 0 0 98 11 0 0 20 0 15 0 94315300 10916999168 59458 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=237812 CPUtime=1.09 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 3248 0 0 0 97 12 0 0 20 0 15 0 94315300 10916999168 59458 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=237812 CPUtime=1.28 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 4367 0 0 0 119 9 0 0 20 0 15 0 94315302 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661132 memory=237812 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661132 memory=836 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661132 memory=4032 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661132 memory=1284 CPUtime=0.81 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23700 23703 25017 0 -1 1077944384 6474 0 0 0 80 1 0 0 20 0 15 0 94315305 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.21 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23700 23703 25017 0 -1 1077944384 6695 0 0 0 120 1 0 0 20 0 15 0 94315305 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087708948592 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661132 memory=237832 CPUtime=0.3 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23700 23703 25017 0 -1 1077944384 1829 0 0 0 29 1 0 0 20 0 15 0 94315305 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087707896048 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661132 memory=237832 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661132 memory=237832 CPUtime=0.5 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 668 0 0 0 21 29 0 0 20 0 15 0 94315305 10916999168 59458 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 2387.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 237832 KiB

[startup+2442.3 s]
/proc/loadavg: 1.77 1.82 1.72 3/215 23892
/proc/meminfo: memFree=20296284/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661132 memory=239880 CPUtime=2447.79 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 43335 0 0 0 244270 509 0 0 20 0 15 0 94315299 10916999168 59970 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665283 59970 3140 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661132 memory=239880 CPUtime=2439.11 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 11357 0 0 0 243468 443 0 0 20 0 15 0 94315300 10916999168 59970 33554432000 4194304 4196468 140731885676688 140088615276784 140088230267982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.12 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 2014 0 0 0 101 11 0 0 20 0 15 0 94315300 10916999168 59970 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.11 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 2988 0 0 0 98 13 0 0 20 0 15 0 94315300 10916999168 59970 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=239880 CPUtime=1.11 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2255 0 0 0 100 11 0 0 20 0 15 0 94315300 10916999168 59970 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=239880 CPUtime=1.12 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 3273 0 0 0 100 12 0 0 20 0 15 0 94315300 10916999168 59970 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=237832 CPUtime=1.31 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 4372 0 0 0 122 9 0 0 20 0 15 0 94315302 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661132 memory=239880 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661132 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661132 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661132 memory=3296 CPUtime=0.81 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23700 23703 25017 0 -1 1077944384 6474 0 0 0 80 1 0 0 20 0 15 0 94315305 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661132 memory=239880 CPUtime=1.21 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23700 23703 25017 0 -1 1077944384 6695 0 0 0 120 1 0 0 20 0 15 0 94315305 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087708948592 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661132 memory=239880 CPUtime=0.3 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23700 23703 25017 0 -1 1077944384 1829 0 0 0 29 1 0 0 20 0 15 0 94315305 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087707896048 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661132 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661132 memory=3296 CPUtime=0.5 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 672 0 0 0 21 29 0 0 20 0 15 0 94315305 10916999168 59970 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 2447.79 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 239880 KiB

[startup+2502.3 s]
/proc/loadavg: 1.76 1.80 1.72 3/215 23893
/proc/meminfo: memFree=20368880/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661132 memory=239976 CPUtime=2507.87 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 43932 0 0 0 250268 519 0 0 20 0 15 0 94315299 10916999168 59994 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665283 59994 3140 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661132 memory=239976 CPUtime=2499.04 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 11448 0 0 0 249452 452 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088615273280 140731886053314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=239976 CPUtime=1.15 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 2247 0 0 0 103 12 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=239976 CPUtime=1.13 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 3018 0 0 0 100 13 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=281294589011402 CPUtime=1.14 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2291 0 0 0 103 11 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=239976 CPUtime=1.15 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 3326 0 0 0 103 12 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=281294588436480 CPUtime=1.34 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 4514 0 0 0 125 9 0 0 20 0 15 0 94315302 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661132 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661132 memory=239976 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661132 memory=239976 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661132 memory=3708 CPUtime=0.81 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23700 23703 25017 0 -1 1077944384 6476 0 0 0 80 1 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661132 memory=239976 CPUtime=1.21 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23700 23703 25017 0 -1 1077944384 6697 0 0 0 120 1 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087708948592 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661132 memory=239976 CPUtime=0.3 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23700 23703 25017 0 -1 1077944384 1831 0 0 0 29 1 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087707896048 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661132 memory=239976 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661132 memory=27180 CPUtime=0.52 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 678 0 0 0 22 30 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 2507.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 239976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.4 s]
/proc/loadavg: 1.71 1.79 1.71 3/215 23893
/proc/meminfo: memFree=20418804/32770624 swapFree=67108796/67108860
[pid=23703] ppid=23700 vsize=10661132 memory=239976 CPUtime=2520 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23700 23703 25017 0 -1 1077944320 43957 0 0 0 251478 522 0 0 20 0 15 0 94315299 10916999168 59994 33554432000 4194304 4196468 140731885676688 140731885659232 140088611053303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
/proc/23703/statm: 2665283 59994 3140 1 0 2627263 0
[pid=23703/tid=23705] ppid=23700 vsize=10661132 memory=27180 CPUtime=2511.12 cores=1,3,5,7
/proc/23703/task/23705/stat : 23705 (java) R 23700 23703 25017 0 -1 4202560 11459 0 0 0 250658 454 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088615280208 140088230415786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23706] ppid=23700 vsize=10661132 memory=239976 CPUtime=1.16 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23700 23703 25017 0 -1 1077944384 2252 0 0 0 104 12 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088547744016 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23707] ppid=23700 vsize=10661132 memory=6791534058613427641 CPUtime=1.14 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23700 23703 25017 0 -1 1077944384 3023 0 0 0 101 13 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088546691472 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23708] ppid=23700 vsize=10661132 memory=3112 CPUtime=1.14 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23700 23703 25017 0 -1 1077944384 2291 0 0 0 103 11 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088216250896 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23709] ppid=23700 vsize=10661132 memory=1646456 CPUtime=1.15 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23700 23703 25017 0 -1 1077944384 3326 0 0 0 103 12 0 0 20 0 15 0 94315300 10916999168 59994 33554432000 4194304 4196468 140731885676688 140088215198352 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23710] ppid=23700 vsize=10661132 memory=1796 CPUtime=1.35 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23700 23703 25017 0 -1 1077944384 4516 0 0 0 126 9 0 0 20 0 15 0 94315302 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087714212336 140088611064450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23711] ppid=23700 vsize=10661132 memory=916 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23700 23703 25017 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087713158560 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23712] ppid=23700 vsize=10661132 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23700 23703 25017 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 94315302 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087712105968 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23713] ppid=23700 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087711054544 140088611071899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23714] ppid=23700 vsize=10661132 memory=1040 CPUtime=0.81 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23700 23703 25017 0 -1 1077944384 6476 0 0 0 80 1 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087710001136 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23715] ppid=23700 vsize=10661132 memory=1628 CPUtime=1.21 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23700 23703 25017 0 -1 1077944384 6697 0 0 0 120 1 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087708948592 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23716] ppid=23700 vsize=10661132 memory=8800 CPUtime=0.3 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23700 23703 25017 0 -1 1077944384 1831 0 0 0 29 1 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087707896048 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23717] ppid=23700 vsize=10661132 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23700 23703 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087706843744 140088611063509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
[pid=23703/tid=23718] ppid=23700 vsize=10661132 memory=792 CPUtime=0.52 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23700 23703 25017 0 -1 1077944384 680 0 0 0 22 30 0 0 20 0 15 0 94315305 10916999168 59994 33554432000 4194304 4196468 140731885676688 140087705791280 140088611064450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12492800 140731885683832 140731885683977 140731885683977 140731885686735 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 239976 KiB

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

[startup+2514.41 s]
# the end of solver process 23703 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.79 s, system=5.22432 s

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

Child status: 143
Real time (s): 2514.41
CPU time (s): 2520.01
CPU user time (s): 2514.79
CPU system time (s): 5.22432
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 10661164
Max. memory (cumulated for all children) (KiB): 239976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.79
system time used= 5.22432
maximum resident set size= 240592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91900
involuntary context switches= 2559


# summary of solver processes directly reported to runsolver:
#   pid: 23703
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2514.79
#   total CPU system time (s): 5.22432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5252 second user time and 20.967 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 10:45:21
IDJOB=4298625
IDBENCH=141174
IDSOLVER=2768
FILE ID=node138/4298625-1532767521
RUNJOBID= node138-1532740019-20129
PBS_JOBID= 21022442
Free space on /tmp= 53800 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P03_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298625-1532767521/watcher-4298625-1532767521 -o /tmp/evaluation-result-4298625-1532767521/solver-4298625-1532767521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20129 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298625-1532767521.xml --timelimit 2520

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

MD5SUM BENCH= ca21bb45cdf77f5b8e0b27a9f8e7d69e
RANDOM SEED=1286519926

node138.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.71
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.71
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.71
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.71
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:        22079828 kB
MemAvailable:   31713924 kB
Buffers:          205660 kB
Cached:          9635960 kB
SwapCached:           44 kB
Active:          2695140 kB
Inactive:        7418076 kB
Active(anon):     215816 kB
Inactive(anon):    83516 kB
Active(file):    2479324 kB
Inactive(file):  7334560 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        325388 kB
Mapped:            49380 kB
Shmem:             25164 kB
Slab:             276720 kB
SReclaimable:     248672 kB
SUnreclaim:        28048 kB
KernelStack:        3808 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1128592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53800 MiB
End job on node138 at 2018-07-28 11:27:16