Trace number 4400975

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.2OPT1079 1111.69 1090.81

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.72/0.58	c Concrete v3.12.2.1568631193530 running
5.28/2.65	o 600
5.28/2.66	o 627
5.28/2.67	o 631
5.28/2.69	o 635
5.28/2.69	o 653
5.67/2.71	o 685
5.67/2.72	o 709
5.67/2.73	o 726
5.67/2.74	o 749
5.67/2.74	o 767
5.67/2.77	o 771
5.67/2.78	o 791
5.67/2.78	o 807
5.67/2.78	o 822
5.67/2.78	o 826
5.67/2.79	o 832
5.67/2.79	o 837
5.67/2.79	o 839
6.03/2.80	o 848
6.03/2.81	o 852
6.03/2.83	o 854
6.03/2.84	o 858
6.03/2.84	o 880
6.03/2.84	o 901
6.03/2.84	o 905
6.03/2.84	o 933
6.39/2.91	o 934
6.39/2.91	o 944
6.39/2.96	o 948
6.39/2.96	o 949
6.73/3.09	o 956
6.73/3.09	o 976
7.05/3.13	o 978
7.33/3.24	o 1016
7.63/3.39	o 1018
7.63/3.39	o 1023
7.63/3.39	o 1035
7.94/3.41	o 1041
7.94/3.43	o 1043
7.94/3.44	o 1051
8.56/3.63	o 1069
8.56/3.64	o 1079
1111.66/1090.80	v <instantiation
1111.66/1090.80	v         cost = '1079'>
1111.66/1090.80	v       <list>
1111.66/1090.80	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]
1111.66/1090.80	v       </list>
1111.66/1090.80	v       <values>
1111.66/1090.80	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
1111.66/1090.80	v       </values>
1111.66/1090.80	v     </instantiation>
1111.66/1090.80	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 (11620 MiB free)
  memory of node 1: 16384 MiB (13115 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400975-1568685547/watcher-4400975-1568685547 -o /tmp/evaluation-result-4400975-1568685547/solver-4400975-1568685547 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4400975-1568685547.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=20192, runsolver pid=20189

[startup+0.100137 s]*
/proc/loadavg: 1.52 1.61 1.60 3/219 20249
/proc/meminfo: memFree=25324500/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 4403 13091 0 0 1 0 5 3 20 0 6 0 444493152 10212057088 4649 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2493178 4649 1933 1 0 2481616 0
[pid=20192/tid=20245] ppid=20189 vsize=9972712 memory=4279135704014094991 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 2194 13091 0 0 1 0 5 3 20 0 6 0 444493161 10212057088 4649 33554432000 4194304 4196468 140737367600512 139665541386832 139665569571997 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 444493162 10212057088 4649 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=9972712 memory=139927659251328 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 444493162 10212057088 4649 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 444493162 10212057088 4649 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 6 0 444493162 10212057088 4649 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210405 s]*
/proc/loadavg: 1.52 1.61 1.60 4/228 20258
/proc/meminfo: memFree=25300076/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10820020 memory=45456 CPUtime=0.27 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 7249 13091 0 0 18 1 5 3 20 0 15 0 444493152 11079700480 11364 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2705005 11364 3220 1 0 2667149 0
[pid=20192/tid=20245] ppid=20189 vsize=10820020 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 3741 13091 0 0 10 1 5 3 20 0 15 0 444493161 11079700480 11364 33554432000 4194304 4196468 140737367600512 139665541344128 139665492626405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10820020 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10820020 memory=139927662592553 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10820020 memory=139927659251328 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493164 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665021592608 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493164 11079700480 11430 33554432000 4194304 4196468 140737367600512 139664887374704 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11079700480 11430 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 473 13091 0 0 1 0 5 3 20 0 15 0 444493167 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) S 20189 20192 15883 0 -1 1077944384 204 13091 0 0 1 0 5 3 20 0 15 0 444493167 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665094138608 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10820020 memory=139927659251328 CPUtime=0.11 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 623 13091 0 0 3 0 5 3 20 0 15 0 444493167 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11079700480 11430 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10820020 memory=139927659251328 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493167 11079700480 11430 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 45456 KiB

