Trace number 4387308

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.10OPT1128 104.666 86.8316

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.71/0.56	c Concrete v3.10.1560635388952 running
5.30/2.66	o 834
5.30/2.68	o 923
5.30/2.68	o 957
5.30/2.69	o 1018
5.61/2.73	o 1020
5.61/2.74	o 1049
5.61/2.75	o 1050
5.61/2.77	o 1056
5.61/2.78	o 1089
6.26/2.90	o 1093
6.26/2.96	o 1094
6.26/2.97	o 1099
6.26/2.99	o 1126
6.26/3.01	o 1127
6.62/3.02	o 1128
104.63/86.80	v <instantiation
104.63/86.80	v         cost = '1128'>
104.63/86.80	v       <list>
104.63/86.80	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
104.63/86.80	v       </list>
104.63/86.80	v       <values>
104.63/86.80	v         0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1
104.63/86.80	v       </values>
104.63/86.80	v     </instantiation>
104.63/86.80	s OPTIMUM FOUND

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387308-1568297927/watcher-4387308-1568297927 -o /tmp/evaluation-result-4387308-1568297927/solver-4387308-1568297927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=879863878 HOME/instance-4387308-1568297927.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9913, runsolver pid=9910

[startup+0.100164 s]*
/proc/loadavg: 1.29 1.38 1.41 3/218 9970
/proc/meminfo: memFree=30880136/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=9972712 memory=15176 CPUtime=0.1 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 4533 13124 0 0 1 1 5 3 20 0 6 0 406048866 10212057088 3794 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2493178 3794 1935 1 0 2481616 0
[pid=9913/tid=9966] ppid=9910 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 2342 13124 0 0 1 0 5 3 20 0 6 0 406048875 10212057088 3794 33554432000 4194304 4196468 140735493432208 139947116974672 139947130820437 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 406048876 10212057088 3794 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=9972712 memory=14840263432541848 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 406048876 10212057088 3794 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 406048876 10212057088 3794 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 6 0 406048876 10212057088 3794 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.29 1.38 1.41 3/227 9979
/proc/meminfo: memFree=30857412/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10818940 memory=39064 CPUtime=0.26 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 7094 13124 0 0 17 1 5 3 20 0 15 0 406048866 11078594560 9766 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2704735 9766 2974 1 0 2667149 0
[pid=9913/tid=9966] ppid=9910 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 3515 13124 0 0 11 0 5 3 20 0 15 0 406048875 11078594560 9766 33554432000 4194304 4196468 140735493432208 139947116934096 139947129218398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11078594560 9766 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10818940 memory=14840263432541848 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11078594560 9766 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048876 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048877 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 33 13124 0 0 0 0 5 3 20 0 15 0 406048877 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946603017376 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946476167920 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11078594560 9766 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 478 13124 0 0 1 0 5 3 20 0 15 0 406048880 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 183 13124 0 0 0 0 5 3 20 0 15 0 406048880 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10818940 memory=140672480908928 CPUtime=0.11 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 685 13124 0 0 3 0 5 3 20 0 15 0 406048880 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11078594560 9766 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10818940 memory=140672480908928 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048881 11078594560 9766 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39064 KiB

[startup+0.311263 s]*
/proc/loadavg: 1.29 1.38 1.41 3/227 9979
/proc/meminfo: memFree=30847252/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10820096 memory=48584 CPUtime=0.4 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 10782 13124 0 0 29 3 5 3 20 0 15 0 406048866 11079778304 12146 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2705024 12146 3233 1 0 2667149 0
[pid=9913/tid=9966] ppid=9910 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 7124 13124 0 0 19 2 5 3 20 0 15 0 406048875 11079778304 12658 33554432000 4194304 4196468 140735493432208 139947116951584 139947145159837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11079778304 12658 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11079778304 12658 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048876 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10820096 memory=140672480908927 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048877 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 33 13124 0 0 0 0 5 3 20 0 15 0 406048877 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946603017376 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946476167920 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11079778304 12658 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 485 13124 0 0 2 0 5 3 20 0 15 0 406048880 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 186 13124 0 0 1 0 5 3 20 0 15 0 406048880 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10820096 memory=140672480908928 CPUtime=0.13 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 731 13124 0 0 5 0 5 3 20 0 15 0 406048880 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11079778304 12658 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10820096 memory=140672480908928 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048881 11079778304 12658 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48584 KiB

