Trace number 4387004

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.10OPT5 340.013 326.386

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.10.1560635388952 running
6.58/3.03	o 46
6.58/3.10	o 45
6.91/3.16	o 44
6.91/3.19	o 43
7.20/3.21	o 42
7.20/3.22	o 5
339.90/326.37	v <instantiation
339.90/326.37	v         cost = '5'>
339.90/326.37	v       <list>
339.90/326.37	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]
339.90/326.37	v       </list>
339.90/326.37	v       <values>
339.90/326.37	v         1 0 2 0 1 2 3 4 2 3 1 4 0 5 0 3 3 5 4 5 3 0 1 4 0 2 5 3 2 3 2 2 3 0 4 0 2 0 3 2 0 2 0 3 0 2 1
339.90/326.37	v       </values>
339.90/326.37	v     </instantiation>
339.90/326.37	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 (5831 MiB free)
  memory of node 1: 16384 MiB (9467 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387004-1568287260/watcher-4387004-1568287260 -o /tmp/evaluation-result-4387004-1568287260/solver-4387004-1568287260 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1499884738 HOME/instance-4387004-1568287260.xml 

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

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


[startup+0.100073 s]*
/proc/loadavg: 1.79 1.60 1.65 3/220 5478
/proc/meminfo: memFree=15658608/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 4497 13310 0 0 1 1 4 3 20 0 6 0 404990925 10212057088 4269 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2493178 4269 1935 1 0 2481616 0
[pid=5421/tid=5474] ppid=5418 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 2329 13310 0 0 1 0 4 3 20 0 6 0 404990934 10212057088 4269 33554432000 4194304 4196468 140721384541664 140319202923088 140319216209264 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 6 0 404990935 10212057088 4269 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=9972712 memory=139667494991488 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 6 0 404990935 10212057088 4269 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 6 0 404990935 10212057088 4269 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 6 0 404990935 10212057088 4269 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210271 s]*
/proc/loadavg: 1.79 1.60 1.65 3/229 5487
/proc/meminfo: memFree=15640256/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10818940 memory=38924 CPUtime=0.26 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 7048 13310 0 0 17 2 4 3 20 0 15 0 404990925 11078594560 9731 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2704735 9731 2979 1 0 2667149 0
[pid=5421/tid=5474] ppid=5418 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 3560 13310 0 0 11 1 4 3 20 0 15 0 404990934 11078594560 9731 33554432000 4194304 4196468 140721384541664 140319202922208 140319231108253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11078594560 9731 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10818940 memory=139667494991488 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11078594560 9731 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11078594560 9731 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990935 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10818940 memory=139667494991488 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990936 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 13 13310 0 0 0 0 4 3 20 0 15 0 404990937 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318192166560 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990937 11078594560 9731 33554432000 4194304 4196468 140721384541664 140317990839536 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11078594560 9731 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 83 13310 0 0 0 0 4 3 20 0 15 0 404990940 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 564 13310 0 0 1 0 4 3 20 0 15 0 404990940 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10818940 memory=139667494991488 CPUtime=0.1 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) R 5418 5421 3654 0 -1 4202560 620 13310 0 0 3 0 4 3 20 0 15 0 404990940 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318687340528 140319223323454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11078594560 9731 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10818940 memory=139667494991488 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990940 11078594560 9731 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38924 KiB

