Trace number 4401017

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
Concrete 3.12.2OPT76 960.178 935.138

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark48.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"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.76/0.56	c Concrete v3.12.2.1568631193530 running
6.88/3.19	o 126
7.18/3.21	o 121
7.18/3.23	o 114
7.18/3.24	o 110
7.18/3.27	o 103
7.53/3.35	o 101
7.53/3.36	o 98
7.53/3.37	o 96
7.53/3.38	o 94
8.52/3.62	o 93
8.52/3.62	o 92
8.52/3.64	o 89
8.86/3.79	o 88
10.76/4.36	o 82
10.76/4.38	o 80
12.49/5.03	o 77
12.49/5.03	o 76
960.13/935.12	v <instantiation
960.13/935.12	v         cost = '76'>
960.13/935.12	v       <list>
960.13/935.12	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]
960.13/935.12	v       </list>
960.13/935.12	v       <values>
960.13/935.12	v         11 9 7 8 4 3 2 1 0 5 6 10 13 14 12 5 1 4 9 5 1 1 8 10 4 4 6 4 12 2
960.13/935.12	v       </values>
960.13/935.12	v     </instantiation>
960.13/935.12	s OPTIMUM FOUND

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401017-1568689166/watcher-4401017-1568689166 -o /tmp/evaluation-result-4401017-1568689166/solver-4401017-1568689166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18224 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401017-1568689166.xml 

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

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


[startup+0.10008 s]*
/proc/loadavg: 1.29 1.32 1.32 3/218 23580
/proc/meminfo: memFree=28999392/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 4441 13381 0 0 1 1 5 3 20 0 6 0 444830406 10212057088 4204 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2493178 4204 1935 1 0 2481616 0
[pid=23523/tid=23576] ppid=23520 vsize=9972712 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 2229 13381 0 0 0 0 5 3 20 0 6 0 444830415 10212057088 4204 33554432000 4194304 4196468 140721295283952 140227069178448 140227081422174 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 6 0 444830416 10212057088 4204 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=9972712 memory=140357895214720 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 6 0 444830416 10212057088 4204 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 6 0 444830416 10212057088 4204 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 6 0 444830416 10212057088 4204 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210441 s]*
/proc/loadavg: 1.29 1.32 1.32 4/227 23589
/proc/meminfo: memFree=28979288/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10819712 memory=41764 CPUtime=0.26 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 7250 13381 0 0 16 2 5 3 20 0 15 0 444830406 11079385088 9929 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2704928 9929 3187 1 0 2667149 0
[pid=23523/tid=23576] ppid=23520 vsize=10819712 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 3741 13381 0 0 10 1 5 3 20 0 15 0 444830415 11079385088 10441 33554432000 4194304 4196468 140721295283952 140227069172632 140227097363613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10819712 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079385088 10441 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10819712 memory=288370734046926464 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079385088 10441 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10819712 memory=140357895214720 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830417 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 13 13381 0 0 0 0 5 3 20 0 15 0 444830418 11079385088 10441 33554432000 4194304 4196468 140721295283952 140225984586656 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830418 11079385088 10441 33554432000 4194304 4196468 140721295283952 140225850369008 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11079385088 10441 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10819712 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 236 13381 0 0 1 0 5 3 20 0 15 0 444830421 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10819712 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 429 13381 0 0 1 0 5 3 20 0 15 0 444830421 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10819712 memory=140357895214720 CPUtime=0.11 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) S 23520 23523 18193 0 -1 1077944384 606 13381 0 0 3 0 5 3 20 0 15 0 444830421 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226552675056 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11079385088 10441 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10819712 memory=140357895214720 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830421 11079385088 10441 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41764 KiB

