Trace number 4302832

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.9.2-SuperNGOPT24 24.528 17.0947

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-3_c18.xml
MD5SUM7c95366121fdff59751822ead1677482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.517481
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints100
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":30}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":7},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":12,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":100}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
6.95/3.50	o 89
7.29/3.69	o 60
7.29/3.69	o 59
7.29/3.69	o 57
7.29/3.69	o 30
10.30/4.75	o 28
10.30/4.77	o 27
11.03/5.19	o 26
11.15/5.24	o 24
24.44/17.06	v <instantiation cost="24">
24.44/17.06	v       <list>
24.44/17.06	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29]
24.44/17.06	v       </list>
24.44/17.06	v       <values>
24.44/17.06	v         2 0 2 3 0 0 3 0 2 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 2 0 1
24.44/17.06	v       </values>
24.44/17.06	v     </instantiation>
24.44/17.06	s OPTIMUM FOUND

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302832-1532895941/watcher-4302832-1532895941 -o /tmp/evaluation-result-4302832-1532895941/solver-4302832-1532895941 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1903118180 -superng HOME/instance-4302832-1532895941.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=27379, runsolver pid=27376

[startup+0.100104 s]*
/proc/loadavg: 2.17 2.33 2.14 3/206 27436
/proc/meminfo: memFree=27211904/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=10005480 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 4409 13185 0 0 1 1 6 2 20 0 6 0 107157421 10245611520 4269 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2501370 4269 1935 1 0 2489808 0
[pid=27379/tid=27432] ppid=27376 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 2218 13185 0 0 0 0 6 2 20 0 6 0 107157430 10245611520 4269 33554432000 4194304 4196468 140724919979536 139660358214224 139660386399389 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 6 0 107157430 10245611520 4269 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=10005480 memory=140234970035840 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 6 0 107157430 10245611520 4269 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 6 0 107157430 10245611520 4269 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 2 13185 0 0 0 0 6 2 20 0 6 0 107157430 10245611520 4269 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209881 s]*
/proc/loadavg: 2.17 2.33 2.14 3/215 27445
/proc/meminfo: memFree=27187832/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=10982744 memory=45448 CPUtime=0.26 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 8097 13185 0 0 16 2 6 2 20 0 15 0 107157421 11246329856 11362 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2745686 11362 2941 1 0 2708109 0
[pid=27379/tid=27432] ppid=27376 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 4651 13185 0 0 10 1 6 2 20 0 15 0 107157430 11246329856 11362 33554432000 4194304 4196468 140724919979536 139660358200992 139660372070872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246329856 11362 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=10982744 memory=3978562755557258912 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246329856 11362 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246329856 11362 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 2 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246329856 11362 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=10982744 memory=140234970035840 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 2 13185 0 0 0 0 6 2 20 0 15 0 107157432 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 13 13185 0 0 0 0 6 2 20 0 15 0 107157432 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659196752800 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157433 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659048903664 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246329856 11362 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 476 13185 0 0 1 0 6 2 20 0 15 0 107157435 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 130 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=10982744 memory=140234970035840 CPUtime=0.11 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 620 13185 0 0 3 0 6 2 20 0 15 0 107157435 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246329856 11362 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=10982744 memory=140234970035840 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157436 11246329856 11362 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45448 KiB

[startup+0.310178 s]*
/proc/loadavg: 2.17 2.33 2.14 4/215 27445
/proc/meminfo: memFree=27176636/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=10983192 memory=56384 CPUtime=0.39 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 10593 13185 0 0 28 3 6 2 20 0 15 0 107157421 11246788608 14096 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2745798 14096 3091 1 0 2708109 0
[pid=27379/tid=27432] ppid=27376 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 7135 13185 0 0 19 2 6 2 20 0 15 0 107157430 11246788608 14096 33554432000 4194304 4196468 140724919979536 139660358189472 139660370457950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 14096 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 14096 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 14096 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 2 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 14096 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 2 13185 0 0 0 0 6 2 20 0 15 0 107157432 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 13 13185 0 0 0 0 6 2 20 0 15 0 107157432 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659196752800 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157433 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659048903664 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246788608 14096 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 476 13185 0 0 2 0 6 2 20 0 15 0 107157435 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 133 13185 0 0 1 0 6 2 20 0 15 0 107157435 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=10983192 memory=140234970035840 CPUtime=0.13 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 626 13185 0 0 5 0 6 2 20 0 15 0 107157435 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246788608 14096 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=10983192 memory=140234970035840 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157436 11246788608 14096 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56384 KiB

