Trace number 4302621

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT871 12.1902 5.7701

General information on the benchmark

NameKnapsack/
Knapsack-30-100-01_c18.xml
MD5SUM29cb88997fb73697c0a266537888e139
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark871
Best CPU time to get the best result obtained on this benchmark0.458688
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
5.86/3.16	o 497
5.86/3.18	o 544
6.09/3.20	o 586
6.09/3.22	o 616
6.09/3.29	o 621
6.09/3.30	o 637
6.42/3.30	o 644
6.42/3.31	o 660
6.42/3.32	o 677
6.42/3.33	o 684
6.42/3.35	o 709
6.42/3.36	o 740
6.42/3.37	o 748
6.42/3.39	o 770
6.42/3.40	o 791
6.80/3.43	o 802
6.80/3.43	o 825
7.76/3.75	o 826
7.76/3.76	o 837
7.76/3.78	o 838
7.76/3.79	o 869
8.37/3.91	o 871
12.06/5.74	v <instantiation cost="871">
12.06/5.74	v       <list>
12.06/5.74	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
12.06/5.74	v       </list>
12.06/5.74	v       <values>
12.06/5.74	v         0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 1
12.06/5.74	v       </values>
12.06/5.74	v     </instantiation>
12.06/5.74	s OPTIMUM FOUND

Verifier Data

OK	871

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11961 MiB free)
  memory of node 1: 16384 MiB (14701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302621-1532898157/watcher-4302621-1532898157 -o /tmp/evaluation-result-4302621-1532898157/solver-4302621-1532898157 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=813962099 -superng HOME/instance-4302621-1532898157.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=31700, runsolver pid=31697

[startup+0.100061 s]*
/proc/loadavg: 1.68 1.69 1.79 3/207 31757
/proc/meminfo: memFree=27294600/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=10008564 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 4479 13021 0 0 1 1 4 3 20 0 6 0 107379015 10248769536 4336 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2503525 4336 1957 1 0 2491963 0
[pid=31700/tid=31753] ppid=31697 vsize=10021560 memory=4279135703980212366 CPUtime=0.08 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 2308 13021 0 0 1 0 4 3 20 0 6 0 107379023 10262077440 4336 33554432000 4194304 4196468 140736461252096 140646864298576 140646877945854 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 6 0 107379024 10262077440 4336 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=10021560 memory=140500048574080 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 6 0 107379024 10262077440 4336 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 6 0 107379024 10262077440 4336 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 6 0 107379024 10262077440 4336 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10008564 KiB
Current children cumulated memory: 17344 KiB

[startup+0.209769 s]*
/proc/loadavg: 1.68 1.69 1.79 3/216 31766
/proc/meminfo: memFree=27272356/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=10985364 memory=45928 CPUtime=0.26 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 8760 13021 0 0 17 2 4 3 20 0 15 0 107379015 11249012736 11722 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2745934 11722 2976 1 0 2708357 0
[pid=31700/tid=31753] ppid=31697 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 5301 13021 0 0 11 1 4 3 20 0 15 0 107379023 11246329856 11474 33554432000 4194304 4196468 140736461252096 140646864286624 140646885141037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=10982744 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246329856 11474 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=10982744 memory=4122678208711653024 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246329856 11474 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246329856 11474 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246329856 11474 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=10982744 memory=140500048574080 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246329856 11474 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 13 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246362624 11474 33554432000 4194304 4196468 140736461252096 140645750531616 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246362624 11474 33554432000 4194304 4196468 140736461252096 140645549204848 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246362624 11474 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 470 13021 0 0 1 0 4 3 20 0 15 0 107379029 11246362624 11474 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 138 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246362624 11539 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=10982776 memory=140500048574080 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 629 13021 0 0 3 0 4 3 20 0 15 0 107379029 11246362624 11539 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246362624 11539 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=10982776 memory=140500048574080 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246362624 11605 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 45928 KiB

[startup+0.310246 s]*
/proc/loadavg: 1.68 1.69 1.79 3/216 31766
/proc/meminfo: memFree=27259456/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=10983192 memory=56356 CPUtime=0.38 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 10619 13021 0 0 28 3 4 3 20 0 15 0 107379015 11246788608 14089 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2745798 14089 3095 1 0 2708109 0
[pid=31700/tid=31753] ppid=31697 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 7154 13021 0 0 19 2 4 3 20 0 15 0 107379023 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646864273824 140646876542302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 13 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246788608 14089 33554432000 4194304 4196468 140736461252096 140645750531616 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246788608 14089 33554432000 4194304 4196468 140736461252096 140645549204848 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246788608 14089 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 471 13021 0 0 2 0 4 3 20 0 15 0 107379029 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 138 13021 0 0 1 0 4 3 20 0 15 0 107379029 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=10983192 memory=140500048574080 CPUtime=0.12 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) R 31697 31700 22977 0 -1 4202560 635 13021 0 0 5 0 4 3 20 0 15 0 107379029 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646315190384 140646892475664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246788608 14089 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=10983192 memory=140500048574080 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246788608 14089 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56356 KiB

