Trace number 4401239

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.2OPT887 148.364 141.759

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark6.87488
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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.77/0.60	c Concrete v3.12.2.1568631193530 running
5.92/2.93	o 510
5.92/2.94	o 550
5.92/2.94	o 559
5.92/2.96	o 582
5.92/2.96	o 583
5.92/2.97	o 599
5.92/2.97	o 616
5.92/2.99	o 624
5.92/3.00	o 638
6.15/3.01	o 658
6.15/3.04	o 667
6.15/3.04	o 715
6.15/3.05	o 718
6.15/3.05	o 756
6.15/3.05	o 759
6.15/3.05	o 770
6.15/3.06	o 790
6.15/3.08	o 811
6.37/3.13	o 812
6.37/3.14	o 816
6.37/3.14	o 820
6.37/3.14	o 826
6.37/3.17	o 828
6.37/3.18	o 843
6.37/3.18	o 853
6.37/3.18	o 858
7.26/3.47	o 867
9.31/4.20	o 871
9.31/4.20	o 876
9.31/4.20	o 879
9.97/4.85	o 886
11.39/5.99	o 887
148.28/141.74	v <instantiation
148.28/141.74	v         cost = '887'>
148.28/141.74	v       <list>
148.28/141.74	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
148.28/141.74	v       </list>
148.28/141.74	v       <values>
148.28/141.74	v         1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0
148.28/141.74	v       </values>
148.28/141.74	v     </instantiation>
148.28/141.74	s OPTIMUM FOUND

Verifier Data

OK	887

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401239-1568684441/watcher-4401239-1568684441 -o /tmp/evaluation-result-4401239-1568684441/solver-4401239-1568684441 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31569 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1273672677 HOME/instance-4401239-1568684441.xml 

running on 4 cores: 4-7

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=1958, runsolver pid=1955

[startup+0.100117 s]*
/proc/loadavg: 1.39 1.33 1.36 2/215 2011
/proc/meminfo: memFree=29841432/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=9972712 memory=16220 CPUtime=0.08 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 3801 13382 0 0 0 0 5 3 20 0 6 0 444385730 10212057088 4055 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2493178 4055 1495 1 0 2481616 0
[pid=1958/tid=2011] ppid=1955 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 2052 13382 0 0 0 0 5 3 20 0 6 0 444385740 10212057088 4517 33554432000 4194304 4196468 140736674771728 140117761393232 140117781793598 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 6 0 444385741 10212057088 4517 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=9972712 memory=140443949323904 CPUtime=0.08 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 6 0 444385741 10212057088 4517 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 6 0 444385741 10212057088 4517 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 6 0 444385741 10212057088 4517 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16220 KiB

[startup+0.211528 s]*
/proc/loadavg: 1.39 1.33 1.36 4/228 2024
/proc/meminfo: memFree=29816016/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10819712 memory=42032 CPUtime=0.26 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 6858 13382 0 0 16 2 5 3 20 0 15 0 444385730 11079385088 10508 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2704928 10508 3175 1 0 2667149 0
[pid=1958/tid=2011] ppid=1955 vsize=10819712 memory=8389772277269004345 CPUtime=0.19 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 3345 13382 0 0 10 1 5 3 20 0 15 0 444385740 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117761387056 140117769831767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10819712 memory=4294967661 CPUtime=0.08 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10819712 memory=3832757827088799392 CPUtime=0.08 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10819712 memory=140443949323904 CPUtime=0.08 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385742 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 444385743 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117247206688 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385743 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117134009968 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11079385088 10508 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10819712 memory=0 CPUtime=0.09 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 363 13382 0 0 1 0 5 3 20 0 15 0 444385746 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10819712 memory=-1 CPUtime=0.09 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) S 1955 1958 31537 0 -1 1077944384 309 13382 0 0 1 0 5 3 20 0 15 0 444385746 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10819712 memory=140443949323904 CPUtime=0.11 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 590 13382 0 0 3 0 5 3 20 0 15 0 444385746 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11079385088 10508 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10819712 memory=140443949323904 CPUtime=0.08 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385747 11079385088 10508 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 42032 KiB