[startup+0.700772 s]
/proc/loadavg: 2.17 2.33 2.14 5/215 27445
/proc/meminfo: memFree=27165584/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=10983192 memory=88444 CPUtime=0.99 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 16754 13185 0 0 86 5 6 2 20 0 15 0 107157421 11246788608 22111 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2745798 22111 3238 1 0 2708109 0
[pid=27379/tid=27432] ppid=27376 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) S 27376 27379 22977 0 -1 1077944384 12190 13185 0 0 55 3 6 2 20 0 15 0 107157430 11246788608 22111 33554432000 4194304 4196468 140724919979536 139660358198288 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 22111 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 22111 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 22111 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 2 13185 0 0 0 0 6 2 20 0 15 0 107157430 11246788608 22111 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 6 13185 0 0 0 0 6 2 20 0 15 0 107157432 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 13 13185 0 0 0 0 6 2 20 0 15 0 107157432 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659196752800 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157433 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659048903664 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246788608 22111 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 1132 13185 0 0 10 0 6 2 20 0 15 0 107157435 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=10983192 memory=140234843006032 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 513 13185 0 0 6 0 6 2 20 0 15 0 107157435 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=10983192 memory=142820547494542 CPUtime=0.21 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 691 13185 0 0 13 0 6 2 20 0 15 0 107157435 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=10983192 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11246788608 22111 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157436 11246788608 22111 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88444 KiB

[startup+1.50125 s]
/proc/loadavg: 2.17 2.33 2.14 3/215 27445
/proc/meminfo: memFree=27119872/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=10998092 memory=180232 CPUtime=2.26 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 24142 13185 0 0 207 11 6 2 20 0 15 0 107157421 11262046208 45058 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2749523 45058 3465 1 0 2711181 0
[pid=27379/tid=27432] ppid=27376 vsize=10998092 memory=10799 CPUtime=1.43 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 17927 13185 0 0 129 6 6 2 20 0 15 0 107157430 11262046208 45058 33554432000 4194304 4196468 140724919979536 139660358188032 139660365960896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 228 13185 0 0 1 0 6 2 20 0 15 0 107157430 11262046208 45058 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 26 13185 0 0 1 0 6 2 20 0 15 0 107157430 11262046208 45058 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=10998092 memory=2768 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 64 13185 0 0 1 0 6 2 20 0 15 0 107157430 11262046208 45058 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=10998092 memory=88444 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 30 13185 0 0 1 0 6 2 20 0 15 0 107157430 11262046208 45058 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 57 13185 0 0 1 0 6 2 20 0 15 0 107157432 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 14 13185 0 0 0 0 6 2 20 0 15 0 107157432 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659196752864 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157433 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659048903680 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11262046208 45058 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=10998092 memory=4638778398332698720 CPUtime=0.27 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 1322 13185 0 0 19 0 6 2 20 0 15 0 107157435 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=10998092 memory=280469686492032 CPUtime=0.28 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 1061 13185 0 0 20 0 6 2 20 0 15 0 107157435 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=10998092 memory=6944656592452807323 CPUtime=0.39 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 1209 13185 0 0 31 0 6 2 20 0 15 0 107157435 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11262046208 45058 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=10998092 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 1 13185 0 0 0 0 6 2 20 0 15 0 107157436 11262046208 45058 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=27379/tid=27444] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 121287 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 40 13185 0 0 0 0 6 2 20 0 15 0 107157436 11343855616 121287 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 20.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 485148 KiB

[startup+14.4007 s]
/proc/loadavg: 1.99 2.29 2.12 3/215 27445
/proc/meminfo: memFree=26595268/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=11077984 memory=507756 CPUtime=21.71 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 73831 13185 0 0 2131 32 6 2 20 0 15 0 107157421 11343855616 126939 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2769496 126939 3517 1 0 2731149 0
[pid=27379/tid=27432] ppid=27376 vsize=11077984 memory=7230354741939103332 CPUtime=14.2 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 43075 13185 0 0 1398 14 6 2 20 0 15 0 107157430 11343855616 126939 33554432000 4194304 4196468 140724919979536 139660358211776 139659945195712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=11077984 memory=30808 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 459 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 126939 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=11077984 memory=485172 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 817 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 126939 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=11077984 memory=5865189117657114962 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 177 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 126939 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=11077984 memory=140230682246283 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 812 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 126939 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=11077984 memory=3472468531068135236 CPUtime=0.12 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 1744 13185 0 0 4 0 6 2 20 0 15 0 107157432 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=11077984 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 15 13185 0 0 0 0 6 2 20 0 15 0 107157432 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659196752928 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=11077984 memory=-8316900901535099443 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157433 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659048903680 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=11077984 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 126939 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=11077984 memory=0 CPUtime=2.73 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 8444 13185 0 0 263 2 6 2 20 0 15 0 107157435 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=11077984 memory=78 CPUtime=2.97 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 9987 13185 0 0 284 5 6 2 20 0 15 0 107157435 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=11077984 memory=280469686612432 CPUtime=1.66 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 6045 13185 0 0 156 2 6 2 20 0 15 0 107157435 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=11077984 memory=7305792226081990246 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 126939 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=11077984 memory=6153433744107007334 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 51 13185 0 0 0 0 6 2 20 0 15 0 107157436 11343855616 126939 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 21.71 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 507756 KiB