[startup+0.31056 s]*
/proc/loadavg: 1.79 1.60 1.65 3/229 5487
/proc/meminfo: memFree=15629188/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10820096 memory=50076 CPUtime=0.39 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 10750 13310 0 0 28 4 4 3 20 0 15 0 404990925 11079778304 12519 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2705024 12519 3233 1 0 2667149 0
[pid=5421/tid=5474] ppid=5418 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 7239 13310 0 0 19 3 4 3 20 0 15 0 404990934 11079778304 12519 33554432000 4194304 4196468 140721384541664 140319202906544 140318812962052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10820096 memory=7446247213030139238 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11079778304 12519 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10820096 memory=5788339726952981056 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11079778304 12519 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10820096 memory=7019606755310324421 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11079778304 12519 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990935 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990936 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 13 13310 0 0 0 0 4 3 20 0 15 0 404990937 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318192166560 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990937 11079778304 12519 33554432000 4194304 4196468 140721384541664 140317990839536 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11079778304 12519 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 85 13310 0 0 1 0 4 3 20 0 15 0 404990940 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 564 13310 0 0 1 0 4 3 20 0 15 0 404990940 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 629 13310 0 0 5 0 4 3 20 0 15 0 404990940 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11079778304 12519 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990940 11079778304 12519 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50076 KiB

[startup+0.701429 s]
/proc/loadavg: 1.79 1.60 1.65 5/229 5487
/proc/meminfo: memFree=15613468/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10824340 memory=80440 CPUtime=1.14 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 14834 13310 0 0 101 6 4 3 20 0 15 0 404990925 11084124160 20110 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2706085 20110 3501 1 0 2668173 0
[pid=5421/tid=5474] ppid=5418 vsize=10824340 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 10507 13310 0 0 55 4 4 3 20 0 15 0 404990934 11084124160 20110 33554432000 4194304 4196468 140721384541664 140319202903376 140319215639913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11084124160 20110 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11084124160 20110 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990935 11084124160 20110 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990935 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 5 13310 0 0 0 0 4 3 20 0 15 0 404990936 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 13 13310 0 0 0 0 4 3 20 0 15 0 404990937 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318192166560 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990937 11084124160 20110 33554432000 4194304 4196468 140721384541664 140317990839536 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11084124160 20110 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10824340 memory=139667370444688 CPUtime=0.2 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 315 13310 0 0 13 0 4 3 20 0 15 0 404990940 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10824340 memory=24964 CPUtime=0.22 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 961 13310 0 0 15 0 4 3 20 0 15 0 404990940 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10824340 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 815 13310 0 0 17 0 4 3 20 0 15 0 404990940 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10824340 memory=139667370442096 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11084124160 20110 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 1 13310 0 0 0 0 4 3 20 0 15 0 404990940 11084124160 20110 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80440 KiB

[startup+1.50073 s]
/proc/loadavg: 1.72 1.59 1.65 3/229 5487
/proc/meminfo: memFree=15558904/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10834656 memory=165852 CPUtime=2.43 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 21388 13310 0 0 225 11 4 3 20 0 15 0 404990925 11094687744 41463 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2708664 41463 3569 1 0 2670733 0
[pid=5421/tid=5474] ppid=5418 vsize=10834656 memory=20 CPUtime=1.43 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 15304 13310 0 0 129 7 4 3 20 0 15 0 404990934 11094687744 41463 33554432000 4194304 4196468 140721384541664 140319202886768 140319215166814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10834656 memory=27 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 342 13310 0 0 1 0 4 3 20 0 15 0 404990935 11094687744 41463 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 59 13310 0 0 1 0 4 3 20 0 15 0 404990935 11094687744 41463 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 24 13310 0 0 0 0 4 3 20 0 15 0 404990935 11094687744 41463 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10834656 memory=94076 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 65 13310 0 0 1 0 4 3 20 0 15 0 404990935 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 137 13310 0 0 1 0 4 3 20 0 15 0 404990936 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10834656 memory=7014751519650502244 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 13 13310 0 0 0 0 4 3 20 0 15 0 404990937 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318192166624 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10834656 memory=7302987440789481049 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990937 11094687744 41463 33554432000 4194304 4196468 140721384541664 140317990839552 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10834656 memory=7668333194295733099 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11094687744 41463 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10834656 memory=7011348500760778328 CPUtime=0.3 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 441 13310 0 0 23 0 4 3 20 0 15 0 404990940 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10834656 memory=7302701571927598185 CPUtime=0.32 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 1273 13310 0 0 25 0 4 3 20 0 15 0 404990940 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10834656 memory=7014751519650502244 CPUtime=0.47 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 1516 13310 0 0 40 0 4 3 20 0 15 0 404990940 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10834656 memory=7014751519650502244 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11094687744 41463 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10834656 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 2 13310 0 0 0 0 4 3 20 0 15 0 404990940 11094687744 41463 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834656 KiB

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

