Trace number 4304667

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.9.2OPT871 10.8618 5.15912

General information on the benchmark

NameKnapsack/
Knapsack-30-100-01_c18.xml
MD5SUM29cb88997fb73697c0a266537888e139
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark871
Best CPU time to get the best result obtained on this benchmark0.457333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.99/0.74	c Concrete v3.9.2.1532736233296 running
5.95/3.14	o 567
5.95/3.17	o 583
5.95/3.18	o 586
6.19/3.21	o 590
6.19/3.25	o 601
6.19/3.25	o 655
6.19/3.26	o 659
6.19/3.26	o 692
6.19/3.28	o 711
6.19/3.28	o 741
6.19/3.29	o 744
6.83/3.41	o 746
6.83/3.41	o 758
6.83/3.42	o 777
6.83/3.42	o 849
6.83/3.43	o 853
6.83/3.46	o 869
6.83/3.46	o 871
10.79/5.14	v <instantiation cost="871">
10.79/5.14	v       <list>
10.79/5.14	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
10.79/5.14	v       </list>
10.79/5.14	v       <values>
10.79/5.14	v         0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 1
10.79/5.14	v       </values>
10.79/5.14	v     </instantiation>
10.79/5.14	s OPTIMUM FOUND

Verifier Data

OK	871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304667-1534124826/watcher-4304667-1534124826 -o /tmp/evaluation-result-4304667-1534124826/solver-4304667-1534124826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=307352034 HOME/instance-4304667-1534124826.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
Current StackSize limit: 8192 KiB

solver pid=21511, runsolver pid=21508

[startup+0.100121 s]*
/proc/loadavg: 1.21 1.30 1.37 3/207 21568
/proc/meminfo: memFree=15886048/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=10005480 memory=18324 CPUtime=0.1 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 4238 12840 0 0 1 1 5 3 20 0 6 0 230045767 10245611520 4581 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2501370 4581 1930 1 0 2489808 0
[pid=21511/tid=21564] ppid=21508 vsize=10005480 memory=4279135703980081295 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 2048 12840 0 0 0 0 5 3 20 0 6 0 230045776 10245611520 4581 33554432000 4194304 4196468 140726526812448 140338515448400 140338543633565 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 6 0 230045777 10245611520 4581 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=10005480 memory=140649865217664 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 6 0 230045777 10245611520 4581 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 6 0 230045777 10245611520 4581 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 6 0 230045777 10245611520 4581 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210246 s]*
/proc/loadavg: 1.21 1.30 1.37 3/216 21577
/proc/meminfo: memFree=15861644/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=10982744 memory=43088 CPUtime=0.26 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 6950 12840 0 0 16 2 5 3 20 0 15 0 230045767 11246329856 10772 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2745686 10772 2959 1 0 2708109 0
[pid=21511/tid=21564] ppid=21508 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 3531 12840 0 0 10 1 5 3 20 0 15 0 230045776 11246329856 10772 33554432000 4194304 4196468 140726526812448 140338515433544 140338523887346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246329856 10772 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=10982744 memory=140649865217664 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246329856 10772 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246329856 10772 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246329856 10772 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=10982744 memory=140649865217664 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045778 11246329856 10772 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 13 12840 0 0 0 0 5 3 20 0 15 0 230045779 11246329856 10772 33554432000 4194304 4196468 140726526812448 140337331824032 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045779 11246329856 10838 33554432000 4194304 4196468 140726526812448 140337183974896 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246329856 10838 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) S 21508 21511 15729 0 -1 1077944384 432 12840 0 0 1 0 5 3 20 0 15 0 230045782 11246329856 10838 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 178 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246329856 10838 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=10982744 memory=140649865217664 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) S 21508 21511 15729 0 -1 1077944384 619 12840 0 0 3 0 5 3 20 0 15 0 230045782 11246329856 10838 33554432000 4194304 4196468 140726526812448 140337966156016 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246329856 10838 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=10982744 memory=140649865217664 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246329856 10838 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43088 KiB

