Trace number 4402802

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 302.947 293.438

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.78/0.55	c Concrete v3.12.3.1568965526260 running
5.76/2.94	o 46
6.10/3.03	o 45
6.43/3.36	o 44
6.43/3.36	o 43
6.43/3.36	o 42
6.43/3.36	o 41
6.43/3.36	o 40
6.43/3.36	o 5
302.89/293.42	v <instantiation
302.89/293.42	v         cost = '5'>
302.89/293.42	v       <list>
302.89/293.42	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]
302.89/293.42	v       </list>
302.89/293.42	v       <values>
302.89/293.42	v         3 2 1 1 3 0 2 0 2 0 1 4 2 4 2 3 4 2 4 2 2 3 1 0 2 4 5 3 0 2 0 0 0 3 0 2 4 2 3 4 0 0 2 2 3 0 1
302.89/293.42	v       </values>
302.89/293.42	v     </instantiation>
302.89/293.42	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 (1319 MiB free)
  memory of node 1: 16384 MiB (138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402802-1568967745/watcher-4402802-1568967745 -o /var/tmp/evaluation-result-4402802-1568967745/solver-4402802-1568967745 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402802-1568967745.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
Current StackSize limit: 8192 KiB

solver pid=30390, runsolver pid=30387

[startup+0.101876 s]*
/proc/loadavg: 1.71 0.64 0.27 3/218 30447
/proc/meminfo: memFree=1483516/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=9972712 memory=19120 CPUtime=0.09 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 4485 13259 0 0 1 1 5 2 20 0 6 0 472712862 10212057088 4780 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2493178 4780 1935 1 0 2481616 0
[pid=30390/tid=30443] ppid=30387 vsize=9972712 memory=4279135703912971920 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 2289 13259 0 0 0 0 5 2 20 0 6 0 472712871 10212057088 4780 33554432000 4194304 4196468 140733456558368 140264365118032 140264378404208 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 6 0 472712872 10212057088 4780 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=9972712 memory=140261688776320 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 6 0 472712872 10212057088 4780 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 6 0 472712872 10212057088 4780 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 6 0 472712872 10212057088 4780 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19120 KiB

[startup+0.209981 s]*
/proc/loadavg: 1.71 0.64 0.27 4/227 30456
/proc/meminfo: memFree=1462592/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10819856 memory=45296 CPUtime=0.26 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 7250 13259 0 0 17 2 5 2 20 0 15 0 472712862 11079532544 11324 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2705000 11324 3201 1 0 2667149 0
[pid=30390/tid=30443] ppid=30387 vsize=10820000 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 3760 13259 0 0 10 1 5 2 20 0 15 0 472712871 11079680000 11324 33554432000 4194304 4196468 140733456558368 140264365092304 140264316357592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10820000 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079680000 11389 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10820000 memory=3544534973847869088 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079680000 11389 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079680000 11389 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079680000 11389 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10820000 memory=140261688776320 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712873 11079680000 11389 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 13 13259 0 0 0 0 5 2 20 0 15 0 472712874 11079680000 11389 33554432000 4194304 4196468 140733456558368 140263833986336 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11079680000 11389 33554432000 4194304 4196468 140733456558368 140263699768944 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11079680000 11389 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10820000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 591 13259 0 0 1 0 5 2 20 0 15 0 472712877 11079680000 11389 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) S 30387 30390 29867 0 -1 1077944384 68 13259 0 0 1 0 5 2 20 0 15 0 472712877 11079847936 11389 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10820164 memory=140261688776320 CPUtime=0.1 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) S 30387 30390 29867 0 -1 1077944384 615 13259 0 0 3 0 5 2 20 0 15 0 472712877 11079847936 11389 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11079847936 11389 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10820164 memory=140261688776320 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712877 11079847936 11389 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 45296 KiB