[pid=5421/tid=5486] ppid=5418 vsize=10844916 memory=1544 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10844916 memory=776 CPUtime=0.26 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 270 13310 0 0 10 9 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 338.38 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 776536 KiB

[startup+325.601 s]
/proc/loadavg: 1.30 1.38 1.54 3/229 5514
/proc/meminfo: memFree=14882588/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10844916 memory=776536 CPUtime=339.19 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 93582 13310 0 0 33836 76 4 3 20 0 15 0 404990925 11105193984 194134 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2711229 194134 3616 1 0 2673293 0
[pid=5421/tid=5474] ppid=5418 vsize=10844916 memory=496 CPUtime=322.41 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 31017 13310 0 0 32214 20 4 3 20 0 15 0 404990934 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319202922688 140318824286495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10844916 memory=1560 CPUtime=1.39 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 3564 13310 0 0 123 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10844916 memory=932 CPUtime=1.41 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 2911 13310 0 0 126 8 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10844916 memory=1432 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1931 13310 0 0 124 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10844916 memory=9536 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 4244 13310 0 0 123 10 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10844916 memory=692 CPUtime=1.38 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 4112 13310 0 0 124 7 4 3 20 0 15 0 404990936 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10844916 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 19 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318192166624 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10844916 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 11 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317990839552 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10844916 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10844916 memory=1220 CPUtime=3.33 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 9637 13310 0 0 324 2 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10844916 memory=992 CPUtime=3.76 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 18273 13310 0 0 365 4 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10844916 memory=5976 CPUtime=2.97 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 15382 13310 0 0 285 5 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10844916 memory=1544 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10844916 memory=776 CPUtime=0.26 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 270 13310 0 0 10 9 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 339.19 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 776536 KiB

[startup+326.001 s]*
/proc/loadavg: 1.27 1.37 1.54 3/229 5514
/proc/meminfo: memFree=14882588/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10844916 memory=776536 CPUtime=339.6 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 93588 13310 0 0 33877 76 4 3 20 0 15 0 404990925 11105193984 194134 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2711229 194134 3616 1 0 2673293 0
[pid=5421/tid=5474] ppid=5418 vsize=10844916 memory=1398722017469774279 CPUtime=322.81 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 31020 13310 0 0 32254 20 4 3 20 0 15 0 404990934 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319202922864 140318817073975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10844916 memory=4872558044660077418 CPUtime=1.39 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 3564 13310 0 0 123 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10844916 memory=279334741125808 CPUtime=1.41 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 2911 13310 0 0 126 8 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10844916 memory=279334741125616 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1932 13310 0 0 124 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10844916 memory=279334741125872 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 4244 13310 0 0 123 10 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10844916 memory=279334741354320 CPUtime=1.38 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 4114 13310 0 0 124 7 4 3 20 0 15 0 404990936 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10844916 memory=279334741354128 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 19 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318192166624 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10844916 memory=279334741354512 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 11 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317990839552 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10844916 memory=279334741354928 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10844916 memory=279334741355120 CPUtime=3.33 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 9637 13310 0 0 324 2 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10844916 memory=279334741355312 CPUtime=3.76 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 18273 13310 0 0 365 4 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10844916 memory=0 CPUtime=2.97 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 15382 13310 0 0 285 5 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10844916 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 270 13310 0 0 10 9 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 339.6 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 776536 KiB