[startup+0.311535 s]*
/proc/loadavg: 1.39 1.33 1.36 5/228 2024
/proc/meminfo: memFree=29803088/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10820196 memory=53228 CPUtime=0.4 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 10496 13382 0 0 28 4 5 3 20 0 15 0 444385730 11079880704 13307 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2705049 13307 3308 1 0 2667149 0
[pid=1958/tid=2011] ppid=1955 vsize=10820196 memory=4134692831991786133 CPUtime=0.29 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 6969 13382 0 0 18 3 5 3 20 0 15 0 444385740 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117761365424 140117789578397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10820196 memory=3691042062614867976 CPUtime=0.08 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10820196 memory=140443949323904 CPUtime=0.08 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10820196 memory=2209 CPUtime=0.08 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10820196 memory=2240 CPUtime=0.08 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385742 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 444385743 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117247206688 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385743 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117134009968 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11079880704 13307 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10820196 memory=0 CPUtime=0.1 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 364 13382 0 0 2 0 5 3 20 0 15 0 444385746 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10820196 memory=-1 CPUtime=0.09 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) S 1955 1958 31537 0 -1 1077944384 318 13382 0 0 1 0 5 3 20 0 15 0 444385746 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10820196 memory=140443949323904 CPUtime=0.13 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 599 13382 0 0 5 0 5 3 20 0 15 0 444385746 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11079880704 13307 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10820196 memory=140443949323904 CPUtime=0.08 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385747 11079880704 13307 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53228 KiB

[startup+0.700798 s]
/proc/loadavg: 1.39 1.33 1.36 3/228 2024
/proc/meminfo: memFree=29791492/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10822316 memory=79552 CPUtime=1.08 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 14191 13382 0 0 96 4 5 3 20 0 15 0 444385730 11082051584 19888 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2705579 19888 3504 1 0 2667661 0
[pid=1958/tid=2011] ppid=1955 vsize=10822316 memory=0 CPUtime=0.66 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) S 1955 1958 31537 0 -1 1077944384 9734 13382 0 0 55 3 5 3 20 0 15 0 444385740 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117761384800 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385741 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10822316 memory=3612 CPUtime=0.08 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10822316 memory=2241 CPUtime=0.08 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10822316 memory=2244 CPUtime=0.08 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385741 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) R 1955 1958 31537 0 -1 1077944384 5 13382 0 0 0 0 5 3 20 0 15 0 444385742 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 444385743 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117247206688 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385743 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117134009968 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10822316 memory=19265 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11082051584 19888 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10822316 memory=0 CPUtime=0.21 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) R 1955 1958 31537 0 -1 4202560 767 13382 0 0 13 0 5 3 20 0 15 0 444385746 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117213627536 140117774664142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10822316 memory=-2897801490638248215 CPUtime=0.18 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) R 1955 1958 31537 0 -1 4202560 716 13382 0 0 10 0 5 3 20 0 15 0 444385746 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117212582752 140117767153275 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10822316 memory=0 CPUtime=0.25 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 717 13382 0 0 17 0 5 3 20 0 15 0 444385746 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11082051584 19888 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 444385747 11082051584 19888 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 79552 KiB

