Trace number 4403076

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.3OPT85 1218.71 1191.86

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark113.298
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"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.79/0.56	c Concrete v3.12.3.1568965526260 running
6.40/3.15	o 150
6.40/3.17	o 130
6.40/3.18	o 123
6.71/3.25	o 121
7.04/3.39	o 118
7.37/3.43	o 114
7.37/3.44	o 112
8.04/3.62	o 109
8.04/3.67	o 102
8.04/3.67	o 98
9.32/4.03	o 87
12.01/5.22	o 85
1218.63/1191.84	v <instantiation
1218.63/1191.84	v         cost = '85'>
1218.63/1191.84	v       <list>
1218.63/1191.84	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]
1218.63/1191.84	v       </list>
1218.63/1191.84	v       <values>
1218.63/1191.84	v         9 8 7 3 1 2 4 0 5 6 12 14 10 11 13 4 1 8 1 6 1 10 5 4 11 5 13 6 2 8
1218.63/1191.84	v       </values>
1218.63/1191.84	v     </instantiation>
1218.63/1191.84	s OPTIMUM FOUND

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403076-1568979725/watcher-4403076-1568979725 -o /var/tmp/evaluation-result-4403076-1568979725/solver-4403076-1568979725 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19366 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403076-1568979725.xml 

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

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

solver pid=23366, runsolver pid=23363

[startup+0.100162 s]*
/proc/loadavg: 1.47 1.42 1.42 3/220 23423
/proc/meminfo: memFree=3812748/32770624 swapFree=67002224/67108860
[pid=23366] ppid=23363 vsize=9972712 memory=18860 CPUtime=0.1 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 4481 12978 0 0 1 1 5 3 20 0 6 0 474221108 10212057088 4715 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2493178 4715 1934 1 0 2481616 0
[pid=23366/tid=23419] ppid=23363 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 2272 12978 0 0 0 0 5 3 20 0 6 0 474221117 10212057088 4715 33554432000 4194304 4196468 140734383447312 140123236459088 140123250304853 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 6 0 474221118 10212057088 4715 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=9972712 memory=139975375771264 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 6 0 474221118 10212057088 4715 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 6 0 474221118 10212057088 4715 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 6 0 474221118 10212057088 4715 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210451 s]*
/proc/loadavg: 1.47 1.42 1.42 3/229 23432
/proc/meminfo: memFree=3791300/32770624 swapFree=67002224/67108860
[pid=23366] ppid=23363 vsize=10820196 memory=45784 CPUtime=0.27 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 7352 12978 0 0 17 2 5 3 20 0 15 0 474221108 11079880704 11446 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2705049 11446 3289 1 0 2667149 0
[pid=23366/tid=23419] ppid=23363 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 3862 12978 0 0 10 1 5 3 20 0 15 0 474221117 11079880704 11446 33554432000 4194304 4196468 140734383447312 140123236433360 140123264644253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 11446 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10820196 memory=139975375771264 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 11446 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 11446 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 11446 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10820196 memory=139975375771264 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221119 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 474221120 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122704045344 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221120 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122569827952 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11079880704 11446 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 330 12978 0 0 1 0 5 3 20 0 15 0 474221123 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) R 23363 23366 19335 0 -1 4202560 322 12978 0 0 1 0 5 3 20 0 15 0 474221123 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122789173232 140123242496512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10820196 memory=139975375771264 CPUtime=0.11 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) R 23363 23366 19335 0 -1 1077944384 610 12978 0 0 3 0 5 3 20 0 15 0 474221123 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11079880704 11446 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10820196 memory=139975375771264 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221123 11079880704 11446 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45784 KiB

