Trace number 4387068

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.10OPT3078 192.382 175.621

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr22a.xml
MD5SUM8cf591d8b3ba65ef1650a88ec52af52c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3078
Best CPU time to get the best result obtained on this benchmark10.4002
Satisfiable
(Un)Satisfiability was proved
Number of variables506
Number of constraints22
Number of domains2
Minimum domain size22
Maximum domain size45
Distribution of domain sizes[{"size":22,"count":22},{"size":45,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":463},{"degree":2,"count":32},{"degree":3,"count":4},{"degree":4,"count":5},{"degree":5,"count":2}]
Minimum constraint arity3
Maximum constraint arity22
Distribution of constraint arities[{"arity":3,"count":21},{"arity":22,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.74/0.55	c Concrete v3.10.1560635388952 running
7.89/3.66	o 3234
7.89/3.68	o 3221
7.89/3.69	o 3182
8.24/3.72	o 3169
8.95/4.00	o 3164
8.95/4.01	o 3154
32.89/22.04	o 3150
32.89/22.04	o 3146
32.89/22.06	o 3122
50.50/38.14	o 3118
50.50/38.17	o 3101
50.86/38.40	o 3097
52.71/40.17	o 3096
53.01/40.45	o 3088
53.33/40.76	o 3085
53.33/40.76	o 3078
192.35/175.60	v <instantiation
192.35/175.60	v         cost = '3078'>
192.35/175.60	v       <list>
192.35/175.60	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] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[1][6] d[2][7] d[2][8] d[4][9] d[4][10] d[5][11] d[5][12] d[6][13] d[9][14] d[9][15] d[9][16] d[10][17] d[13][18] d[13][19] d[14][20] d[15][21]
192.35/175.60	v       </list>
192.35/175.60	v       <values>
192.35/175.60	v         14 1 20 7 15 0 6 17 13 12 4 16 5 10 2 3 19 18 8 21 9 11 12 14 10 12 8 11 14 13 14 10 10 9 10 14 10 14 12 10 12 12 10
192.35/175.60	v       </values>
192.35/175.60	v     </instantiation>
192.35/175.60	s OPTIMUM FOUND

Verifier Data

OK	3078

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387068-1568289467/watcher-4387068-1568289467 -o /tmp/evaluation-result-4387068-1568289467/solver-4387068-1568289467 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1197237213 HOME/instance-4387068-1568289467.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=1087, runsolver pid=1084

[startup+0.102555 s]*
/proc/loadavg: 1.67 1.73 1.63 3/218 1146
/proc/meminfo: memFree=17059980/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=9972712 memory=18336 CPUtime=0.1 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 4325 13382 0 0 1 1 5 3 20 0 6 0 405213553 10212057088 4584 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2493178 4584 1931 1 0 2481616 0
[pid=1087/tid=1142] ppid=1084 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 2176 13382 0 0 1 0 5 3 20 0 6 0 405213562 10212057088 4650 33554432000 4194304 4196468 140732146793808 139711285527120 139711299002361 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=9972712 memory=4294967639 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 6 0 405213563 10212057088 4650 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=9972712 memory=140708750642591 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 6 0 405213563 10212057088 4650 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 6 0 405213563 10212057088 4650 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 6 0 405213563 10212057088 4650 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18336 KiB

[startup+0.209979 s]*
/proc/loadavg: 1.67 1.73 1.63 3/227 1155
/proc/meminfo: memFree=17045420/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10818940 memory=37132 CPUtime=0.26 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 6704 13382 0 0 17 1 5 3 20 0 15 0 405213553 11078594560 9283 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2704735 9283 2943 1 0 2667149 0
[pid=1087/tid=1142] ppid=1084 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 3242 13382 0 0 11 0 5 3 20 0 15 0 405213562 11078594560 9357 33554432000 4194304 4196468 140732146793808 139711285523056 139711297770846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10818940 memory=4294967639 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11078594560 9357 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10818940 memory=140708750642591 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11078594560 9357 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11078594560 9357 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 405213563 11078594560 9357 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10818940 memory=140708747765376 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 405213564 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 405213565 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710636840352 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710185858544 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11078594560 9357 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 444 13382 0 0 1 0 5 3 20 0 15 0 405213568 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) R 1084 1087 31346 0 -1 1077944384 196 13382 0 0 0 0 5 3 20 0 15 0 405213568 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10818940 memory=140708747765376 CPUtime=0.11 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 624 13382 0 0 3 0 5 3 20 0 15 0 405213568 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11078594560 9357 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10818940 memory=140708747765376 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213568 11078594560 9357 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37132 KiB

[startup+0.311928 s]*
/proc/loadavg: 1.67 1.73 1.63 3/227 1155
/proc/meminfo: memFree=17035392/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10820096 memory=48584 CPUtime=0.4 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 10457 13382 0 0 29 3 5 3 20 0 15 0 405213553 11079778304 12146 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2705024 12146 3207 1 0 2667149 0
[pid=1087/tid=1142] ppid=1084 vsize=10820096 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 6928 13382 0 0 20 2 5 3 20 0 15 0 405213562 11079778304 12146 33554432000 4194304 4196468 140732146793808 139711285510576 139710873763108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11079778304 12146 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10820096 memory=3184238628707600640 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11079778304 12146 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10820096 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11079778304 12146 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 405213563 11079778304 12146 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 405213564 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 405213565 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710636840352 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710185858544 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11079778304 12146 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 445 13382 0 0 2 0 5 3 20 0 15 0 405213568 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 196 13382 0 0 1 0 5 3 20 0 15 0 405213568 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 633 13382 0 0 5 0 5 3 20 0 15 0 405213568 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11079778304 12146 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213568 11079778304 12146 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48584 KiB

[startup+0.700755 s]
/proc/loadavg: 1.67 1.73 1.63 5/227 1155
/proc/meminfo: memFree=17020420/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10824340 memory=78484 CPUtime=1.14 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 14352 13382 0 0 102 4 5 3 20 0 15 0 405213553 11084124160 19621 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2706085 19621 3497 1 0 2668173 0
[pid=1087/tid=1142] ppid=1084 vsize=10824340 memory=7522489578387238506 CPUtime=0.67 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 10062 13382 0 0 56 3 5 3 20 0 15 0 405213562 11084124160 19621 33554432000 4194304 4196468 140732146793808 139711285519936 139711297770846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10824340 memory=4294968380 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11084124160 19621 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11084124160 19621 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213563 11084124160 19621 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10824340 memory=140708747764209 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 2 13382 0 0 0 0 5 3 20 0 15 0 405213563 11084124160 19621 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 5 13382 0 0 0 0 5 3 20 0 15 0 405213564 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 33 13382 0 0 0 0 5 3 20 0 15 0 405213565 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710636840352 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710185858544 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11084124160 19621 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 705 13382 0 0 13 0 5 3 20 0 15 0 405213568 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 551 13382 0 0 15 0 5 3 20 0 15 0 405213568 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 778 13382 0 0 17 0 5 3 20 0 15 0 405213568 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11084124160 19621 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213568 11084124160 19621 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78484 KiB

[startup+1.50114 s]
/proc/loadavg: 1.67 1.73 1.63 4/227 1155
/proc/meminfo: memFree=16962360/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10834656 memory=181124 CPUtime=2.73 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 25288 13382 0 0 255 10 5 3 20 0 15 0 405213553 11094687744 45281 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2708664 45281 3578 1 0 2670733 0
[pid=1087/tid=1142] ppid=1084 vsize=10834656 memory=1401630500665511295 CPUtime=1.43 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 16577 13382 0 0 130 5 5 3 20 0 15 0 405213562 11094687744 45281 33554432000 4194304 4196468 140732146793808 139711285488112 139711313712285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10834656 memory=133556 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 51 13382 0 0 1 0 5 3 20 0 15 0 405213563 11094687744 45281 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 353 13382 0 0 1 0 5 3 20 0 15 0 405213563 11094687744 45281 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10834656 memory=140708631862255 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 24 13382 0 0 1 0 5 3 20 0 15 0 405213563 11094687744 45281 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 66 13382 0 0 0 0 5 3 20 0 15 0 405213563 11094687744 45281 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 443 13382 0 0 1 0 5 3 20 0 15 0 405213564 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10834656 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 34 13382 0 0 0 0 5 3 20 0 15 0 405213565 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710636840416 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710185858560 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11094687744 45281 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10834656 memory=140708631720780 CPUtime=0.34 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) R 1084 1087 31346 0 -1 4202560 932 13382 0 0 26 0 5 3 20 0 15 0 405213568 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710603273248 139711299704680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10834656 memory=1552 CPUtime=0.57 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 3107 13382 0 0 49 0 5 3 20 0 15 0 405213568 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10834656 memory=6656426216303648864 CPUtime=0.48 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 1486 13382 0 0 40 0 5 3 20 0 15 0 405213568 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10834656 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11094687744 45281 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213568 11094687744 45281 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 10834656 KiB

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

[pid=1087/tid=1154] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10849024 memory=303148795569635639 CPUtime=0.16 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 299 13382 0 0 5 3 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 186.17 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 579172 KiB

[startup+172.801 s]
/proc/loadavg: 1.47 1.61 1.60 3/228 1170
/proc/meminfo: memFree=16524824/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10849024 memory=579172 CPUtime=189.47 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 119460 13382 0 0 18882 57 5 3 20 0 15 0 405213553 11109400576 144793 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2712256 144793 3621 1 0 2674317 0
[pid=1087/tid=1142] ppid=1084 vsize=10849024 memory=579172 CPUtime=171.66 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 33241 13382 0 0 17143 15 5 3 20 0 15 0 405213562 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711285524920 139710886261684 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10849024 memory=579172 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 510 13382 0 0 33 4 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10849024 memory=2004 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 5069 13382 0 0 32 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 3846 13382 0 0 32 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10849024 memory=3248 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 845 13382 0 0 32 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10849024 memory=1724 CPUtime=0.42 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 4429 13382 0 0 32 2 5 3 20 0 15 0 405213564 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10849024 memory=5956 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 39 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710636840416 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10849024 memory=579172 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710185858560 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10849024 memory=1327048 CPUtime=5.56 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 16969 13382 0 0 542 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10849024 memory=1408 CPUtime=6.42 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 27684 13382 0 0 628 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10849024 memory=2004 CPUtime=4.06 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 24315 13382 0 0 391 7 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10849024 memory=1376 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10849024 memory=1060 CPUtime=0.16 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 299 13382 0 0 5 3 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 189.47 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 579172 KiB

[startup+174.401 s]
/proc/loadavg: 1.47 1.61 1.60 3/228 1170
/proc/meminfo: memFree=16526028/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10849024 memory=579172 CPUtime=191.11 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 119484 13382 0 0 19046 57 5 3 20 0 15 0 405213553 11109400576 144793 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2712256 144793 3621 1 0 2674317 0
[pid=1087/tid=1142] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=173.25 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 33247 13382 0 0 17302 15 5 3 20 0 15 0 405213562 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711285525584 139710885631136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10849024 memory=1376 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 510 13382 0 0 33 4 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10849024 memory=1060 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 5069 13382 0 0 32 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10849024 memory=3248 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 3846 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10849024 memory=1556 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 845 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10849024 memory=928 CPUtime=0.42 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 4429 13382 0 0 32 2 5 3 20 0 15 0 405213564 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 39 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710636840416 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10849024 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710185858560 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10849024 memory=579172 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10849024 memory=940 CPUtime=5.57 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 16971 13382 0 0 543 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10849024 memory=14008 CPUtime=6.43 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 27684 13382 0 0 629 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10849024 memory=12040 CPUtime=4.06 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 24331 13382 0 0 391 7 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10849024 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10849024 memory=288230621803970871 CPUtime=0.16 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 299 13382 0 0 5 3 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 191.11 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 579172 KiB

[startup+175.201 s]
/proc/loadavg: 1.43 1.60 1.59 3/228 1170
/proc/meminfo: memFree=16526028/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10849024 memory=579172 CPUtime=191.94 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 119501 13382 0 0 19129 57 5 3 20 0 15 0 405213553 11109400576 144793 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2712256 144793 3621 1 0 2674317 0
[pid=1087/tid=1142] ppid=1084 vsize=10849024 memory=17908 CPUtime=174.05 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 33250 13382 0 0 17382 15 5 3 20 0 15 0 405213562 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711285521864 139710886258649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10849024 memory=2120 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 510 13382 0 0 33 4 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10849024 memory=1408 CPUtime=0.45 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 5070 13382 0 0 32 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 3846 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10849024 memory=7305187650243351125 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 845 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10849024 memory=6944656592455359580 CPUtime=0.42 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 4429 13382 0 0 32 2 5 3 20 0 15 0 405213564 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10849024 memory=6944603652687422815 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 39 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710636840416 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10849024 memory=7521130568761959270 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710185858560 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10849024 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10849024 memory=3248 CPUtime=5.58 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 16971 13382 0 0 544 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10849024 memory=1724 CPUtime=6.44 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 27684 13382 0 0 630 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10849024 memory=5956 CPUtime=4.07 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 24344 13382 0 0 392 7 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10849024 memory=10604 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10849024 memory=728 CPUtime=0.16 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 299 13382 0 0 5 3 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 191.94 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 579172 KiB

[startup+175.601 s]
/proc/loadavg: 1.43 1.60 1.59 3/228 1170
/proc/meminfo: memFree=16526028/32770624 swapFree=66939688/67108860
[pid=1087] ppid=1084 vsize=10849024 memory=579172 CPUtime=192.35 cores=0,2,4,6
/proc/1087/stat : 1087 (java) S 1084 1087 31346 0 -1 1077944320 119503 13382 0 0 19170 57 5 3 20 0 15 0 405213553 11109400576 144793 33554432000 4194304 4196468 140732146793808 140732146776352 139711313690359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
/proc/1087/statm: 2712256 144793 3621 1 0 2674317 0
[pid=1087/tid=1142] ppid=1084 vsize=10849024 memory=1980 CPUtime=174.44 cores=0,2,4,6
/proc/1087/task/1142/stat : 1142 (java) R 1084 1087 31346 0 -1 4202560 33252 13382 0 0 17421 15 5 3 20 0 15 0 405213562 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711285523152 139710884951729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1143] ppid=1084 vsize=10849024 memory=2460 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1143/stat : 1143 (java) S 1084 1087 31346 0 -1 1077944384 510 13382 0 0 34 4 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711317932304 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1144] ppid=1084 vsize=10849024 memory=8112282956445269571 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1144/stat : 1144 (java) S 1084 1087 31346 0 -1 1077944384 5070 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711206205840 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1145] ppid=1084 vsize=10849024 memory=1432 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1145/stat : 1145 (java) S 1084 1087 31346 0 -1 1077944384 3846 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711205153296 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1146] ppid=1084 vsize=10849024 memory=1764 CPUtime=0.46 cores=0,2,4,6
/proc/1087/task/1146/stat : 1146 (java) S 1084 1087 31346 0 -1 1077944384 845 13382 0 0 33 5 5 3 20 0 15 0 405213563 11109400576 144793 33554432000 4194304 4196468 140732146793808 139711204100752 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1147] ppid=1084 vsize=10849024 memory=111632 CPUtime=0.42 cores=0,2,4,6
/proc/1087/task/1147/stat : 1147 (java) S 1084 1087 31346 0 -1 1077944384 4429 13382 0 0 32 2 5 3 20 0 15 0 405213564 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710637894128 139711313701506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1148] ppid=1084 vsize=10849024 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1148/stat : 1148 (java) S 1084 1087 31346 0 -1 1077944384 39 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710636840416 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1149] ppid=1084 vsize=10849024 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1149/stat : 1149 (java) S 1084 1087 31346 0 -1 1077944384 1 13382 0 0 0 0 5 3 20 0 15 0 405213565 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710185858560 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1150] ppid=1084 vsize=10849024 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1150/stat : 1150 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709878459088 139711313708955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1151] ppid=1084 vsize=10849024 memory=920 CPUtime=5.58 cores=0,2,4,6
/proc/1087/task/1151/stat : 1151 (java) S 1084 1087 31346 0 -1 1077944384 16971 13382 0 0 544 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710603282416 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1152] ppid=1084 vsize=10849024 memory=3852 CPUtime=6.44 cores=0,2,4,6
/proc/1087/task/1152/stat : 1152 (java) S 1084 1087 31346 0 -1 1077944384 27684 13382 0 0 630 6 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710602229872 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1153] ppid=1084 vsize=10849024 memory=4096 CPUtime=4.07 cores=0,2,4,6
/proc/1087/task/1153/stat : 1153 (java) S 1084 1087 31346 0 -1 1077944384 24344 13382 0 0 392 7 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710601177328 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1154] ppid=1084 vsize=10849024 memory=2932 CPUtime=0.08 cores=0,2,4,6
/proc/1087/task/1154/stat : 1154 (java) S 1084 1087 31346 0 -1 1077944384 3 13382 0 0 0 0 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139709844900448 139711313700565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
[pid=1087/tid=1155] ppid=1084 vsize=10849024 memory=1192 CPUtime=0.16 cores=0,2,4,6
/proc/1087/task/1155/stat : 1155 (java) S 1084 1087 31346 0 -1 1077944384 299 13382 0 0 5 3 5 3 20 0 15 0 405213568 11109400576 144793 33554432000 4194304 4196468 140732146793808 139710600125232 139711313701506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24461312 140732146801397 140732146803909 140732146803909 140732146806735 0
Current children cumulated CPU time: 192.35 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 579172 KiB