[startup+326.201 s]
/proc/loadavg: 1.27 1.37 1.54 3/229 5514
/proc/meminfo: memFree=14882588/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10844916 memory=776536 CPUtime=339.8 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 93590 13310 0 0 33897 76 4 3 20 0 15 0 404990925 11105193984 194134 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2711229 194134 3616 1 0 2673293 0
[pid=5421/tid=5474] ppid=5418 vsize=10844916 memory=291045337261680174 CPUtime=323 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 31022 13310 0 0 32273 20 4 3 20 0 15 0 404990934 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319202921328 140318824691926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10844916 memory=13563799651226326 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 3564 13310 0 0 124 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10844916 memory=7016714190785702558 CPUtime=1.41 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 2911 13310 0 0 126 8 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10844916 memory=-6876588628787748224 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1932 13310 0 0 124 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10844916 memory=-7595718316223324558 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 4244 13310 0 0 123 10 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10844916 memory=-3284643825843719562 CPUtime=1.38 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 4114 13310 0 0 124 7 4 3 20 0 15 0 404990936 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10844916 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 19 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318192166624 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10844916 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 11 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317990839552 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10844916 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10844916 memory=6944656592455097440 CPUtime=3.33 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 9637 13310 0 0 324 2 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10844916 memory=4206186544037388384 CPUtime=3.76 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 18273 13310 0 0 365 4 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10844916 memory=8695223415954897064 CPUtime=2.97 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 15382 13310 0 0 285 5 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10844916 memory=6202708529520858965 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10844916 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 270 13310 0 0 10 9 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 339.8 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 776536 KiB

[startup+326.301 s]
/proc/loadavg: 1.27 1.37 1.54 3/229 5514
/proc/meminfo: memFree=14882588/32770624 swapFree=66999904/67108860
[pid=5421] ppid=5418 vsize=10844916 memory=776536 CPUtime=339.9 cores=0,2,4,6
/proc/5421/stat : 5421 (java) S 5418 5421 3654 0 -1 1077944320 93590 13310 0 0 33907 76 4 3 20 0 15 0 404990925 11105193984 194134 33554432000 4194304 4196468 140721384541664 140721384524208 140319231086327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
/proc/5421/statm: 2711229 194134 3616 1 0 2673293 0
[pid=5421/tid=5474] ppid=5418 vsize=10844916 memory=776536 CPUtime=323.1 cores=0,2,4,6
/proc/5421/task/5474/stat : 5474 (java) R 5418 5421 3654 0 -1 4202560 31022 13310 0 0 32283 20 4 3 20 0 15 0 404990934 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319202921328 140319212735384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5475] ppid=5418 vsize=10844916 memory=776520 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5475/stat : 5475 (java) S 5418 5421 3654 0 -1 1077944384 3564 13310 0 0 124 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319235328528 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5476] ppid=5418 vsize=10844916 memory=776536 CPUtime=1.41 cores=0,2,4,6
/proc/5421/task/5476/stat : 5476 (java) S 5418 5421 3654 0 -1 1077944384 2911 13310 0 0 126 8 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319134218896 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5477] ppid=5418 vsize=10844916 memory=776536 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5477/stat : 5477 (java) S 5418 5421 3654 0 -1 1077944384 1932 13310 0 0 124 9 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140319133165840 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5478] ppid=5418 vsize=10844916 memory=776536 CPUtime=1.4 cores=0,2,4,6
/proc/5421/task/5478/stat : 5478 (java) S 5418 5421 3654 0 -1 1077944384 4244 13310 0 0 123 10 4 3 20 0 15 0 404990935 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318802307472 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5479] ppid=5418 vsize=10844916 memory=776536 CPUtime=1.38 cores=0,2,4,6
/proc/5421/task/5479/stat : 5479 (java) S 5418 5421 3654 0 -1 1077944384 4114 13310 0 0 124 7 4 3 20 0 15 0 404990936 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318690499312 140319231097474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5480] ppid=5418 vsize=10844916 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5480/stat : 5480 (java) S 5418 5421 3654 0 -1 1077944384 19 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318192166624 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5481] ppid=5418 vsize=10844916 memory=36656 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5481/stat : 5481 (java) S 5418 5421 3654 0 -1 1077944384 11 13310 0 0 0 0 4 3 20 0 15 0 404990937 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317990839552 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5482] ppid=5418 vsize=10844916 memory=776520 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5482/stat : 5482 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317750548944 140319231104923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5483] ppid=5418 vsize=10844916 memory=776520 CPUtime=3.33 cores=0,2,4,6
/proc/5421/task/5483/stat : 5483 (java) S 5418 5421 3654 0 -1 1077944384 9637 13310 0 0 324 2 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318689446128 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5484] ppid=5418 vsize=10844916 memory=3580 CPUtime=3.76 cores=0,2,4,6
/proc/5421/task/5484/stat : 5484 (java) S 5418 5421 3654 0 -1 1077944384 18273 13310 0 0 365 4 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318688393584 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5485] ppid=5418 vsize=10844916 memory=36656 CPUtime=2.97 cores=0,2,4,6
/proc/5421/task/5485/stat : 5485 (java) S 5418 5421 3654 0 -1 1077944384 15382 13310 0 0 285 5 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318687340528 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5486] ppid=5418 vsize=10844916 memory=776520 CPUtime=0.07 cores=0,2,4,6
/proc/5421/task/5486/stat : 5486 (java) S 5418 5421 3654 0 -1 1077944384 3 13310 0 0 0 0 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140317716990304 140319231096533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
[pid=5421/tid=5487] ppid=5418 vsize=10844916 memory=14012 CPUtime=0.26 cores=0,2,4,6
/proc/5421/task/5487/stat : 5487 (java) S 5418 5421 3654 0 -1 1077944384 270 13310 0 0 10 9 4 3 20 0 15 0 404990940 11105193984 194134 33554432000 4194304 4196468 140721384541664 140318686288944 140319231097474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28913664 140721384545013 140721384547525 140721384547525 140721384550351 0
Current children cumulated CPU time: 339.9 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 776536 KiB