[startup+0.310133 s]*
/proc/loadavg: 1.21 1.30 1.37 3/216 21577
/proc/meminfo: memFree=15850480/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=10983192 memory=56788 CPUtime=0.38 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 10261 12840 0 0 27 3 5 3 20 0 15 0 230045767 11246788608 14197 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2745798 14197 3078 1 0 2708109 0
[pid=21511/tid=21564] ppid=21508 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 6814 12840 0 0 19 2 5 3 20 0 15 0 230045776 11246788608 14197 33554432000 4194304 4196468 140726526812448 140338515423648 140338523887399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 14197 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 14197 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 14197 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 14197 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045778 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 13 12840 0 0 0 0 5 3 20 0 15 0 230045779 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337331824032 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045779 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337183974896 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246788608 14197 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) S 21508 21511 15729 0 -1 1077944384 432 12840 0 0 1 0 5 3 20 0 15 0 230045782 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 183 12840 0 0 1 0 5 3 20 0 15 0 230045782 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) S 21508 21511 15729 0 -1 1077944384 625 12840 0 0 4 0 5 3 20 0 15 0 230045782 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337966156016 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246788608 14197 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246788608 14197 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56788 KiB

[startup+0.700758 s]
/proc/loadavg: 1.21 1.30 1.37 3/216 21577
/proc/meminfo: memFree=15839280/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=10983192 memory=89196 CPUtime=0.99 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 16372 12840 0 0 87 4 5 3 20 0 15 0 230045767 11246788608 22235 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2745798 22299 3237 1 0 2708109 0
[pid=21511/tid=21564] ppid=21508 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 11881 12840 0 0 55 3 5 3 20 0 15 0 230045776 11246788608 22299 33554432000 4194304 4196468 140726526812448 140338515432464 140338527692126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 22299 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=10983192 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 22299 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 22299 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 230045777 11246788608 22299 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 5 12840 0 0 0 0 5 3 20 0 15 0 230045778 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 13 12840 0 0 0 0 5 3 20 0 15 0 230045779 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337331824032 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045779 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337183974896 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246788608 22299 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) S 21508 21511 15729 0 -1 1077944384 819 12840 0 0 7 0 5 3 20 0 15 0 230045782 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 784 12840 0 0 9 0 5 3 20 0 15 0 230045782 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) R 21508 21511 15729 0 -1 4202560 676 12840 0 0 13 0 5 3 20 0 15 0 230045782 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337966156016 140338523003889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246788608 22299 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045782 11246788608 22299 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89196 KiB

[startup+1.50073 s]
/proc/loadavg: 1.21 1.30 1.37 6/216 21577
/proc/meminfo: memFree=15794436/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=10998092 memory=179928 CPUtime=2.24 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 23425 12840 0 0 207 9 5 3 20 0 15 0 230045767 11262046208 44982 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2749523 44982 3468 1 0 2711181 0
[pid=21511/tid=21564] ppid=21508 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 17392 12840 0 0 130 5 5 3 20 0 15 0 230045776 11262046208 44982 33554432000 4194304 4196468 140726526812448 140338515443072 140338543623574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 24 12840 0 0 0 0 5 3 20 0 15 0 230045777 11262046208 44982 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 288 12840 0 0 1 0 5 3 20 0 15 0 230045777 11262046208 44982 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=10998092 memory=3539892194917298225 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 86 12840 0 0 1 0 5 3 20 0 15 0 230045777 11262046208 44982 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 41 12840 0 0 1 0 5 3 20 0 15 0 230045777 11262046208 44982 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 46 12840 0 0 1 0 5 3 20 0 15 0 230045778 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=10998092 memory=281299419998464 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 14 12840 0 0 0 0 5 3 20 0 15 0 230045779 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337331824096 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045779 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337183974912 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=10998092 memory=4552 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11262046208 44982 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=10998092 memory=3732 CPUtime=0.3 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) R 21508 21511 15729 0 -1 1077944384 1384 12840 0 0 22 0 5 3 20 0 15 0 230045782 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=10998092 memory=1228 CPUtime=0.26 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 926 12840 0 0 18 0 5 3 20 0 15 0 230045782 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=10998092 memory=10624 CPUtime=0.36 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) R 21508 21511 15729 0 -1 4202560 1028 12840 0 0 28 0 5 3 20 0 15 0 230045782 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337966156016 140338543623574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=10998092 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11262046208 44982 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=10998092 memory=6776 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045782 11262046208 44982 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB

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

