Trace number 4402775

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.3OPT1079 1862.66 1832.78

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-06.xml
MD5SUMe9e920efca2956d8591f17ca956249c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1079
Best CPU time to get the best result obtained on this benchmark30.4792
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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.79/0.55	c Concrete v3.12.3.1568965526260 running
4.45/2.83	o 624
4.45/2.85	o 646
4.45/2.85	o 662
4.45/2.86	o 698
4.45/2.87	o 706
4.45/2.87	o 764
4.45/2.88	o 774
4.45/2.89	o 778
4.45/2.89	o 798
4.76/2.91	o 837
4.76/2.93	o 846
4.76/2.94	o 884
4.76/2.94	o 905
4.76/2.97	o 907
4.76/2.97	o 920
4.76/2.98	o 997
5.13/3.01	o 1002
5.13/3.02	o 1011
5.13/3.03	o 1016
5.13/3.07	o 1022
5.49/3.16	o 1023
5.75/3.20	o 1027
5.75/3.20	o 1040
5.75/3.20	o 1048
5.75/3.21	o 1058
5.75/3.24	o 1072
8.44/4.19	o 1079
1862.57/1832.76	v <instantiation
1862.57/1832.76	v         cost = '1079'>
1862.57/1832.76	v       <list>
1862.57/1832.76	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
1862.57/1832.76	v       </list>
1862.57/1832.76	v       <values>
1862.57/1832.76	v         1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1
1862.57/1832.76	v       </values>
1862.57/1832.76	v     </instantiation>
1862.57/1832.76	s OPTIMUM FOUND

Verifier Data

OK	1079

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402775-1568978428/watcher-4402775-1568978428 -o /tmp/evaluation-result-4402775-1568978428/solver-4402775-1568978428 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402775-1568978428.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=26370, runsolver pid=26367

[startup+0.100016 s]*
/proc/loadavg: 1.26 1.34 1.44 3/217 26427
/proc/meminfo: memFree=9339828/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=9972712 memory=18600 CPUtime=0.1 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 4389 13028 0 0 1 1 5 3 20 0 6 0 474097088 10212057088 4650 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2493178 4650 1935 1 0 2481616 0
[pid=26370/tid=26423] ppid=26367 vsize=9987764 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 2203 13028 0 0 1 0 5 3 20 0 6 0 474097097 10227470336 4650 33554432000 4194304 4196468 140729395002416 140709183959632 140709204360670 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 6 0 474097097 10228523008 4716 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=9988792 memory=139861112367312 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 6 0 474097097 10228523008 4716 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 6 0 474097097 10228523008 4716 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 6 0 474097097 10228523008 4716 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.209703 s]*
/proc/loadavg: 1.26 1.34 1.44 4/226 26436
/proc/meminfo: memFree=9323076/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10821220 memory=41344 CPUtime=0.27 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 8113 13028 0 0 17 2 5 3 20 0 15 0 474097088 11080929280 10336 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2705305 10336 3279 1 0 2667405 0
[pid=26370/tid=26423] ppid=26367 vsize=10821220 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 4769 13028 0 0 10 1 5 3 20 0 15 0 474097097 11080929280 10468 33554432000 4194304 4196468 140729395002416 140709183935232 140709204802589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11080929280 10468 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10821220 memory=139861112367312 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11080929280 10468 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11080929280 10468 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097097 11080929280 10468 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097099 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 33 13028 0 0 0 0 5 3 20 0 15 0 474097099 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708670587680 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097099 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708564427888 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11080929280 10468 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10821220 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 585 13028 0 0 1 0 5 3 20 0 15 0 474097102 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 62 13028 0 0 0 0 5 3 20 0 15 0 474097102 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10821220 memory=139861112342144 CPUtime=0.11 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 622 13028 0 0 3 0 5 3 20 0 15 0 474097102 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11080929280 10468 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10821220 memory=139861112342144 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097103 11080929280 10468 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 41344 KiB

