Trace number 4401002

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 301.061 289.745

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.75/0.55	c Concrete v3.12.2.1568631193530 running
6.52/3.02	o 46
6.52/3.10	o 45
6.85/3.16	o 44
7.13/3.22	o 43
7.13/3.26	o 42
7.13/3.27	o 5
301.00/289.73	v <instantiation
301.00/289.73	v         cost = '5'>
301.00/289.73	v       <list>
301.00/289.73	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]
301.00/289.73	v       </list>
301.00/289.73	v       <values>
301.00/289.73	v         0 2 0 1 2 4 4 4 4 2 0 3 1 1 1 3 4 1 3 1 3 1 2 0 2 0 5 2 3 5 4 4 2 0 0 5 0 3 3 3 3 3 3 3 0 0 1
301.00/289.73	v       </values>
301.00/289.73	v     </instantiation>
301.00/289.73	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 (14484 MiB free)
  memory of node 1: 16384 MiB (15760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401002-1568674005/watcher-4401002-1568674005 -o /tmp/evaluation-result-4401002-1568674005/solver-4401002-1568674005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15923 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1723364239 HOME/instance-4401002-1568674005.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
Current StackSize limit: 8192 KiB

solver pid=16461, runsolver pid=16458

[startup+0.100116 s]*
/proc/loadavg: 1.49 1.63 2.40 3/218 16518
/proc/meminfo: memFree=30963228/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=9972712 memory=18860 CPUtime=0.1 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 4491 13135 0 0 1 1 5 3 20 0 6 0 443649150 10212057088 4715 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2493178 4715 1935 1 0 2481616 0
[pid=16461/tid=16514] ppid=16458 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 2288 13135 0 0 0 0 5 3 20 0 6 0 443649159 10212057088 4780 33554432000 4194304 4196468 140725555334832 140252548682320 140252560038487 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 443649160 10212057088 4780 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=9972712 memory=139635375879808 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 6 0 443649160 10212057088 4780 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 6 0 443649160 10212057088 4780 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 443649160 10212057088 4780 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209973 s]*
/proc/loadavg: 1.49 1.63 2.40 3/227 16527
/proc/meminfo: memFree=30939604/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10821220 memory=46872 CPUtime=0.27 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 7612 13135 0 0 17 2 5 3 20 0 15 0 443649150 11080929280 11718 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2705305 11718 3296 1 0 2667405 0
[pid=16461/tid=16514] ppid=16458 vsize=10821220 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 4099 13135 0 0 10 1 5 3 20 0 15 0 443649159 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252548657920 140252569525277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10821220 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649160 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10821220 memory=139635375879808 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649160 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649160 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649160 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10821220 memory=139635375879808 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649161 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 443649162 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252022826656 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649162 11080929280 11718 33554432000 4194304 4196468 140725555334832 140251888608496 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11080929280 11718 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) R 16458 16461 15891 0 -1 4202560 489 13135 0 0 1 0 5 3 20 0 15 0 443649165 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252102461680 140252556059472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10821220 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 187 13135 0 0 1 0 5 3 20 0 15 0 443649165 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10821220 memory=139635375879808 CPUtime=0.11 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 597 13135 0 0 3 0 5 3 20 0 15 0 443649165 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11080929280 11718 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10821220 memory=139635375879808 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649165 11080929280 11718 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 46872 KiB

[startup+0.310666 s]*
/proc/loadavg: 1.49 1.63 2.40 3/227 16527
/proc/meminfo: memFree=30929928/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10820196 memory=53976 CPUtime=0.4 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 10719 13135 0 0 29 3 5 3 20 0 15 0 443649150 11079880704 13494 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2705049 13494 3306 1 0 2667149 0
[pid=16461/tid=16514] ppid=16458 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 7183 13135 0 0 19 2 5 3 20 0 15 0 443649159 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252548651664 140252560926046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649160 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649160 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649160 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649160 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649161 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 443649162 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252022826656 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649162 11079880704 13494 33554432000 4194304 4196468 140725555334832 140251888608496 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11079880704 13494 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) S 16458 16461 15891 0 -1 1077944384 491 13135 0 0 2 0 5 3 20 0 15 0 443649165 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252102461680 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 187 13135 0 0 1 0 5 3 20 0 15 0 443649165 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 616 13135 0 0 5 0 5 3 20 0 15 0 443649165 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11079880704 13494 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649165 11079880704 13494 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53976 KiB