[startup+0.310682 s]*
/proc/loadavg: 1.47 1.42 1.42 4/229 23432
/proc/meminfo: memFree=3778184/32770624 swapFree=67002224/67108860
[pid=23366] ppid=23363 vsize=10820196 memory=54120 CPUtime=0.41 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 10749 12978 0 0 29 4 5 3 20 0 15 0 474221108 11079880704 13530 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2705049 13530 3314 1 0 2667149 0
[pid=23366/tid=23419] ppid=23363 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 7233 12978 0 0 18 3 5 3 20 0 15 0 474221117 11079880704 13530 33554432000 4194304 4196468 140734383447312 140123236433872 140123248702814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 13530 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10820196 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 13530 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 13530 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221118 11079880704 13530 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221119 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 474221120 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122704045344 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221120 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122569827952 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11079880704 13530 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 331 12978 0 0 2 0 5 3 20 0 15 0 474221123 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) S 23363 23366 19335 0 -1 1077944384 323 12978 0 0 2 0 5 3 20 0 15 0 474221123 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122789173232 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) S 23363 23366 19335 0 -1 1077944384 629 12978 0 0 5 0 5 3 20 0 15 0 474221123 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11079880704 13530 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221123 11079880704 13530 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54120 KiB

[startup+0.706087 s]
/proc/loadavg: 1.47 1.42 1.42 3/229 23432
/proc/meminfo: memFree=3762796/32770624 swapFree=67002224/67108860
[pid=23366] ppid=23363 vsize=10824364 memory=87704 CPUtime=1.16 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 15103 12978 0 0 101 7 5 3 20 0 15 0 474221108 11084148736 21926 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2706091 21926 3515 1 0 2668173 0
[pid=23366/tid=23419] ppid=23363 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 10480 12978 0 0 55 5 5 3 20 0 15 0 474221117 11084148736 21926 33554432000 4194304 4196468 140734383447312 140123236449952 140123264644253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10824364 memory=827 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221118 11084148736 21926 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221118 11084148736 21926 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221118 11084148736 21926 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221118 11084148736 21926 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 5 12978 0 0 0 0 5 3 20 0 15 0 474221119 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 474221120 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122704045344 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221120 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122569827952 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11084148736 21926 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10824364 memory=13252 CPUtime=0.21 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 807 12978 0 0 13 0 5 3 20 0 15 0 474221123 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10824364 memory=15460 CPUtime=0.23 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) R 23363 23366 19335 0 -1 4202560 764 12978 0 0 15 0 5 3 20 0 15 0 474221123 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122789154640 140123243868175 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) S 23363 23366 19335 0 -1 1077944384 813 12978 0 0 17 0 5 3 20 0 15 0 474221123 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11084148736 21926 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221123 11084148736 21926 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87704 KiB

[startup+1.5007 s]
/proc/loadavg: 1.47 1.42 1.42 3/229 23432
/proc/meminfo: memFree=3719732/32770624 swapFree=67002224/67108860
[pid=23366] ppid=23363 vsize=10834680 memory=173260 CPUtime=2.44 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 21740 12978 0 0 224 12 5 3 20 0 15 0 474221108 11094712320 43315 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2708670 43315 3581 1 0 2670733 0
[pid=23366/tid=23419] ppid=23363 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 15483 12978 0 0 129 7 5 3 20 0 15 0 474221117 11094712320 43315 33554432000 4194304 4196468 140734383447312 140123236421424 140123264634262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 25 12978 0 0 1 0 5 3 20 0 15 0 474221118 11094712320 43315 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 401 12978 0 0 0 0 5 3 20 0 15 0 474221118 11094712320 43315 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 56 12978 0 0 1 0 5 3 20 0 15 0 474221118 11094712320 43315 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 81 12978 0 0 1 0 5 3 20 0 15 0 474221118 11094712320 43315 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 137 12978 0 0 1 0 5 3 20 0 15 0 474221119 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10834680 memory=279950531832064 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 474221120 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122704045408 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221120 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122569827968 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10834680 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11094712320 43315 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10834680 memory=10600 CPUtime=0.3 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) R 23363 23366 19335 0 -1 1077944384 884 12978 0 0 22 0 5 3 20 0 15 0 474221123 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10834680 memory=1736 CPUtime=0.35 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) S 23363 23366 19335 0 -1 1077944384 909 12978 0 0 27 0 5 3 20 0 15 0 474221123 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122789173232 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10834680 memory=6068 CPUtime=0.47 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) R 23363 23366 19335 0 -1 4202560 1535 12978 0 0 38 1 5 3 20 0 15 0 474221123 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122788120944 140123243577105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10834680 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11094712320 43315 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10834680 memory=2836 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 474221123 11094712320 43315 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

