Trace number 4300404

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
The dodo solver 2018-04-29SAT (TO)93 2520.02 2515.21

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark580.839
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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
0.55/0.32	o 158
0.55/0.33	o 141
0.55/0.33	o 131
0.55/0.33	o 130
0.55/0.33	o 124
0.55/0.33	o 123
0.55/0.34	o 120
0.55/0.34	o 119
0.55/0.36	o 116
0.55/0.36	o 112
0.55/0.36	o 111
0.88/0.43	o 110
0.88/0.43	o 109
1.45/0.69	o 107
1.45/0.69	o 106
2.33/1.08	o 105
3.17/1.50	o 102
3.17/1.50	o 101
8.60/6.53	o 93
2520.00/2515.20	s SATISFIABLE
2520.00/2515.20	v <instantiation>
2520.00/2515.20	v 	<list>
2520.00/2515.20	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] 
2520.00/2515.20	v 	</list>
2520.00/2515.20	v 	<values>
2520.00/2515.20	v 		1 0 2 3 5 7 9 8 10 14 13 12 11 6 4 7 2 2 5 8 4 9 5 7 15 8 1 8 8 4 
2520.00/2515.20	v 	</values>
2520.00/2515.20	v </instantiation>

Verifier Data

OK	93

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 (9217 MiB free)
  memory of node 1: 16384 MiB (12251 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300404-1532884392/watcher-4300404-1532884392 -o /tmp/evaluation-result-4300404-1532884392/solver-4300404-1532884392 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532879424-32198 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300404-1532884392.xml --timelimit 2520 

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

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


[startup+0.100124 s]*
/proc/loadavg: 1.76 1.44 1.39 4/215 32682
/proc/meminfo: memFree=21969120/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10658972 memory=28484 CPUtime=0.12 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 4994 0 0 0 11 1 0 0 20 0 15 0 106002320 10914787328 7121 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2664743 7121 2837 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10658972 memory=-8197568871503400319 CPUtime=0.09 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) S 32664 32667 32167 0 -1 1077944384 2844 0 0 0 8 1 0 0 20 0 15 0 106002321 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491753841392 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10658972 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002322 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10658972 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002323 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106002323 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106002324 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) R 32664 32667 32167 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 106002326 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) R 32664 32667 32167 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 15 0 106002326 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491236485744 140491731157865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10658972 memory=139877996369536 CPUtime=0.02 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 106002326 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10658972 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002326 10914787328 7121 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28484 KiB

[startup+0.210483 s]*
/proc/loadavg: 1.76 1.44 1.39 3/215 32682
/proc/meminfo: memFree=21956944/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=40260 CPUtime=0.32 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 7629 0 0 0 30 2 0 0 20 0 15 0 106002320 10916999168 10065 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 10065 2983 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 4762 0 0 0 18 2 0 0 20 0 15 0 106002321 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491753845616 140491733693790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=345 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=288370254148081280 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) S 32664 32667 32167 0 -1 1077944384 628 0 0 0 2 0 0 0 20 0 15 0 106002326 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) S 32664 32667 32167 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 106002326 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491236485744 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=139877996369536 CPUtime=0.07 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 15 0 106002326 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 10065 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40260 KiB

[startup+0.310173 s]*
/proc/loadavg: 1.76 1.44 1.39 4/215 32682
/proc/meminfo: memFree=21953656/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=44472 CPUtime=0.55 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 8303 0 0 0 52 3 0 0 20 0 15 0 106002320 10916999168 11118 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 11118 3003 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 5148 0 0 0 28 2 0 0 20 0 15 0 106002321 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491753851952 140721081718722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=288370254148081280 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) R 32664 32667 32167 0 -1 1077944384 659 0 0 0 4 0 0 0 20 0 15 0 106002326 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) R 32664 32667 32167 0 -1 4202560 229 0 0 0 5 0 0 0 20 0 15 0 106002326 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491236475008 140491729269680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=139877996369536 CPUtime=0.14 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) R 32664 32667 32167 0 -1 4202560 899 0 0 0 14 0 0 0 20 0 15 0 106002326 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491235433200 140491728597976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=139877996369536 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 11118 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44472 KiB

[startup+0.700722 s]
/proc/loadavg: 1.76 1.44 1.39 5/215 32682
/proc/meminfo: memFree=21919184/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=101140 CPUtime=1.71 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 16291 0 0 0 166 5 0 0 20 0 15 0 106002320 10916999168 25285 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 25285 3106 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=1628 CPUtime=0.67 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 5233 0 0 0 64 3 0 0 20 0 15 0 106002321 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491753847456 140721081718722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=8800 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=832 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=5012 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=4032 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=4639098309541129069 CPUtime=0.4 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) R 32664 32667 32167 0 -1 4202560 3430 0 0 0 40 0 0 0 20 0 15 0 106002326 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491237525072 140491730248902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=7739276948477865066 CPUtime=0.43 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) R 32664 32667 32167 0 -1 4202560 4948 0 0 0 43 0 0 0 20 0 15 0 106002326 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491236471848 140491732999907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=7236547281622689387 CPUtime=0.17 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 1312 0 0 0 17 0 0 0 20 0 15 0 106002326 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 25285 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 101140 KiB

