Trace number 4396122

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT5 1257.94 1232.68

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.5376
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
9.16/3.94	o 46
9.54/4.11	o 45
9.54/4.19	o 44
9.69/4.27	o 43
9.81/4.32	o 5
1257.84/1232.67	v <instantiation
1257.84/1232.67	v         cost = '5'>
1257.84/1232.67	v       <list>
1257.84/1232.67	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46]
1257.84/1232.67	v       </list>
1257.84/1232.67	v       <values>
1257.84/1232.67	v         1 2 0 3 1 5 5 5 5 5 1 0 2 0 4 4 5 2 5 4 4 4 1 0 4 3 2 2 0 5 0 2 2 0 0 4 4 0 2 0 2 0 0 2 0 3 1
1257.84/1232.67	v       </values>
1257.84/1232.67	v     </instantiation>
1257.84/1232.67	s OPTIMUM FOUND

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396122-1568393901/watcher-4396122-1568393901 -o /tmp/evaluation-result-4396122-1568393901/solver-4396122-1568393901 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568393449-28712 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=271559663 HOME/instance-4396122-1568393901.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
solver pid=28970, runsolver pid=28967
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.48 1.38 1.49 3/218 29027
/proc/meminfo: memFree=30797056/32770624 swapFree=67000308/67108860
[pid=28970] ppid=28967 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 4325 13321 0 0 1 0 5 2 20 0 6 0 415304087 10212057088 4582 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2493178 4582 1931 1 0 2481616 0
[pid=28970/tid=29023] ppid=28967 vsize=9972712 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 2118 13321 0 0 1 0 5 2 20 0 6 0 415304096 10212057088 4582 33554432000 4194304 4196468 140721400540704 139690274361936 139690288207667 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 6 0 415304097 10212057088 4582 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=9972712 memory=139958036973184 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 6 0 415304097 10212057088 4582 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 6 0 415304097 10212057088 4582 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 6 0 415304097 10212057088 4582 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210145 s]*
/proc/loadavg: 1.48 1.38 1.49 4/227 29036
/proc/meminfo: memFree=30777272/32770624 swapFree=67000308/67108860
[pid=28970] ppid=28967 vsize=10819664 memory=38248 CPUtime=0.25 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 6903 13321 0 0 17 1 5 2 20 0 15 0 415304087 11079335936 9562 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2704916 9562 3153 1 0 2667149 0
[pid=28970/tid=29023] ppid=28967 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 3384 13321 0 0 11 0 5 2 20 0 15 0 415304096 11079335936 9562 33554432000 4194304 4196468 140721400540704 139690274358192 139690285711984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10819664 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079335936 9562 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10819664 memory=139958036973184 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079335936 9562 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079335936 9562 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079335936 9562 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10819664 memory=139958036973184 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 415304098 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 415304099 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689760584480 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304099 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689180783728 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11079335936 9562 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 334 13321 0 0 1 0 5 2 20 0 15 0 415304102 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 329 13321 0 0 1 0 5 2 20 0 15 0 415304102 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10819664 memory=139958036973184 CPUtime=0.1 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 603 13321 0 0 3 0 5 2 20 0 15 0 415304102 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11079335936 9562 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10819664 memory=139958036973184 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304102 11079335936 9562 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38248 KiB

[startup+0.310521 s]*
/proc/loadavg: 1.48 1.38 1.49 3/227 29036
/proc/meminfo: memFree=30764704/32770624 swapFree=67000308/67108860
[pid=28970] ppid=28967 vsize=10820148 memory=49652 CPUtime=0.39 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 10606 13321 0 0 29 3 5 2 20 0 15 0 415304087 11079831552 12413 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2705037 12413 3317 1 0 2667149 0
[pid=28970/tid=29023] ppid=28967 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 7068 13321 0 0 19 2 5 2 20 0 15 0 415304096 11079831552 12413 33554432000 4194304 4196468 140721400540704 139690274325088 139690288713765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079831552 12413 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10820148 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079831552 12413 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079831552 12413 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10820148 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 415304097 11079831552 12413 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 415304098 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 415304099 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689760584480 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304099 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689180783728 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11079831552 12413 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 335 13321 0 0 1 0 5 2 20 0 15 0 415304102 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 338 13321 0 0 2 0 5 2 20 0 15 0 415304102 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 612 13321 0 0 5 0 5 2 20 0 15 0 415304102 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11079831552 12413 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304102 11079831552 12413 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49652 KiB