[pid=23366/tid=23431] ppid=23363 vsize=10849048 memory=883072 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10849048 memory=988 CPUtime=0.79 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 545 12978 0 0 35 36 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 1213.97 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 883072 KiB

[startup+1190.4 s]
/proc/loadavg: 1.46 1.47 1.44 3/228 23563
/proc/meminfo: memFree=2906224/32770624 swapFree=67002228/67108860
[pid=23366] ppid=23363 vsize=10849048 memory=883072 CPUtime=1217.22 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 183859 12978 0 0 121516 198 5 3 20 0 15 0 474221108 11109425152 220768 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2712262 220768 3630 1 0 2674317 0
[pid=23366/tid=23419] ppid=23363 vsize=10849048 memory=883072 CPUtime=1177.14 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 54839 12978 0 0 117671 35 5 3 20 0 15 0 474221117 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123236457424 140122866266742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10849048 memory=883072 CPUtime=5.72 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 14767 12978 0 0 537 27 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10849048 memory=6791534058613427641 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 13796 12978 0 0 534 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10849048 memory=1736 CPUtime=5.7 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 11471 12978 0 0 534 28 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10849048 memory=883072 CPUtime=5.75 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 5482 12978 0 0 536 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10849048 memory=883072 CPUtime=5.65 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 12850 12978 0 0 532 25 5 3 20 0 15 0 474221119 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 14 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122704045408 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10849048 memory=2024 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122569827968 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10849048 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10849048 memory=380 CPUtime=3.89 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 20642 12978 0 0 376 5 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10849048 memory=377 CPUtime=3.85 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) S 23363 23366 19335 0 -1 1077944384 18683 12978 0 0 373 4 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122789173232 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10849048 memory=883072 CPUtime=3.61 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) S 23363 23366 19335 0 -1 1077944384 28555 12978 0 0 345 8 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10849048 memory=883072 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10849048 memory=883072 CPUtime=0.79 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 545 12978 0 0 35 36 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 1217.22 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 883072 KiB

[startup+1191.2 s]
/proc/loadavg: 1.46 1.47 1.44 3/228 23563
/proc/meminfo: memFree=2905976/32770624 swapFree=67002228/67108860
[pid=23366] ppid=23363 vsize=10849048 memory=883072 CPUtime=1218.03 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 183863 12978 0 0 121597 198 5 3 20 0 15 0 474221108 11109425152 220768 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2712262 220768 3630 1 0 2674317 0
[pid=23366/tid=23419] ppid=23363 vsize=10849048 memory=29780 CPUtime=1177.94 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 54842 12978 0 0 117751 35 5 3 20 0 15 0 474221117 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123236458256 140123247029367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10849048 memory=883072 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 14768 12978 0 0 538 27 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10849048 memory=1416 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 13796 12978 0 0 534 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10849048 memory=776 CPUtime=5.71 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 11471 12978 0 0 535 28 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10849048 memory=883072 CPUtime=5.75 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 5482 12978 0 0 536 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10849048 memory=55060 CPUtime=5.65 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 12850 12978 0 0 532 25 5 3 20 0 15 0 474221119 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 14 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122704045408 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122569827968 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10849048 memory=6068 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10849048 memory=3616 CPUtime=3.89 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 20642 12978 0 0 376 5 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10849048 memory=55072 CPUtime=3.85 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) S 23363 23366 19335 0 -1 1077944384 18683 12978 0 0 373 4 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122789173232 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10849048 memory=883072 CPUtime=3.61 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) S 23363 23366 19335 0 -1 1077944384 28555 12978 0 0 345 8 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10849048 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10849048 memory=2120 CPUtime=0.79 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 545 12978 0 0 35 36 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 1218.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 883072 KiB

