Trace number 4403102

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.3OPT5 249.521 240.703

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.3894
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

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
6.04/3.03	o 5
249.40/240.69	v <instantiation
249.40/240.69	v         cost = '5'>
249.40/240.69	v       <list>
249.40/240.69	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]
249.40/240.69	v       </list>
249.40/240.69	v       <values>
249.40/240.69	v         1 2 0 0 1 3 4 0 4 4 1 3 2 5 2 3 5 4 4 4 4 2 1 5 2 5 0 3 5 4 0 5 3 2 3 2 0 5 5 5 2 0 0 2 2 0 1
249.40/240.69	v       </values>
249.40/240.69	v     </instantiation>
249.40/240.69	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 (2133 MiB free)
  memory of node 1: 16384 MiB (1534 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403102-1568970003/watcher-4403102-1568970003 -o /var/tmp/evaluation-result-4403102-1568970003/solver-4403102-1568970003 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19366 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1550022693 HOME/instance-4403102-1568970003.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=20201, runsolver pid=20198

[startup+0.101964 s]*
/proc/loadavg: 1.63 1.46 1.30 3/218 20258
/proc/meminfo: memFree=3746588/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=9972712 memory=17212 CPUtime=0.09 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 4550 13295 0 0 1 0 5 3 20 0 6 0 473248892 10212057088 4303 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2493178 4303 1934 1 0 2481616 0
[pid=20201/tid=20254] ppid=20198 vsize=9972712 memory=4279135703946461070 CPUtime=0.09 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 2364 13295 0 0 1 0 5 3 20 0 6 0 473248901 10212057088 4303 33554432000 4194304 4196468 140732143673600 140652638048848 140652651335024 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 6 0 473248902 10212057088 4303 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=9972712 memory=139825023157888 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 6 0 473248902 10212057088 4303 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 6 0 473248902 10212057088 4303 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 6 0 473248902 10212057088 4303 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17212 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.63 1.46 1.30 3/227 20267
/proc/meminfo: memFree=3723472/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10820164 memory=44880 CPUtime=0.28 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 7551 13295 0 0 18 2 5 3 20 0 15 0 473248892 11079847936 11220 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2705041 11220 3298 1 0 2667149 0
[pid=20201/tid=20254] ppid=20198 vsize=10820184 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 4024 13295 0 0 10 1 5 3 20 0 15 0 473248901 11079868416 11220 33554432000 4194304 4196468 140732143673600 140652638009600 140652658890101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10820188 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079872512 11220 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10820188 memory=139825023157888 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079872512 11220 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079872512 11220 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079872512 11220 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10820188 memory=139825023157888 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248903 11079872512 11220 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 33 13295 0 0 0 0 5 3 20 0 15 0 473248904 11079880704 11220 33554432000 4194304 4196468 140732143673600 140652123767968 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11079880704 11220 33554432000 4194304 4196468 140732143673600 140651991655152 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11079880704 11220 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) R 20198 20201 19335 0 -1 4202560 620 13295 0 0 2 0 5 3 20 0 15 0 473248907 11079880704 11220 33554432000 4194304 4196468 140732143673600 140652090211056 140652646848024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) R 20198 20201 19335 0 -1 1077944384 49 13295 0 0 1 0 5 3 20 0 15 0 473248907 11079880704 11220 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10820196 memory=139825023157888 CPUtime=0.11 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) R 20198 20201 19335 0 -1 4202560 620 13295 0 0 3 0 5 3 20 0 15 0 473248907 11079880704 11220 33554432000 4194304 4196468 140732143673600 140652088105456 140652666224022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11079880704 11220 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10821220 memory=139825023157888 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248907 11080929280 11220 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 44880 KiB

[startup+0.31057 s]*
/proc/loadavg: 1.63 1.46 1.30 3/227 20267
/proc/meminfo: memFree=3712388/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10820196 memory=53052 CPUtime=0.41 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 11019 13295 0 0 29 4 5 3 20 0 15 0 473248892 11079880704 13263 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2705049 13263 3333 1 0 2667149 0
[pid=20201/tid=20254] ppid=20198 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 7463 13295 0 0 19 3 5 3 20 0 15 0 473248901 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652638021008 140652651905512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10820196 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248902 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248903 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 33 13295 0 0 0 0 5 3 20 0 15 0 473248904 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652123767968 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11079880704 13263 33554432000 4194304 4196468 140732143673600 140651991655152 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11079880704 13263 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10820196 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 629 13295 0 0 3 0 5 3 20 0 15 0 473248907 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 50 13295 0 0 1 0 5 3 20 0 15 0 473248907 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 628 13295 0 0 5 0 5 3 20 0 15 0 473248907 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11079880704 13263 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248907 11079880704 13263 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53052 KiB

