Trace number 4400648

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2UNSAT 25.03 11.1955

General information on the benchmark

NameMaxCSP/MaxCSP-maxclique-s1/
MaxCSP-brock-800-2.xml
MD5SUMd3fd8a9b2a45f8a480e4f2dd6498e338
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.22127
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112234
Number of domains2
Minimum domain size1
Maximum domain size2
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":800}]
Minimum variable degree234
Maximum variable degree800
Distribution of variable degrees[{"degree":234,"count":1},{"degree":246,"count":3},{"degree":248,"count":2},{"degree":249,"count":1},{"degree":250,"count":6},{"degree":251,"count":1},{"degree":252,"count":1},{"degree":253,"count":6},{"degree":254,"count":8},{"degree":255,"count":5},{"degree":256,"count":1},{"degree":257,"count":6},{"degree":258,"count":11},{"degree":259,"count":11},{"degree":260,"count":7},{"degree":261,"count":15},{"degree":262,"count":9},{"degree":263,"count":14},{"degree":264,"count":8},{"degree":265,"count":11},{"degree":266,"count":9},{"degree":267,"count":11},{"degree":268,"count":12},{"degree":269,"count":15},{"degree":270,"count":15},"...",{"degree":294,"count":8}, {"degree":295,"count":8}, {"degree":296,"count":14}, {"degree":297,"count":12}, {"degree":298,"count":8}, {"degree":299,"count":14}, {"degree":300,"count":7}, {"degree":301,"count":5}, {"degree":302,"count":10}, {"degree":303,"count":4}, {"degree":304,"count":7}, {"degree":305,"count":7}, {"degree":306,"count":3}, {"degree":307,"count":3}, {"degree":308,"count":1}, {"degree":309,"count":1}, {"degree":310,"count":2}, {"degree":311,"count":3}, {"degree":312,"count":2}, {"degree":313,"count":1}, {"degree":314,"count":1}, {"degree":315,"count":1}, {"degree":316,"count":1}, {"degree":328,"count":1}, {"degree":800,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112234}]
Number of extensional constraints112234
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112234}]
Optimization problemNO
Type of objective

Solver Data

0.72/0.59	c Concrete v3.12.2.1568631193530 running
24.82/11.16	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400648-1568673332/watcher-4400648-1568673332 -o /tmp/evaluation-result-4400648-1568673332/solver-4400648-1568673332 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568669636-5872 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4400648-1568673332.xml 

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

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