[startup+0.310386 s]*
/proc/loadavg: 1.26 1.34 1.44 3/226 26436
/proc/meminfo: memFree=9294424/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10820196 memory=49040 CPUtime=0.41 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 10595 13028 0 0 29 4 5 3 20 0 15 0 474097088 11079880704 12260 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2705049 12260 3290 1 0 2667149 0
[pid=26370/tid=26423] ppid=26367 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 7059 13028 0 0 19 3 5 3 20 0 15 0 474097097 11079880704 12260 33554432000 4194304 4196468 140729395002416 140709183931792 140709196203358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11079880704 12260 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11079880704 12260 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11079880704 12260 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097097 11079880704 12260 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10820196 memory=139861112342143 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097099 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 33 13028 0 0 0 0 5 3 20 0 15 0 474097099 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708670587680 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097099 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708564427888 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11079880704 12260 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 586 13028 0 0 2 0 5 3 20 0 15 0 474097102 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 63 13028 0 0 1 0 5 3 20 0 15 0 474097102 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10820196 memory=139861112342144 CPUtime=0.13 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 631 13028 0 0 5 0 5 3 20 0 15 0 474097102 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11079880704 12260 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10820196 memory=139861112342144 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097103 11079880704 12260 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49040 KiB

[startup+0.700718 s]
/proc/loadavg: 1.26 1.34 1.44 3/226 26436
/proc/meminfo: memFree=9284712/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10822316 memory=72200 CPUtime=0.89 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 13723 13028 0 0 76 5 5 3 20 0 15 0 474097088 11082051584 18050 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2705579 18050 3486 1 0 2667661 0
[pid=26370/tid=26423] ppid=26367 vsize=10822316 memory=7810487918915055718 CPUtime=0.56 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) D 26367 26370 22219 0 -1 4202560 9169 13028 0 0 45 3 5 3 20 0 15 0 474097097 11082051584 18050 33554432000 4194304 4196468 140729395002416 140709183952400 140709212144797 0 4 0 16800975 18446744072099589253 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10822316 memory=1376 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11082051584 18050 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10822316 memory=1128 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11082051584 18050 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10822316 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097097 11082051584 18050 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097097 11082051584 18050 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 5 13028 0 0 0 0 5 3 20 0 15 0 474097099 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 33 13028 0 0 0 0 5 3 20 0 15 0 474097099 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708670587680 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097099 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708564427888 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11082051584 18050 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10822316 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 1159 13028 0 0 10 0 5 3 20 0 15 0 474097102 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10822316 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 432 13028 0 0 7 0 5 3 20 0 15 0 474097102 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10822316 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 703 13028 0 0 13 0 5 3 20 0 15 0 474097102 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11082051584 18050 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10822316 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097103 11082051584 18050 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 72200 KiB

[startup+1.50071 s]
/proc/loadavg: 1.26 1.34 1.44 4/226 26436
/proc/meminfo: memFree=9285248/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10832632 memory=161660 CPUtime=1.91 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 18571 13028 0 0 173 10 5 3 20 0 15 0 474097088 11092615168 40415 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2708158 40415 3571 1 0 2670221 0
[pid=26370/tid=26423] ppid=26367 vsize=10832632 memory=-7097481891625773097 CPUtime=1.11 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 13466 13028 0 0 97 6 5 3 20 0 15 0 474097097 11092615168 40415 33554432000 4194304 4196468 140729395002416 140709183938560 140709193686427 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 13 13028 0 0 1 0 5 3 20 0 15 0 474097097 11092615168 40415 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 25 13028 0 0 0 0 5 3 20 0 15 0 474097097 11092615168 40415 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 23 13028 0 0 0 0 5 3 20 0 15 0 474097097 11092615168 40415 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10832632 memory=-6237260532469557610 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 45 13028 0 0 0 0 5 3 20 0 15 0 474097097 11092615168 40415 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 43 13028 0 0 1 0 5 3 20 0 15 0 474097099 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10832632 memory=279721959195584 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 35 13028 0 0 0 0 5 3 20 0 15 0 474097099 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708670587744 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10832632 memory=108276 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 1 13028 0 0 0 0 5 3 20 0 15 0 474097099 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708564427904 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10832632 memory=227023381384824 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11092615168 40415 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10832632 memory=279721958978656 CPUtime=0.34 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 1223 13028 0 0 26 0 5 3 20 0 15 0 474097102 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10832632 memory=279721958980896 CPUtime=0.27 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 503 13028 0 0 19 0 5 3 20 0 15 0 474097102 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10832632 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 978 13028 0 0 24 1 5 3 20 0 15 0 474097102 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11092615168 40415 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 2 13028 0 0 0 0 5 3 20 0 15 0 474097103 11092615168 40415 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10832632 KiB

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