[startup+0.700783 s]
/proc/loadavg: 1.63 1.46 1.30 3/227 20267
/proc/meminfo: memFree=3697948/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10824364 memory=85748 CPUtime=1.16 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 15141 13295 0 0 103 5 5 3 20 0 15 0 473248892 11084148736 21437 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2706091 21437 3514 1 0 2668173 0
[pid=20201/tid=20254] ppid=20198 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 10527 13295 0 0 56 4 5 3 20 0 15 0 473248901 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652638036480 140652666234013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10824364 memory=827 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248902 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248902 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248902 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248902 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 5 13295 0 0 0 0 5 3 20 0 15 0 473248903 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 33 13295 0 0 0 0 5 3 20 0 15 0 473248904 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652123767968 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11084148736 21437 33554432000 4194304 4196468 140732143673600 140651991655152 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11084148736 21437 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10824364 memory=13252 CPUtime=0.25 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 1179 13295 0 0 17 0 5 3 20 0 15 0 473248907 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10824364 memory=15460 CPUtime=0.19 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 453 13295 0 0 11 0 5 3 20 0 15 0 473248907 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 728 13295 0 0 17 0 5 3 20 0 15 0 473248907 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11084148736 21437 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248907 11084148736 21437 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85748 KiB

[startup+1.50226 s]
/proc/loadavg: 1.63 1.46 1.30 3/227 20267
/proc/meminfo: memFree=3657264/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10834680 memory=171476 CPUtime=2.48 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 21892 13295 0 0 230 10 5 3 20 0 15 0 473248892 11094712320 42869 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2708670 42869 3582 1 0 2670733 0
[pid=20201/tid=20254] ppid=20198 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 15492 13295 0 0 131 5 5 3 20 0 15 0 473248901 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652638015696 140652649570431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 29 13295 0 0 1 0 5 3 20 0 15 0 473248902 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 68 13295 0 0 1 0 5 3 20 0 15 0 473248902 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 278 13295 0 0 0 0 5 3 20 0 15 0 473248902 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 19 13295 0 0 0 0 5 3 20 0 15 0 473248902 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 140 13295 0 0 1 0 5 3 20 0 15 0 473248903 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10834680 memory=279649749903616 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 35 13295 0 0 0 0 5 3 20 0 15 0 473248904 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652123768032 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11094712320 42869 33554432000 4194304 4196468 140732143673600 140651991655168 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10834680 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11094712320 42869 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10834680 memory=10600 CPUtime=0.35 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 1311 13295 0 0 27 0 5 3 20 0 15 0 473248907 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10834680 memory=1736 CPUtime=0.31 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 723 13295 0 0 23 0 5 3 20 0 15 0 473248907 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10834680 memory=6068 CPUtime=0.5 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 1587 13295 0 0 42 0 5 3 20 0 15 0 473248907 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10834680 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11094712320 42869 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10834680 memory=2836 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248907 11094712320 42869 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20201/tid=20266] ppid=20198 vsize=10844940 memory=3540 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10844940 memory=1220 CPUtime=0.21 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 219 13295 0 0 7 6 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 245.55 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 865928 KiB

[startup+238.401 s]
/proc/loadavg: 1.46 1.42 1.32 3/230 20316
/proc/meminfo: memFree=2893632/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10844940 memory=865928 CPUtime=247.17 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 84791 13295 0 0 24652 57 5 3 20 0 15 0 473248892 11105218560 216482 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2711235 216482 3624 1 0 2673293 0
[pid=20201/tid=20254] ppid=20198 vsize=10844940 memory=1448 CPUtime=236.16 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 32396 13295 0 0 23589 19 5 3 20 0 15 0 473248901 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652638047968 140652281427054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10844940 memory=6791534058613427641 CPUtime=1 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 2791 13295 0 0 86 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10844940 memory=29640 CPUtime=1 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 2769 13295 0 0 86 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10844940 memory=1556 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 3178 13295 0 0 86 7 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10844940 memory=500 CPUtime=1 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 1979 13295 0 0 87 5 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10844940 memory=932 CPUtime=0.97 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 5927 13295 0 0 85 4 5 3 20 0 15 0 473248903 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10844940 memory=865928 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 39 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652123768032 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10844940 memory=1448 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651991655168 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10844940 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10844940 memory=2676 CPUtime=2.62 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 13011 13295 0 0 252 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10844940 memory=1764 CPUtime=2.35 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 10713 13295 0 0 225 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10844940 memory=865928 CPUtime=1.43 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 9560 13295 0 0 133 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10844940 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10844940 memory=2836 CPUtime=0.21 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 219 13295 0 0 7 6 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 247.17 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 865928 KiB