[startup+1191.6 s]
/proc/loadavg: 1.46 1.47 1.44 3/228 23563
/proc/meminfo: memFree=2905976/32770624 swapFree=67002228/67108860
[pid=23366] ppid=23363 vsize=10849048 memory=883072 CPUtime=1218.43 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 183866 12978 0 0 121637 198 5 3 20 0 15 0 474221108 11109425152 220768 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2712262 220768 3630 1 0 2674317 0
[pid=23366/tid=23419] ppid=23363 vsize=10849048 memory=3616 CPUtime=1178.33 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 54845 12978 0 0 117790 35 5 3 20 0 15 0 474221117 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123236458464 140122867674104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10849048 memory=55072 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 14768 12978 0 0 538 27 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10849048 memory=6791534058613427641 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 13796 12978 0 0 534 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10849048 memory=636 CPUtime=5.71 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 11471 12978 0 0 535 28 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10849048 memory=2836 CPUtime=5.76 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 5482 12978 0 0 537 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10849048 memory=1056 CPUtime=5.65 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 12850 12978 0 0 532 25 5 3 20 0 15 0 474221119 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10849048 memory=1568 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 14 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122704045408 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10849048 memory=1048 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122569827968 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10849048 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10849048 memory=12040 CPUtime=3.89 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 20642 12978 0 0 376 5 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10849048 memory=988 CPUtime=3.85 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) S 23363 23366 19335 0 -1 1077944384 18683 12978 0 0 373 4 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122789173232 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10849048 memory=2024 CPUtime=3.61 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) S 23363 23366 19335 0 -1 1077944384 28555 12978 0 0 345 8 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10849048 memory=1416 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10849048 memory=776 CPUtime=0.79 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 545 12978 0 0 35 36 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 1218.43 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 883072 KiB

[startup+1191.8 s]
/proc/loadavg: 1.46 1.47 1.44 3/228 23563
/proc/meminfo: memFree=2905976/32770624 swapFree=67002228/67108860
[pid=23366] ppid=23363 vsize=10849048 memory=883072 CPUtime=1218.63 cores=0,2,4,6
/proc/23366/stat : 23366 (java) S 23363 23366 19335 0 -1 1077944320 183868 12978 0 0 121657 198 5 3 20 0 15 0 474221108 11109425152 220768 33554432000 4194304 4196468 140734383447312 140734383429856 140123264622327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
/proc/23366/statm: 2712262 220768 3630 1 0 2674317 0
[pid=23366/tid=23419] ppid=23363 vsize=10849048 memory=1220 CPUtime=1178.53 cores=0,2,4,6
/proc/23366/task/23419/stat : 23419 (java) R 23363 23366 19335 0 -1 4202560 54846 12978 0 0 117810 35 5 3 20 0 15 0 474221117 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123236457936 140122867758511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23420] ppid=23363 vsize=10849048 memory=10600 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23420/stat : 23420 (java) S 23363 23366 19335 0 -1 1077944384 14768 12978 0 0 538 27 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123268864400 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23421] ppid=23363 vsize=10849048 memory=1736 CPUtime=5.73 cores=0,2,4,6
/proc/23366/task/23421/stat : 23421 (java) S 23363 23366 19335 0 -1 1077944384 13796 12978 0 0 534 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123183683856 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23422] ppid=23363 vsize=10849048 memory=2120 CPUtime=5.71 cores=0,2,4,6
/proc/23366/task/23422/stat : 23422 (java) S 23363 23366 19335 0 -1 1077944384 11472 12978 0 0 535 28 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123182631568 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23423] ppid=23363 vsize=10849048 memory=29788 CPUtime=5.76 cores=0,2,4,6
/proc/23366/task/23423/stat : 23423 (java) S 23363 23366 19335 0 -1 1077944384 5482 12978 0 0 537 31 5 3 20 0 15 0 474221118 11109425152 220768 33554432000 4194304 4196468 140734383447312 140123181578768 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23424] ppid=23363 vsize=10849048 memory=1556 CPUtime=5.65 cores=0,2,4,6
/proc/23366/task/23424/stat : 23424 (java) S 23363 23366 19335 0 -1 1077944384 12850 12978 0 0 532 25 5 3 20 0 15 0 474221119 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122791279216 140123264633474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23425] ppid=23363 vsize=10849048 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23425/stat : 23425 (java) S 23363 23366 19335 0 -1 1077944384 14 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122704045408 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23426] ppid=23363 vsize=10849048 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23426/stat : 23426 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221120 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122569827968 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23427] ppid=23363 vsize=10849048 memory=1776 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23427/stat : 23427 (java) S 23363 23366 19335 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121965849168 140123264640923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23428] ppid=23363 vsize=10849048 memory=1656 CPUtime=3.89 cores=0,2,4,6
/proc/23366/task/23428/stat : 23428 (java) S 23363 23366 19335 0 -1 1077944384 20642 12978 0 0 376 5 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122790226032 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23429] ppid=23363 vsize=10849048 memory=804 CPUtime=3.85 cores=0,2,4,6
/proc/23366/task/23429/stat : 23429 (java) S 23363 23366 19335 0 -1 1077944384 18683 12978 0 0 373 4 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122789173232 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23430] ppid=23363 vsize=10849048 memory=1448 CPUtime=3.61 cores=0,2,4,6
/proc/23366/task/23430/stat : 23430 (java) S 23363 23366 19335 0 -1 1077944384 28555 12978 0 0 345 8 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122788120944 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23431] ppid=23363 vsize=10849048 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/23366/task/23431/stat : 23431 (java) S 23363 23366 19335 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140121496087008 140123264632533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
[pid=23366/tid=23432] ppid=23363 vsize=10849048 memory=2676 CPUtime=0.79 cores=0,2,4,6
/proc/23366/task/23432/stat : 23432 (java) S 23363 23366 19335 0 -1 1077944384 545 12978 0 0 35 36 5 3 20 0 15 0 474221123 11109425152 220768 33554432000 4194304 4196468 140734383447312 140122787068848 140123264633474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16056320 140734383450725 140734383453365 140734383453365 140734383456207 0
Current children cumulated CPU time: 1218.63 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 883072 KiB