[startup+0.311359 s]*
/proc/loadavg: 1.29 1.32 1.32 3/227 23589
/proc/meminfo: memFree=28966168/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10820196 memory=50784 CPUtime=0.39 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 10910 13381 0 0 27 4 5 3 20 0 15 0 444830406 11079880704 12696 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2705049 12696 3319 1 0 2667149 0
[pid=23523/tid=23576] ppid=23520 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 7386 13381 0 0 18 3 5 3 20 0 15 0 444830415 11079880704 12696 33554432000 4194304 4196468 140721295283952 140227069151296 140227097363613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079880704 12696 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079880704 12696 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830416 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830417 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 13 13381 0 0 0 0 5 3 20 0 15 0 444830418 11079880704 12696 33554432000 4194304 4196468 140721295283952 140225984586656 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830418 11079880704 12696 33554432000 4194304 4196468 140721295283952 140225850369008 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11079880704 12696 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 241 13381 0 0 1 0 5 3 20 0 15 0 444830421 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 430 13381 0 0 2 0 5 3 20 0 15 0 444830421 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10820196 memory=140357895214720 CPUtime=0.13 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) R 23520 23523 18193 0 -1 4202560 614 13381 0 0 5 0 5 3 20 0 15 0 444830421 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226552675056 140227097363034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11079880704 12696 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10820196 memory=140357895214720 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830421 11079880704 12696 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50784 KiB

[startup+0.70078 s]
/proc/loadavg: 1.50 1.36 1.33 3/227 23589
/proc/meminfo: memFree=28954188/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10824364 memory=83660 CPUtime=1.12 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 15129 13381 0 0 98 6 5 3 20 0 15 0 444830406 11084148736 20915 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2706091 20915 3505 1 0 2668173 0
[pid=23523/tid=23576] ppid=23520 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 10502 13381 0 0 54 4 5 3 20 0 15 0 444830415 11084148736 20915 33554432000 4194304 4196468 140721295283952 140227069171232 140227078735421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830416 11084148736 20915 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830416 11084148736 20915 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10824364 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830416 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 2 13381 0 0 0 0 5 3 20 0 15 0 444830416 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 6 13381 0 0 0 0 5 3 20 0 15 0 444830417 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10824364 memory=140357786546896 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 13 13381 0 0 0 0 5 3 20 0 15 0 444830418 11084148736 20915 33554432000 4194304 4196468 140721295283952 140225984586656 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10824364 memory=140359531233869 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830418 11084148736 20915 33554432000 4194304 4196468 140721295283952 140225850369008 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10824364 memory=1112 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11084148736 20915 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10824364 memory=7089886620845893184 CPUtime=0.21 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 689 13381 0 0 13 0 5 3 20 0 15 0 444830421 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10824364 memory=7739276948478192999 CPUtime=0.2 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 866 13381 0 0 12 0 5 3 20 0 15 0 444830421 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10824364 memory=6148935659200796009 CPUtime=0.24 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) S 23520 23523 18193 0 -1 1077944384 831 13381 0 0 16 0 5 3 20 0 15 0 444830421 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226552675056 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10824364 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11084148736 20915 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830421 11084148736 20915 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83660 KiB

[startup+1.50818 s]
/proc/loadavg: 1.50 1.36 1.33 4/227 23589
/proc/meminfo: memFree=28907700/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10834680 memory=171724 CPUtime=2.45 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 21854 13381 0 0 226 11 5 3 20 0 15 0 444830406 11094712320 42931 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2708670 42931 3581 1 0 2670733 0
[pid=23523/tid=23576] ppid=23520 vsize=10834680 memory=9174 CPUtime=1.44 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 15392 13381 0 0 130 6 5 3 20 0 15 0 444830415 11094712320 42931 33554432000 4194304 4196468 140721295283952 140227069142176 140227082477525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 21 13381 0 0 1 0 5 3 20 0 15 0 444830416 11094712320 42931 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 418 13381 0 0 0 0 5 3 20 0 15 0 444830416 11094712320 42931 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10834680 memory=3558 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 83 13381 0 0 1 0 5 3 20 0 15 0 444830416 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10834680 memory=83660 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 85 13381 0 0 1 0 5 3 20 0 15 0 444830416 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 150 13381 0 0 1 0 5 3 20 0 15 0 444830417 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10834680 memory=280715573035504 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 14 13381 0 0 0 0 5 3 20 0 15 0 444830418 11094712320 42931 33554432000 4194304 4196468 140721295283952 140225984586720 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10834680 memory=280715573086304 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830418 11094712320 42931 33554432000 4194304 4196468 140721295283952 140225850369024 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11094712320 42931 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10834680 memory=6935649255759568960 CPUtime=0.34 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 909 13381 0 0 26 0 5 3 20 0 15 0 444830421 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10834680 memory=280715573369728 CPUtime=0.32 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 992 13381 0 0 24 0 5 3 20 0 15 0 444830421 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10834680 memory=6944656425123290226 CPUtime=0.47 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) R 23520 23523 18193 0 -1 4202560 1575 13381 0 0 39 0 5 3 20 0 15 0 444830421 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226552675184 140227081593701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11094712320 42931 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10834680 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 1 13381 0 0 0 0 5 3 20 0 15 0 444830421 11094712320 42931 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=23523/tid=23588] ppid=23520 vsize=10849048 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10849048 memory=896 CPUtime=0.65 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 777 13381 0 0 30 27 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 957.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 806512 KiB