[startup+0.700724 s]
/proc/loadavg: 1.68 1.69 1.79 4/216 31766
/proc/meminfo: memFree=27249904/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=10983192 memory=88656 CPUtime=0.98 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 16775 13021 0 0 87 4 4 3 20 0 15 0 107379015 11246788608 22164 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2745798 22164 3241 1 0 2708109 0
[pid=31700/tid=31753] ppid=31697 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 12194 13021 0 0 56 3 4 3 20 0 15 0 107379023 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646864282640 140646872737118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 2 13021 0 0 0 0 4 3 20 0 15 0 107379024 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 5 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 13 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246788608 22164 33554432000 4194304 4196468 140736461252096 140645750531616 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379026 11246788608 22164 33554432000 4194304 4196468 140736461252096 140645549204848 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246788608 22164 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 1124 13021 0 0 10 0 4 3 20 0 15 0 107379029 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=10983192 memory=140499923018832 CPUtime=0.13 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 517 13021 0 0 6 0 4 3 20 0 15 0 107379029 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=10983192 memory=143086835466894 CPUtime=0.2 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 715 13021 0 0 13 0 4 3 20 0 15 0 107379029 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246788608 22164 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379029 11246788608 22164 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88656 KiB

[startup+1.50069 s]
/proc/loadavg: 1.68 1.69 1.79 3/216 31766
/proc/meminfo: memFree=27203472/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=10998092 memory=179444 CPUtime=2.2 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 23958 13021 0 0 204 9 4 3 20 0 15 0 107379015 11262046208 44861 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2749523 44861 3470 1 0 2711181 0
[pid=31700/tid=31753] ppid=31697 vsize=10998092 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 17853 13021 0 0 130 5 4 3 20 0 15 0 107379023 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646864266008 140646877833088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 314 13021 0 0 0 0 4 3 20 0 15 0 107379024 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 23 13021 0 0 1 0 4 3 20 0 15 0 107379024 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=10998092 memory=2824 CPUtime=0.08 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 26 13021 0 0 1 0 4 3 20 0 15 0 107379024 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=10998092 memory=88656 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 79 13021 0 0 0 0 4 3 20 0 15 0 107379024 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 53 13021 0 0 1 0 4 3 20 0 15 0 107379026 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 14 13021 0 0 0 0 4 3 20 0 15 0 107379026 11262046208 44861 33554432000 4194304 4196468 140736461252096 140645750531680 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379026 11262046208 44861 33554432000 4194304 4196468 140736461252096 140645549204864 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11262046208 44861 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=10998092 memory=4638778398332698720 CPUtime=0.33 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 1613 13021 0 0 26 0 4 3 20 0 15 0 107379029 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=10998092 memory=280999846517632 CPUtime=0.2 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 682 13021 0 0 13 0 4 3 20 0 15 0 107379029 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=10998092 memory=6944656592452807323 CPUtime=0.35 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 1100 13021 0 0 28 0 4 3 20 0 15 0 107379029 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11262046208 44861 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=10998092 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379029 11262046208 44861 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 10998092 KiB

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

[pid=31700/tid=31765] ppid=31697 vsize=11075936 memory=-7523660553960122769 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11341758464 71970 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=11075936 memory=6933690305039933585 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1 13021 0 0 0 0 4 3 20 0 15 0 107379029 11341758464 71970 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 6.09 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 287852 KiB

[startup+4.80067 s]
/proc/loadavg: 1.68 1.69 1.79 6/216 31766
/proc/meminfo: memFree=27008748/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=11077984 memory=365124 CPUtime=10.89 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 60612 13021 0 0 1060 22 4 3 20 0 15 0 107379015 11343855616 91281 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2769496 91281 3513 1 0 2731149 0
[pid=31700/tid=31753] ppid=31697 vsize=11077984 memory=8128038100524242582 CPUtime=4.67 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 37391 13021 0 0 448 12 4 3 20 0 15 0 107379023 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646864297184 140646442413116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 510 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=11077984 memory=3665 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 53 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=11077984 memory=347612 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 84 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=11077984 memory=198436 CPUtime=0.09 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 103 13021 0 0 2 0 4 3 20 0 15 0 107379024 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=11077984 memory=6935649255759568960 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 338 13021 0 0 3 0 4 3 20 0 15 0 107379026 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=11077984 memory=6935650432313217104 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 17 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 91281 33554432000 4194304 4196468 140736461252096 140645750531744 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=11077984 memory=6082200702150529105 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 9 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 91281 33554432000 4194304 4196468 140736461252096 140645549204864 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=11077984 memory=280999846366728 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 91281 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=11077984 memory=280999845957008 CPUtime=2.8 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 9497 13021 0 0 271 2 4 3 20 0 15 0 107379029 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=11077984 memory=0 CPUtime=2.06 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 3640 13021 0 0 197 2 4 3 20 0 15 0 107379029 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=11077984 memory=1696 CPUtime=1.34 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 6760 13021 0 0 125 2 4 3 20 0 15 0 107379029 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=11077984 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 91281 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=11077984 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 11 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 91281 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 10.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 365124 KiB