[startup+0.700729 s]
/proc/loadavg: 1.48 1.38 1.49 3/227 29036
/proc/meminfo: memFree=30750428/32770624 swapFree=67000308/67108860
[pid=28970] ppid=28967 vsize=10824360 memory=81880 CPUtime=1.1 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 14646 13321 0 0 98 5 5 2 20 0 15 0 415304087 11084144640 20470 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2706090 20470 3511 1 0 2668173 0
[pid=28970/tid=29023] ppid=28967 vsize=10824360 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 9887 13321 0 0 55 3 5 2 20 0 15 0 415304096 11084144640 20470 33554432000 4194304 4196468 140721400540704 139690274354720 139690286605662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11084144640 20470 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10824360 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11084144640 20470 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304097 11084144640 20470 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 415304097 11084144640 20470 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10824360 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 5 13321 0 0 0 0 5 2 20 0 15 0 415304098 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10824360 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 415304099 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689760584480 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10824360 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304099 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689180783728 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10824360 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11084144640 20470 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10824360 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) R 28967 28970 26068 0 -1 4202560 929 13321 0 0 15 0 5 2 20 0 15 0 415304102 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689727027824 139690286016929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10824360 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 781 13321 0 0 9 0 5 2 20 0 15 0 415304102 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 793 13321 0 0 17 0 5 2 20 0 15 0 415304102 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10824360 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11084144640 20470 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10824360 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304102 11084144640 20470 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81880 KiB

[startup+1.50067 s]
/proc/loadavg: 1.48 1.38 1.49 3/227 29036
/proc/meminfo: memFree=30708588/32770624 swapFree=67000308/67108860
[pid=28970] ppid=28967 vsize=10834676 memory=169012 CPUtime=2.42 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 21381 13321 0 0 225 10 5 2 20 0 15 0 415304087 11094708224 42253 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2708669 42253 3575 1 0 2670733 0
[pid=28970/tid=29023] ppid=28967 vsize=10834676 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 14798 13321 0 0 130 5 5 2 20 0 15 0 415304096 11094708224 42253 33554432000 4194304 4196468 140721400540704 139690274327568 139690302537110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 63 13321 0 0 1 0 5 2 20 0 15 0 415304097 11094708224 42253 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 39 13321 0 0 0 0 5 2 20 0 15 0 415304097 11094708224 42253 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 252 13321 0 0 0 0 5 2 20 0 15 0 415304097 11094708224 42253 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 43 13321 0 0 1 0 5 2 20 0 15 0 415304097 11094708224 42253 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10834676 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 132 13321 0 0 1 0 5 2 20 0 15 0 415304098 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10834676 memory=279915769440512 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 34 13321 0 0 0 0 5 2 20 0 15 0 415304099 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689760584544 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304099 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689180783744 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10834676 memory=3436 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11094708224 42253 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10834676 memory=7548 CPUtime=0.33 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 1038 13321 0 0 25 1 5 2 20 0 15 0 415304102 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10834676 memory=2832 CPUtime=0.29 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) R 28967 28970 26068 0 -1 4202560 1169 13321 0 0 22 0 5 2 20 0 15 0 415304102 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689725975024 139690287209692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10834676 memory=1224 CPUtime=0.48 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) R 28967 28970 26068 0 -1 4202560 1602 13321 0 0 41 0 5 2 20 0 15 0 415304102 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689724922736 139690281659720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10834676 memory=5908 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11094708224 42253 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10834676 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 415304102 11094708224 42253 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