[startup+1.50081 s]
/proc/loadavg: 1.39 1.33 1.36 3/228 2024
/proc/meminfo: memFree=29753028/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10834680 memory=168896 CPUtime=2.37 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 22843 13382 0 0 220 9 5 3 20 0 15 0 444385730 11094712320 42224 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2708670 42224 3579 1 0 2670733 0
[pid=1958/tid=2011] ppid=1955 vsize=10834680 memory=95820 CPUtime=1.43 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 15416 13382 0 0 129 6 5 3 20 0 15 0 444385740 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117761371904 140117789568406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10834680 memory=0 CPUtime=0.09 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 25 13382 0 0 1 0 5 3 20 0 15 0 444385741 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 311 13382 0 0 0 0 5 3 20 0 15 0 444385741 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10834680 memory=280887640350528 CPUtime=0.09 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 87 13382 0 0 1 0 5 3 20 0 15 0 444385741 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10834680 memory=288230596050944315 CPUtime=0.09 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 45 13382 0 0 1 0 5 3 20 0 15 0 444385741 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10834680 memory=13565990034212318 CPUtime=0.09 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 1426 13382 0 0 1 0 5 3 20 0 15 0 444385742 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 444385743 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117247206752 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385743 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117134009984 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11094712320 42224 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10834680 memory=8695220134700163191 CPUtime=0.35 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 1103 13382 0 0 27 0 5 3 20 0 15 0 444385746 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10834680 memory=6656426216303648864 CPUtime=0.32 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) R 1955 1958 31537 0 -1 1077944384 982 13382 0 0 24 0 5 3 20 0 15 0 444385746 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10834680 memory=6944656592455359580 CPUtime=0.39 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 1199 13382 0 0 31 0 5 3 20 0 15 0 444385746 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11094712320 42224 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385747 11094712320 42224 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10834680 KiB

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

[pid=1958/tid=2023] ppid=1955 vsize=10844940 memory=288230596050944315 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10844940 memory=13565990034212318 CPUtime=0.15 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 399 13382 0 0 3 4 5 3 20 0 15 0 444385747 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 145.67 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 758220 KiB

[startup+140.801 s]
/proc/loadavg: 1.48 1.39 1.38 3/229 2041
/proc/meminfo: memFree=29096888/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10844940 memory=758220 CPUtime=147.28 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 58558 13382 0 0 14676 44 5 3 20 0 15 0 444385730 11105218560 189555 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2711235 189555 3623 1 0 2673293 0
[pid=1958/tid=2011] ppid=1955 vsize=10844940 memory=758220 CPUtime=139.82 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 29149 13382 0 0 13958 16 5 3 20 0 15 0 444385740 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117761392416 140117363404710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.46 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 891 13382 0 0 34 4 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10844940 memory=796 CPUtime=0.45 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 958 13382 0 0 33 4 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10844940 memory=1444 CPUtime=0.47 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 6243 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10844940 memory=984 CPUtime=0.47 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 1470 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10844940 memory=2044 CPUtime=0.48 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 4531 13382 0 0 39 1 5 3 20 0 15 0 444385742 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10844940 memory=1388 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 38 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117247206816 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117134009984 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10844940 memory=3612 CPUtime=2.32 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 4808 13382 0 0 222 2 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10844940 memory=164 CPUtime=1.93 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) S 1955 1958 31537 0 -1 1077944384 3195 13382 0 0 184 1 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10844940 memory=7738687662170990440 CPUtime=1.34 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 4661 13382 0 0 124 2 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10844940 memory=6298686931415362405 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.15 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 401 13382 0 0 3 4 5 3 20 0 15 0 444385747 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 147.28 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 758220 KiB

[startup+141.201 s]
/proc/loadavg: 1.48 1.39 1.38 3/229 2041
/proc/meminfo: memFree=29096920/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10844940 memory=758220 CPUtime=147.68 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 58560 13382 0 0 14716 44 5 3 20 0 15 0 444385730 11105218560 189555 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2711235 189555 3623 1 0 2673293 0
[pid=1958/tid=2011] ppid=1955 vsize=10844940 memory=771280 CPUtime=140.21 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 29151 13382 0 0 13997 16 5 3 20 0 15 0 444385740 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117761392400 140117357774523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10844940 memory=4104 CPUtime=0.46 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 891 13382 0 0 34 4 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10844940 memory=796 CPUtime=0.45 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 958 13382 0 0 33 4 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10844940 memory=1444 CPUtime=0.47 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 6243 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10844940 memory=1408 CPUtime=0.47 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 1470 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10844940 memory=3008 CPUtime=0.48 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 4531 13382 0 0 39 1 5 3 20 0 15 0 444385742 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10844940 memory=3988 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 38 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117247206816 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10844940 memory=1088 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117134009984 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10844940 memory=2832 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10844940 memory=1564 CPUtime=2.32 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 4808 13382 0 0 222 2 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10844940 memory=8560 CPUtime=1.93 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) S 1955 1958 31537 0 -1 1077944384 3195 13382 0 0 184 1 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10844940 memory=14008 CPUtime=1.34 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 4661 13382 0 0 124 2 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10844940 memory=22768 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189555 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10844940 memory=14068 CPUtime=0.15 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 401 13382 0 0 3 4 5 3 20 0 15 0 444385747 11105218560 189555 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 147.68 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 758220 KiB