[startup+1.50081 s]
/proc/loadavg: 1.76 1.44 1.39 3/215 32682
/proc/meminfo: memFree=21863648/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=192152 CPUtime=3.17 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 21507 0 0 0 309 8 0 0 20 0 15 0 106002320 10916999168 48038 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 48038 3114 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 5532 0 0 0 142 5 0 0 20 0 15 0 106002321 10916999168 48038 33554432000 4194304 4196468 140721081649856 140491753840992 140721081718722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 48038 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 48038 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 48038 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106002322 10916999168 48038 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 48038 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0

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

/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 12754 0 0 0 237489 534 0 0 20 0 15 0 106002321 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491753853248 140721081718722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.61 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 3168 0 0 0 50 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.6 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1029 0 0 0 52 8 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.6 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 2768 0 0 0 50 10 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=66 CPUtime=0.59 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 1794 0 0 0 53 6 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.96 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 5121 0 0 0 89 7 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=279755783067872 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.99 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) S 32664 32667 32167 0 -1 1077944384 9189 0 0 0 98 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=8800 CPUtime=1.41 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) S 32664 32667 32167 0 -1 1077944384 12653 0 0 0 140 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491236485744 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=1120 CPUtime=0.23 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 2459 0 0 0 23 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=30144 CPUtime=0.67 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 788 0 0 0 30 37 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 2386.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214764 KiB

[startup+2442.3 s]
/proc/loadavg: 1.59 1.47 1.48 3/216 368
/proc/meminfo: memFree=21976592/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=214764 CPUtime=2447.04 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 53192 0 0 0 244102 602 0 0 20 0 15 0 106002320 10916999168 53691 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 53691 3146 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=214764 CPUtime=2440.19 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 12800 0 0 0 243472 547 0 0 20 0 15 0 106002321 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491753853248 140721081718722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.62 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 3170 0 0 0 51 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.62 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1029 0 0 0 54 8 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.62 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 2769 0 0 0 51 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.61 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 1797 0 0 0 54 7 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.98 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 5129 0 0 0 91 7 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.99 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) S 32664 32667 32167 0 -1 1077944384 9189 0 0 0 98 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=214764 CPUtime=1.41 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) S 32664 32667 32167 0 -1 1077944384 12653 0 0 0 140 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491236485744 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=3708 CPUtime=0.23 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 2459 0 0 0 23 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=30144 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.68 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 792 0 0 0 30 38 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 2447.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214764 KiB