[startup+240.001 s]*
/proc/loadavg: 1.46 1.42 1.32 3/230 20316
/proc/meminfo: memFree=2893632/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10844940 memory=865928 CPUtime=248.8 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 84803 13295 0 0 24814 58 5 3 20 0 15 0 473248892 11105218560 216482 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2711235 216482 3624 1 0 2673293 0
[pid=20201/tid=20254] ppid=20198 vsize=10844940 memory=2676 CPUtime=237.75 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 32407 13295 0 0 23748 19 5 3 20 0 15 0 473248901 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652638048416 140652280273312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10844940 memory=1764 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 2791 13295 0 0 87 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10844940 memory=111632 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 2769 13295 0 0 87 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10844940 memory=4126316290023845779 CPUtime=1.02 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 3178 13295 0 0 87 7 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10844940 memory=2688 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 1979 13295 0 0 88 5 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10844940 memory=2612 CPUtime=0.98 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 5928 13295 0 0 86 4 5 3 20 0 15 0 473248903 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10844940 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 39 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652123768032 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10844940 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651991655168 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10844940 memory=3164 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10844940 memory=889824 CPUtime=2.62 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 13011 13295 0 0 252 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10844940 memory=1408 CPUtime=2.35 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 10713 13295 0 0 225 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10844940 memory=2964 CPUtime=1.43 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 9560 13295 0 0 133 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10844940 memory=865928 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10844940 memory=1980 CPUtime=0.21 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 219 13295 0 0 7 6 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 248.8 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 865928 KiB

[startup+240.401 s]
/proc/loadavg: 1.46 1.42 1.32 3/230 20316
/proc/meminfo: memFree=2893632/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10844940 memory=865928 CPUtime=249.2 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 84806 13295 0 0 24854 58 5 3 20 0 15 0 473248892 11105218560 216482 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2711235 216482 3624 1 0 2673293 0
[pid=20201/tid=20254] ppid=20198 vsize=10844940 memory=1804 CPUtime=238.14 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 32410 13295 0 0 23787 19 5 3 20 0 15 0 473248901 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652638047664 140652281534080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10844940 memory=916 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 2791 13295 0 0 87 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10844940 memory=6791534058613427641 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 2769 13295 0 0 87 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10844940 memory=988 CPUtime=1.02 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 3178 13295 0 0 87 7 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10844940 memory=2024 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 1979 13295 0 0 88 5 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10844940 memory=1416 CPUtime=0.98 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 5928 13295 0 0 86 4 5 3 20 0 15 0 473248903 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10844940 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 39 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652123768032 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10844940 memory=3540 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651991655168 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10844940 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10844940 memory=10600 CPUtime=2.62 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 13011 13295 0 0 252 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10844940 memory=1736 CPUtime=2.35 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 10713 13295 0 0 225 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10844940 memory=6068 CPUtime=1.43 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 9560 13295 0 0 133 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10844940 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10844940 memory=2836 CPUtime=0.21 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 219 13295 0 0 7 6 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 249.2 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 865928 KiB