[startup+0.700763 s]
/proc/loadavg: 1.29 1.38 1.41 6/227 9979
/proc/meminfo: memFree=30834336/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10824340 memory=81232 CPUtime=1.14 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 15108 13124 0 0 101 5 5 3 20 0 15 0 406048866 11084124160 20308 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2706085 20308 3490 1 0 2668173 0
[pid=9913/tid=9966] ppid=9910 vsize=10824340 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 10510 13124 0 0 56 3 5 3 20 0 15 0 406048875 11084124160 20308 33554432000 4194304 4196468 140735493432208 139947116964496 139947145159837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10824340 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11084124160 20308 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10824340 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11084124160 20308 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10824340 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048876 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048876 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 406048877 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 33 13124 0 0 0 0 5 3 20 0 15 0 406048877 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946603017376 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946476167920 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11084124160 20308 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 855 13124 0 0 15 0 5 3 20 0 15 0 406048880 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 457 13124 0 0 12 0 5 3 20 0 15 0 406048880 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 1026 13124 0 0 17 0 5 3 20 0 15 0 406048880 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11084124160 20308 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10824340 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048881 11084124160 20308 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81232 KiB

[startup+1.50065 s]
/proc/loadavg: 1.29 1.38 1.41 5/227 9979
/proc/meminfo: memFree=30788792/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10834656 memory=167084 CPUtime=2.46 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 22739 13124 0 0 227 11 5 3 20 0 15 0 406048866 11094687744 41771 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2708664 41771 3577 1 0 2670733 0
[pid=9913/tid=9966] ppid=9910 vsize=10834656 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 15474 13124 0 0 130 6 5 3 20 0 15 0 406048875 11094687744 41805 33554432000 4194304 4196468 140735493432208 139947116950736 139947145149846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10834656 memory=4641057635035604581 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 98 13124 0 0 1 0 5 3 20 0 15 0 406048876 11094687744 41805 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10834656 memory=7086527617253991508 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 382 13124 0 0 1 0 5 3 20 0 15 0 406048876 11094687744 41805 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10834656 memory=7007716745539118183 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 9 13124 0 0 0 0 5 3 20 0 15 0 406048876 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10834656 memory=281344651652896 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 76 13124 0 0 1 0 5 3 20 0 15 0 406048876 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10834656 memory=4123503147554019750 CPUtime=0.09 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 881 13124 0 0 1 0 5 3 20 0 15 0 406048877 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10834656 memory=281344651320320 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 34 13124 0 0 0 0 5 3 20 0 15 0 406048877 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946603017440 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946476167936 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11094687744 41805 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10834656 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 1037 13124 0 0 27 0 5 3 20 0 15 0 406048880 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10834656 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 740 13124 0 0 25 0 5 3 20 0 15 0 406048880 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10834656 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) R 9910 9913 5621 0 -1 4202560 1795 13124 0 0 38 1 5 3 20 0 15 0 406048880 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946567354864 139947137855063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10834656 memory=281344651862016 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11094687744 41805 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048881 11094687744 41805 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834656 KiB

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

[pid=9913/tid=9978] ppid=9910 vsize=10844916 memory=634812 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10844916 memory=634812 CPUtime=0.12 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 208 13124 0 0 2 2 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 100.96 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 634812 KiB

[startup+84.8008 s]
/proc/loadavg: 1.48 1.45 1.44 3/226 9985
/proc/meminfo: memFree=30260136/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10844916 memory=634812 CPUtime=102.59 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 89040 13124 0 0 10201 50 5 3 20 0 15 0 406048866 11105193984 158703 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2711229 158703 3617 1 0 2673293 0
[pid=9913/tid=9966] ppid=9910 vsize=10844916 memory=1962 CPUtime=84.1 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 27832 13124 0 0 8385 17 5 3 20 0 15 0 406048875 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947116974128 139946757349191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10844916 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1430 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10844916 memory=708 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 2807 13124 0 0 17 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10844916 memory=9364 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 2208 13124 0 0 17 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10844916 memory=1120 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 1130 13124 0 0 17 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10844916 memory=776 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 5008 13124 0 0 18 2 5 3 20 0 15 0 406048877 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10844916 memory=634812 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 39 13124 0 0 0 0 5 3 20 0 15 0 406048877 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946603017440 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10844916 memory=634812 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946476167936 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10844916 memory=14973369229511284 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10844916 memory=1984 CPUtime=6.34 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 13068 13124 0 0 622 4 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10844916 memory=2552 CPUtime=6.82 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 14483 13124 0 0 670 4 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10844916 memory=634812 CPUtime=4.4 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 18611 13124 0 0 425 7 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10844916 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10844916 memory=3028 CPUtime=0.12 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 208 13124 0 0 2 2 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 102.59 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 634812 KiB

