Trace number 4261974

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.4OPT887 343.98499 317.686

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark3.7602501
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.21/2.17	c Concrete v3.4 running
5.88/3.24	o 614
5.88/3.27	o 623
5.88/3.29	o 664
5.88/3.30	o 692
6.27/3.32	o 710
6.27/3.33	o 714
6.27/3.34	o 751
6.27/3.39	o 780
6.27/3.40	o 790
6.59/3.41	o 797
6.59/3.42	o 827
6.59/3.47	o 841
6.59/3.48	o 844
6.59/3.49	o 848
6.92/3.50	o 855
6.92/3.52	o 869
6.92/3.53	o 872
6.92/3.55	o 886
7.54/3.76	o 887
343.87/317.67	v <instantiation cost="887">
343.87/317.67	v       <list>
343.87/317.67	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]
343.87/317.67	v       </list>
343.87/317.67	v       <values>
343.87/317.67	v         1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0
343.87/317.67	v       </values>
343.87/317.67	v     </instantiation>
343.87/317.67	s OPTIMUM FOUND

Verifier Data

OK	887

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261974-1502459120/watcher-4261974-1502459120 -o /tmp/evaluation-result-4261974-1502459120/solver-4261974-1502459120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4261974-1502459120.xml 

pid=19184
running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.36 1.36 1.46 3/201 19187
/proc/meminfo: memFree=30275548/32770624 swapFree=0/435012
[pid=19187] ppid=19184 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19187/stat : 19187 (runsolver) D 19184 19187 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93727265 24240128 106 18446744073709551615 4194304 4338465 140730539759504 140730539757144 140029508211415 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 9134080 140730539765969 140730539766345 140730539766345 140730539769802 0
/proc/19187/statm: 5918 106 53 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 1.36 1.36 1.46 3/201 19187
/proc/meminfo: memFree=30275548/32770624 swapFree=0/435012
[pid=19187] ppid=19184 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19187/stat : 19187 (bash) S 19184 19187 4821 0 -1 4202496 851 6175 0 0 0 0 0 1 20 0 1 0 93727265 9867264 366 18446744073709551615 4194304 5098028 140722185400624 140722185394360 140360715549696 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 28360704 140722185409044 140722185409129 140722185409129 140722185412586 0
/proc/19187/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200205 s]
/proc/loadavg: 1.36 1.36 1.46 3/201 19187
/proc/meminfo: memFree=30275548/32770624 swapFree=0/435012
[pid=19187] ppid=19184 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19187/stat : 19187 (bash) S 19184 19187 4821 0 -1 4202496 892 6483 0 0 0 0 0 1 20 0 1 0 93727265 9867264 377 18446744073709551615 4194304 5098028 140722185400624 140722185394632 140360715549696 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 28360704 140722185409044 140722185409129 140722185409129 140722185412586 0
/proc/19187/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.310011 s]
/proc/loadavg: 1.36 1.36 1.46 3/201 19187
/proc/meminfo: memFree=30275548/32770624 swapFree=0/435012
[pid=19187] ppid=19184 vsize=13974356 CPUtime=0.16 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 6037 12359 0 0 8 1 5 2 20 0 15 0 93727265 14309740544 6630 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3493589 6630 2769 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974356