[startup+0.311088 s]*
/proc/loadavg: 1.52 1.61 1.60 4/228 20258
/proc/meminfo: memFree=25288524/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10820196 memory=54208 CPUtime=0.4 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 10694 13091 0 0 28 4 5 3 20 0 15 0 444493152 11079880704 13552 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2705049 13552 3338 1 0 2667149 0
[pid=20192/tid=20245] ppid=20189 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 7136 13091 0 0 18 3 5 3 20 0 15 0 444493161 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665541355072 139665555796017 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10820196 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493162 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493164 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665021592608 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493164 11079880704 13552 33554432000 4194304 4196468 140737367600512 139664887374704 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11079880704 13552 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 483 13091 0 0 2 0 5 3 20 0 15 0 444493167 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) S 20189 20192 15883 0 -1 1077944384 204 13091 0 0 2 0 5 3 20 0 15 0 444493167 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665094138608 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10820196 memory=139927659251328 CPUtime=0.13 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 639 13091 0 0 5 0 5 3 20 0 15 0 444493167 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11079880704 13552 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10820196 memory=139927659251328 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493167 11079880704 13552 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54208 KiB

[startup+0.700751 s]
/proc/loadavg: 1.52 1.61 1.60 3/228 20258
/proc/meminfo: memFree=25275648/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10822316 memory=85172 CPUtime=1.09 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 14956 13091 0 0 95 6 5 3 20 0 15 0 444493152 11082051584 21293 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2705579 21293 3510 1 0 2667661 0
[pid=20192/tid=20245] ppid=20189 vsize=10822316 memory=2372 CPUtime=0.64 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 10240 13091 0 0 52 4 5 3 20 0 15 0 444493161 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665541373616 139665569571997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10822316 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10822316 memory=139930034504270 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493162 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10822316 memory=139930034504280 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493162 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10822316 memory=139930034504281 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 5 13091 0 0 0 0 5 3 20 0 15 0 444493164 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10822316 memory=139930034504282 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665021592608 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10822316 memory=139930034504284 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493164 11082051584 21293 33554432000 4194304 4196468 140737367600512 139664887374704 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10822316 memory=139930034504290 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11082051584 21293 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10822316 memory=139930034504295 CPUtime=0.2 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 930 13091 0 0 12 0 5 3 20 0 15 0 444493167 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10822316 memory=142519899783821 CPUtime=0.19 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) R 20189 20192 15883 0 -1 4202560 652 13091 0 0 11 0 5 3 20 0 15 0 444493167 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665094138608 139665553044315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10822316 memory=14060 CPUtime=0.25 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 899 13091 0 0 17 0 5 3 20 0 15 0 444493167 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10822316 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11082051584 21293 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10822316 memory=23404 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493167 11082051584 21293 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 85172 KiB

[startup+1.50067 s]
/proc/loadavg: 1.52 1.61 1.60 3/228 20258
/proc/meminfo: memFree=25231588/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10834680 memory=172820 CPUtime=2.4 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 20356 13091 0 0 222 10 5 3 20 0 15 0 444493152 11094712320 43205 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2708670 43205 3574 1 0 2670733 0
[pid=20192/tid=20245] ppid=20189 vsize=10834680 memory=116328 CPUtime=1.41 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 14836 13091 0 0 127 6 5 3 20 0 15 0 444493161 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665541344768 139665569562006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 43 13091 0 0 1 0 5 3 20 0 15 0 444493162 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 26 13091 0 0 1 0 5 3 20 0 15 0 444493162 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 16 13091 0 0 0 0 5 3 20 0 15 0 444493162 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10834680 memory=139927551661328 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 24 13091 0 0 1 0 5 3 20 0 15 0 444493162 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 44 13091 0 0 1 0 5 3 20 0 15 0 444493164 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665021592672 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493164 11094712320 43205 33554432000 4194304 4196468 140737367600512 139664887374720 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10834680 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11094712320 43205 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10834680 memory=279855103364800 CPUtime=0.32 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) R 20189 20192 15883 0 -1 1077944384 996 13091 0 0 24 0 5 3 20 0 15 0 444493167 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10834680 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) R 20189 20192 15883 0 -1 4202560 700 13091 0 0 24 0 5 3 20 0 15 0 444493167 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665094126160 139665551094175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10834680 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) R 20189 20192 15883 0 -1 4202560 1447 13091 0 0 38 0 5 3 20 0 15 0 444493167 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665093085808 139665548479392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11094712320 43205 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10834680 memory=-7452431979323206951 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 444493167 11094712320 43205 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20192/tid=20257] ppid=20189 vsize=10844940 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10844940 memory=1048 CPUtime=0.75 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1080 13091 0 0 34 33 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 1105.58 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 857248 KiB