[startup+85.6008 s]
/proc/loadavg: 1.48 1.45 1.44 3/226 9985
/proc/meminfo: memFree=30259576/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10844916 memory=634812 CPUtime=103.4 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 89045 13124 0 0 10282 50 5 3 20 0 15 0 406048866 11105193984 158703 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2711229 158703 3617 1 0 2673293 0
[pid=9913/tid=9966] ppid=9910 vsize=10844916 memory=1044 CPUtime=84.89 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 27836 13124 0 0 8464 17 5 3 20 0 15 0 406048875 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947116973872 139946749683523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10844916 memory=708 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1430 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10844916 memory=9364 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 2807 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10844916 memory=1120 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 2208 13124 0 0 17 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10844916 memory=776 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 1130 13124 0 0 17 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10844916 memory=1552 CPUtime=0.28 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 5009 13124 0 0 18 2 5 3 20 0 15 0 406048877 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10844916 memory=7956 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 39 13124 0 0 0 0 5 3 20 0 15 0 406048877 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946603017440 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10844916 memory=3444 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946476167936 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10844916 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10844916 memory=2832 CPUtime=6.34 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 13068 13124 0 0 622 4 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10844916 memory=984 CPUtime=6.82 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 14483 13124 0 0 670 4 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10844916 memory=1284 CPUtime=4.4 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 18611 13124 0 0 425 7 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10844916 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10844916 memory=708 CPUtime=0.12 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 208 13124 0 0 2 2 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 103.4 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 634812 KiB

[startup+86.4008 s]
/proc/loadavg: 1.48 1.45 1.44 3/226 9985
/proc/meminfo: memFree=30259640/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10844916 memory=634812 CPUtime=104.21 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 89303 13124 0 0 10363 50 5 3 20 0 15 0 406048866 11105193984 158703 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2711229 158703 3617 1 0 2673293 0
[pid=9913/tid=9966] ppid=9910 vsize=10844916 memory=988 CPUtime=85.68 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 27846 13124 0 0 8543 17 5 3 20 0 15 0 406048875 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947116973632 139946759465024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10844916 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1430 13124 0 0 19 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10844916 memory=4420 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 2807 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10844916 memory=634812 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 2208 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10844916 memory=8836 CPUtime=0.3 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 1130 13124 0 0 18 4 5 3 20 0 15 0 406048876 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10844916 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 5009 13124 0 0 19 2 5 3 20 0 15 0 406048877 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10844916 memory=16164 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 39 13124 0 0 0 0 5 3 20 0 15 0 406048877 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946603017440 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10844916 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946476167936 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10844916 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10844916 memory=3444 CPUtime=6.35 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 13210 13124 0 0 623 4 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10844916 memory=1556 CPUtime=6.82 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 14483 13124 0 0 670 4 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10844916 memory=2832 CPUtime=4.41 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 18717 13124 0 0 426 7 5 3 20 0 15 0 406048880 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10844916 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10844916 memory=14012 CPUtime=0.12 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 208 13124 0 0 2 2 5 3 20 0 15 0 406048881 11105193984 158703 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 104.21 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 634812 KiB