[startup+16.0007 s]*
/proc/loadavg: 1.99 2.29 2.12 3/215 27445
/proc/meminfo: memFree=26487036/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=11077984 memory=512016 CPUtime=23.4 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 77556 13185 0 0 2299 33 6 2 20 0 15 0 107157421 11343855616 128004 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2769496 128004 3518 1 0 2731149 0
[pid=27379/tid=27432] ppid=27376 vsize=11077984 memory=6791534058613427641 CPUtime=15.81 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 43187 13185 0 0 1559 14 6 2 20 0 15 0 107157430 11343855616 128004 33554432000 4194304 4196468 140724919979536 139660358208032 139659952273969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=11077984 memory=4872558044660077418 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 464 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 128004 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=11077984 memory=18352 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 825 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 128004 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=11077984 memory=4052 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 601 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 128004 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=11077984 memory=644 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 819 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 128004 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=11077984 memory=1792 CPUtime=0.13 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 1936 13185 0 0 5 0 6 2 20 0 15 0 107157432 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=11077984 memory=-5874771483550381248 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 15 13185 0 0 0 0 6 2 20 0 15 0 107157432 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659196752928 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=11077984 memory=7317634893576766840 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157433 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659048903680 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=11077984 memory=-7465405268641471099 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 128004 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=11077984 memory=7091036787602121812 CPUtime=2.75 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 8952 13185 0 0 265 2 6 2 20 0 15 0 107157435 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=11077984 memory=4641074187873313646 CPUtime=3.01 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 10597 13185 0 0 288 5 6 2 20 0 15 0 107157435 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=11077984 memory=7367994820087801681 CPUtime=1.67 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 7880 13185 0 0 157 2 6 2 20 0 15 0 107157435 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=11077984 memory=5450916471374902826 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 128004 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=11077984 memory=5787213827147000145 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 75 13185 0 0 0 0 6 2 20 0 15 0 107157436 11343855616 128004 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 23.4 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 512016 KiB

[startup+16.8007 s]
/proc/loadavg: 1.99 2.29 2.12 3/215 27445
/proc/meminfo: memFree=26487036/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=11077984 memory=529360 CPUtime=24.23 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 77987 13185 0 0 2381 34 6 2 20 0 15 0 107157421 11343855616 132340 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2769496 132340 3518 1 0 2731149 0
[pid=27379/tid=27432] ppid=27376 vsize=11077984 memory=6791534058613427641 CPUtime=16.6 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 43223 13185 0 0 1637 15 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660358208416 139659952273969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=11077984 memory=7163608974458251372 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 465 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=11077984 memory=7523382201372729942 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 826 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=11077984 memory=4638778411218063696 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 602 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=11077984 memory=6 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 820 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=11077984 memory=6 CPUtime=0.13 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 1948 13185 0 0 5 0 6 2 20 0 15 0 107157432 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=11077984 memory=5 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 15 13185 0 0 0 0 6 2 20 0 15 0 107157432 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659196752928 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157433 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659048903680 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=11077984 memory=0 CPUtime=2.77 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 9221 13185 0 0 267 2 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=11077984 memory=268 CPUtime=3.02 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 10611 13185 0 0 289 5 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=11077984 memory=293 CPUtime=1.68 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 7976 13185 0 0 158 2 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=11077984 memory=159 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 75 13185 0 0 0 0 6 2 20 0 15 0 107157436 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 24.23 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 529360 KiB