[pid=28970/tid=29035] ppid=28967 vsize=10844936 memory=35940 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10844936 memory=988 CPUtime=0.83 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 988 13321 0 0 37 39 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 1253.99 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 800664 KiB

[startup+1230.4 s]
/proc/loadavg: 1.58 1.45 1.43 3/227 29171
/proc/meminfo: memFree=29975796/32770624 swapFree=67000312/67108860
[pid=28970] ppid=28967 vsize=10844936 memory=800664 CPUtime=1255.62 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 144654 13321 0 0 125357 198 5 2 20 0 15 0 415304087 11105214464 200166 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2711234 200166 3622 1 0 2673293 0
[pid=28970/tid=29023] ppid=28967 vsize=10844936 memory=3616 CPUtime=1216.62 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 46933 13321 0 0 121625 30 5 2 20 0 15 0 415304096 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690274360896 139689879243452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10844936 memory=1240 CPUtime=6.03 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 10014 13321 0 0 567 29 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10844936 memory=580 CPUtime=6.04 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 8239 13321 0 0 566 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10844936 memory=1564 CPUtime=6.06 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 8641 13321 0 0 568 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10844936 memory=928 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 8980 13321 0 0 562 36 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10844936 memory=1980 CPUtime=5.87 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 10691 13321 0 0 549 31 5 2 20 0 15 0 415304098 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10844936 memory=800608 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 40 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689760584544 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10844936 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 7 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689180783744 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10844936 memory=20068 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10844936 memory=0 CPUtime=3.75 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 22525 13321 0 0 363 5 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10844936 memory=-6586667735541663136 CPUtime=3.33 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 13511 13321 0 0 325 1 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10844936 memory=6944656592455097440 CPUtime=1.55 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 11874 13321 0 0 145 3 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10844936 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10844936 memory=800664 CPUtime=0.83 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 988 13321 0 0 37 39 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 1255.62 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 800664 KiB

[startup+1232 s]*
/proc/loadavg: 1.58 1.45 1.43 3/227 29171
/proc/meminfo: memFree=29975796/32770624 swapFree=67000312/67108860
[pid=28970] ppid=28967 vsize=10844936 memory=800664 CPUtime=1257.24 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 144665 13321 0 0 125519 198 5 2 20 0 15 0 415304087 11105214464 200166 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2711234 200166 3622 1 0 2673293 0
[pid=28970/tid=29023] ppid=28967 vsize=10844936 memory=5793143592526834017 CPUtime=1218.21 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 46944 13321 0 0 121784 30 5 2 20 0 15 0 415304096 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690274360704 139689880712185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10844936 memory=4126316290023845779 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 10014 13321 0 0 568 30 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10844936 memory=772 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 8239 13321 0 0 567 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10844936 memory=1556 CPUtime=6.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 8641 13321 0 0 569 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10844936 memory=1056 CPUtime=6.06 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 8980 13321 0 0 563 36 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10844936 memory=964 CPUtime=5.88 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 10691 13321 0 0 550 31 5 2 20 0 15 0 415304098 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10844936 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 40 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689760584544 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10844936 memory=800664 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 7 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689180783744 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10844936 memory=2012 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10844936 memory=1240 CPUtime=3.75 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 22525 13321 0 0 363 5 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10844936 memory=580 CPUtime=3.33 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 13511 13321 0 0 325 1 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10844936 memory=1696 CPUtime=1.55 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 11874 13321 0 0 145 3 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10844936 memory=3436 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10844936 memory=7548 CPUtime=0.83 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 988 13321 0 0 37 39 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 1257.24 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 800664 KiB