[startup+0.310485 s]*
/proc/loadavg: 1.71 0.64 0.27 3/227 30456
/proc/meminfo: memFree=1450516/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10820196 memory=54144 CPUtime=0.4 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 10771 13259 0 0 30 3 5 2 20 0 15 0 472712862 11079880704 13536 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2705049 13536 3326 1 0 2667149 0
[pid=30390/tid=30443] ppid=30387 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 7235 13259 0 0 19 2 5 2 20 0 15 0 472712871 11079880704 13536 33554432000 4194304 4196468 140733456558368 140264365090192 140264377361788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079880704 13536 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079880704 13536 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079880704 13536 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712872 11079880704 13536 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712873 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 13 13259 0 0 0 0 5 2 20 0 15 0 472712874 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263833986336 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263699768944 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 592 13259 0 0 2 0 5 2 20 0 15 0 472712877 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) S 30387 30390 29867 0 -1 1077944384 77 13259 0 0 2 0 5 2 20 0 15 0 472712877 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10820196 memory=140261688776320 CPUtime=0.12 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) S 30387 30390 29867 0 -1 1077944384 634 13259 0 0 5 0 5 2 20 0 15 0 472712877 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11079880704 13536 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10820196 memory=140261688776320 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712877 11079880704 13536 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54144 KiB

[startup+0.700749 s]
/proc/loadavg: 1.71 0.64 0.27 3/227 30456
/proc/meminfo: memFree=1434904/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10824364 memory=87400 CPUtime=1.15 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 15096 13259 0 0 103 5 5 2 20 0 15 0 472712862 11084148736 21850 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2706091 21850 3499 1 0 2668173 0
[pid=30390/tid=30443] ppid=30387 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 10412 13259 0 0 56 4 5 2 20 0 15 0 472712871 11084148736 21850 33554432000 4194304 4196468 140733456558368 140264365104256 140264374675005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11084148736 21850 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11084148736 21850 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10824364 memory=140261552435984 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712872 11084148736 21850 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10824364 memory=140265041953372 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712872 11084148736 21850 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10824364 memory=612 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 5 13259 0 0 0 0 5 2 20 0 15 0 472712873 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10824364 memory=7302135314614015845 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 13 13259 0 0 0 0 5 2 20 0 15 0 472712874 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263833986336 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10824364 memory=7235703887618402641 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263699768944 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10824364 memory=14060 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10824364 memory=2116 CPUtime=0.23 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) R 30387 30390 29867 0 -1 4202560 1177 13259 0 0 16 0 5 2 20 0 15 0 472712877 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263918844016 140264386266313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10824364 memory=27344 CPUtime=0.19 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) R 30387 30390 29867 0 -1 4202560 447 13259 0 0 12 0 5 2 20 0 15 0 472712877 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263917791216 140264377182464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10824364 memory=532 CPUtime=0.23 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) R 30387 30390 29867 0 -1 1077944384 826 13259 0 0 16 0 5 2 20 0 15 0 472712877 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10824364 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11084148736 21850 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10824364 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712877 11084148736 21850 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87400 KiB

[startup+1.50488 s]
/proc/loadavg: 1.71 0.64 0.27 3/227 30458
/proc/meminfo: memFree=1392436/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10834680 memory=173436 CPUtime=2.48 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 21946 13259 0 0 231 10 5 2 20 0 15 0 472712862 11094712320 43359 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2708670 43359 3579 1 0 2670733 0
[pid=30390/tid=30443] ppid=30387 vsize=10834680 memory=71684 CPUtime=1.43 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 15317 13259 0 0 130 6 5 2 20 0 15 0 472712871 11094712320 43385 33554432000 4194304 4196468 140733456558368 140264365074384 140264385998234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 10 13259 0 0 0 0 5 2 20 0 15 0 472712872 11094712320 43385 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10834680 memory=280523104903328 CPUtime=0.08 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 64 13259 0 0 1 0 5 2 20 0 15 0 472712872 11094712320 43385 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 39 13259 0 0 0 0 5 2 20 0 15 0 472712872 11094712320 43385 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 291 13259 0 0 1 0 5 2 20 0 15 0 472712872 11094712320 43385 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 134 13259 0 0 1 0 5 2 20 0 15 0 472712873 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 14 13259 0 0 0 0 5 2 20 0 15 0 472712874 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263833986400 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263699768944 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10834680 memory=-2245088631185882904 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 1363 13259 0 0 28 0 5 2 20 0 15 0 472712877 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10834680 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) R 30387 30390 29867 0 -1 1077944384 764 13259 0 0 23 0 5 2 20 0 15 0 472712877 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10834680 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) R 30387 30390 29867 0 -1 4202560 1736 13259 0 0 42 0 5 2 20 0 15 0 472712877 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263916734656 140264393302618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10834680 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11094712320 43385 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10834680 memory=280523105147776 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11094712320 43385 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