Child status: 0
Real time (s): 1191.86
CPU time (s): 1218.71
CPU user time (s): 1216.68
CPU system time (s): 2.03634
CPU usage (%): 102.253
Max. virtual memory (cumulated for all children) (KiB): 10852024
Max. memory (cumulated for all children) (KiB): 883340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1216.68
system time used= 2.03634
maximum resident set size= 885160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143525
involuntary context switches= 4031


# summary of solver processes directly reported to runsolver:
#   pid: 23366
#   total CPU time (s): 1218.71
#   total CPU user time (s): 1216.68
#   total CPU system time (s): 2.03634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89927 second user time and 11.6814 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 13:41:20
IDJOB=4403076
IDBENCH=135750
IDSOLVER=2862
FILE ID=node136/4403076-1568979725
RUNJOBID= node136-1568967593-19366
PBS_JOBID= 21704619
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403076-1568979725/watcher-4403076-1568979725 -o /var/tmp/evaluation-result-4403076-1568979725/solver-4403076-1568979725 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19366 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403076-1568979725.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=48196352

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         3820528 kB
MemAvailable:   31060424 kB
Buffers:          142148 kB
Cached:         27005732 kB
SwapCached:         3532 kB
Active:         14341212 kB
Inactive:       13602932 kB
Active(anon):     793652 kB
Inactive(anon):    51248 kB
Active(file):   13547560 kB
Inactive(file): 13551684 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002224 kB
Dirty:             35632 kB
Writeback:             0 kB
AnonPages:        904336 kB
Mapped:            65380 kB
Shmem:             40180 kB
Slab:             598128 kB
SReclaimable:     569112 kB
SUnreclaim:        29016 kB
KernelStack:        3760 kB
PageTables:         7544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2063312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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 /var/tmp at the end= 13416 MiB
End job on node136 at 2019-09-20 14:01:12