[startup+1232.4 s]
/proc/loadavg: 1.58 1.45 1.43 3/227 29171
/proc/meminfo: memFree=29975796/32770624 swapFree=67000312/67108860
[pid=28970] ppid=28967 vsize=10844936 memory=800664 CPUtime=1257.64 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 144672 13321 0 0 125559 198 5 2 20 0 15 0 415304087 11105214464 200166 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2711234 200166 3622 1 0 2673293 0
[pid=28970/tid=29023] ppid=28967 vsize=10844936 memory=1240 CPUtime=1218.59 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 46951 13321 0 0 121822 30 5 2 20 0 15 0 415304096 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690274360608 139689879311397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10844936 memory=4126316290023845779 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 10014 13321 0 0 568 30 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10844936 memory=4569555182905826714 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 8239 13321 0 0 567 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10844936 memory=-6940453129426868421 CPUtime=6.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 8641 13321 0 0 569 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10844936 memory=14008 CPUtime=6.06 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 8980 13321 0 0 563 36 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10844936 memory=2116 CPUtime=5.88 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 10691 13321 0 0 550 31 5 2 20 0 15 0 415304098 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10844936 memory=20068 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 40 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689760584544 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10844936 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 7 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689180783744 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10844936 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10844936 memory=3296 CPUtime=3.75 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 22525 13321 0 0 363 5 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10844936 memory=695060 CPUtime=3.33 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 13511 13321 0 0 325 1 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10844936 memory=1408 CPUtime=1.55 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 11874 13321 0 0 145 3 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10844936 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10844936 memory=800664 CPUtime=0.83 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 988 13321 0 0 37 39 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 1257.64 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 800664 KiB

[startup+1232.6 s]
/proc/loadavg: 1.58 1.45 1.43 3/227 29171
/proc/meminfo: memFree=29975796/32770624 swapFree=67000312/67108860
[pid=28970] ppid=28967 vsize=10844936 memory=800664 CPUtime=1257.84 cores=0,2,4,6
/proc/28970/stat : 28970 (java) S 28967 28970 26068 0 -1 1077944320 144678 13321 0 0 125579 198 5 2 20 0 15 0 415304087 11105214464 200166 33554432000 4194304 4196468 140721400540704 140721400523248 139690302525175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
/proc/28970/statm: 2711234 200166 3622 1 0 2673293 0
[pid=28970/tid=29023] ppid=28967 vsize=10844936 memory=0 CPUtime=1218.79 cores=0,2,4,6
/proc/28970/task/29023/stat : 29023 (java) R 28967 28970 26068 0 -1 4202560 46956 13321 0 0 121842 30 5 2 20 0 15 0 415304096 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690274361104 139689875843718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29024] ppid=28967 vsize=10844936 memory=72 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29024/stat : 29024 (java) S 28967 28970 26068 0 -1 1077944384 10014 13321 0 0 568 30 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690306767760 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29025] ppid=28967 vsize=10844936 memory=6791534058613427641 CPUtime=6.05 cores=0,2,4,6
/proc/28970/task/29025/stat : 29025 (java) S 28967 28970 26068 0 -1 1077944384 8240 13321 0 0 567 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690195041040 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29026] ppid=28967 vsize=10844936 memory=532 CPUtime=6.07 cores=0,2,4,6
/proc/28970/task/29026/stat : 29026 (java) S 28967 28970 26068 0 -1 1077944384 8641 13321 0 0 569 31 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690193988752 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29027] ppid=28967 vsize=10844936 memory=1564 CPUtime=6.06 cores=0,2,4,6
/proc/28970/task/29027/stat : 29027 (java) S 28967 28970 26068 0 -1 1077944384 8980 13321 0 0 563 36 5 2 20 0 15 0 415304097 11105214464 200166 33554432000 4194304 4196468 140721400540704 139690192935952 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29028] ppid=28967 vsize=10844936 memory=928 CPUtime=5.88 cores=0,2,4,6
/proc/28970/task/29028/stat : 29028 (java) S 28967 28970 26068 0 -1 1077944384 10691 13321 0 0 550 31 5 2 20 0 15 0 415304098 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689761638512 139690302536322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29029] ppid=28967 vsize=10844936 memory=1980 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29029/stat : 29029 (java) S 28967 28970 26068 0 -1 1077944384 40 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689760584544 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29030] ppid=28967 vsize=10844936 memory=1332 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29030/stat : 29030 (java) S 28967 28970 26068 0 -1 1077944384 7 13321 0 0 0 0 5 2 20 0 15 0 415304099 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689180783744 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29031] ppid=28967 vsize=10844936 memory=2648 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29031/stat : 29031 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688873384016 139690302543771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29032] ppid=28967 vsize=10844936 memory=912 CPUtime=3.75 cores=0,2,4,6
/proc/28970/task/29032/stat : 29032 (java) S 28967 28970 26068 0 -1 1077944384 22525 13321 0 0 363 5 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689727027824 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29033] ppid=28967 vsize=10844936 memory=1440 CPUtime=3.33 cores=0,2,4,6
/proc/28970/task/29033/stat : 29033 (java) S 28967 28970 26068 0 -1 1077944384 13511 13321 0 0 325 1 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689725975024 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29034] ppid=28967 vsize=10844936 memory=1768 CPUtime=1.55 cores=0,2,4,6
/proc/28970/task/29034/stat : 29034 (java) S 28967 28970 26068 0 -1 1077944384 11874 13321 0 0 145 3 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689724922736 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29035] ppid=28967 vsize=10844936 memory=111636 CPUtime=0.07 cores=0,2,4,6
/proc/28970/task/29035/stat : 29035 (java) S 28967 28970 26068 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139688839826400 139690302535381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
[pid=28970/tid=29036] ppid=28967 vsize=10844936 memory=808 CPUtime=0.83 cores=0,2,4,6
/proc/28970/task/29036/stat : 29036 (java) S 28967 28970 26068 0 -1 1077944384 988 13321 0 0 37 39 5 2 20 0 15 0 415304102 11105214464 200166 33554432000 4194304 4196468 140721400540704 139689723869616 139690302536322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140721400543984 140721400546501 140721400546501 140721400549327 0
Current children cumulated CPU time: 1257.84 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 800664 KiB