[startup+1088 s]*
/proc/loadavg: 1.19 1.26 1.41 3/227 20639
/proc/meminfo: memFree=25707092/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10844940 memory=857248 CPUtime=1108.83 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 118649 13091 0 0 110696 179 5 3 20 0 15 0 444493152 11105218560 214312 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2711235 214312 3622 1 0 2673293 0
[pid=20192/tid=20245] ppid=20189 vsize=10844940 memory=2540 CPUtime=1075.84 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 41044 13091 0 0 107545 31 5 3 20 0 15 0 444493161 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665541386672 139665177253944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10844940 memory=1760 CPUtime=5.26 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 7014 13091 0 0 490 28 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10844940 memory=111636 CPUtime=5.27 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 4937 13091 0 0 490 29 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10844940 memory=4126316290023845779 CPUtime=5.27 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 8321 13091 0 0 491 28 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10844940 memory=1980 CPUtime=5.25 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 7843 13091 0 0 487 30 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10844940 memory=2540 CPUtime=5.23 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 6915 13091 0 0 491 24 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10844940 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665021592672 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10844940 memory=111636 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139664887374720 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10844940 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10844940 memory=1804 CPUtime=2.44 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 13491 13091 0 0 234 2 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10844940 memory=857248 CPUtime=2.78 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) S 20189 20192 15883 0 -1 1077944384 14244 13091 0 0 267 3 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665094138608 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10844940 memory=988 CPUtime=1.34 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 11535 13091 0 0 123 3 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=0.75 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1080 13091 0 0 34 33 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 1108.83 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 857248 KiB

[startup+1089.6 s]
/proc/loadavg: 1.19 1.26 1.41 3/227 20639
/proc/meminfo: memFree=25708704/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10844940 memory=857248 CPUtime=1110.45 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 118660 13091 0 0 110857 180 5 3 20 0 15 0 444493152 11105218560 214312 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2711235 214312 3622 1 0 2673293 0
[pid=20192/tid=20245] ppid=20189 vsize=10844940 memory=10596 CPUtime=1077.42 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 41054 13091 0 0 107703 31 5 3 20 0 15 0 444493161 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665541386288 139665184419248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10844940 memory=1712 CPUtime=5.27 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 7014 13091 0 0 491 28 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=5.28 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 4937 13091 0 0 491 29 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10844940 memory=1048 CPUtime=5.28 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 8321 13091 0 0 492 28 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10844940 memory=6020 CPUtime=5.25 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 7844 13091 0 0 487 30 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=5.24 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 6915 13091 0 0 492 24 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10844940 memory=14004 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665021592672 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10844940 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139664887374720 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10844940 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10844940 memory=23416 CPUtime=2.44 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 13491 13091 0 0 234 2 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=2.78 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) S 20189 20192 15883 0 -1 1077944384 14244 13091 0 0 267 3 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665094138608 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10844940 memory=1556 CPUtime=1.34 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 11535 13091 0 0 123 3 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10844940 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10844940 memory=3680 CPUtime=0.75 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1080 13091 0 0 34 33 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 1110.45 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 857248 KiB