[pid=21511/tid=21576] ppid=21508 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11341758464 72362 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=11075936 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045782 11341758464 72362 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 289448 KiB

[startup+4.00127 s]*
/proc/loadavg: 1.27 1.31 1.37 5/216 21577
/proc/meminfo: memFree=15583260/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=11077984 memory=323884 CPUtime=8.54 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 59385 12840 0 0 826 20 5 3 20 0 15 0 230045767 11343855616 80971 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2769496 80971 3498 1 0 2731149 0
[pid=21511/tid=21564] ppid=21508 vsize=11077984 memory=-6517102902069810590 CPUtime=3.83 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 36058 12840 0 0 365 10 5 3 20 0 15 0 230045776 11343855616 80971 33554432000 4194304 4196468 140726526812448 140338515441872 140338084008065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=11077984 memory=4122819170707441977 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 34 12840 0 0 2 1 5 3 20 0 15 0 230045777 11343855616 80971 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=11077984 memory=3762952153001639584 CPUtime=0.1 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 292 12840 0 0 2 0 5 3 20 0 15 0 230045777 11343855616 80971 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=11077984 memory=7896943337487220793 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 97 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 80971 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=11077984 memory=92389041505256 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 58 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 80971 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=11077984 memory=3612118948614667489 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 263 12840 0 0 3 0 5 3 20 0 15 0 230045778 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=11077984 memory=3760558685296799775 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 14 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337331824096 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=11077984 memory=7666642149757447017 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337183974912 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=11077984 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 80971 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=11077984 memory=0 CPUtime=1.82 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) R 21508 21511 15729 0 -1 4202560 9510 12840 0 0 172 2 5 3 20 0 15 0 230045782 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337968240336 140338525134441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=11077984 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) R 21508 21511 15729 0 -1 4202560 4128 12840 0 0 157 1 5 3 20 0 15 0 230045782 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337967201048 140338522945290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=11077984 memory=18 CPUtime=1.24 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) S 21508 21511 15729 0 -1 1077944384 6726 12840 0 0 115 1 5 3 20 0 15 0 230045782 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337966156016 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=11077984 memory=147 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 80971 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=11077984 memory=105 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 10 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 80971 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 323884 KiB

[startup+4.80074 s]
/proc/loadavg: 1.27 1.31 1.37 5/216 21577
/proc/meminfo: memFree=15583260/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=11077984 memory=365236 CPUtime=10.34 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 60473 12840 0 0 1005 21 5 3 20 0 15 0 230045767 11343855616 91309 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2769496 91309 3508 1 0 2731149 0
[pid=21511/tid=21564] ppid=21508 vsize=11077984 memory=14127849082719526 CPUtime=4.61 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 36116 12840 0 0 442 11 5 3 20 0 15 0 230045776 11343855616 91309 33554432000 4194304 4196468 140726526812448 140338515446528 140338084828160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 256 12840 0 0 2 1 5 3 20 0 15 0 230045777 11343855616 91309 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 330 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 91309 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=11077984 memory=7682744562830902074 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 122 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 91309 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=11077984 memory=7016714186490735262 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 73 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 91309 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=11077984 memory=8761640388318109335 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 301 12840 0 0 3 0 5 3 20 0 15 0 230045778 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=11077984 memory=4137293581110450563 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 15 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337331824160 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=11077984 memory=6944656592455350634 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 9 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337183974912 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=11077984 memory=8761640388318109335 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 91309 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=11077984 memory=-7385037615309293161 CPUtime=2.3 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) S 21508 21511 15729 0 -1 1077944384 9649 12840 0 0 220 2 5 3 20 0 15 0 230045782 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=11077984 memory=0 CPUtime=2.14 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 4593 12840 0 0 205 1 5 3 20 0 15 0 230045782 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=11077984 memory=140649710263089 CPUtime=1.28 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) S 21508 21511 15729 0 -1 1077944384 6804 12840 0 0 119 1 5 3 20 0 15 0 230045782 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337966156016 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=11077984 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 91309 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=11077984 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 11 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 91309 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 10.34 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 365236 KiB