Child status: 0
Real time (s): 326.386
CPU time (s): 340.013
CPU user time (s): 339.193
CPU system time (s): 0.820246
CPU usage (%): 104.175
Max. virtual memory (cumulated for all children) (KiB): 10850268
Max. memory (cumulated for all children) (KiB): 776536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.193
system time used= 0.820246
maximum resident set size= 778636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48333
involuntary context switches= 1267


# summary of solver processes directly reported to runsolver:
#   pid: 5421
#   total CPU time (s): 340.013
#   total CPU user time (s): 339.193
#   total CPU system time (s): 0.820246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07677 second user time and 3.05704 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 13:20:21
IDJOB=4387004
IDBENCH=120561
IDSOLVER=2823
FILE ID=node123/4387004-1568287260
RUNJOBID= node123-1568285996-4541
PBS_JOBID= 21701081
Free space on /tmp= 52480 MiB

SOLVER NAME= Concrete 3.10
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-4387004-1568287260/watcher-4387004-1568287260 -o /tmp/evaluation-result-4387004-1568287260/solver-4387004-1568287260 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1499884738 HOME/instance-4387004-1568287260.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1499884738

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15667804 kB
MemAvailable:   31114244 kB
Buffers:          177248 kB
Cached:         15328240 kB
SwapCached:         7400 kB
Active:          2512376 kB
Inactive:       13745596 kB
Active(anon):     750096 kB
Inactive(anon):    44876 kB
Active(file):    1762280 kB
Inactive(file): 13700720 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:             35044 kB
Writeback:             0 kB
AnonPages:        995244 kB
Mapped:            56244 kB
Shmem:             32668 kB
Slab:             440764 kB
SReclaimable:     411900 kB
SUnreclaim:        28864 kB
KernelStack:        4016 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1977468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52444 MiB
End job on node123 at 2019-09-12 13:25:48