[startup+141.601 s]
/proc/loadavg: 1.48 1.39 1.38 3/229 2041
/proc/meminfo: memFree=29096920/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10844940 memory=758376 CPUtime=148.18 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 62106 13382 0 0 14766 44 5 3 20 0 15 0 444385730 11105218560 189594 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2711235 189594 3623 1 0 2673293 0
[pid=1958/tid=2011] ppid=1955 vsize=10844940 memory=758220 CPUtime=140.61 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 29215 13382 0 0 14037 16 5 3 20 0 15 0 444385740 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117761392528 140117363179023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10844940 memory=3612 CPUtime=0.46 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 891 13382 0 0 34 4 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10844940 memory=46436 CPUtime=0.45 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 959 13382 0 0 33 4 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10844940 memory=984 CPUtime=0.47 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 6244 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10844940 memory=2044 CPUtime=0.47 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 1470 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10844940 memory=1388 CPUtime=0.49 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 4532 13382 0 0 40 1 5 3 20 0 15 0 444385742 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10844940 memory=8112282956445269571 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 38 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117247206816 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10844940 memory=780 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117134009984 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10844940 memory=3988 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10844940 memory=1088 CPUtime=2.36 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 6807 13382 0 0 226 2 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10844940 memory=1056 CPUtime=1.99 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) S 1955 1958 31537 0 -1 1077944384 4675 13382 0 0 190 1 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10844940 memory=780 CPUtime=1.34 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 4661 13382 0 0 124 2 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10844940 memory=1708 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10844940 memory=1280 CPUtime=0.15 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 401 13382 0 0 3 4 5 3 20 0 15 0 444385747 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 148.18 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 758376 KiB