[startup+0.700254 s]
/proc/loadavg: 1.36 1.36 1.46 3/201 19187
/proc/meminfo: memFree=30275548/32770624 swapFree=0/435012
[pid=19187] ppid=19184 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 13942 12359 0 0 60 3 5 2 20 0 15 0 93727265 14310178816 14824 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3493696 14824 3123 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.36 1.36 1.46 4/216 19250
/proc/meminfo: memFree=30179064/32770624 swapFree=0/434984
[pid=19187] ppid=19184 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 30046 12359 0 0 177 8 5 2 20 0 15 0 93727265 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3496352 42685 3370 1 0 3485525 0
[pid=19187/tid=19237] ppid=19184 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 22573 12359 0 0 117 5 5 2 20 0 15 0 93727286 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052757869552 140052737729886 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 62 12359 0 0 0 0 5 2 20 0 15 0 93727287 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 59 12359 0 0 1 0 5 2 20 0 15 0 93727287 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 49 12359 0 0 1 0 5 2 20 0 15 0 93727287 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 191 12359 0 0 1 0 5 2 20 0 15 0 93727287 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 1632 12359 0 0 1 0 5 2 20 0 15 0 93727288 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 54 12359 0 0 0 0 5 2 20 0 15 0 93727288 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 726 12359 0 0 12 0 5 2 20 0 15 0 93727291 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 1040 12359 0 0 17 0 5 2 20 0 15 0 93727291 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 1452 12359 0 0 23 0 5 2 20 0 15 0 93727291 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 6 12359 0 0 0 0 5 2 20 0 15 0 93727294 14321057792 42685 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10104 s]
/proc/loadavg: 1.36 1.36 1.46 4/216 19250
/proc/meminfo: memFree=30103004/32770624 swapFree=0/434984
[pid=19187] ppid=19184 vsize=14065468 CPUtime=5.62 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 60083 12359 0 0 539 16 5 2 20 0 15 0 93727265 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516367 69656 3453 1 0 3504981 0
[pid=19187/tid=19237] ppid=19184 vsize=14065468 CPUtime=2.8 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) S 19184 19187 4821 0 -1 1077944384 43928 12359 0 0 264 9 5 2 20 0 15 0 93727286 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052757887072 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) R 19184 19187 4821 0 -1 4202560 88 12359 0 0 5 0 5 2 20 0 15 0 93727287 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052710615944 140052746277607 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) R 19184 19187 4821 0 -1 4202560 120 12359 0 0 5 0 5 2 20 0 15 0 93727287 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052746277607 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) R 19184 19187 4821 0 -1 4202560 64 12359 0 0 5 0 5 2 20 0 15 0 93727287 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052352130264 140052738349837 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14065468 CPUtime=0.11 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) R 19184 19187 4821 0 -1 4202560 209 12359 0 0 4 0 5 2 20 0 15 0 93727287 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052746277607 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14065468 CPUtime=0.11 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 2275 12359 0 0 4 0 5 2 20 0 15 0 93727288 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052232233616 140052753659605 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 54 12359 0 0 0 0 5 2 20 0 15 0 93727288 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14065468 CPUtime=0.9 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 3955 12359 0 0 82 1 5 2 20 0 15 0 93727291 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14065468 CPUtime=0.9 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 4003 12359 0 0 83 0 5 2 20 0 15 0 93727291 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052226956368 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14065468 CPUtime=0.89 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 3178 12359 0 0 81 1 5 2 20 0 15 0 93727291 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 7 12359 0 0 0 0 5 2 20 0 15 0 93727294 14403039232 69656 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 14065468

[startup+6.30104 s]
/proc/loadavg: 1.41 1.37 1.46 5/216 19250
/proc/meminfo: memFree=29882436/32770624 swapFree=0/434984
[pid=19187] ppid=19184 vsize=14067516 CPUtime=13.22 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 68134 12359 0 0 1293 22 5 2 20 0 15 0 93727265 14405136384 112336 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516879 112336 3470 1 0 3505493 0
[pid=19187/tid=19237] ppid=19184 vsize=14067516 CPUtime=5.88 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 44530 12359 0 0 569 12 5 2 20 0 15 0 93727286 14405136384 112336 18446744073709551615 4194304 4196468 140727626234448 140052757880488 140052404746338 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 97 12359 0 0 11 1 5 2 20 0 15 0 93727287 14405136384 112336 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 982 12359 0 0 11 0 5 2 20 0 15 0 93727287 14405136384 112336 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 101 12359 0 0 11 0 5 2 20 0 15 0 93727287 14405136384 112336 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 257 12359 0 0 10 0 5 2 20 0 15 0 93727287 14405136384 112336 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 2380 12359 0 0 9 0 5 2 20 0 15 0 93727288 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14067516 CPUtime=2.78 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) R 19184 19187 4821 0 -1 4202560 5813 12359 0 0 270 1 5 2 20 0 15 0 93727291 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052228025112 140052739801040 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14067516 CPUtime=2.81 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 7038 12359 0 0 273 1 5 2 20 0 15 0 93727291 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 4200 12359 0 0 123 2 5 2 20 0 15 0 93727291 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 485 12359 0 0 0 0 5 2 20 0 15 0 93727294 14405136384 112340 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 13.22
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.46 1.38 1.47 3/216 19251
/proc/meminfo: memFree=29637804/32770624 swapFree=0/434980
[pid=19187] ppid=19184 vsize=14067516 CPUtime=25.16 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 75090 12359 0 0 2480 29 5 2 20 0 15 0 93727265 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516879 162224 3471 1 0 3505493 0
[pid=19187/tid=19237] ppid=19184 vsize=14067516 CPUtime=12.26 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 45744 12359 0 0 1204 15 5 2 20 0 15 0 93727286 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052757881184 140052404759038 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 114 12359 0 0 11 1 5 2 20 0 15 0 93727287 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 1095 12359 0 0 12 0 5 2 20 0 15 0 93727287 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 491 12359 0 0 12 0 5 2 20 0 15 0 93727287 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 299 12359 0 0 11 1 5 2 20 0 15 0 93727287 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 2681 12359 0 0 10 0 5 2 20 0 15 0 93727288 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 162224 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0

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