[startup+934.401 s]
/proc/loadavg: 1.28 1.33 1.35 3/228 23828
/proc/meminfo: memFree=28762340/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10849048 memory=806512 CPUtime=959.41 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 159917 13381 0 0 95775 158 5 3 20 0 15 0 444830406 11109425152 201628 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2712262 201628 3628 1 0 2674317 0
[pid=23523/tid=23576] ppid=23520 vsize=10849048 memory=6791534058613427641 CPUtime=924.07 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 46583 13381 0 0 92370 29 5 3 20 0 15 0 444830415 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227069176704 140226685011481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10849048 memory=2856 CPUtime=4.58 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 5920 13381 0 0 426 24 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10849048 memory=2608 CPUtime=4.6 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 8087 13381 0 0 429 23 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10849048 memory=1560 CPUtime=4.58 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 8499 13381 0 0 428 22 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10849048 memory=4040 CPUtime=4.58 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 9964 13381 0 0 426 24 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10849048 memory=1112 CPUtime=4.18 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 8134 13381 0 0 390 20 5 3 20 0 15 0 444830417 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 22 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225984586720 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10849048 memory=5787213844361602137 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 16 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225850369024 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10849048 memory=5787213827046663524 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10849048 memory=0 CPUtime=4.63 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 24849 13381 0 0 450 5 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10849048 memory=455 CPUtime=4.4 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 16596 13381 0 0 428 4 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10849048 memory=0 CPUtime=3.76 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) S 23520 23523 18193 0 -1 1077944384 28254 13381 0 0 362 6 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226552675056 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10849048 memory=2020 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10849048 memory=988 CPUtime=0.65 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 777 13381 0 0 30 27 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 959.41 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 806512 KiB

[startup+934.801 s]
/proc/loadavg: 1.28 1.33 1.35 3/228 23828
/proc/meminfo: memFree=28762340/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10849048 memory=806512 CPUtime=959.82 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 159919 13381 0 0 95816 158 5 3 20 0 15 0 444830406 11109425152 201628 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2712262 201628 3628 1 0 2674317 0
[pid=23523/tid=23576] ppid=23520 vsize=10849048 memory=1636 CPUtime=924.47 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 46585 13381 0 0 92410 29 5 3 20 0 15 0 444830415 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227069177952 140226683528036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10849048 memory=1436 CPUtime=4.58 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 5920 13381 0 0 426 24 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10849048 memory=6791534058613427641 CPUtime=4.6 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 8087 13381 0 0 429 23 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10849048 memory=25688 CPUtime=4.58 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 8499 13381 0 0 428 22 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10849048 memory=492 CPUtime=4.58 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 9964 13381 0 0 426 24 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10849048 memory=1560 CPUtime=4.19 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 8134 13381 0 0 390 21 5 3 20 0 15 0 444830417 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10849048 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 22 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225984586720 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10849048 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 16 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225850369024 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10849048 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10849048 memory=4040 CPUtime=4.63 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 24849 13381 0 0 450 5 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10849048 memory=1112 CPUtime=4.4 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 16596 13381 0 0 428 4 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10849048 memory=2828 CPUtime=3.76 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) S 23520 23523 18193 0 -1 1077944384 28254 13381 0 0 362 6 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226552675056 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10849048 memory=1212 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10849048 memory=6791534058613427641 CPUtime=0.65 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 777 13381 0 0 30 27 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 959.82 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 806512 KiB