[startup+17.0007 s]*
/proc/loadavg: 1.99 2.29 2.12 3/215 27445
/proc/meminfo: memFree=26469096/32770624 swapFree=67108792/67108860
[pid=27379] ppid=27376 vsize=11077984 memory=529360 CPUtime=24.44 cores=0,2,4,6
/proc/27379/stat : 27379 (java) S 27376 27379 22977 0 -1 1077944320 77987 13185 0 0 2402 34 6 2 20 0 15 0 107157421 11343855616 132340 33554432000 4194304 4196468 140724919979536 140724919962080 139660386377463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
/proc/27379/statm: 2769496 132340 3518 1 0 2731149 0
[pid=27379/tid=27432] ppid=27376 vsize=11077984 memory=6791534058613427641 CPUtime=16.81 cores=0,2,4,6
/proc/27379/task/27432/stat : 27432 (java) R 27376 27379 22977 0 -1 4202560 43223 13185 0 0 1658 15 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660358208416 139659951091797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27433] ppid=27376 vsize=11077984 memory=4872558044660077418 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27433/stat : 27433 (java) S 27376 27379 22977 0 -1 1077944384 465 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660390619920 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27434] ppid=27376 vsize=11077984 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27434/stat : 27434 (java) S 27376 27379 22977 0 -1 1077944384 826 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660261268368 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27435] ppid=27376 vsize=11077984 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27435/stat : 27435 (java) S 27376 27379 22977 0 -1 1077944384 602 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660260215824 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27436] ppid=27376 vsize=11077984 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27379/task/27436/stat : 27436 (java) S 27376 27379 22977 0 -1 1077944384 820 13185 0 0 5 1 6 2 20 0 15 0 107157430 11343855616 132340 33554432000 4194304 4196468 140724919979536 139660259163280 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27437] ppid=27376 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/27379/task/27437/stat : 27437 (java) S 27376 27379 22977 0 -1 1077944384 1948 13185 0 0 5 0 6 2 20 0 15 0 107157432 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659812169712 139660386388610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27438] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27438/stat : 27438 (java) S 27376 27379 22977 0 -1 1077944384 15 13185 0 0 0 0 6 2 20 0 15 0 107157432 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659196752928 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27439] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27439/stat : 27439 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157433 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659048903680 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27440] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27440/stat : 27440 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139658741504208 139660386396059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27441] ppid=27376 vsize=11077984 memory=140234843570736 CPUtime=2.77 cores=0,2,4,6
/proc/27379/task/27441/stat : 27441 (java) S 27376 27379 22977 0 -1 1077944384 9221 13185 0 0 267 2 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659811117552 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27442] ppid=27376 vsize=11077984 memory=0 CPUtime=3.02 cores=0,2,4,6
/proc/27379/task/27442/stat : 27442 (java) S 27376 27379 22977 0 -1 1077944384 10611 13185 0 0 289 5 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659810065008 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27443] ppid=27376 vsize=11077984 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/27379/task/27443/stat : 27443 (java) S 27376 27379 22977 0 -1 1077944384 7976 13185 0 0 158 2 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659809012464 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27444] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27444/stat : 27444 (java) S 27376 27379 22977 0 -1 1077944384 3 13185 0 0 0 0 6 2 20 0 15 0 107157435 11343855616 132340 33554432000 4194304 4196468 140724919979536 139658310708320 139660386387669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
[pid=27379/tid=27445] ppid=27376 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27379/task/27445/stat : 27445 (java) S 27376 27379 22977 0 -1 1077944384 75 13185 0 0 0 0 6 2 20 0 15 0 107157436 11343855616 132340 33554432000 4194304 4196468 140724919979536 139659807959344 139660386388610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36564992 140724919982696 140724919985505 140724919985505 140724919988175 0
Current children cumulated CPU time: 24.44 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 529360 KiB

Child status: 0
Real time (s): 17.0947
CPU time (s): 24.528
CPU user time (s): 24.1486
CPU system time (s): 0.379371
CPU usage (%): 143.483
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 534544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1486
system time used= 0.379371
maximum resident set size= 534544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8166
involuntary context switches= 96


# summary of solver processes directly reported to runsolver:
#   pid: 27379
#   total CPU time (s): 24.528
#   total CPU user time (s): 24.1486
#   total CPU system time (s): 0.379371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133446 second user time and 0.19453 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:25:41
IDJOB=4302832
IDBENCH=141216
IDSOLVER=2777
FILE ID=node150/4302832-1532895941
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302832-1532895941/watcher-4302832-1532895941 -o /tmp/evaluation-result-4302832-1532895941/solver-4302832-1532895941 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1903118180 -superng HOME/instance-4302832-1532895941.xml

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

MD5SUM BENCH= 7c95366121fdff59751822ead1677482
RANDOM SEED=1903118180

node150.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.76
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.76
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.76
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.76
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:        27219192 kB
MemAvailable:   31035420 kB
Buffers:          224236 kB
Cached:          3835276 kB
SwapCached:           32 kB
Active:          2434788 kB
Inactive:        2584856 kB
Active(anon):     912244 kB
Inactive(anon):    76188 kB
Active(file):    1522544 kB
Inactive(file):  2508668 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26476 kB
Writeback:             0 kB
AnonPages:        967916 kB
Mapped:            57932 kB
Shmem:             25156 kB
Slab:             230284 kB
SReclaimable:     201704 kB
SUnreclaim:        28580 kB
KernelStack:        3552 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2220644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 22:25:59