[pid=30390/tid=30455] ppid=30387 vsize=10844940 memory=532 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10844940 memory=1556 CPUtime=0.24 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 237 13259 0 0 10 7 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 297.62 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 928596 KiB

[startup+291.401 s]
/proc/loadavg: 1.15 1.04 0.56 3/228 30481
/proc/meminfo: memFree=571336/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10844940 memory=928596 CPUtime=300.85 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 98697 13259 0 0 30003 75 5 2 20 0 15 0 472712862 11105218560 232149 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2711235 232149 3624 1 0 2673293 0
[pid=30390/tid=30443] ppid=30387 vsize=10844940 memory=6791534058613427641 CPUtime=288.59 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 43836 13259 0 0 28828 24 5 2 20 0 15 0 472712871 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264365117552 140263995677324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10844940 memory=772 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 2944 13259 0 0 104 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10844940 memory=928596 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 2325 13259 0 0 103 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10844940 memory=3624 CPUtime=1.2 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 3933 13259 0 0 104 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10844940 memory=6791534058613427641 CPUtime=1.18 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 3978 13259 0 0 103 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10844940 memory=1540 CPUtime=1.28 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 6320 13259 0 0 115 6 5 2 20 0 15 0 472712873 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10844940 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 15 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263833986464 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10844940 memory=10596 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263699768960 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10844940 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10844940 memory=928596 CPUtime=2.45 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 13353 13259 0 0 236 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10844940 memory=54004 CPUtime=2.62 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) S 30387 30390 29867 0 -1 1077944384 11297 13259 0 0 250 5 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10844940 memory=988 CPUtime=1.44 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) S 30387 30390 29867 0 -1 1077944384 8246 13259 0 0 135 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10844940 memory=2016 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10844940 memory=1424 CPUtime=0.24 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 237 13259 0 0 10 7 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 300.85 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 928596 KiB

[startup+292.201 s]*
/proc/loadavg: 1.14 1.04 0.56 3/228 30481
/proc/meminfo: memFree=571336/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10844940 memory=928596 CPUtime=301.67 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 98709 13259 0 0 30085 75 5 2 20 0 15 0 472712862 11105218560 232149 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2711235 232149 3624 1 0 2673293 0
[pid=30390/tid=30443] ppid=30387 vsize=10844940 memory=6791534058613427641 CPUtime=289.39 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 43842 13259 0 0 28908 24 5 2 20 0 15 0 472712871 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264365117344 140263996628892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10844940 memory=4872558044660077418 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 2945 13259 0 0 104 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10844940 memory=4872558044660077418 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 2326 13259 0 0 103 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10844940 memory=2016 CPUtime=1.2 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 3936 13259 0 0 104 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10844940 memory=1424 CPUtime=1.18 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 3979 13259 0 0 103 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10844940 memory=1540 CPUtime=1.29 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 6320 13259 0 0 116 6 5 2 20 0 15 0 472712873 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10844940 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 15 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263833986464 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10844940 memory=10596 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263699768960 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10844940 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10844940 memory=988 CPUtime=2.45 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 13353 13259 0 0 236 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10844940 memory=3644 CPUtime=2.62 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) S 30387 30390 29867 0 -1 1077944384 11297 13259 0 0 250 5 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10844940 memory=2828 CPUtime=1.44 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) S 30387 30390 29867 0 -1 1077944384 8246 13259 0 0 135 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10844940 memory=1048 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10844940 memory=6016 CPUtime=0.24 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 237 13259 0 0 10 7 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 301.67 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 928596 KiB