[startup+240.601 s]
/proc/loadavg: 1.46 1.42 1.32 3/230 20316
/proc/meminfo: memFree=2893632/32770624 swapFree=67002224/67108860
[pid=20201] ppid=20198 vsize=10844940 memory=865928 CPUtime=249.4 cores=0,2,4,6
/proc/20201/stat : 20201 (java) S 20198 20201 19335 0 -1 1077944320 84807 13295 0 0 24874 58 5 3 20 0 15 0 473248892 11105218560 216482 33554432000 4194304 4196468 140732143673600 140732143656144 140652666212087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
/proc/20201/statm: 2711235 216482 3624 1 0 2673293 0
[pid=20201/tid=20254] ppid=20198 vsize=10844940 memory=14126740981156277 CPUtime=238.34 cores=0,2,4,6
/proc/20201/task/20254/stat : 20254 (java) R 20198 20201 19335 0 -1 4202560 32411 13295 0 0 23807 19 5 3 20 0 15 0 473248901 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652638047984 140652282914947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20255] ppid=20198 vsize=10844940 memory=14008 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20255/stat : 20255 (java) S 20198 20201 19335 0 -1 1077944384 2791 13295 0 0 87 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652670454800 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20256] ppid=20198 vsize=10844940 memory=12040 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20256/stat : 20256 (java) S 20198 20201 19335 0 -1 1077944384 2769 13295 0 0 87 6 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652239838352 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20257] ppid=20198 vsize=10844940 memory=2120 CPUtime=1.02 cores=0,2,4,6
/proc/20201/task/20257/stat : 20257 (java) S 20198 20201 19335 0 -1 1077944384 3178 13295 0 0 87 7 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652238785296 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20258] ppid=20198 vsize=10844940 memory=29640 CPUtime=1.01 cores=0,2,4,6
/proc/20201/task/20258/stat : 20258 (java) S 20198 20201 19335 0 -1 1077944384 1979 13295 0 0 88 5 5 3 20 0 15 0 473248902 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652237732752 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20259] ppid=20198 vsize=10844940 memory=1556 CPUtime=0.98 cores=0,2,4,6
/proc/20201/task/20259/stat : 20259 (java) S 20198 20201 19335 0 -1 1077944384 5928 13295 0 0 86 4 5 3 20 0 15 0 473248903 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652124821744 140652666223234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20260] ppid=20198 vsize=10844940 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20260/stat : 20260 (java) S 20198 20201 19335 0 -1 1077944384 39 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652123768032 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20261] ppid=20198 vsize=10844940 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20261/stat : 20261 (java) S 20198 20201 19335 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 473248904 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651991655168 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20262] ppid=20198 vsize=10844940 memory=1768 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20262/stat : 20262 (java) S 20198 20201 19335 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140651387676624 140652666230683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20263] ppid=20198 vsize=10844940 memory=1656 CPUtime=2.62 cores=0,2,4,6
/proc/20201/task/20263/stat : 20263 (java) S 20198 20201 19335 0 -1 1077944384 13011 13295 0 0 252 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652090211056 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20264] ppid=20198 vsize=10844940 memory=804 CPUtime=2.35 cores=0,2,4,6
/proc/20201/task/20264/stat : 20264 (java) S 20198 20201 19335 0 -1 1077944384 10713 13295 0 0 225 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652089158512 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20265] ppid=20198 vsize=10844940 memory=1448 CPUtime=1.43 cores=0,2,4,6
/proc/20201/task/20265/stat : 20265 (java) S 20198 20201 19335 0 -1 1077944384 9560 13295 0 0 133 2 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652088105456 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20266] ppid=20198 vsize=10844940 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/20201/task/20266/stat : 20266 (java) S 20198 20201 19335 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140650917915488 140652666222293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
[pid=20201/tid=20267] ppid=20198 vsize=10844940 memory=288230621803970871 CPUtime=0.21 cores=0,2,4,6
/proc/20201/task/20267/stat : 20267 (java) S 20198 20201 19335 0 -1 1077944384 219 13295 0 0 7 6 5 3 20 0 15 0 473248907 11105218560 216482 33554432000 4194304 4196468 140732143673600 140652087052848 140652666223234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13213696 140732143680099 140732143682741 140732143682741 140732143685583 0
Current children cumulated CPU time: 249.4 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 865928 KiB

Child status: 0
Real time (s): 240.703
CPU time (s): 249.521
CPU user time (s): 248.893
CPU system time (s): 0.628566
CPU usage (%): 103.663
Max. virtual memory (cumulated for all children) (KiB): 10847724
Max. memory (cumulated for all children) (KiB): 865928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.893
system time used= 0.628566
maximum resident set size= 868024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30903
involuntary context switches= 756


# summary of solver processes directly reported to runsolver:
#   pid: 20201
#   total CPU time (s): 249.521
#   total CPU user time (s): 248.893
#   total CPU system time (s): 0.628566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54988 second user time and 2.2451 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 10:59:18
IDJOB=4403102
IDBENCH=120561
IDSOLVER=2862
FILE ID=node136/4403102-1568970003
RUNJOBID= node136-1568967593-19366
PBS_JOBID= 21704619
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
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 /var/tmp/evaluation-result-4403102-1568970003/watcher-4403102-1568970003 -o /var/tmp/evaluation-result-4403102-1568970003/solver-4403102-1568970003 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19366 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1550022693 HOME/instance-4403102-1568970003.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1550022693

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:         3756492 kB
MemAvailable:   30982516 kB
Buffers:          133248 kB
Cached:         27001728 kB
SwapCached:         3532 kB
Active:         14417792 kB
Inactive:       13590552 kB
Active(anon):     871632 kB
Inactive(anon):    51248 kB
Active(file):   13546160 kB
Inactive(file): 13539304 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002224 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:        982456 kB
Mapped:            65276 kB
Shmem:             40180 kB
Slab:             597804 kB
SReclaimable:     569020 kB
SUnreclaim:        28784 kB
KernelStack:        3728 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2148796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    798720 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 /var/tmp at the end= 13416 MiB
End job on node136 at 2019-09-20 11:03:19