[startup+86.8007 s]
/proc/loadavg: 1.48 1.45 1.44 3/226 9985
/proc/meminfo: memFree=30259640/32770624 swapFree=66920300/67108860
[pid=9913] ppid=9910 vsize=10844916 memory=636860 CPUtime=104.63 cores=0,2,4,6
/proc/9913/stat : 9913 (java) S 9910 9913 5621 0 -1 1077944320 90006 13124 0 0 10405 50 5 3 20 0 15 0 406048866 11105193984 159215 33554432000 4194304 4196468 140735493432208 140735493414752 139947145137911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
/proc/9913/statm: 2711229 159215 3617 1 0 2673293 0
[pid=9913/tid=9966] ppid=9910 vsize=10844916 memory=8112282956445269571 CPUtime=86.08 cores=0,2,4,6
/proc/9913/task/9966/stat : 9966 (java) R 9910 9913 5621 0 -1 4202560 27857 13124 0 0 8583 17 5 3 20 0 15 0 406048875 11105193984 159215 33554432000 4194304 4196468 140735493432208 139947116973648 139946759216703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9967] ppid=9910 vsize=10844916 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/9913/task/9967/stat : 9967 (java) S 9910 9913 5621 0 -1 1077944384 1432 13124 0 0 19 3 5 3 20 0 15 0 406048876 11105193984 159215 33554432000 4194304 4196468 140735493432208 139947149380624 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9968] ppid=9910 vsize=10844916 memory=3472468968554010576 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9968/stat : 9968 (java) S 9910 9913 5621 0 -1 1077944384 2807 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 159215 33554432000 4194304 4196468 140735493432208 139947081292944 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9969] ppid=9910 vsize=10844916 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9969/stat : 9969 (java) S 9910 9913 5621 0 -1 1077944384 2208 13124 0 0 18 3 5 3 20 0 15 0 406048876 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946717743888 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9970] ppid=9910 vsize=10844916 memory=281344652087664 CPUtime=0.3 cores=0,2,4,6
/proc/9913/task/9970/stat : 9970 (java) S 9910 9913 5621 0 -1 1077944384 1130 13124 0 0 18 4 5 3 20 0 15 0 406048876 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946716691344 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9971] ppid=9910 vsize=10844916 memory=3472468968486902768 CPUtime=0.29 cores=0,2,4,6
/proc/9913/task/9971/stat : 9971 (java) S 9910 9913 5621 0 -1 1077944384 5009 13124 0 0 19 2 5 3 20 0 15 0 406048877 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946604071152 139947145149058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9972] ppid=9910 vsize=10844916 memory=3472468968553515616 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9972/stat : 9972 (java) S 9910 9913 5621 0 -1 1077944384 39 13124 0 0 0 0 5 3 20 0 15 0 406048877 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946603017440 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9973] ppid=9910 vsize=10844916 memory=3472468968486406848 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9973/stat : 9973 (java) S 9910 9913 5621 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 406048878 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946476167936 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9974] ppid=9910 vsize=10844916 memory=3472464570507004704 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9974/stat : 9974 (java) S 9910 9913 5621 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 406048880 11105193984 159215 33554432000 4194304 4196468 140735493432208 139945872189392 139947145156507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9975] ppid=9910 vsize=10844916 memory=3184238592401804160 CPUtime=6.35 cores=0,2,4,6
/proc/9913/task/9975/stat : 9975 (java) S 9910 9913 5621 0 -1 1077944384 13210 13124 0 0 623 4 5 3 20 0 15 0 406048880 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946569460464 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9976] ppid=9910 vsize=10844916 memory=140672325835748 CPUtime=6.83 cores=0,2,4,6
/proc/9913/task/9976/stat : 9976 (java) S 9910 9913 5621 0 -1 1077944384 15173 13124 0 0 671 4 5 3 20 0 15 0 406048880 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946568407920 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9977] ppid=9910 vsize=10844916 memory=3833609060321852483 CPUtime=4.41 cores=0,2,4,6
/proc/9913/task/9977/stat : 9977 (java) S 9910 9913 5621 0 -1 1077944384 18717 13124 0 0 426 7 5 3 20 0 15 0 406048880 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946567354864 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9978] ppid=9910 vsize=10844916 memory=3905381919469665444 CPUtime=0.08 cores=0,2,4,6
/proc/9913/task/9978/stat : 9978 (java) S 9910 9913 5621 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 406048881 11105193984 159215 33554432000 4194304 4196468 140735493432208 139945402428256 139947145148117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
[pid=9913/tid=9979] ppid=9910 vsize=10844916 memory=8317482817917895235 CPUtime=0.12 cores=0,2,4,6
/proc/9913/task/9979/stat : 9979 (java) S 9910 9913 5621 0 -1 1077944384 208 13124 0 0 2 2 5 3 20 0 15 0 406048881 11105193984 159215 33554432000 4194304 4196468 140735493432208 139946566302256 139947145149058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 25833472 140735493434102 140735493436613 140735493436613 140735493439439 0
Current children cumulated CPU time: 104.63 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 636860 KiB

Child status: 0
Real time (s): 86.8316
CPU time (s): 104.666
CPU user time (s): 104.118
CPU system time (s): 0.548766
CPU usage (%): 120.54
Max. virtual memory (cumulated for all children) (KiB): 10847540
Max. memory (cumulated for all children) (KiB): 637360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.118
system time used= 0.548766
maximum resident set size= 638936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25772
involuntary context switches= 296


# summary of solver processes directly reported to runsolver:
#   pid: 9913
#   total CPU time (s): 104.666
#   total CPU user time (s): 104.118
#   total CPU system time (s): 0.548766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.572212 second user time and 0.8306 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 15:16:52
IDJOB=4387308
IDBENCH=133507
IDSOLVER=2823
FILE ID=node107/4387308-1568297927
RUNJOBID= node107-1568282247-6563
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387308-1568297927/watcher-4387308-1568297927 -o /tmp/evaluation-result-4387308-1568297927/solver-4387308-1568297927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=879863878 HOME/instance-4387308-1568297927.xml

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

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=879863878

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30884344 kB
MemAvailable:   31183924 kB
Buffers:           96548 kB
Cached:           470936 kB
SwapCached:        80456 kB
Active:          1024244 kB
Inactive:         274964 kB
Active(anon):     659780 kB
Inactive(anon):   100600 kB
Active(file):     364464 kB
Inactive(file):   174364 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920300 kB
Dirty:             34996 kB
Writeback:             0 kB
AnonPages:        878788 kB
Mapped:            44268 kB
Shmem:             20060 kB
Slab:             182216 kB
SReclaimable:     153176 kB
SUnreclaim:        29040 kB
KernelStack:        4000 kB
PageTables:         6696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1897684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 15:18:19