[startup+293.001 s]
/proc/loadavg: 1.14 1.04 0.56 3/228 30481
/proc/meminfo: memFree=571336/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10844940 memory=928596 CPUtime=302.48 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 98715 13259 0 0 30165 76 5 2 20 0 15 0 472712862 11105218560 232149 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2711235 232149 3624 1 0 2673293 0
[pid=30390/tid=30443] ppid=30387 vsize=10844940 memory=3624 CPUtime=290.17 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 43847 13259 0 0 28986 24 5 2 20 0 15 0 472712871 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264365117552 140263997898049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10844940 memory=928596 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 2945 13259 0 0 104 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10844940 memory=1220 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 2326 13259 0 0 103 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10844940 memory=14004 CPUtime=1.2 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 3936 13259 0 0 104 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10844940 memory=6791534058613427641 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 3980 13259 0 0 104 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10844940 memory=1764 CPUtime=1.29 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 6320 13259 0 0 116 6 5 2 20 0 15 0 472712873 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10844940 memory=1980 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 15 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263833986464 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10844940 memory=2540 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263699768960 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10844940 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10844940 memory=6791534058613427641 CPUtime=2.45 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 13353 13259 0 0 236 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10844940 memory=1556 CPUtime=2.62 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) S 30387 30390 29867 0 -1 1077944384 11297 13259 0 0 250 5 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10844940 memory=932 CPUtime=1.44 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) S 30387 30390 29867 0 -1 1077944384 8246 13259 0 0 135 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10844940 memory=3680 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10844940 memory=848 CPUtime=0.24 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 237 13259 0 0 10 7 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 302.48 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 928596 KiB

[startup+293.401 s]
/proc/loadavg: 1.14 1.04 0.56 3/228 30481
/proc/meminfo: memFree=571336/32770624 swapFree=66997136/67108860
[pid=30390] ppid=30387 vsize=10844940 memory=928596 CPUtime=302.89 cores=0,2,4,6
/proc/30390/stat : 30390 (java) S 30387 30390 29867 0 -1 1077944320 98718 13259 0 0 30206 76 5 2 20 0 15 0 472712862 11105218560 232149 33554432000 4194304 4196468 140733456558368 140733456540912 140264393281271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
/proc/30390/statm: 2711235 232149 3624 1 0 2673293 0
[pid=30390/tid=30443] ppid=30387 vsize=10844940 memory=14973369229511284 CPUtime=290.57 cores=0,2,4,6
/proc/30390/task/30443/stat : 30443 (java) R 30387 30390 29867 0 -1 4202560 43849 13259 0 0 29026 24 5 2 20 0 15 0 472712871 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264365117552 140263996626894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30444] ppid=30387 vsize=10844940 memory=14004 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30444/stat : 30444 (java) S 30387 30390 29867 0 -1 1077944384 2945 13259 0 0 104 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264397523344 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30445] ppid=30387 vsize=10844940 memory=14060 CPUtime=1.2 cores=0,2,4,6
/proc/30390/task/30445/stat : 30445 (java) S 30387 30390 29867 0 -1 1077944384 2326 13259 0 0 104 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264312342800 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30446] ppid=30387 vsize=10844940 memory=2116 CPUtime=1.21 cores=0,2,4,6
/proc/30390/task/30446/stat : 30446 (java) S 30387 30390 29867 0 -1 1077944384 3937 13259 0 0 105 9 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264311290512 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30447] ppid=30387 vsize=10844940 memory=27356 CPUtime=1.19 cores=0,2,4,6
/proc/30390/task/30447/stat : 30447 (java) S 30387 30390 29867 0 -1 1077944384 3980 13259 0 0 104 8 5 2 20 0 15 0 472712872 11105218560 232149 33554432000 4194304 4196468 140733456558368 140264310237712 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30448] ppid=30387 vsize=10844940 memory=532 CPUtime=1.29 cores=0,2,4,6
/proc/30390/task/30448/stat : 30448 (java) S 30387 30390 29867 0 -1 1077944384 6320 13259 0 0 116 6 5 2 20 0 15 0 472712873 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263919897200 140264393292418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30449] ppid=30387 vsize=10844940 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30449/stat : 30449 (java) S 30387 30390 29867 0 -1 1077944384 15 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263833986464 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30450] ppid=30387 vsize=10844940 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30450/stat : 30450 (java) S 30387 30390 29867 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 472712874 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263699768960 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30451] ppid=30387 vsize=10844940 memory=3680 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30451/stat : 30451 (java) S 30387 30390 29867 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263095790160 140264393299867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30452] ppid=30387 vsize=10844940 memory=848 CPUtime=2.45 cores=0,2,4,6
/proc/30390/task/30452/stat : 30452 (java) S 30387 30390 29867 0 -1 1077944384 13353 13259 0 0 236 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263918844016 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30453] ppid=30387 vsize=10844940 memory=6791534058613427641 CPUtime=2.62 cores=0,2,4,6
/proc/30390/task/30453/stat : 30453 (java) S 30387 30390 29867 0 -1 1077944384 11297 13259 0 0 250 5 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263917791216 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30454] ppid=30387 vsize=10844940 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/30390/task/30454/stat : 30454 (java) S 30387 30390 29867 0 -1 1077944384 8246 13259 0 0 135 2 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263916738928 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30455] ppid=30387 vsize=10844940 memory=2319408921957119263 CPUtime=0.07 cores=0,2,4,6
/proc/30390/task/30455/stat : 30455 (java) S 30387 30390 29867 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140262626028000 140264393291477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
[pid=30390/tid=30456] ppid=30387 vsize=10844940 memory=8828629343344432173 CPUtime=0.24 cores=0,2,4,6
/proc/30390/task/30456/stat : 30456 (java) S 30387 30390 29867 0 -1 1077944384 237 13259 0 0 10 7 5 2 20 0 15 0 472712877 11105218560 232149 33554432000 4194304 4196468 140733456558368 140263915686832 140264393292418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7720960 140733456566884 140733456569525 140733456569525 140733456572367 0
Current children cumulated CPU time: 302.89 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 928596 KiB