[startup+0.100137 s]*
/proc/loadavg: 0.16 0.74 1.74 3/220 5974
/proc/meminfo: memFree=31162016/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5897/stat : 5897 (bash) S 5892 5897 5840 0 -1 4202496 887 5699 1 1 0 0 0 1 20 0 1 0 443592185 115974144 404 33554432000 4194304 5098028 140730304561216 140730304555224 140215340137472 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 40742912 140730304566293 140730304566417 140730304566417 140730304569326 0
/proc/5897/statm: 28314 404 320 221 0 119 0
[pid=5953] ppid=5897 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5953/stat : 5953 (bash) S 5897 5897 5840 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443592189 115974144 178 33554432000 4194304 5098028 140730304561216 140730304553896 140215339963004 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40742912 140730304566293 140730304566417 140730304566417 140730304569326 0
/proc/5953/statm: 28314 178 94 221 0 119 0
[pid=5956] ppid=5953 vsize=10593144 memory=24128 CPUtime=0.05 cores=1,3,5,7
/proc/5956/stat : 5956 (java) S 5953 5897 5840 0 -1 1077944320 4997 0 0 0 4 1 0 0 20 0 14 0 443592189 10847379456 6032 33554432000 4194304 4196468 140722858958256 140722858940800 140518080847607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
/proc/5956/statm: 2648286 6032 2609 1 0 2610827 0
[pid=5956/tid=5959] ppid=5953 vsize=10593144 memory=7100839878645814387 CPUtime=0.04 cores=1,3,5,7
/proc/5956/task/5959/stat : 5959 (java) D 5953 5897 5840 0 -1 4202560 3134 0 0 0 4 0 0 0 20 0 14 0 443592189 10847379456 6032 33554432000 4194304 4196468 140722858958256 140518085085088 140518080869629 0 4 0 16800975 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5961] ppid=5953 vsize=10593144 memory=664964232733811010 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5961/stat : 5961 (java) S 5953 5897 5840 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443592190 10847379456 6032 33554432000 4194304 4196468 140722858958256 140518043953808 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5962] ppid=5953 vsize=10593144 memory=140337969985152 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5962/stat : 5962 (java) S 5953 5897 5840 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443592190 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517686565392 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5963] ppid=5953 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5963/stat : 5963 (java) S 5953 5897 5840 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443592190 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517685512592 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5964] ppid=5953 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5964/stat : 5964 (java) S 5953 5897 5840 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443592190 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517684459792 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5969] ppid=5953 vsize=10593144 memory=140337969985152 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5969/stat : 5969 (java) S 5953 5897 5840 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443592192 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517572602736 140518080858754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5971] ppid=5953 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5971/stat : 5971 (java) S 5953 5897 5840 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443592192 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517571548704 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5973] ppid=5953 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5973/stat : 5973 (java) S 5953 5897 5840 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443592192 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517570495856 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5975] ppid=5953 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5975/stat : 5975 (java) S 5953 5897 5840 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 443592195 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517569444176 140518080866203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5977] ppid=5953 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5977/stat : 5977 (java) S 5953 5897 5840 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 443592195 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517568391536 140518080858754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5978] ppid=5953 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5978/stat : 5978 (java) S 5953 5897 5840 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 443592195 10847379456 6032 33554432000 4194304 4196468 140722858958256 140517567338736 140518080858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5980] ppid=5953 vsize=10594172 memory=140337969985152 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5980/stat : 5980 (java) S 5953 5897 5840 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 443592195 10848432128 6032 33554432000 4194304 4196468 140722858958256 140517566285936 140518080858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5984] ppid=5953 vsize=10594172 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5984/stat : 5984 (java) S 5953 5897 5840 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443592195 10848432128 6032 33554432000 4194304 4196468 140722858958256 140517565233376 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5956/tid=5985] ppid=5953 vsize=10594172 memory=140337969985152 CPUtime=0 cores=1,3,5,7
/proc/5956/task/5985/stat : 5985 (java) S 5953 5897 5840 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 15 0 443592196 10848432128 6032 33554432000 4194304 4196468 140722858958256 140517564181984 140518080857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10891264 140722858960012 140722858960026 140722858960026 140722858962895 0
[pid=5958] ppid=5953 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (awk) S 5953 5897 5840 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443592189 116211712 243 33554432000 4194304 4609284 140734239083280 140734239082456 139991450201088 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 19382272 140734239085756 140734239085786 140734239085786 140734239088623 0
/proc/5958/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 27428 KiB

[startup+0.211153 s]*
/proc/loadavg: 0.31 0.76 1.74 3/226 6032
/proc/meminfo: memFree=31144716/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10819712 memory=40904 CPUtime=0.19 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 6544 13431 1 2 9 2 5 3 20 0 15 0 443592185 11079385088 10226 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2704928 10226 3118 1 0 2667149 0
[pid=5897/tid=6005] ppid=5892 vsize=10819712 memory=7022364594140610616 CPUtime=0.15 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 3275 13431 0 2 7 0 5 3 20 0 15 0 443592197 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676783557168 139676379871280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10819712 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10819712 memory=140337969995554 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10819712 memory=140337969985152 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592200 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 33 13431 0 2 0 0 5 3 20 0 15 0 443592200 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676269765792 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592200 11079385088 10292 33554432000 4194304 4196468 140728637737984 139675826119408 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079385088 10292 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) R 5892 5897 5840 0 -1 1077944384 305 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676236208880 139676811729538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) R 5892 5897 5840 0 -1 4202560 249 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676235137240 139676789558592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10819712 memory=140337969985152 CPUtime=0.09 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) R 5892 5897 5840 0 -1 4202560 588 13431 0 2 1 0 5 3 20 0 15 0 443592203 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676234099832 139676804056945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079385088 10292 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10819712 memory=140337969985152 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079385088 10292 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 40904 KiB