[startup+5.20066 s]
/proc/loadavg: 1.87 1.73 1.80 3/216 31766
/proc/meminfo: memFree=26955360/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=11077984 memory=362836 CPUtime=11.4 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 61767 13021 0 0 1111 22 4 3 20 0 15 0 107379015 11343855616 90709 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2769496 90709 3513 1 0 2731149 0
[pid=31700/tid=31753] ppid=31697 vsize=11077984 memory=0 CPUtime=5.06 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 37391 13021 0 0 487 12 4 3 20 0 15 0 107379023 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646864293600 140646450844228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 510 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 55 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 94 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 106 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 340 13021 0 0 3 0 4 3 20 0 15 0 107379026 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 17 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 90709 33554432000 4194304 4196468 140736461252096 140645750531744 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 9 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 90709 33554432000 4194304 4196468 140736461252096 140645549204864 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 90709 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=11077984 memory=0 CPUtime=2.84 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) R 31697 31700 22977 0 -1 4202560 9512 13021 0 0 275 2 4 3 20 0 15 0 107379029 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646317295984 140646878504874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=11077984 memory=0 CPUtime=2.1 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) R 31697 31700 22977 0 -1 4202560 3658 13021 0 0 201 2 4 3 20 0 15 0 107379029 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646316243184 140646878525793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=11077984 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 6802 13021 0 0 127 2 4 3 20 0 15 0 107379029 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 90709 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=11077984 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1074 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 90709 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 11.4 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 362836 KiB

[startup+5.6007 s]
/proc/loadavg: 1.87 1.73 1.80 3/216 31766
/proc/meminfo: memFree=26955360/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=11077984 memory=371632 CPUtime=11.95 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 62061 13021 0 0 1165 23 4 3 20 0 15 0 107379015 11343855616 92908 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2769496 92908 3513 1 0 2731149 0
[pid=31700/tid=31753] ppid=31697 vsize=11077984 memory=6791534058613427641 CPUtime=5.46 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 37412 13021 0 0 527 12 4 3 20 0 15 0 107379023 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646864297000 140646448139904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=11077984 memory=30864 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 511 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=11077984 memory=1292 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 56 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=11077984 memory=2436 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 94 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=11077984 memory=2241 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 114 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=11077984 memory=2244 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 352 13021 0 0 3 0 4 3 20 0 15 0 107379026 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=11077984 memory=5760 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 17 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 92908 33554432000 4194304 4196468 140736461252096 140645750531744 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=11077984 memory=4588 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 9 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 92908 33554432000 4194304 4196468 140736461252096 140645549204864 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=11077984 memory=9920 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 92908 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=11077984 memory=1944 CPUtime=2.89 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 9529 13021 0 0 280 2 4 3 20 0 15 0 107379029 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=11077984 memory=1428 CPUtime=2.15 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 3672 13021 0 0 206 2 4 3 20 0 15 0 107379029 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=11077984 memory=8512 CPUtime=1.41 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 7022 13021 0 0 132 2 4 3 20 0 15 0 107379029 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 92908 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=11077984 memory=15620 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1074 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 92908 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 371632 KiB