Child status: 0
Real time (s): 293.438
CPU time (s): 302.947
CPU user time (s): 302.141
CPU system time (s): 0.805416
CPU usage (%): 103.24
Max. virtual memory (cumulated for all children) (KiB): 10847724
Max. memory (cumulated for all children) (KiB): 930556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.141
system time used= 0.805416
maximum resident set size= 930556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36345
involuntary context switches= 1115


# summary of solver processes directly reported to runsolver:
#   pid: 30390
#   total CPU time (s): 302.947
#   total CPU user time (s): 302.141
#   total CPU system time (s): 0.805416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7057 second user time and 2.86954 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 10:21:44
IDJOB=4402802
IDBENCH=120561
IDSOLVER=2861
FILE ID=node140/4402802-1568967745
RUNJOBID= node140-1568967597-29898
PBS_JOBID= 21704617
Free space on /var/tmp= 13476 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-4402802-1568967745/watcher-4402802-1568967745 -o /var/tmp/evaluation-result-4402802-1568967745/solver-4402802-1568967745 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402802-1568967745.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=799927705

node140.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.43
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.43
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.43
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.43
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:         1494628 kB
MemAvailable:   30425224 kB
Buffers:          134556 kB
Cached:         28735548 kB
SwapCached:         2364 kB
Active:         14291872 kB
Inactive:       16015712 kB
Active(anon):    1129084 kB
Inactive(anon):   355096 kB
Active(file):   13162788 kB
Inactive(file): 15660616 kB
Unevictable:      106612 kB
Mlocked:          106612 kB
SwapTotal:      67108860 kB
SwapFree:       66997136 kB
Dirty:             34732 kB
Writeback:             0 kB
AnonPages:       1617676 kB
Mapped:            65008 kB
Shmem:             38240 kB
Slab:             564308 kB
SReclaimable:     535652 kB
SUnreclaim:        28656 kB
KernelStack:        3984 kB
PageTables:         8444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2558636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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 /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 10:26:38