[startup+0.310649 s]*
/proc/loadavg: 0.31 0.76 1.74 4/226 6032
/proc/meminfo: memFree=31112000/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10820196 memory=50900 CPUtime=0.35 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 9961 13431 1 2 24 3 5 3 20 0 15 0 443592185 11079880704 12725 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2705049 12725 3310 1 0 2667149 0
[pid=5897/tid=6005] ppid=5892 vsize=10820196 memory=8317482817917895235 CPUtime=0.25 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 6446 13431 0 2 15 2 5 3 20 0 15 0 443592197 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676783539872 139676811740317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10820196 memory=3472328300455538735 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592198 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10820196 memory=140337969985152 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592200 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10820196 memory=3688501078341464111 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 33 13431 0 2 0 0 5 3 20 0 15 0 443592200 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676269765792 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10820196 memory=6872598998417432672 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592200 11079880704 12725 33554432000 4194304 4196468 140728637737984 139675826119408 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079880704 12725 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) S 5892 5897 5840 0 -1 1077944384 344 13431 0 2 1 0 5 3 20 0 15 0 443592203 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676236208880 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) S 5892 5897 5840 0 -1 1077944384 309 13431 0 2 1 0 5 3 20 0 15 0 443592203 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676235156336 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10820196 memory=280675825166656 CPUtime=0.12 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) S 5892 5897 5840 0 -1 1077944384 611 13431 0 2 4 0 5 3 20 0 15 0 443592203 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676234103280 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079880704 12725 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10820196 memory=280675825171264 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592203 11079880704 12725 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50900 KiB

[startup+0.700707 s]
/proc/loadavg: 0.31 0.76 1.74 4/226 6032
/proc/meminfo: memFree=31084860/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10822316 memory=82760 CPUtime=1.05 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 14403 13431 1 2 91 6 5 3 20 0 15 0 443592185 11082051584 20690 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2705579 20690 3505 1 0 2667661 0
[pid=5897/tid=6005] ppid=5892 vsize=10822316 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 9955 13431 0 2 51 4 5 3 20 0 15 0 443592197 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676783545520 139676795798878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10822316 memory=7813587196152591925 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10822316 memory=7151825422359089505 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592198 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10822316 memory=6370158490082829905 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592198 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10822316 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 5 13431 0 2 0 0 5 3 20 0 15 0 443592200 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 33 13431 0 2 0 0 5 3 20 0 15 0 443592200 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676269765792 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10822316 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592200 11082051584 20690 33554432000 4194304 4196468 140728637737984 139675826119408 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10822316 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11082051584 20690 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10822316 memory=1548 CPUtime=0.18 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) R 5892 5897 5840 0 -1 4202560 714 13431 0 2 10 0 5 3 20 0 15 0 443592203 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676236208880 139676811739738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10822316 memory=7396 CPUtime=0.2 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) S 5892 5897 5840 0 -1 1077944384 741 13431 0 2 12 0 5 3 20 0 15 0 443592203 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676235156336 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10822316 memory=4000 CPUtime=0.24 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) S 5892 5897 5840 0 -1 1077944384 740 13431 0 2 16 0 5 3 20 0 15 0 443592203 11082051584 20690 33554432000 4194304 4196468 140728637737984 139676234103280 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10822316 memory=616 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11082051584 20698 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10822316 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 1 13431 0 2 0 0 5 3 20 0 15 0 443592203 11082051584 20698 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 82760 KiB

[startup+1.50152 s]
/proc/loadavg: 0.31 0.76 1.74 4/226 6032
/proc/meminfo: memFree=30983664/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10826488 memory=257132 CPUtime=3.46 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 21745 13431 1 2 325 13 5 3 20 0 15 0 443592185 11086323712 64283 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2706622 64283 3584 1 0 2668685 0
[pid=5897/tid=6005] ppid=5892 vsize=10826488 memory=5053 CPUtime=1.38 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 11083 13431 0 2 124 6 5 3 20 0 15 0 443592197 11086323712 64283 33554432000 4194304 4196468 140728637737984 139676783552928 139676383874913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10826488 memory=280675710302880 CPUtime=0.1 cores=1,3,5,7

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

[pid=5897/tid=6029] ppid=5892 vsize=10842892 memory=6040 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11103121408 277178 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10842892 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 13 13431 0 2 0 0 5 3 20 0 15 0 443592203 11103121408 277178 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 20.31 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 1108712 KiB