Child status: 0
Real time (s): 1232.68
CPU time (s): 1257.94
CPU user time (s): 1255.92
CPU system time (s): 2.02751
CPU usage (%): 102.049
Max. virtual memory (cumulated for all children) (KiB): 10847732
Max. memory (cumulated for all children) (KiB): 800664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1255.92
system time used= 2.02751
maximum resident set size= 802756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157091
involuntary context switches= 4764


# summary of solver processes directly reported to runsolver:
#   pid: 28970
#   total CPU time (s): 1257.94
#   total CPU user time (s): 1255.92
#   total CPU system time (s): 2.02751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5986 second user time and 11.5222 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 18:57:40
IDJOB=4396122
IDBENCH=120561
IDSOLVER=2846
FILE ID=node146/4396122-1568393901
RUNJOBID= node146-1568393449-28712
PBS_JOBID= 21701825
Free space on /tmp= 58996 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396122-1568393901/watcher-4396122-1568393901 -o /tmp/evaluation-result-4396122-1568393901/solver-4396122-1568393901 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568393449-28712 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=271559663 HOME/instance-4396122-1568393901.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=271559663

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30802500 kB
MemAvailable:   31256476 kB
Buffers:          164384 kB
Cached:           572100 kB
SwapCached:         4892 kB
Active:          1070692 kB
Inactive:         320456 kB
Active(anon):     670416 kB
Inactive(anon):    22588 kB
Active(file):     400276 kB
Inactive(file):   297868 kB
Unevictable:      109392 kB
Mlocked:          109392 kB
SwapTotal:      67108860 kB
SwapFree:       67000308 kB
Dirty:             34980 kB
Writeback:             0 kB
AnonPages:        760772 kB
Mapped:            55256 kB
Shmem:             29656 kB
Slab:             172364 kB
SReclaimable:     143332 kB
SUnreclaim:        29032 kB
KernelStack:        3712 kB
PageTables:         6780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1917984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58960 MiB
End job on node146 at 2019-09-13 19:18:13