[pid=26370/tid=26435] ppid=26367 vsize=10844940 memory=866808 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10844940 memory=866808 CPUtime=1.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 1030 13028 0 0 51 49 5 3 20 0 15 0 474097103 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 1860.23 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 866836 KiB

[startup+1832 s]*
/proc/loadavg: 1.36 1.40 1.40 3/226 26862
/proc/meminfo: memFree=8527732/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10844940 memory=866836 CPUtime=1861.86 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 128878 13028 0 0 185889 289 5 3 20 0 15 0 474097088 11105218560 216709 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2711235 216709 3625 1 0 2673293 0
[pid=26370/tid=26423] ppid=26367 vsize=10844940 memory=8317482817917895235 CPUtime=1810.91 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 51259 13028 0 0 181039 44 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709183958720 140708794485166 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10844940 memory=3192 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 11350 13028 0 0 846 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10844940 memory=1049688 CPUtime=9.05 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 10142 13028 0 0 848 49 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10844940 memory=1164 CPUtime=9.07 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 8755 13028 0 0 847 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10844940 memory=8317482817917895235 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 8185 13028 0 0 849 49 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10844940 memory=1808 CPUtime=9.03 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 10076 13028 0 0 847 48 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10844940 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 40 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708670587744 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10844940 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 8 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708564427904 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10844940 memory=2940 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10844940 memory=2868 CPUtime=1.98 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 9218 13028 0 0 189 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10844940 memory=4104 CPUtime=2.03 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 8941 13028 0 0 194 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10844940 memory=1408 CPUtime=1.21 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 7660 13028 0 0 110 3 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10844940 memory=3260 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10844940 memory=866836 CPUtime=1.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 1030 13028 0 0 51 49 5 3 20 0 15 0 474097103 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 1861.86 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 866836 KiB

[startup+1832.4 s]
/proc/loadavg: 1.36 1.40 1.40 3/226 26862
/proc/meminfo: memFree=8527732/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10844940 memory=866836 CPUtime=1862.27 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 128882 13028 0 0 185929 290 5 3 20 0 15 0 474097088 11105218560 216709 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2711235 216709 3625 1 0 2673293 0
[pid=26370/tid=26423] ppid=26367 vsize=10844940 memory=1760 CPUtime=1811.29 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 51262 13028 0 0 181077 44 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709183959184 140708793137818 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10844940 memory=111632 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 11350 13028 0 0 846 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10844940 memory=6791534058613427641 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 10143 13028 0 0 849 49 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10844940 memory=1448 CPUtime=9.07 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 8755 13028 0 0 847 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10844940 memory=860 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 8185 13028 0 0 849 49 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10844940 memory=1980 CPUtime=9.03 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 10076 13028 0 0 847 48 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10844940 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 40 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708670587744 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10844940 memory=628 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 8 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708564427904 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10844940 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10844940 memory=1720 CPUtime=1.98 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 9218 13028 0 0 189 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10844940 memory=6048 CPUtime=2.03 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 8941 13028 0 0 194 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10844940 memory=14012 CPUtime=1.21 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 7660 13028 0 0 110 3 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10844940 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10844940 memory=18356 CPUtime=1.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 1030 13028 0 0 51 49 5 3 20 0 15 0 474097103 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 1862.27 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 866836 KiB