[startup+5.00126 s]*
/proc/loadavg: 1.27 1.31 1.37 3/216 21577
/proc/meminfo: memFree=15532152/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=11077984 memory=374312 CPUtime=10.64 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 60730 12840 0 0 1034 22 5 3 20 0 15 0 230045767 11343855616 93578 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2769496 93578 3508 1 0 2731149 0
[pid=21511/tid=21564] ppid=21508 vsize=11077984 memory=-6517102902069810590 CPUtime=4.81 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 36133 12840 0 0 462 11 5 3 20 0 15 0 230045776 11343855616 93578 33554432000 4194304 4196468 140726526812448 140338515445960 140338084695715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=11077984 memory=4122819170707441977 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 257 12840 0 0 2 1 5 3 20 0 15 0 230045777 11343855616 93578 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=11077984 memory=3471343046186055344 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 331 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 93578 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=11077984 memory=6944656592455097440 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 122 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 93578 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=11077984 memory=3472328296160571439 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 74 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 93578 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=11077984 memory=281299575348832 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 313 12840 0 0 3 0 5 3 20 0 15 0 230045778 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=11077984 memory=3472323898181169199 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 15 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337331824160 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 9 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337183974912 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 93578 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=11077984 memory=0 CPUtime=2.32 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) S 21508 21511 15729 0 -1 1077944384 9655 12840 0 0 222 2 5 3 20 0 15 0 230045782 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=11077984 memory=-1 CPUtime=2.16 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 4595 12840 0 0 207 1 5 3 20 0 15 0 230045782 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=11077984 memory=140649865217664 CPUtime=1.32 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) S 21508 21511 15729 0 -1 1077944384 7021 12840 0 0 123 1 5 3 20 0 15 0 230045782 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337966156016 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=11077984 memory=2319408921973896479 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 93578 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 11 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 93578 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 374312 KiB