[startup+0.704625 s]
/proc/loadavg: 1.49 1.63 2.40 4/227 16527
/proc/meminfo: memFree=30913924/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10824364 memory=87768 CPUtime=1.13 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 15112 13135 0 0 99 6 5 3 20 0 15 0 443649150 11084148736 21942 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2706091 21942 3513 1 0 2668173 0
[pid=16461/tid=16514] ppid=16458 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 10498 13135 0 0 55 4 5 3 20 0 15 0 443649159 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252548660176 140252569082686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10824364 memory=827 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649160 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10824364 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649160 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649160 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649160 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 5 13135 0 0 0 0 5 3 20 0 15 0 443649161 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 443649162 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252022826656 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649162 11084148736 21942 33554432000 4194304 4196468 140725555334832 140251888608496 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11084148736 21942 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10824364 memory=13252 CPUtime=0.21 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) R 16458 16461 15891 0 -1 4202560 952 13135 0 0 13 0 5 3 20 0 15 0 443649165 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252102448224 140252561952399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10824364 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) R 16458 16461 15891 0 -1 4202560 593 13135 0 0 12 0 5 3 20 0 15 0 443649165 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252101409136 140252576866906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 827 13135 0 0 17 0 5 3 20 0 15 0 443649165 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11084148736 21942 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649165 11084148736 21942 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87768 KiB

[startup+1.50453 s]
/proc/loadavg: 1.61 1.66 2.40 3/227 16527
/proc/meminfo: memFree=30871552/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10834680 memory=175224 CPUtime=2.46 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 21902 13135 0 0 227 11 5 3 20 0 15 0 443649150 11094712320 43806 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2708670 43806 3574 1 0 2670733 0
[pid=16461/tid=16514] ppid=16458 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 15409 13135 0 0 130 6 5 3 20 0 15 0 443649159 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252548645552 140252576857494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 251 13135 0 0 1 0 5 3 20 0 15 0 443649160 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 55 13135 0 0 1 0 5 3 20 0 15 0 443649160 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 27 13135 0 0 0 0 5 3 20 0 15 0 443649160 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 65 13135 0 0 1 0 5 3 20 0 15 0 443649160 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 123 13135 0 0 1 0 5 3 20 0 15 0 443649161 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10834680 memory=279270450604288 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 443649162 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252022826720 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649162 11094712320 43806 33554432000 4194304 4196468 140725555334832 140251888608512 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10834680 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11094712320 43806 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10834680 memory=10600 CPUtime=0.32 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) S 16458 16461 15891 0 -1 1077944384 1228 13135 0 0 24 0 5 3 20 0 15 0 443649165 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252102461680 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10834680 memory=1740 CPUtime=0.32 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 864 13135 0 0 23 1 5 3 20 0 15 0 443649165 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10834680 memory=5992 CPUtime=0.49 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) R 16458 16461 15891 0 -1 4202560 1649 13135 0 0 41 0 5 3 20 0 15 0 443649165 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252100356080 140252562011231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10834680 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11094712320 43806 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10834680 memory=2884 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 443649165 11094712320 43806 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=16461/tid=16526] ppid=16458 vsize=10844940 memory=1040 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10844940 memory=14008 CPUtime=0.25 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 234 13135 0 0 8 9 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 299.29 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 960804 KiB

[startup+288.801 s]
/proc/loadavg: 1.29 1.41 2.10 3/228 16556
/proc/meminfo: memFree=30025336/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10844940 memory=960804 CPUtime=300.09 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 89379 13135 0 0 29932 69 5 3 20 0 15 0 443649150 11105218560 240201 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2711235 240201 3623 1 0 2673293 0
[pid=16461/tid=16514] ppid=16458 vsize=10844940 memory=960804 CPUtime=286.05 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 33457 13135 0 0 28577 20 5 3 20 0 15 0 443649159 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252548681536 140252184056083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10844940 memory=960804 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 5152 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10844940 memory=960804 CPUtime=1.24 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 2498 13135 0 0 108 8 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10844940 memory=6791534058613427641 CPUtime=1.21 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 1595 13135 0 0 106 7 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10844940 memory=47124 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 3370 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10844940 memory=988 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 6150 13135 0 0 108 7 5 3 20 0 15 0 443649161 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10844940 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 14 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252022826720 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251888608512 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10844940 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10844940 memory=25384 CPUtime=3.61 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) S 16458 16461 15891 0 -1 1077944384 14937 13135 0 0 351 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252102461680 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10844940 memory=1556 CPUtime=3.14 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 10781 13135 0 0 304 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10844940 memory=500 CPUtime=1.52 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 8974 13135 0 0 142 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10844940 memory=2812 CPUtime=0.25 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 234 13135 0 0 8 9 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 300.09 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 960804 KiB