[startup+10.4038 s]
/proc/loadavg: 0.61 0.82 1.75 6/227 6035
/proc/meminfo: memFree=29448412/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10844940 memory=1199276 CPUtime=22.64 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 45863 13431 1 2 2195 61 5 3 20 0 15 0 443592185 11105218560 299819 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2711235 299819 3638 1 0 2673293 0
[pid=5897/tid=6005] ppid=5892 vsize=10844940 memory=8112282956445269571 CPUtime=9.3 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 21346 13431 0 2 905 17 5 3 20 0 15 0 443592197 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676783549440 139676393983348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10844940 memory=15257034639542703 CPUtime=0.92 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 538 13431 0 2 76 8 5 3 20 0 15 0 443592198 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10844940 memory=871720 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 611 13431 0 2 79 9 5 3 20 0 15 0 443592198 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10844940 memory=14056 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 962 13431 0 2 79 9 5 3 20 0 15 0 443592198 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10844940 memory=2116 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 827 13431 0 2 79 9 5 3 20 0 15 0 443592198 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10844940 memory=516 CPUtime=0.18 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 3166 13431 0 2 10 0 5 3 20 0 15 0 443592200 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10844940 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 39 13431 0 2 0 0 5 3 20 0 15 0 443592200 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676269765856 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10844940 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592200 11105218560 299819 33554432000 4194304 4196468 140728637737984 139675826119424 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10844940 memory=1772 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11105218560 299819 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10844940 memory=904 CPUtime=4 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) R 5892 5897 5840 0 -1 4202560 6232 13431 0 2 391 1 5 3 20 0 15 0 443592203 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676236189840 139676811739738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10844940 memory=1444 CPUtime=4.35 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) S 5892 5897 5840 0 -1 1077944384 6001 13431 0 2 426 1 5 3 20 0 15 0 443592203 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676235156336 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10844940 memory=1976 CPUtime=1.56 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) S 5892 5897 5840 0 -1 1077944384 3916 13431 0 2 146 2 5 3 20 0 15 0 443592203 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676234103280 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10844940 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11105218560 299819 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10844940 memory=1108572 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 13 13431 0 2 0 0 5 3 20 0 15 0 443592203 11105218560 299819 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 22.64 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1199276 KiB

[startup+10.8085 s]
/proc/loadavg: 0.61 0.82 1.75 6/227 6035
/proc/meminfo: memFree=29448412/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10847168 memory=1214256 CPUtime=23.9 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 49570 13431 1 2 2320 62 5 3 20 0 15 0 443592185 11107500032 303564 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2711792 303564 3638 1 0 2673850 0
[pid=5897/tid=6005] ppid=5892 vsize=10847168 memory=280671616954981 CPUtime=9.7 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 21482 13431 0 2 945 17 5 3 20 0 15 0 443592197 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676783551232 139676394637481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10847168 memory=15815620889414010 CPUtime=0.92 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 538 13431 0 2 76 8 5 3 20 0 15 0 443592198 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10847168 memory=34 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 611 13431 0 2 79 9 5 3 20 0 15 0 443592198 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10847168 memory=34 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 962 13431 0 2 79 9 5 3 20 0 15 0 443592198 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10847168 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 827 13431 0 2 79 9 5 3 20 0 15 0 443592198 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10847168 memory=5866331402813395819 CPUtime=0.18 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 3166 13431 0 2 10 0 5 3 20 0 15 0 443592200 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10847168 memory=7810763844726514514 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 39 13431 0 2 0 0 5 3 20 0 15 0 443592200 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676269765856 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10847168 memory=6369874798451847020 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592200 11107500032 303564 33554432000 4194304 4196468 140728637737984 139675826119424 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10847168 memory=7523107478184158290 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11107500032 303564 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10847168 memory=7451881162050070611 CPUtime=4.41 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) R 5892 5897 5840 0 -1 4202560 8791 13431 0 2 431 2 5 3 20 0 15 0 443592203 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676236193544 139676790965173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10847168 memory=6371566027788620719 CPUtime=4.72 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) R 5892 5897 5840 0 -1 4202560 6154 13431 0 2 463 1 5 3 20 0 15 0 443592203 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676235147552 139676792459412 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10847168 memory=7378114892246700654 CPUtime=1.63 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) S 5892 5897 5840 0 -1 1077944384 4775 13431 0 2 153 2 5 3 20 0 15 0 443592203 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676234103280 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10847168 memory=7517469234082767723 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11107500032 303564 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10847168 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 13 13431 0 2 0 0 5 3 20 0 15 0 443592203 11107500032 303564 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 23.9 s
Current children cumulated vsize: 10847168 KiB
Current children cumulated memory: 1214256 KiB