[startup+2502.3 s]
/proc/loadavg: 1.48 1.45 1.48 3/216 369
/proc/meminfo: memFree=21976212/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=214764 CPUtime=2507.09 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 53889 0 0 0 250093 616 0 0 20 0 15 0 106002320 10916999168 53691 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 53691 3146 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=214764 CPUtime=2500.13 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 13020 0 0 0 249453 560 0 0 20 0 15 0 106002321 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491753854576 140721081718722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.63 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 3175 0 0 0 52 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.63 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1038 0 0 0 55 8 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.64 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 2790 0 0 0 53 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.62 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2045 0 0 0 55 7 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=214764 CPUtime=1 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 5299 0 0 0 93 7 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=54 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.99 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) S 32664 32667 32167 0 -1 1077944384 9191 0 0 0 98 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=214764 CPUtime=1.41 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) S 32664 32667 32167 0 -1 1077944384 12655 0 0 0 140 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491236485744 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=1408 CPUtime=0.24 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 2461 0 0 0 24 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=3220 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.7 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 810 0 0 0 31 39 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 2507.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.2 s]
/proc/loadavg: 1.30 1.41 1.46 3/215 370
/proc/meminfo: memFree=21976236/32770624 swapFree=67108796/67108860
[pid=32667] ppid=32664 vsize=10661132 memory=214764 CPUtime=2520 cores=0,2,4,6
/proc/32667/stat : 32667 (java) S 32664 32667 32167 0 -1 1077944320 53902 0 0 0 251382 618 0 0 20 0 15 0 106002320 10916999168 53691 33554432000 4194304 4196468 140721081649856 140721081632400 140491749613303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
/proc/32667/statm: 2665283 53691 3146 1 0 2627263 0
[pid=32667/tid=32669] ppid=32664 vsize=10661132 memory=214764 CPUtime=2513.02 cores=0,2,4,6
/proc/32667/task/32669/stat : 32669 (java) R 32664 32667 32167 0 -1 4202560 13030 0 0 0 250740 562 0 0 20 0 15 0 106002321 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491753853248 140721081718722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32670] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.64 cores=0,2,4,6
/proc/32667/task/32670/stat : 32670 (java) S 32664 32667 32167 0 -1 1077944384 3175 0 0 0 53 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491675687696 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32671] ppid=32664 vsize=10661132 memory=832 CPUtime=0.64 cores=0,2,4,6
/proc/32667/task/32671/stat : 32671 (java) S 32664 32667 32167 0 -1 1077944384 1038 0 0 0 56 8 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491674635152 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32672] ppid=32664 vsize=10661132 memory=1692 CPUtime=0.64 cores=0,2,4,6
/proc/32667/task/32672/stat : 32672 (java) S 32664 32667 32167 0 -1 1077944384 2792 0 0 0 53 11 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491673582608 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32673] ppid=32664 vsize=10661132 memory=916 CPUtime=0.62 cores=0,2,4,6
/proc/32667/task/32673/stat : 32673 (java) S 32664 32667 32167 0 -1 1077944384 2045 0 0 0 55 7 0 0 20 0 15 0 106002322 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491672530064 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32674] ppid=32664 vsize=10661132 memory=3848 CPUtime=1.01 cores=0,2,4,6
/proc/32667/task/32674/stat : 32674 (java) S 32664 32667 32167 0 -1 1077944384 5300 0 0 0 94 7 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491241748464 140491749624450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32675] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32675/stat : 32675 (java) S 32664 32667 32167 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106002323 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491240694688 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32676] ppid=32664 vsize=10661132 memory=214764 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32676/stat : 32676 (java) S 32664 32667 32167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106002324 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491239642096 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32677] ppid=32664 vsize=10661132 memory=30144 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32677/stat : 32677 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491238590672 140491749631899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32678] ppid=32664 vsize=10661132 memory=214764 CPUtime=0.99 cores=0,2,4,6
/proc/32667/task/32678/stat : 32678 (java) S 32664 32667 32167 0 -1 1077944384 9191 0 0 0 98 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491237538288 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32679] ppid=32664 vsize=10661132 memory=6791534058613427641 CPUtime=1.41 cores=0,2,4,6
/proc/32667/task/32679/stat : 32679 (java) S 32664 32667 32167 0 -1 1077944384 12655 0 0 0 140 1 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491236485744 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32680] ppid=32664 vsize=10661132 memory=5012 CPUtime=0.24 cores=0,2,4,6
/proc/32667/task/32680/stat : 32680 (java) S 32664 32667 32167 0 -1 1077944384 2461 0 0 0 24 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491235433200 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32681] ppid=32664 vsize=10661132 memory=4032 CPUtime=0 cores=0,2,4,6
/proc/32667/task/32681/stat : 32681 (java) S 32664 32667 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491234380896 140491749623509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
[pid=32667/tid=32682] ppid=32664 vsize=10661132 memory=1284 CPUtime=0.7 cores=0,2,4,6
/proc/32667/task/32682/stat : 32682 (java) S 32664 32667 32167 0 -1 1077944384 810 0 0 0 31 39 0 0 20 0 15 0 106002326 10916999168 53691 33554432000 4194304 4196468 140721081649856 140491233327408 140491749624450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35745792 140721081656440 140721081656585 140721081656585 140721081659343 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214764 KiB

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

[startup+2515.21 s]
# the end of solver process 32667 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.83 s, system=6.18945 s

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

Child status: 143
Real time (s): 2515.21
CPU time (s): 2520.02
CPU user time (s): 2513.83
CPU system time (s): 6.18945
CPU usage (%): 100.191
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 214764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.83
system time used= 6.18945
maximum resident set size= 215308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84079
involuntary context switches= 3519


# summary of solver processes directly reported to runsolver:
#   pid: 32667
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2513.83
#   total CPU system time (s): 6.18945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0229 second user time and 15.8011 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-29 19:13:12
IDJOB=4300404
IDBENCH=141621
IDSOLVER=2768
FILE ID=node138/4300404-1532884392
RUNJOBID= node138-1532879424-32198
PBS_JOBID= 21022515
Free space on /tmp= 56152 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300404-1532884392/watcher-4300404-1532884392 -o /tmp/evaluation-result-4300404-1532884392/solver-4300404-1532884392 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532879424-32198 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300404-1532884392.xml --timelimit 2520

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=90615022

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:        21984296 kB
MemAvailable:   31537212 kB
Buffers:          224184 kB
Cached:          9540088 kB
SwapCached:           44 kB
Active:          2815812 kB
Inactive:        7396212 kB
Active(anon):     391840 kB
Inactive(anon):    83480 kB
Active(file):    2423972 kB
Inactive(file):  7312732 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        454000 kB
Mapped:            51088 kB
Shmem:             25164 kB
Slab:             272984 kB
SReclaimable:     244672 kB
SUnreclaim:        28312 kB
KernelStack:        3504 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1080532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 56152 MiB
End job on node138 at 2018-07-29 19:55:07