[startup+935.001 s]*
/proc/loadavg: 1.28 1.33 1.35 6/228 23828
/proc/meminfo: memFree=28762340/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10849048 memory=806512 CPUtime=960.03 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 159922 13381 0 0 95837 158 5 3 20 0 15 0 444830406 11109425152 201628 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2712262 201628 3628 1 0 2674317 0
[pid=23523/tid=23576] ppid=23520 vsize=10849048 memory=6791534058613427641 CPUtime=924.67 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 46587 13381 0 0 92430 29 5 3 20 0 15 0 444830415 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227069177584 140226687946720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10849048 memory=3296 CPUtime=4.59 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 5920 13381 0 0 427 24 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10849048 memory=809580 CPUtime=4.6 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 8088 13381 0 0 429 23 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10849048 memory=776 CPUtime=4.59 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 8499 13381 0 0 429 22 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10849048 memory=4126316290023845779 CPUtime=4.59 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 9964 13381 0 0 426 25 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10849048 memory=1412 CPUtime=4.19 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 8134 13381 0 0 390 21 5 3 20 0 15 0 444830417 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10849048 memory=3252 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 22 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225984586720 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10849048 memory=806512 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 16 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225850369024 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10849048 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10849048 memory=3296 CPUtime=4.63 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 24849 13381 0 0 450 5 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10849048 memory=809580 CPUtime=4.4 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 16596 13381 0 0 428 4 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10849048 memory=932 CPUtime=3.76 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) S 23520 23523 18193 0 -1 1077944384 28254 13381 0 0 362 6 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226552675056 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10849048 memory=1636 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10849048 memory=806512 CPUtime=0.65 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 777 13381 0 0 30 27 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 960.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 806512 KiB