[startup+5.10977 s]
/proc/loadavg: 1.27 1.31 1.37 3/216 21577
/proc/meminfo: memFree=15532152/32770624 swapFree=67108504/67108860
[pid=21511] ppid=21508 vsize=11077984 memory=374384 CPUtime=10.79 cores=0,2,4,6
/proc/21511/stat : 21511 (java) S 21508 21511 15729 0 -1 1077944320 60753 12840 0 0 1049 22 5 3 20 0 15 0 230045767 11343855616 93596 33554432000 4194304 4196468 140726526812448 140726526794992 140338543611639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
/proc/21511/statm: 2769496 93596 3508 1 0 2731149 0
[pid=21511/tid=21564] ppid=21508 vsize=11077984 memory=362880 CPUtime=4.91 cores=0,2,4,6
/proc/21511/task/21564/stat : 21564 (java) R 21508 21511 15729 0 -1 4202560 36133 12840 0 0 472 11 5 3 20 0 15 0 230045776 11343855616 93596 33554432000 4194304 4196468 140726526812448 140338515442592 140338086204139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21565] ppid=21508 vsize=11077984 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21565/stat : 21565 (java) S 21508 21511 15729 0 -1 1077944384 257 12840 0 0 2 1 5 3 20 0 15 0 230045777 11343855616 93596 33554432000 4194304 4196468 140726526812448 140338547853584 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21566] ppid=21508 vsize=11077984 memory=6944656592455097440 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21566/stat : 21566 (java) S 21508 21511 15729 0 -1 1077944384 331 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 93596 33554432000 4194304 4196468 140726526812448 140338402572688 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21567] ppid=21508 vsize=11077984 memory=6944656592387989600 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21567/stat : 21567 (java) S 21508 21511 15729 0 -1 1077944384 122 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 93596 33554432000 4194304 4196468 140726526812448 140338401520144 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21568] ppid=21508 vsize=11077984 memory=292972 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21568/stat : 21568 (java) S 21508 21511 15729 0 -1 1077944384 74 12840 0 0 3 0 5 3 20 0 15 0 230045777 11343855616 93596 33554432000 4194304 4196468 140726526812448 140338400467600 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21569] ppid=21508 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21511/task/21569/stat : 21569 (java) S 21508 21511 15729 0 -1 1077944384 313 12840 0 0 3 0 5 3 20 0 15 0 230045778 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337969314288 140338543622786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21570] ppid=21508 vsize=11077984 memory=281299419922672 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21570/stat : 21570 (java) S 21508 21511 15729 0 -1 1077944384 15 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337331824160 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21571] ppid=21508 vsize=11077984 memory=7445134528737927532 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21571/stat : 21571 (java) S 21508 21511 15729 0 -1 1077944384 9 12840 0 0 0 0 5 3 20 0 15 0 230045779 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337183974912 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21572] ppid=21508 vsize=11077984 memory=8099535257942186087 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21572/stat : 21572 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 93596 33554432000 4194304 4196468 140726526812448 140336876575440 140338543630235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21573] ppid=21508 vsize=11077984 memory=295232 CPUtime=2.34 cores=0,2,4,6
/proc/21511/task/21573/stat : 21573 (java) S 21508 21511 15729 0 -1 1077944384 9661 12840 0 0 224 2 5 3 20 0 15 0 230045782 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337968261104 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21574] ppid=21508 vsize=11077984 memory=0 CPUtime=2.18 cores=0,2,4,6
/proc/21511/task/21574/stat : 21574 (java) S 21508 21511 15729 0 -1 1077944384 4597 12840 0 0 209 1 5 3 20 0 15 0 230045782 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337967208560 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21575] ppid=21508 vsize=11077984 memory=281299420790432 CPUtime=1.33 cores=0,2,4,6
/proc/21511/task/21575/stat : 21575 (java) S 21508 21511 15729 0 -1 1077944384 7036 12840 0 0 124 1 5 3 20 0 15 0 230045782 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337966156016 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21576] ppid=21508 vsize=11077984 memory=140649710397488 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21576/stat : 21576 (java) S 21508 21511 15729 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 93596 33554432000 4194304 4196468 140726526812448 140336445778528 140338543621845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
[pid=21511/tid=21577] ppid=21508 vsize=11077984 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/21511/task/21577/stat : 21577 (java) S 21508 21511 15729 0 -1 1077944384 11 12840 0 0 0 0 5 3 20 0 15 0 230045782 11343855616 93596 33554432000 4194304 4196468 140726526812448 140337965103920 140338543622786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 28848128 140726526814829 140726526817628 140726526817628 140726526820303 0
Current children cumulated CPU time: 10.79 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 374384 KiB

Child status: 0
Real time (s): 5.15912
CPU time (s): 10.8618
CPU user time (s): 10.5961
CPU system time (s): 0.265641
CPU usage (%): 210.535
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 374384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5961
system time used= 0.265641
maximum resident set size= 376496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73844
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6058
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 21511
#   total CPU time (s): 10.8618
#   total CPU user time (s): 10.5961
#   total CPU system time (s): 0.265641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062112 second user time and 0.085592 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 03:47:06
IDJOB=4304667
IDBENCH=141529
IDSOLVER=2780
FILE ID=node104/4304667-1534124826
RUNJOBID= node104-1534097917-15760
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304667-1534124826/watcher-4304667-1534124826 -o /tmp/evaluation-result-4304667-1534124826/solver-4304667-1534124826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=307352034 HOME/instance-4304667-1534124826.xml

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

MD5SUM BENCH= 29cb88997fb73697c0a266537888e139
RANDOM SEED=307352034

node104.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.11
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.11
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.11
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.11
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:        15892472 kB
MemAvailable:   31386588 kB
Buffers:          206308 kB
Cached:         15326132 kB
SwapCached:            8 kB
Active:          8186824 kB
Inactive:        7917624 kB
Active(anon):     523832 kB
Inactive(anon):   100964 kB
Active(file):    7662992 kB
Inactive(file):  7816660 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26832 kB
Writeback:             0 kB
AnonPages:        739880 kB
Mapped:            65896 kB
Shmem:             49636 kB
Slab:             471324 kB
SReclaimable:     442924 kB
SUnreclaim:        28400 kB
KernelStack:        3824 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1722436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 03:47:11