[startup+1832.6 s]
/proc/loadavg: 1.36 1.40 1.40 3/226 26862
/proc/meminfo: memFree=8527732/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10844940 memory=866836 CPUtime=1862.47 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 128883 13028 0 0 185949 290 5 3 20 0 15 0 474097088 11105218560 216709 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2711235 216709 3625 1 0 2673293 0
[pid=26370/tid=26423] ppid=26367 vsize=10844940 memory=1049688 CPUtime=1811.49 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 51263 13028 0 0 181097 44 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709183958816 140708783656863 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10844940 memory=1164 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 11350 13028 0 0 846 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10844940 memory=8317482817917895235 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 10143 13028 0 0 849 49 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10844940 memory=1164 CPUtime=9.07 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 8755 13028 0 0 847 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10844940 memory=8317482817917895235 CPUtime=9.07 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 8185 13028 0 0 849 50 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10844940 memory=3852 CPUtime=9.03 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 10076 13028 0 0 847 48 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10844940 memory=2940 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 40 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708670587744 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10844940 memory=2868 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 8 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708564427904 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10844940 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10844940 memory=1408 CPUtime=1.98 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 9218 13028 0 0 189 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10844940 memory=1556 CPUtime=2.03 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 8941 13028 0 0 194 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10844940 memory=500 CPUtime=1.21 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 7660 13028 0 0 110 3 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10844940 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10844940 memory=6791534058613427641 CPUtime=1.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 1030 13028 0 0 51 49 5 3 20 0 15 0 474097103 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 1862.47 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 866836 KiB

[startup+1832.7 s]
/proc/loadavg: 1.36 1.40 1.40 3/226 26862
/proc/meminfo: memFree=8527732/32770624 swapFree=66998064/67108860
[pid=26370] ppid=26367 vsize=10844940 memory=866836 CPUtime=1862.57 cores=0,2,4,6
/proc/26370/stat : 26370 (java) S 26367 26370 22219 0 -1 1077944320 128884 13028 0 0 185959 290 5 3 20 0 15 0 474097088 11105218560 216709 33554432000 4194304 4196468 140729395002416 140729394984960 140709212122871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
/proc/26370/statm: 2711235 216709 3625 1 0 2673293 0
[pid=26370/tid=26423] ppid=26367 vsize=10844940 memory=866836 CPUtime=1811.59 cores=0,2,4,6
/proc/26370/task/26423/stat : 26423 (java) R 26367 26370 22219 0 -1 4202560 51264 13028 0 0 181107 44 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709183958880 140708793392912 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26424] ppid=26367 vsize=10844940 memory=866836 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26424/stat : 26424 (java) S 26367 26370 22219 0 -1 1077944384 11350 13028 0 0 846 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709216365456 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26425] ppid=26367 vsize=10844940 memory=866808 CPUtime=9.06 cores=0,2,4,6
/proc/26370/task/26425/stat : 26425 (java) S 26367 26370 22219 0 -1 1077944384 10143 13028 0 0 849 49 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709104638736 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26426] ppid=26367 vsize=10844940 memory=866808 CPUtime=9.07 cores=0,2,4,6
/proc/26370/task/26426/stat : 26426 (java) S 26367 26370 22219 0 -1 1077944384 8755 13028 0 0 847 52 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709103586448 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26427] ppid=26367 vsize=10844940 memory=864600 CPUtime=9.07 cores=0,2,4,6
/proc/26370/task/26427/stat : 26427 (java) S 26367 26370 22219 0 -1 1077944384 8185 13028 0 0 849 50 5 3 20 0 15 0 474097097 11105218560 216709 33554432000 4194304 4196468 140729395002416 140709102533648 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26428] ppid=26367 vsize=10844940 memory=866808 CPUtime=9.03 cores=0,2,4,6
/proc/26370/task/26428/stat : 26428 (java) S 26367 26370 22219 0 -1 1077944384 10076 13028 0 0 847 48 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708671641712 140709212134018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26429] ppid=26367 vsize=10844940 memory=866836 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26429/stat : 26429 (java) S 26367 26370 22219 0 -1 1077944384 40 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708670587744 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26430] ppid=26367 vsize=10844940 memory=866836 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26430/stat : 26430 (java) S 26367 26370 22219 0 -1 1077944384 8 13028 0 0 0 0 5 3 20 0 15 0 474097099 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708564427904 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26431] ppid=26367 vsize=10844940 memory=866836 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26431/stat : 26431 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707787266128 140709212141467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26432] ppid=26367 vsize=10844940 memory=866808 CPUtime=1.98 cores=0,2,4,6
/proc/26370/task/26432/stat : 26432 (java) S 26367 26370 22219 0 -1 1077944384 9218 13028 0 0 189 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708637031024 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26433] ppid=26367 vsize=10844940 memory=866836 CPUtime=2.03 cores=0,2,4,6
/proc/26370/task/26433/stat : 26433 (java) S 26367 26370 22219 0 -1 1077944384 8941 13028 0 0 194 1 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708635978224 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26434] ppid=26367 vsize=10844940 memory=866836 CPUtime=1.21 cores=0,2,4,6
/proc/26370/task/26434/stat : 26434 (java) S 26367 26370 22219 0 -1 1077944384 7660 13028 0 0 110 3 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708634925936 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26435] ppid=26367 vsize=10844940 memory=866836 CPUtime=0.08 cores=0,2,4,6
/proc/26370/task/26435/stat : 26435 (java) S 26367 26370 22219 0 -1 1077944384 3 13028 0 0 0 0 5 3 20 0 15 0 474097102 11105218560 216709 33554432000 4194304 4196468 140729395002416 140707753708512 140709212133077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
[pid=26370/tid=26436] ppid=26367 vsize=10844940 memory=866836 CPUtime=1.08 cores=0,2,4,6
/proc/26370/task/26436/stat : 26436 (java) S 26367 26370 22219 0 -1 1077944384 1030 13028 0 0 51 49 5 3 20 0 15 0 474097103 11105218560 216709 33554432000 4194304 4196468 140729395002416 140708633872816 140709212134018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28069888 140729395010288 140729395012805 140729395012805 140729395015631 0
Current children cumulated CPU time: 1862.57 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 866836 KiB