[startup+5.70069 s]
/proc/loadavg: 1.87 1.73 1.80 3/216 31766
/proc/meminfo: memFree=26955360/32770624 swapFree=67108792/67108860
[pid=31700] ppid=31697 vsize=11077984 memory=371724 CPUtime=12.06 cores=1,3,5,7
/proc/31700/stat : 31700 (java) S 31697 31700 22977 0 -1 1077944320 62073 13021 0 0 1176 23 4 3 20 0 15 0 107379015 11343855616 92931 33554432000 4194304 4196468 140736461252096 140736461234640 140646892461815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
/proc/31700/statm: 2769496 92931 3513 1 0 2731149 0
[pid=31700/tid=31753] ppid=31697 vsize=11077984 memory=371072 CPUtime=5.56 cores=1,3,5,7
/proc/31700/task/31753/stat : 31753 (java) R 31697 31700 22977 0 -1 4202560 37414 13021 0 0 537 12 4 3 20 0 15 0 107379023 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646864297000 140646450787989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31754] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31754/stat : 31754 (java) S 31697 31700 22977 0 -1 1077944384 511 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646896704144 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31755] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31755/stat : 31755 (java) S 31697 31700 22977 0 -1 1077944384 56 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646762039824 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31756] ppid=31697 vsize=11077984 memory=280999846007424 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31756/stat : 31756 (java) S 31697 31700 22977 0 -1 1077944384 94 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646760987024 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31757] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31757/stat : 31757 (java) S 31697 31700 22977 0 -1 1077944384 114 13021 0 0 3 0 4 3 20 0 15 0 107379024 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646759934224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31758] ppid=31697 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31700/task/31758/stat : 31758 (java) S 31697 31700 22977 0 -1 1077944384 352 13021 0 0 3 0 4 3 20 0 15 0 107379026 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646318349168 140646892472962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31759] ppid=31697 vsize=11077984 memory=280999846560064 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31759/stat : 31759 (java) S 31697 31700 22977 0 -1 1077944384 17 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 92931 33554432000 4194304 4196468 140736461252096 140645750531744 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31760] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31760/stat : 31760 (java) S 31697 31700 22977 0 -1 1077944384 9 13021 0 0 0 0 4 3 20 0 15 0 107379026 11343855616 92931 33554432000 4194304 4196468 140736461252096 140645549204864 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31761] ppid=31697 vsize=11077984 memory=8316868033356759116 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31761/stat : 31761 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 92931 33554432000 4194304 4196468 140736461252096 140645241805136 140646892480411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31762] ppid=31697 vsize=11077984 memory=189168 CPUtime=2.89 cores=1,3,5,7
/proc/31700/task/31762/stat : 31762 (java) S 31697 31700 22977 0 -1 1077944384 9532 13021 0 0 280 2 4 3 20 0 15 0 107379029 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646317295984 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31763] ppid=31697 vsize=11077984 memory=10799 CPUtime=2.15 cores=1,3,5,7
/proc/31700/task/31763/stat : 31763 (java) S 31697 31700 22977 0 -1 1077944384 3673 13021 0 0 206 2 4 3 20 0 15 0 107379029 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646316243184 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31764] ppid=31697 vsize=11077984 memory=257 CPUtime=1.41 cores=1,3,5,7
/proc/31700/task/31764/stat : 31764 (java) S 31697 31700 22977 0 -1 1077944384 7028 13021 0 0 132 2 4 3 20 0 15 0 107379029 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646315190384 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31765] ppid=31697 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31765/stat : 31765 (java) S 31697 31700 22977 0 -1 1077944384 3 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 92931 33554432000 4194304 4196468 140736461252096 140644811008224 140646892472021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
[pid=31700/tid=31766] ppid=31697 vsize=11077984 memory=138326669527786 CPUtime=0.07 cores=1,3,5,7
/proc/31700/task/31766/stat : 31766 (java) S 31697 31700 22977 0 -1 1077944384 1074 13021 0 0 0 0 4 3 20 0 15 0 107379029 11343855616 92931 33554432000 4194304 4196468 140736461252096 140646314138800 140646892472962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16011264 140736461257321 140736461260129 140736461260129 140736461262799 0
Current children cumulated CPU time: 12.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 371724 KiB

Child status: 0
Real time (s): 5.7701
CPU time (s): 12.1902
CPU user time (s): 11.9086
CPU system time (s): 0.281532
CPU usage (%): 211.265
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 371724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9086
system time used= 0.281532
maximum resident set size= 376144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6492
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 31700
#   total CPU time (s): 12.1902
#   total CPU user time (s): 11.9086
#   total CPU system time (s): 0.281532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063221 second user time and 0.089892 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:02:37
IDJOB=4302621
IDBENCH=141529
IDSOLVER=2777
FILE ID=node150/4302621-1532898157
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302621-1532898157/watcher-4302621-1532898157 -o /tmp/evaluation-result-4302621-1532898157/solver-4302621-1532898157 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=813962099 -superng HOME/instance-4302621-1532898157.xml

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

MD5SUM BENCH= 29cb88997fb73697c0a266537888e139
RANDOM SEED=813962099

node150.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.76
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.76
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.76
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.76
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:        27302812 kB
MemAvailable:   31144388 kB
Buffers:          228160 kB
Cached:          3856084 kB
SwapCached:           32 kB
Active:          2335980 kB
Inactive:        2601052 kB
Active(anon):     804412 kB
Inactive(anon):    76188 kB
Active(file):    1531568 kB
Inactive(file):  2524864 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:        878364 kB
Mapped:            58084 kB
Shmem:             25156 kB
Slab:             230360 kB
SReclaimable:     201960 kB
SUnreclaim:        28400 kB
KernelStack:        3808 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1993480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    620544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:02:43