[startup+141.701 s]
/proc/loadavg: 1.48 1.39 1.38 3/229 2041
/proc/meminfo: memFree=29096920/32770688 swapFree=66961208/67108860
[pid=1958] ppid=1955 vsize=10844940 memory=758376 CPUtime=148.28 cores=4-7
/proc/1958/stat : 1958 (java) S 1955 1958 31537 0 -1 1077944320 62106 13382 0 0 14776 44 5 3 20 0 15 0 444385730 11105218560 189594 33554432000 4194304 4196468 140736674771728 140736674754272 140117789556471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
/proc/1958/statm: 2711235 189594 3623 1 0 2673293 0
[pid=1958/tid=2011] ppid=1955 vsize=10844940 memory=758220 CPUtime=140.71 cores=4-7
/proc/1958/task/2011/stat : 2011 (java) R 1955 1958 31537 0 -1 4202560 29215 13382 0 0 14047 16 5 3 20 0 15 0 444385740 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117761392528 140117357774286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2012] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.46 cores=4-7
/proc/1958/task/2012/stat : 2012 (java) S 1955 1958 31537 0 -1 1077944384 891 13382 0 0 34 4 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117793798544 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2013] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.45 cores=4-7
/proc/1958/task/2013/stat : 2013 (java) S 1955 1958 31537 0 -1 1077944384 959 13382 0 0 33 4 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117682071824 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2014] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.47 cores=4-7
/proc/1958/task/2014/stat : 2014 (java) S 1955 1958 31537 0 -1 1077944384 6244 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117681019536 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2015] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.47 cores=4-7
/proc/1958/task/2015/stat : 2015 (java) S 1955 1958 31537 0 -1 1077944384 1470 13382 0 0 34 5 5 3 20 0 15 0 444385741 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117679966736 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2016] ppid=1955 vsize=10844940 memory=758376 CPUtime=0.49 cores=4-7
/proc/1958/task/2016/stat : 2016 (java) S 1955 1958 31537 0 -1 1077944384 4532 13382 0 0 40 1 5 3 20 0 15 0 444385742 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117248260720 140117789567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2017] ppid=1955 vsize=10844940 memory=6028 CPUtime=0.08 cores=4-7
/proc/1958/task/2017/stat : 2017 (java) S 1955 1958 31537 0 -1 1077944384 38 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117247206816 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2018] ppid=1955 vsize=10844940 memory=780 CPUtime=0.08 cores=4-7
/proc/1958/task/2018/stat : 2018 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385743 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117134009984 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2019] ppid=1955 vsize=10844940 memory=758220 CPUtime=0.08 cores=4-7
/proc/1958/task/2019/stat : 2019 (java) S 1955 1958 31537 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140116530031184 140117789575067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2020] ppid=1955 vsize=10844940 memory=8257237230052613020 CPUtime=2.36 cores=4-7
/proc/1958/task/2020/stat : 2020 (java) S 1955 1958 31537 0 -1 1077944384 6807 13382 0 0 226 2 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117213649008 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2021] ppid=1955 vsize=10844940 memory=6028 CPUtime=1.99 cores=4-7
/proc/1958/task/2021/stat : 2021 (java) S 1955 1958 31537 0 -1 1077944384 4675 13382 0 0 190 1 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117212596208 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2022] ppid=1955 vsize=10844940 memory=780 CPUtime=1.34 cores=4-7
/proc/1958/task/2022/stat : 2022 (java) S 1955 1958 31537 0 -1 1077944384 4661 13382 0 0 124 2 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117211543920 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2023] ppid=1955 vsize=10844940 memory=0 CPUtime=0.08 cores=4-7
/proc/1958/task/2023/stat : 2023 (java) S 1955 1958 31537 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 444385746 11105218560 189594 33554432000 4194304 4196468 140736674771728 140116060269024 140117789566677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
[pid=1958/tid=2024] ppid=1955 vsize=10844940 memory=0 CPUtime=0.15 cores=4-7
/proc/1958/task/2024/stat : 2024 (java) S 1955 1958 31537 0 -1 1077944384 401 13382 0 0 3 4 5 3 20 0 15 0 444385747 11105218560 189594 33554432000 4194304 4196468 140736674771728 140117210491824 140117789567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140736674777839 140736674780357 140736674780357 140736674783183 0
Current children cumulated CPU time: 148.28 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 758376 KiB

Child status: 0
Real time (s): 141.759
CPU time (s): 148.364
CPU user time (s): 147.874
CPU system time (s): 0.490029
CPU usage (%): 104.659
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 758376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.874
system time used= 0.490029
maximum resident set size= 760636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76594
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15882
involuntary context switches= 367


# summary of solver processes directly reported to runsolver:
#   pid: 1958
#   total CPU time (s): 148.364
#   total CPU user time (s): 147.874
#   total CPU system time (s): 0.490029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03621 second user time and 1.49791 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 03:39:59
IDJOB=4401239
IDBENCH=133505
IDSOLVER=2858
FILE ID=node116/4401239-1568684441
RUNJOBID= node116-1568673291-31569
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401239-1568684441/watcher-4401239-1568684441 -o /tmp/evaluation-result-4401239-1568684441/solver-4401239-1568684441 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31569 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1273672677 HOME/instance-4401239-1568684441.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=1273672677

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29844972 kB
MemAvailable:   31088148 kB
Buffers:          138728 kB
Cached:          1398792 kB
SwapCached:        46588 kB
Active:          1795208 kB
Inactive:         551104 kB
Active(anon):     763024 kB
Inactive(anon):    94976 kB
Active(file):    1032184 kB
Inactive(file):   456128 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             35444 kB
Writeback:             0 kB
AnonPages:        887744 kB
Mapped:            61492 kB
Shmem:             40324 kB
Slab:             170372 kB
SReclaimable:     141400 kB
SUnreclaim:        28972 kB
KernelStack:        4000 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2040944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61164 MiB
End job on node116 at 2019-09-17 03:42:22