Child status: 0
Real time (s): 1832.78
CPU time (s): 1862.66
CPU user time (s): 1859.72
CPU system time (s): 2.94335
CPU usage (%): 101.631
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 866836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1859.72
system time used= 2.94335
maximum resident set size= 868908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 244435
involuntary context switches= 8190


# summary of solver processes directly reported to runsolver:
#   pid: 26370
#   total CPU time (s): 1862.66
#   total CPU user time (s): 1859.72
#   total CPU system time (s): 2.94335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4699 second user time and 17.4861 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 12:19:07
IDJOB=4402775
IDBENCH=133451
IDSOLVER=2861
FILE ID=node106/4402775-1568978428
RUNJOBID= node106-1568963957-22250
PBS_JOBID= 21704632
Free space on /tmp= 23248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402775-1568978428/watcher-4402775-1568978428 -o /tmp/evaluation-result-4402775-1568978428/solver-4402775-1568978428 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402775-1568978428.xml

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

MD5SUM BENCH= e9e920efca2956d8591f17ca956249c3
RANDOM SEED=801022688

node106.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.79
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.79
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.79
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.79
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:         9350736 kB
MemAvailable:   30784096 kB
Buffers:           88780 kB
Cached:         21351632 kB
SwapCached:         3980 kB
Active:         11728604 kB
Inactive:       10789604 kB
Active(anon):    1072320 kB
Inactive(anon):    48264 kB
Active(file):   10656284 kB
Inactive(file): 10741340 kB
Unevictable:      108676 kB
Mlocked:          108676 kB
SwapTotal:      67108860 kB
SwapFree:       66998064 kB
Dirty:             35412 kB
Writeback:             0 kB
AnonPages:       1183452 kB
Mapped:            61848 kB
Shmem:             33828 kB
Slab:             493152 kB
SReclaimable:     464196 kB
SUnreclaim:        28956 kB
KernelStack:        3664 kB
PageTables:         8436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2236372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1054720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23212 MiB
End job on node106 at 2019-09-20 12:49:40