[startup+11.0013 s]*
/proc/loadavg: 0.96 0.89 1.77 5/227 6035
/proc/meminfo: memFree=29421872/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10847588 memory=1219516 CPUtime=24.53 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 52116 13431 1 2 2383 62 5 3 20 0 15 0 443592185 11107930112 304879 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2711897 304879 3638 1 0 2673955 0
[pid=5897/tid=6005] ppid=5892 vsize=10847588 memory=7022364594140610616 CPUtime=9.9 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 21483 13431 0 2 965 17 5 3 20 0 15 0 443592197 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676783554680 139676394915603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10847588 memory=345 CPUtime=0.92 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 538 13431 0 2 76 8 5 3 20 0 15 0 443592198 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10847588 memory=140337969994182 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 611 13431 0 2 79 9 5 3 20 0 15 0 443592198 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10847588 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 962 13431 0 2 79 9 5 3 20 0 15 0 443592198 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10847588 memory=-1 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 827 13431 0 2 79 9 5 3 20 0 15 0 443592198 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10847588 memory=140337969985152 CPUtime=0.18 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 3166 13431 0 2 10 0 5 3 20 0 15 0 443592200 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10847588 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 39 13431 0 2 0 0 5 3 20 0 15 0 443592200 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676269765856 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10847588 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592200 11107930112 304879 33554432000 4194304 4196468 140728637737984 139675826119424 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10847588 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11107930112 304879 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10847588 memory=0 CPUtime=4.61 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) R 5892 5897 5840 0 -1 4202560 11010 13431 0 2 451 2 5 3 20 0 15 0 443592203 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676236194672 139676793242010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10847588 memory=-1 CPUtime=4.92 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) R 5892 5897 5840 0 -1 4202560 6271 13431 0 2 483 1 5 3 20 0 15 0 443592203 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676235141456 139676791216167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10847588 memory=140337969985152 CPUtime=1.66 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) S 5892 5897 5840 0 -1 1077944384 4984 13431 0 2 156 2 5 3 20 0 15 0 443592203 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676234103280 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10847588 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11107930112 304879 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10847588 memory=140337969985152 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 13 13431 0 2 0 0 5 3 20 0 15 0 443592203 11107930112 304879 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 24.53 s
Current children cumulated vsize: 10847588 KiB
Current children cumulated memory: 1219516 KiB

[startup+11.1109 s]
/proc/loadavg: 0.96 0.89 1.77 5/227 6035
/proc/meminfo: memFree=29421872/32770624 swapFree=66939548/67108860
[pid=5897] ppid=5892 vsize=10844940 memory=1219728 CPUtime=24.82 cores=1,3,5,7
/proc/5897/stat : 5897 (java) S 5892 5897 5840 0 -1 1077944320 52838 13431 1 2 2412 62 5 3 20 0 15 0 443592185 11105218560 304932 33554432000 4194304 4196468 140728637737984 140728637720528 139676811718391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
/proc/5897/statm: 2711235 304932 3638 1 0 2673293 0
[pid=5897/tid=6005] ppid=5892 vsize=10844940 memory=1214948 CPUtime=10 cores=1,3,5,7
/proc/5897/task/6005/stat : 6005 (java) R 5892 5897 5840 0 -1 4202560 21497 13431 0 2 975 17 5 3 20 0 15 0 443592197 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676783552864 139676395176487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6007] ppid=5892 vsize=10844940 memory=1196884 CPUtime=0.92 cores=1,3,5,7
/proc/5897/task/6007/stat : 6007 (java) S 5892 5897 5840 0 -1 1077944384 538 13431 0 2 76 8 5 3 20 0 15 0 443592198 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676815961104 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6010] ppid=5892 vsize=10844940 memory=288230574492221466 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6010/stat : 6010 (java) S 5892 5897 5840 0 -1 1077944384 611 13431 0 2 79 9 5 3 20 0 15 0 443592198 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676704234640 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6012] ppid=5892 vsize=10844940 memory=288230621803970871 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6012/stat : 6012 (java) S 5892 5897 5840 0 -1 1077944384 962 13431 0 2 79 9 5 3 20 0 15 0 443592198 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676703181584 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6013] ppid=5892 vsize=10844940 memory=140337855293617 CPUtime=0.96 cores=1,3,5,7
/proc/5897/task/6013/stat : 6013 (java) S 5892 5897 5840 0 -1 1077944384 827 13431 0 2 79 9 5 3 20 0 15 0 443592198 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676702129040 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6015] ppid=5892 vsize=10844940 memory=7454130749351154278 CPUtime=0.18 cores=1,3,5,7
/proc/5897/task/6015/stat : 6015 (java) S 5892 5897 5840 0 -1 1077944384 3166 13431 0 2 10 0 5 3 20 0 15 0 443592200 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676270819568 139676811729538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6017] ppid=5892 vsize=10844940 memory=1052600 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6017/stat : 6017 (java) S 5892 5897 5840 0 -1 1077944384 39 13431 0 2 0 0 5 3 20 0 15 0 443592200 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676269765856 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6019] ppid=5892 vsize=10844940 memory=1052600 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6019/stat : 6019 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592200 11105218560 304932 33554432000 4194304 4196468 140728637737984 139675826119424 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6021] ppid=5892 vsize=10844940 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6021/stat : 6021 (java) S 5892 5897 5840 0 -1 1077944384 2 13431 0 2 0 0 5 3 20 0 15 0 443592203 11105218560 304932 33554432000 4194304 4196468 140728637737984 139675557685200 139676811736987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6022] ppid=5892 vsize=10844940 memory=1054356 CPUtime=4.71 cores=1,3,5,7
/proc/5897/task/6022/stat : 6022 (java) R 5892 5897 5840 0 -1 4202560 11673 13431 0 2 461 2 5 3 20 0 15 0 443592203 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676236194672 139676793262942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6023] ppid=5892 vsize=10844940 memory=1052600 CPUtime=4.99 cores=1,3,5,7
/proc/5897/task/6023/stat : 6023 (java) R 5892 5897 5840 0 -1 4202560 6285 13431 0 2 490 1 5 3 20 0 15 0 443592203 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676235142496 139676797773381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6024] ppid=5892 vsize=10844940 memory=1054356 CPUtime=1.68 cores=1,3,5,7
/proc/5897/task/6024/stat : 6024 (java) S 5892 5897 5840 0 -1 1077944384 5015 13431 0 2 158 2 5 3 20 0 15 0 443592203 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676234103280 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6029] ppid=5892 vsize=10844940 memory=820 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6029/stat : 6029 (java) S 5892 5897 5840 0 -1 1077944384 3 13431 0 2 0 0 5 3 20 0 15 0 443592203 11105218560 304932 33554432000 4194304 4196468 140728637737984 139675087924064 139676811728597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
[pid=5897/tid=6031] ppid=5892 vsize=10844940 memory=34 CPUtime=0.08 cores=1,3,5,7
/proc/5897/task/6031/stat : 6031 (java) S 5892 5897 5840 0 -1 1077944384 13 13431 0 2 0 0 5 3 20 0 15 0 443592203 11105218560 304932 33554432000 4194304 4196468 140728637737984 139676233050672 139676811729538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26144768 140728637745904 140728637748421 140728637748421 140728637751247 0
Current children cumulated CPU time: 24.82 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1219728 KiB