/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 4978 12359 0 0 130 7 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14067516 CPUtime=9.8 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 9365 12359 0 0 969 4 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14067516 CPUtime=9.91 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 10054 12359 0 0 981 3 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14067516 CPUtime=2.96 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 11747 12359 0 0 284 5 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 657 12359 0 0 7 10 5 2 20 0 15 0 93727294 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 339.82
Current children cumulated vsize (KiB) 14067516

[startup+315.201 s]
/proc/loadavg: 1.47 1.40 1.46 3/215 19264
/proc/meminfo: memFree=29432544/32770624 swapFree=0/435048
[pid=19187] ppid=19184 vsize=14067516 CPUtime=341.44 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 110375 12359 0 0 34054 83 5 2 20 0 15 0 93727265 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516879 213966 3471 1 0 3505493 0
[pid=19187/tid=19237] ppid=19184 vsize=14067516 CPUtime=312.02 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 57574 12359 0 0 31171 24 5 2 20 0 15 0 93727286 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052757883088 140052402880340 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 4991 12359 0 0 122 11 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14067516 CPUtime=1.39 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 4439 12359 0 0 123 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14067516 CPUtime=1.39 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 3173 12359 0 0 124 8 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 1140 12359 0 0 124 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 4978 12359 0 0 130 7 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14067516 CPUtime=9.8 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 9365 12359 0 0 969 4 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14067516 CPUtime=9.91 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 10054 12359 0 0 981 3 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14067516 CPUtime=2.96 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 11747 12359 0 0 284 5 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 657 12359 0 0 7 10 5 2 20 0 15 0 93727294 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 341.44
Current children cumulated vsize (KiB) 14067516

[startup+316.801 s]
/proc/loadavg: 1.51 1.41 1.46 3/215 19264
/proc/meminfo: memFree=29432544/32770624 swapFree=0/435048
[pid=19187] ppid=19184 vsize=14067516 CPUtime=343.06 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 110388 12359 0 0 34216 83 5 2 20 0 15 0 93727265 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516879 213966 3471 1 0 3505493 0
[pid=19187/tid=19237] ppid=19184 vsize=14067516 CPUtime=313.61 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 57586 12359 0 0 31330 24 5 2 20 0 15 0 93727286 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052757882752 140052400105408 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 4992 12359 0 0 123 11 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14067516 CPUtime=1.39 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 4439 12359 0 0 123 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 3173 12359 0 0 125 8 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 1140 12359 0 0 125 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 4978 12359 0 0 131 7 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14067516 CPUtime=9.8 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 9365 12359 0 0 969 4 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14067516 CPUtime=9.91 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 10054 12359 0 0 981 3 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14067516 CPUtime=2.96 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 11747 12359 0 0 284 5 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 657 12359 0 0 7 10 5 2 20 0 15 0 93727294 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 343.06
Current children cumulated vsize (KiB) 14067516

[startup+317.201 s]
/proc/loadavg: 1.51 1.41 1.46 3/215 19264
/proc/meminfo: memFree=29432544/32770624 swapFree=0/435048
[pid=19187] ppid=19184 vsize=14067516 CPUtime=343.46 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 110391 12359 0 0 34256 83 5 2 20 0 15 0 93727265 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516879 213966 3471 1 0 3505493 0
[pid=19187/tid=19237] ppid=19184 vsize=14067516 CPUtime=314 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 57589 12359 0 0 31369 24 5 2 20 0 15 0 93727286 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052757882752 140052401997590 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 4992 12359 0 0 123 11 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 4439 12359 0 0 124 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 3173 12359 0 0 125 8 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 1140 12359 0 0 125 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 4978 12359 0 0 131 7 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14067516 CPUtime=9.8 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 9365 12359 0 0 969 4 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14067516 CPUtime=9.91 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 10054 12359 0 0 981 3 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14067516 CPUtime=2.96 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 11747 12359 0 0 284 5 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 657 12359 0 0 7 10 5 2 20 0 15 0 93727294 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 343.46
Current children cumulated vsize (KiB) 14067516