[startup+1090.4 s]
/proc/loadavg: 1.19 1.26 1.41 3/227 20639
/proc/meminfo: memFree=25710688/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10844940 memory=857248 CPUtime=1111.26 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 118665 13091 0 0 110938 180 5 3 20 0 15 0 444493152 11105218560 214312 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2711235 214312 3622 1 0 2673293 0
[pid=20192/tid=20245] ppid=20189 vsize=10844940 memory=857248 CPUtime=1078.21 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) R 20189 20192 15883 0 -1 4202560 41059 13091 0 0 107782 31 5 3 20 0 15 0 444493161 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665541386416 139665182049863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10844940 memory=857248 CPUtime=5.27 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 7014 13091 0 0 491 28 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=5.28 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 4937 13091 0 0 491 29 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10844940 memory=3848 CPUtime=5.28 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 8321 13091 0 0 492 28 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10844940 memory=2904 CPUtime=5.26 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 7844 13091 0 0 488 30 5 3 20 0 15 0 444493162 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10844940 memory=2852 CPUtime=5.25 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 6915 13091 0 0 492 25 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665021592672 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10844940 memory=47596 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493164 11105218560 214312 33554432000 4194304 4196468 140737367600512 139664887374720 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10844940 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10844940 memory=2016 CPUtime=2.44 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 13491 13091 0 0 234 2 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10844940 memory=1424 CPUtime=2.78 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) S 20189 20192 15883 0 -1 1077944384 14244 13091 0 0 267 3 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665094138608 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10844940 memory=6791534058613427641 CPUtime=1.34 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 11535 13091 0 0 123 3 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10844940 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10844940 memory=2904 CPUtime=0.75 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1080 13091 0 0 34 33 5 3 20 0 15 0 444493167 11105218560 214312 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 1111.26 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 857248 KiB

[startup+1090.8 s]
/proc/loadavg: 1.19 1.26 1.41 3/227 20639
/proc/meminfo: memFree=25710688/32770624 swapFree=66999436/67108860
[pid=20192] ppid=20189 vsize=10877712 memory=859312 CPUtime=1111.66 cores=0,2,4,6
/proc/20192/stat : 20192 (java) S 20189 20192 15883 0 -1 1077944320 118970 13091 0 0 110978 180 5 3 20 0 16 0 444493152 11138777088 214828 33554432000 4194304 4196468 140737367600512 140737367583056 139665569550071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
/proc/20192/statm: 2719428 214828 3623 1 0 2681486 0
[pid=20192/tid=20245] ppid=20189 vsize=10877712 memory=532 CPUtime=1078.61 cores=0,2,4,6
/proc/20192/task/20245/stat : 20245 (java) S 20189 20192 15883 0 -1 1077944384 41305 13091 0 0 107822 31 5 3 20 0 16 0 444493161 11138777088 214828 33554432000 4194304 4196468 140737367600512 139665541391392 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20246] ppid=20189 vsize=10943248 memory=1556 CPUtime=5.27 cores=0,2,4,6
/proc/20192/task/20246/stat : 20246 (java) S 20189 20192 15883 0 -1 1077944384 7015 13091 0 0 491 28 5 3 20 0 16 0 444493162 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665573792912 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20247] ppid=20189 vsize=10943248 memory=932 CPUtime=5.28 cores=0,2,4,6
/proc/20192/task/20247/stat : 20247 (java) S 20189 20192 15883 0 -1 1077944384 4937 13091 0 0 491 29 5 3 20 0 16 0 444493162 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665492544528 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20248] ppid=20189 vsize=10943248 memory=857248 CPUtime=5.29 cores=0,2,4,6
/proc/20192/task/20248/stat : 20248 (java) S 20189 20192 15883 0 -1 1077944384 8321 13091 0 0 493 28 5 3 20 0 16 0 444493162 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665142111120 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20249] ppid=20189 vsize=10943248 memory=1412 CPUtime=5.26 cores=0,2,4,6
/proc/20192/task/20249/stat : 20249 (java) S 20189 20192 15883 0 -1 1077944384 7844 13091 0 0 488 30 5 3 20 0 16 0 444493162 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665141058320 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20250] ppid=20189 vsize=10943248 memory=3196 CPUtime=5.26 cores=0,2,4,6
/proc/20192/task/20250/stat : 20250 (java) S 20189 20192 15883 0 -1 1077944384 6915 13091 0 0 493 25 5 3 20 0 16 0 444493164 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665096243568 139665569561218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20251] ppid=20189 vsize=10943248 memory=857248 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20251/stat : 20251 (java) S 20189 20192 15883 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 16 0 444493164 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665021592672 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20252] ppid=20189 vsize=10943248 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20252/stat : 20252 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 16 0 444493164 11205885952 214828 33554432000 4194304 4196468 140737367600512 139664887374720 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20253] ppid=20189 vsize=10943248 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20253/stat : 20253 (java) S 20189 20192 15883 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 16 0 444493167 11205885952 214828 33554432000 4194304 4196468 140737367600512 139664283395920 139665569568667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20254] ppid=20189 vsize=10943248 memory=288230583166042425 CPUtime=2.44 cores=0,2,4,6
/proc/20192/task/20254/stat : 20254 (java) S 20189 20192 15883 0 -1 1077944384 13491 13091 0 0 234 2 5 3 20 0 16 0 444493167 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665095191408 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20255] ppid=20189 vsize=10943248 memory=14973369229511284 CPUtime=2.78 cores=0,2,4,6
/proc/20192/task/20255/stat : 20255 (java) S 20189 20192 15883 0 -1 1077944384 14244 13091 0 0 267 3 5 3 20 0 16 0 444493167 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665094138608 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20256] ppid=20189 vsize=10943248 memory=4126316290023845779 CPUtime=1.34 cores=0,2,4,6
/proc/20192/task/20256/stat : 20256 (java) S 20189 20192 15883 0 -1 1077944384 11601 13091 0 0 123 3 5 3 20 0 16 0 444493167 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665093085808 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20257] ppid=20189 vsize=10943248 memory=1424 CPUtime=0.08 cores=0,2,4,6
/proc/20192/task/20257/stat : 20257 (java) S 20189 20192 15883 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 16 0 444493167 11205885952 214828 33554432000 4194304 4196468 140737367600512 139663813634784 139665569560277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
[pid=20192/tid=20258] ppid=20189 vsize=10943248 memory=1540 CPUtime=0.75 cores=0,2,4,6
/proc/20192/task/20258/stat : 20258 (java) S 20189 20192 15883 0 -1 1077944384 1080 13091 0 0 34 33 5 3 20 0 16 0 444493167 11205885952 214828 33554432000 4194304 4196468 140737367600512 139665092033200 139665569561218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32284672 140737367603951 140737367606469 140737367606469 140737367609295 0
Current children cumulated CPU time: 1111.66 s
Current children cumulated vsize: 10877712 KiB
Current children cumulated memory: 859312 KiB