[startup+289.201 s]
/proc/loadavg: 1.29 1.41 2.10 3/228 16556
/proc/meminfo: memFree=30025336/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10844940 memory=960804 CPUtime=300.49 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 89382 13135 0 0 29972 69 5 3 20 0 15 0 443649150 11105218560 240201 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2711235 240201 3623 1 0 2673293 0
[pid=16461/tid=16514] ppid=16458 vsize=10844940 memory=1804 CPUtime=286.44 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 33460 13135 0 0 28616 20 5 3 20 0 15 0 443649159 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252548681632 140252185081457 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10844940 memory=916 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 5152 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10844940 memory=6791534058613427641 CPUtime=1.24 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 2498 13135 0 0 108 8 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10844940 memory=2024 CPUtime=1.21 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 1595 13135 0 0 106 7 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10844940 memory=6791534058613427641 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 3370 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10844940 memory=776 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 6150 13135 0 0 108 7 5 3 20 0 15 0 443649161 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 14 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252022826720 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251888608512 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10844940 memory=960804 CPUtime=3.61 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) S 16458 16461 15891 0 -1 1077944384 14937 13135 0 0 351 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252102461680 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10844940 memory=960804 CPUtime=3.14 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 10781 13135 0 0 304 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10844940 memory=1040 CPUtime=1.52 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 8974 13135 0 0 142 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10844940 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10844940 memory=12040 CPUtime=0.25 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 234 13135 0 0 8 9 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 300.49 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 960804 KiB

[startup+289.602 s]
/proc/loadavg: 1.29 1.41 2.10 3/228 16556
/proc/meminfo: memFree=30025336/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10844940 memory=960804 CPUtime=300.9 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 89386 13135 0 0 30013 69 5 3 20 0 15 0 443649150 11105218560 240201 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2711235 240201 3623 1 0 2673293 0
[pid=16461/tid=16514] ppid=16458 vsize=10844940 memory=960804 CPUtime=286.84 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 33463 13135 0 0 28656 20 5 3 20 0 15 0 443649159 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252548681888 140252185082229 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10844940 memory=6791534058613427641 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 5153 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10844940 memory=1864 CPUtime=1.25 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 2498 13135 0 0 109 8 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10844940 memory=1656 CPUtime=1.22 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 1595 13135 0 0 107 7 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10844940 memory=804 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 3370 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10844940 memory=1448 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 6150 13135 0 0 108 7 5 3 20 0 15 0 443649161 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10844940 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 14 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252022826720 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10844940 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251888608512 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10844940 memory=47124 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10844940 memory=988 CPUtime=3.61 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) S 16458 16461 15891 0 -1 1077944384 14937 13135 0 0 351 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252102461680 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10844940 memory=2024 CPUtime=3.14 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 10781 13135 0 0 304 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10844940 memory=1416 CPUtime=1.52 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 8974 13135 0 0 142 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10844940 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10844940 memory=6791534058613427641 CPUtime=0.25 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 234 13135 0 0 8 9 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 300.9 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 960804 KiB