[startup+317.601 s]
/proc/loadavg: 1.51 1.41 1.46 3/215 19264
/proc/meminfo: memFree=29432544/32770624 swapFree=0/435048
[pid=19187] ppid=19184 vsize=14067516 CPUtime=343.87 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 4821 0 -1 1077944320 110394 12359 0 0 34297 83 5 2 20 0 15 0 93727265 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140727626216992 140052753649399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
/proc/19187/statm: 3516879 213966 3471 1 0 3505493 0
[pid=19187/tid=19237] ppid=19184 vsize=14067516 CPUtime=314.39 cores=1,3,5,7
/proc/19187/task/19237/stat : 19237 (java) R 19184 19187 4821 0 -1 4202560 57592 12359 0 0 31408 24 5 2 20 0 15 0 93727286 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052757882448 140052400981314 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19238] ppid=19184 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/19187/task/19238/stat : 19238 (java) S 19184 19187 4821 0 -1 1077944384 4992 12359 0 0 123 11 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052710615824 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19239] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19239/stat : 19239 (java) S 19184 19187 4821 0 -1 1077944384 4439 12359 0 0 124 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052353182608 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19240] ppid=19184 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/19187/task/19240/stat : 19240 (java) S 19184 19187 4821 0 -1 1077944384 3173 12359 0 0 125 8 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052352130064 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19241] ppid=19184 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/19187/task/19241/stat : 19241 (java) S 19184 19187 4821 0 -1 1077944384 1140 12359 0 0 125 9 5 2 20 0 15 0 93727287 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052351077520 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19242] ppid=19184 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/19187/task/19242/stat : 19242 (java) S 19184 19187 4821 0 -1 1077944384 4978 12359 0 0 132 7 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052232234992 140052753660546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19243] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19243/stat : 19243 (java) S 19184 19187 4821 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 93727288 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052231181280 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19244] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19244/stat : 19244 (java) S 19184 19187 4821 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 93727289 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052230128640 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19245] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19245/stat : 19245 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052229077200 140052753667995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19246] ppid=19184 vsize=14067516 CPUtime=9.8 cores=1,3,5,7
/proc/19187/task/19246/stat : 19246 (java) S 19184 19187 4821 0 -1 1077944384 9365 12359 0 0 969 4 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052228024816 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19247] ppid=19184 vsize=14067516 CPUtime=9.91 cores=1,3,5,7
/proc/19187/task/19247/stat : 19247 (java) S 19184 19187 4821 0 -1 1077944384 10054 12359 0 0 981 3 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052226972272 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19248] ppid=19184 vsize=14067516 CPUtime=2.96 cores=1,3,5,7
/proc/19187/task/19248/stat : 19248 (java) S 19184 19187 4821 0 -1 1077944384 11747 12359 0 0 284 5 5 2 20 0 15 0 93727291 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052225919728 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19249] ppid=19184 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19187/task/19249/stat : 19249 (java) S 19184 19187 4821 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 93727292 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052224867424 140052753659605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
[pid=19187/tid=19250] ppid=19184 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/19187/task/19250/stat : 19250 (java) S 19184 19187 4821 0 -1 1077944384 657 12359 0 0 7 10 5 2 20 0 15 0 93727294 14405136384 213966 18446744073709551615 4194304 4196468 140727626234448 140052223813936 140052753660546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8118272 140727626242000 140727626244785 140727626244785 140727626248143 0
Current children cumulated CPU time (s) 343.87
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 317.686
CPU time (s): 343.985
CPU user time (s): 343.103
CPU system time (s): 0.881793
CPU usage (%): 108.278
Max. virtual memory (cumulated for all children) (KiB): 14070228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.103
system time used= 0.881793
maximum resident set size= 858260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52238
involuntary context switches= 990

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4822 second user time and 2.02385 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 15:31:13
IDJOB=4261974
IDBENCH=133505
IDSOLVER=2650
FILE ID=node133/4261974-1502459120
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261974-1502459120/watcher-4261974-1502459120 -o /tmp/evaluation-result-4261974-1502459120/solver-4261974-1502459120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4261974-1502459120.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=2121430854

node133.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.17
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.17
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.17
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.17
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:        30275548 kB
MemAvailable:   31160684 kB
Buffers:          294568 kB
Cached:           884468 kB
SwapCached:            0 kB
Active:          1589580 kB
Inactive:         468124 kB
Active(anon):     878888 kB
Inactive(anon):    33112 kB
Active(file):     710692 kB
Inactive(file):   435012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24156 kB
Writeback:             8 kB
AnonPages:        878356 kB
Mapped:            65580 kB
Shmem:             33468 kB
Slab:             138004 kB
SReclaimable:     110536 kB
SUnreclaim:        27468 kB
KernelStack:        3552 kB
PageTables:         6980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1827392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 15:36:31