Child status: 0
Real time (s): 1090.81
CPU time (s): 1111.69
CPU user time (s): 1109.84
CPU system time (s): 1.84616
CPU usage (%): 101.914
Max. virtual memory (cumulated for all children) (KiB): 10877712
Max. memory (cumulated for all children) (KiB): 859312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1109.84
system time used= 1.84616
maximum resident set size= 859312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132155
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141362
involuntary context switches= 3969


# summary of solver processes directly reported to runsolver:
#   pid: 20192
#   total CPU time (s): 1111.69
#   total CPU user time (s): 1109.84
#   total CPU system time (s): 1.84616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43728 second user time and 10.4978 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 03:58:27
IDJOB=4400975
IDBENCH=133451
IDSOLVER=2857
FILE ID=node140/4400975-1568685547
RUNJOBID= node140-1568673290-15914
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
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-4400975-1568685547/watcher-4400975-1568685547 -o /tmp/evaluation-result-4400975-1568685547/solver-4400975-1568685547 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4400975-1568685547.xml

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

MD5SUM BENCH= e9e920efca2956d8591f17ca956249c3
RANDOM SEED=1910530933

node140.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.43
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.43
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.43
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.43
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:        25329160 kB
MemAvailable:   29960132 kB
Buffers:          189380 kB
Cached:          4684504 kB
SwapCached:         2596 kB
Active:          3524444 kB
Inactive:        3242584 kB
Active(anon):    1890836 kB
Inactive(anon):    51508 kB
Active(file):    1633608 kB
Inactive(file):  3191076 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             35524 kB
Writeback:             0 kB
AnonPages:       2003628 kB
Mapped:            61856 kB
Shmem:             40616 kB
Slab:             264900 kB
SReclaimable:     234748 kB
SUnreclaim:        30152 kB
KernelStack:        3888 kB
PageTables:        10196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3013328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1914880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 04:16:38