[startup+289.707 s]
/proc/loadavg: 1.29 1.41 2.10 3/228 16556
/proc/meminfo: memFree=30025336/32770624 swapFree=67002396/67108860
[pid=16461] ppid=16458 vsize=10844940 memory=960804 CPUtime=301 cores=1,3,5,7
/proc/16461/stat : 16461 (java) S 16458 16461 15891 0 -1 1077944320 89387 13135 0 0 30023 69 5 3 20 0 15 0 443649150 11105218560 240201 33554432000 4194304 4196468 140725555334832 140725555317376 140252576845559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
/proc/16461/statm: 2711235 240201 3623 1 0 2673293 0
[pid=16461/tid=16514] ppid=16458 vsize=10844940 memory=960804 CPUtime=286.94 cores=1,3,5,7
/proc/16461/task/16514/stat : 16514 (java) R 16458 16461 15891 0 -1 4202560 33464 13135 0 0 28666 20 5 3 20 0 15 0 443649159 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252548680640 140252174850336 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16515] ppid=16458 vsize=10844940 memory=960784 CPUtime=1.24 cores=1,3,5,7
/proc/16461/task/16515/stat : 16515 (java) S 16458 16461 15891 0 -1 1077944384 5153 13135 0 0 107 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252581087760 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16516] ppid=16458 vsize=10844940 memory=960804 CPUtime=1.25 cores=1,3,5,7
/proc/16461/task/16516/stat : 16516 (java) S 16458 16461 15891 0 -1 1077944384 2498 13135 0 0 109 8 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252495907472 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16517] ppid=16458 vsize=10844940 memory=960684 CPUtime=1.22 cores=1,3,5,7
/proc/16461/task/16517/stat : 16517 (java) S 16458 16461 15891 0 -1 1077944384 1595 13135 0 0 107 7 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252494854416 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16518] ppid=16458 vsize=10844940 memory=960804 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16518/stat : 16518 (java) S 16458 16461 15891 0 -1 1077944384 3370 13135 0 0 106 9 5 3 20 0 15 0 443649160 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252493801872 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16519] ppid=16458 vsize=10844940 memory=960804 CPUtime=1.23 cores=1,3,5,7
/proc/16461/task/16519/stat : 16519 (java) S 16458 16461 15891 0 -1 1077944384 6150 13135 0 0 108 7 5 3 20 0 15 0 443649161 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252103514864 140252576856706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16520] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16520/stat : 16520 (java) S 16458 16461 15891 0 -1 1077944384 14 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252022826720 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16521] ppid=16458 vsize=10844940 memory=2884 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16521/stat : 16521 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649162 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251888608512 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16522] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16522/stat : 16522 (java) S 16458 16461 15891 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140251284629968 140252576864155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16523] ppid=16458 vsize=10844940 memory=960804 CPUtime=3.61 cores=1,3,5,7
/proc/16461/task/16523/stat : 16523 (java) S 16458 16461 15891 0 -1 1077944384 14937 13135 0 0 351 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252102461680 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16524] ppid=16458 vsize=10844940 memory=960804 CPUtime=3.14 cores=1,3,5,7
/proc/16461/task/16524/stat : 16524 (java) S 16458 16461 15891 0 -1 1077944384 10781 13135 0 0 304 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252101409136 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16525] ppid=16458 vsize=10844940 memory=960804 CPUtime=1.52 cores=1,3,5,7
/proc/16461/task/16525/stat : 16525 (java) S 16458 16461 15891 0 -1 1077944384 8974 13135 0 0 142 2 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252100356080 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16526] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.08 cores=1,3,5,7
/proc/16461/task/16526/stat : 16526 (java) S 16458 16461 15891 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140250814867808 140252576855765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
[pid=16461/tid=16527] ppid=16458 vsize=10844940 memory=960804 CPUtime=0.25 cores=1,3,5,7
/proc/16461/task/16527/stat : 16527 (java) S 16458 16461 15891 0 -1 1077944384 234 13135 0 0 8 9 5 3 20 0 15 0 443649165 11105218560 240201 33554432000 4194304 4196468 140725555334832 140252099304496 140252576856706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17330176 140725555337967 140725555340485 140725555340485 140725555343311 0
Current children cumulated CPU time: 301 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 960804 KiB

Child status: 0
Real time (s): 289.745
CPU time (s): 301.061
CPU user time (s): 300.319
CPU system time (s): 0.74232
CPU usage (%): 103.906
Max. virtual memory (cumulated for all children) (KiB): 10847724
Max. memory (cumulated for all children) (KiB): 961912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.319
system time used= 0.74232
maximum resident set size= 962912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36295
involuntary context switches= 1407


# summary of solver processes directly reported to runsolver:
#   pid: 16461
#   total CPU time (s): 301.061
#   total CPU user time (s): 300.319
#   total CPU system time (s): 0.74232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74045 second user time and 2.80084 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-17 00:46:01
IDJOB=4401002
IDBENCH=120561
IDSOLVER=2857
FILE ID=node136/4401002-1568674005
RUNJOBID= node136-1568673287-15923
PBS_JOBID= 21703781
Free space on /tmp= 61112 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-4401002-1568674005/watcher-4401002-1568674005 -o /tmp/evaluation-result-4401002-1568674005/solver-4401002-1568674005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15923 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1723364239 HOME/instance-4401002-1568674005.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1723364239

node136.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.54
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.54
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.54
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30973304 kB
MemAvailable:   31177576 kB
Buffers:           36532 kB
Cached:           470036 kB
SwapCached:         3568 kB
Active:           971336 kB
Inactive:         263376 kB
Active(anon):     728072 kB
Inactive(anon):    49424 kB
Active(file):     243264 kB
Inactive(file):   213952 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       67002396 kB
Dirty:             35444 kB
Writeback:             0 kB
AnonPages:        767328 kB
Mapped:            61620 kB
Shmem:             40332 kB
Slab:             155140 kB
SReclaimable:     125780 kB
SUnreclaim:        29360 kB
KernelStack:        3984 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2013204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 61076 MiB
End job on node136 at 2019-09-17 00:50:51