Child status: 0
Real time (s): 11.1955
CPU time (s): 25.03
CPU user time (s): 24.3474
CPU system time (s): 0.682629
CPU usage (%): 223.572
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1219728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3474
system time used= 0.682629
maximum resident set size= 1224300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66970
page faults= 3
swaps= 0
block input operations= 96
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7091
involuntary context switches= 208


# summary of solver processes directly reported to runsolver:
#   pid: 5897
#   total CPU time (s): 25.03
#   total CPU user time (s): 24.3474
#   total CPU system time (s): 0.682629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10157 second user time and 0.144059 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-16 23:33:56
IDJOB=4400648
IDBENCH=119345
IDSOLVER=2857
FILE ID=node105/4400648-1568673332
RUNJOBID= node105-1568669636-5872
PBS_JOBID= 21703795
Free space on /tmp= 61000 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400648-1568673332/watcher-4400648-1568673332 -o /tmp/evaluation-result-4400648-1568673332/solver-4400648-1568673332 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568669636-5872 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4400648-1568673332.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=516042084

node105.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.00
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.00
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.00
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.00
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:        31191384 kB
MemAvailable:   31849140 kB
Buffers:          162392 kB
Cached:           796232 kB
SwapCached:        65836 kB
Active:           548428 kB
Inactive:         476904 kB
Active(anon):       8216 kB
Inactive(anon):   103416 kB
Active(file):     540212 kB
Inactive(file):   373488 kB
Unevictable:      109036 kB
Mlocked:          109036 kB
SwapTotal:      67108860 kB
SwapFree:       66939548 kB
Dirty:             59496 kB
Writeback:             0 kB
AnonPages:        112212 kB
Mapped:            43244 kB
Shmem:             35340 kB
Slab:             148364 kB
SReclaimable:     119784 kB
SUnreclaim:        28580 kB
KernelStack:        3360 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60932 MiB
End job on node105 at 2019-09-16 23:34:14