[startup+935.11 s]
/proc/loadavg: 1.28 1.33 1.35 6/228 23828
/proc/meminfo: memFree=28762340/32770624 swapFree=66917056/67108860
[pid=23523] ppid=23520 vsize=10849048 memory=806512 CPUtime=960.13 cores=0,2,4,6
/proc/23523/stat : 23523 (java) S 23520 23523 18193 0 -1 1077944320 159922 13381 0 0 95847 158 5 3 20 0 15 0 444830406 11109425152 201628 33554432000 4194304 4196468 140721295283952 140721295266496 140227097341687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
/proc/23523/statm: 2712262 201628 3628 1 0 2674317 0
[pid=23523/tid=23576] ppid=23520 vsize=10849048 memory=806512 CPUtime=924.77 cores=0,2,4,6
/proc/23523/task/23576/stat : 23576 (java) R 23520 23523 18193 0 -1 4202560 46587 13381 0 0 92440 29 5 3 20 0 15 0 444830415 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227069177584 140226687127673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23577] ppid=23520 vsize=10849048 memory=806512 CPUtime=4.59 cores=0,2,4,6
/proc/23523/task/23577/stat : 23577 (java) S 23520 23523 18193 0 -1 1077944384 5920 13381 0 0 427 24 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227101584144 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23578] ppid=23520 vsize=10849048 memory=806512 CPUtime=4.6 cores=0,2,4,6
/proc/23523/task/23578/stat : 23578 (java) S 23520 23523 18193 0 -1 1077944384 8088 13381 0 0 429 23 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140227000474512 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23579] ppid=23520 vsize=10849048 memory=806512 CPUtime=4.59 cores=0,2,4,6
/proc/23523/task/23579/stat : 23579 (java) S 23520 23523 18193 0 -1 1077944384 8499 13381 0 0 429 22 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226999421968 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23580] ppid=23520 vsize=10849048 memory=806512 CPUtime=4.59 cores=0,2,4,6
/proc/23523/task/23580/stat : 23580 (java) S 23520 23523 18193 0 -1 1077944384 9964 13381 0 0 426 25 5 3 20 0 15 0 444830416 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226998369424 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23581] ppid=23520 vsize=10849048 memory=280715573718448 CPUtime=4.19 cores=0,2,4,6
/proc/23523/task/23581/stat : 23581 (java) S 23520 23523 18193 0 -1 1077944384 8134 13381 0 0 390 21 5 3 20 0 15 0 444830417 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226555832304 140227097352834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23582] ppid=23520 vsize=10849048 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23582/stat : 23582 (java) S 23520 23523 18193 0 -1 1077944384 22 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225984586720 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23583] ppid=23520 vsize=10849048 memory=48084 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23583/stat : 23583 (java) S 23520 23523 18193 0 -1 1077944384 16 13381 0 0 0 0 5 3 20 0 15 0 444830418 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225850369024 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23584] ppid=23520 vsize=10849048 memory=806512 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23584/stat : 23584 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225610078416 140227097360283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23585] ppid=23520 vsize=10849048 memory=806512 CPUtime=4.63 cores=0,2,4,6
/proc/23523/task/23585/stat : 23585 (java) S 23520 23523 18193 0 -1 1077944384 24849 13381 0 0 450 5 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226554780144 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23586] ppid=23520 vsize=10849048 memory=12040 CPUtime=4.4 cores=0,2,4,6
/proc/23523/task/23586/stat : 23586 (java) S 23520 23523 18193 0 -1 1077944384 16596 13381 0 0 428 4 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226553727600 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23587] ppid=23520 vsize=10849048 memory=2124 CPUtime=3.76 cores=0,2,4,6
/proc/23523/task/23587/stat : 23587 (java) S 23520 23523 18193 0 -1 1077944384 28254 13381 0 0 362 6 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226552675056 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23588] ppid=23520 vsize=10849048 memory=806512 CPUtime=0.08 cores=0,2,4,6
/proc/23523/task/23588/stat : 23588 (java) S 23520 23523 18193 0 -1 1077944384 3 13381 0 0 0 0 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140225576520800 140227097351893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
[pid=23523/tid=23589] ppid=23520 vsize=10849048 memory=806512 CPUtime=0.65 cores=0,2,4,6
/proc/23523/task/23589/stat : 23589 (java) S 23520 23523 18193 0 -1 1077944384 777 13381 0 0 30 27 5 3 20 0 15 0 444830421 11109425152 201628 33554432000 4194304 4196468 140721295283952 140226551621936 140227097352834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24539136 140721295289072 140721295291589 140721295291589 140721295294415 0
Current children cumulated CPU time: 960.13 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 806512 KiB

Child status: 0
Real time (s): 935.138
CPU time (s): 960.178
CPU user time (s): 958.543
CPU system time (s): 1.63501
CPU usage (%): 102.678
Max. virtual memory (cumulated for all children) (KiB): 10852028
Max. memory (cumulated for all children) (KiB): 806512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 958.543
system time used= 1.63501
maximum resident set size= 808612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175235
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117022
involuntary context switches= 3916


# summary of solver processes directly reported to runsolver:
#   pid: 23523
#   total CPU time (s): 960.178
#   total CPU user time (s): 958.543
#   total CPU system time (s): 1.63501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53707 second user time and 7.86649 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 04:58:42
IDJOB=4401017
IDBENCH=135738
IDSOLVER=2857
FILE ID=node147/4401017-1568689166
RUNJOBID= node147-1568673287-18224
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401017-1568689166/watcher-4401017-1568689166 -o /tmp/evaluation-result-4401017-1568689166/solver-4401017-1568689166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18224 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401017-1568689166.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=711557294

node147.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.52
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.52
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.52
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.52
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:        29005264 kB
MemAvailable:   30454916 kB
Buffers:           99820 kB
Cached:          1642292 kB
SwapCached:        87660 kB
Active:          2303020 kB
Inactive:         878868 kB
Active(anon):    1355912 kB
Inactive(anon):   133760 kB
Active(file):     947108 kB
Inactive(file):   745108 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:       1463240 kB
Mapped:            62076 kB
Shmem:             40920 kB
Slab:             175980 kB
SReclaimable:     146540 kB
SUnreclaim:        29440 kB
KernelStack:        3744 kB
PageTables:         8524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2500424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1374208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 05:14:18