Child status: 0
Real time (s): 175.621
CPU time (s): 192.382
CPU user time (s): 191.762
CPU system time (s): 0.619749
CPU usage (%): 109.544
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 615600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.762
system time used= 0.619749
maximum resident set size= 617648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28015
involuntary context switches= 450


# summary of solver processes directly reported to runsolver:
#   pid: 1087
#   total CPU time (s): 192.382
#   total CPU user time (s): 191.762
#   total CPU system time (s): 0.619749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17878 second user time and 1.58493 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 13:57:05
IDJOB=4387068
IDBENCH=123028
IDSOLVER=2823
FILE ID=node125/4387068-1568289467
RUNJOBID= node125-1568286041-32306
PBS_JOBID= 21701079
Free space on /tmp= 55064 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr22a.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387068-1568289467/watcher-4387068-1568289467 -o /tmp/evaluation-result-4387068-1568289467/solver-4387068-1568289467 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1197237213 HOME/instance-4387068-1568289467.xml

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

MD5SUM BENCH= 8cf591d8b3ba65ef1650a88ec52af52c
RANDOM SEED=1197237213

node125.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.29
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.29
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.29
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.29
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:        17071172 kB
MemAvailable:   30466732 kB
Buffers:          162276 kB
Cached:         13359988 kB
SwapCached:        66696 kB
Active:          2473892 kB
Inactive:       12445956 kB
Active(anon):    1335168 kB
Inactive(anon):   103148 kB
Active(file):    1138724 kB
Inactive(file): 12342808 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939688 kB
Dirty:             34900 kB
Writeback:             0 kB
AnonPages:       1584396 kB
Mapped:            55656 kB
Shmem:             32108 kB
Slab:             371732 kB
SReclaimable:     342488 kB
SUnreclaim:        29244 kB
KernelStack:        4016 kB
PageTables:         8420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2513832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1402880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 55028 MiB
End job on node125 at 2019-09-12 14:00:01