Trace number 4304550

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-SuperNGOPT34 11.4533 4.94125

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-08_c18.xml
MD5SUM5c5040f535ec624befc4f337dc6f1e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.294987
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints29
Number of domains2
Minimum domain size64
Maximum domain size65
Distribution of domain sizes[{"size":64,"count":28},{"size":65,"count":8}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":7,"count":7},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity28
Distribution of constraint arities[{"arity":3,"count":28},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints28
Distribution of constraint types[{"type":"intension","count":28},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.75	c Concrete v3.9.2.1532736233296 running
6.99/3.54	o 64
6.99/3.59	o 61
6.99/3.60	o 53
7.33/3.63	o 52
7.33/3.63	o 51
7.33/3.67	o 48
8.00/3.80	o 45
8.00/3.81	o 41
8.00/3.83	o 40
8.32/3.90	o 39
8.32/3.93	o 38
8.32/3.96	o 37
9.00/4.13	o 36
9.28/4.21	o 35
9.93/4.45	o 34
11.38/4.91	v <instantiation cost="34">
11.38/4.91	v       <list>
11.38/4.91	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7]
11.38/4.91	v       </list>
11.38/4.91	v       <values>
11.38/4.91	v         0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1
11.38/4.91	v       </values>
11.38/4.91	v     </instantiation>
11.38/4.91	s OPTIMUM FOUND

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304550-1534102355/watcher-4304550-1534102355 -o /tmp/evaluation-result-4304550-1534102355/solver-4304550-1534102355 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1945839917 -superng HOME/instance-4304550-1534102355.xml 

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

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


[startup+0.100089 s]*
/proc/loadavg: 1.92 1.78 1.70 3/207 28468
/proc/meminfo: memFree=12242084/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=10005480 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 4352 12954 0 0 1 0 5 3 20 0 6 0 227798698 10245611520 4202 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2501370 4202 1934 1 0 2489808 0
[pid=28411/tid=28464] ppid=28408 vsize=10005480 memory=4279135704047060365 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 2162 12954 0 0 0 0 5 3 20 0 6 0 227798707 10245611520 4202 33554432000 4194304 4196468 140734355133584 140173797487184 140173809730910 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 227798708 10245611520 4202 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=10005480 memory=140511310009984 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 227798708 10245611520 4202 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 227798708 10245611520 4202 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 6 0 227798708 10245611520 4202 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209832 s]*
/proc/loadavg: 1.92 1.78 1.70 3/216 28477
/proc/meminfo: memFree=12220800/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=10982744 memory=42388 CPUtime=0.26 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 7761 12954 0 0 16 2 5 3 20 0 15 0 227798698 11246329856 10597 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2745686 10597 2978 1 0 2708109 0
[pid=28411/tid=28464] ppid=28408 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 4315 12954 0 0 10 1 5 3 20 0 15 0 227798707 11246329856 10597 33554432000 4194304 4196468 140734355133584 140173797473704 140173805926251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246329856 10597 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=10982744 memory=3618839119762577056 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246329856 10597 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246329856 10597 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246329856 10597 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=10982744 memory=140511310009984 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227798709 11246329856 10597 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798710 11246329856 10597 33554432000 4194304 4196468 140734355133584 140172633039776 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 21 12954 0 0 0 0 5 3 20 0 15 0 227798710 11246329856 10663 33554432000 4194304 4196468 140734355133584 140172565926896 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246329856 10663 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) S 28408 28411 27288 0 -1 1077944384 565 12954 0 0 1 0 5 3 20 0 15 0 227798713 11246329856 10663 33554432000 4194304 4196468 140734355133584 140173317700080 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) S 28408 28411 27288 0 -1 1077944384 68 12954 0 0 1 0 5 3 20 0 15 0 227798713 11246329856 10663 33554432000 4194304 4196468 140734355133584 140173316647536 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=10982744 memory=140511310009984 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) S 28408 28411 27288 0 -1 1077944384 601 12954 0 0 3 0 5 3 20 0 15 0 227798713 11246329856 10663 33554432000 4194304 4196468 140734355133584 140173315594992 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246329856 10663 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=10982744 memory=140511310009984 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246329856 10663 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42388 KiB

[startup+0.310189 s]*
/proc/loadavg: 1.92 1.78 1.70 3/216 28477
/proc/meminfo: memFree=12209016/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=10983192 memory=53588 CPUtime=0.38 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 10431 12954 0 0 27 3 5 3 20 0 15 0 227798698 11246788608 13397 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2745798 13397 3097 1 0 2708109 0
[pid=28411/tid=28464] ppid=28408 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 6947 12954 0 0 19 2 5 3 20 0 15 0 227798707 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173797462432 140173809730910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227798709 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798710 11246788608 13397 33554432000 4194304 4196468 140734355133584 140172633039776 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 21 12954 0 0 0 0 5 3 20 0 15 0 227798710 11246788608 13397 33554432000 4194304 4196468 140734355133584 140172565926896 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246788608 13397 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) S 28408 28411 27288 0 -1 1077944384 565 12954 0 0 1 0 5 3 20 0 15 0 227798713 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173317700080 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) S 28408 28411 27288 0 -1 1077944384 69 12954 0 0 1 0 5 3 20 0 15 0 227798713 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173316647536 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=10983192 memory=140511310009984 CPUtime=0.13 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) S 28408 28411 27288 0 -1 1077944384 611 12954 0 0 5 0 5 3 20 0 15 0 227798713 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173315594992 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246788608 13397 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=10983192 memory=140511310009984 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246788608 13397 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53588 KiB

[startup+0.700754 s]
/proc/loadavg: 1.92 1.78 1.70 3/216 28477
/proc/meminfo: memFree=12197976/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=10983192 memory=86532 CPUtime=0.99 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 16773 12954 0 0 86 5 5 3 20 0 15 0 227798698 11246788608 21633 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2745798 21633 3250 1 0 2708109 0
[pid=28411/tid=28464] ppid=28408 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 12242 12954 0 0 55 4 5 3 20 0 15 0 227798707 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173797474256 140173809730910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227798708 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=10983192 memory=5788641006024419159 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 6 12954 0 0 0 0 5 3 20 0 15 0 227798709 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798710 11246788608 21633 33554432000 4194304 4196468 140734355133584 140172633039776 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 21 12954 0 0 0 0 5 3 20 0 15 0 227798710 11246788608 21633 33554432000 4194304 4196468 140734355133584 140172565926896 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246788608 21633 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) S 28408 28411 27288 0 -1 1077944384 931 12954 0 0 7 0 5 3 20 0 15 0 227798713 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173317700080 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) S 28408 28411 27288 0 -1 1077944384 661 12954 0 0 9 0 5 3 20 0 15 0 227798713 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173316647536 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) S 28408 28411 27288 0 -1 1077944384 699 12954 0 0 13 0 5 3 20 0 15 0 227798713 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173315594992 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246788608 21633 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798713 11246788608 21633 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86532 KiB

[startup+1.50075 s]
/proc/loadavg: 1.92 1.78 1.70 3/216 28477
/proc/meminfo: memFree=12154172/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=10998092 memory=178084 CPUtime=2.26 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 24068 12954 0 0 207 11 5 3 20 0 15 0 227798698 11262046208 44521 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2749523 44521 3473 1 0 2711181 0
[pid=28411/tid=28464] ppid=28408 vsize=10998092 memory=4951091520830867572 CPUtime=1.43 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 17947 12954 0 0 129 6 5 3 20 0 15 0 227798707 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173797482432 140173810816005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=10998092 memory=4134606225630022328 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 197 12954 0 0 1 0 5 3 20 0 15 0 227798708 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=10998092 memory=-5153075247754915999 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 20 12954 0 0 1 0 5 3 20 0 15 0 227798708 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=10998092 memory=-9107216748616663712 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 28 12954 0 0 1 0 5 3 20 0 15 0 227798708 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=10998092 memory=117964 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 67 12954 0 0 1 0 5 3 20 0 15 0 227798708 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 57 12954 0 0 1 0 5 3 20 0 15 0 227798709 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798710 11262046208 44521 33554432000 4194304 4196468 140734355133584 140172633039840 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=10998092 memory=281022394597664 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 43 12954 0 0 0 0 5 3 20 0 15 0 227798710 11262046208 44521 33554432000 4194304 4196468 140734355133584 140172565926912 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=10998092 memory=281022395012608 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11262046208 44521 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=10998092 memory=140511197308544 CPUtime=0.28 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) S 28408 28411 27288 0 -1 1077944384 1434 12954 0 0 19 1 5 3 20 0 15 0 227798713 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173317700080 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=10998092 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) S 28408 28411 27288 0 -1 1077944384 807 12954 0 0 20 0 5 3 20 0 15 0 227798713 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173316647536 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=10998092 memory=1128 CPUtime=0.38 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) S 28408 28411 27288 0 -1 1077944384 1257 12954 0 0 30 0 5 3 20 0 15 0 227798713 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173315594992 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=10998092 memory=15188 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11262046208 44521 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=10998092 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798713 11262046208 44521 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=28411/tid=28476] ppid=28408 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11274649600 67952 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227798713 11274649600 67952 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 6.06 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 271808 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.93 1.79 1.70 5/216 28477
/proc/meminfo: memFree=11911320/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=11077984 memory=339260 CPUtime=8.68 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 65992 12954 0 0 838 22 5 3 20 0 15 0 227798698 11343855616 84815 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2769496 84815 3506 1 0 2731149 0
[pid=28411/tid=28464] ppid=28408 vsize=11077984 memory=590594017108047539 CPUtime=3.89 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 43650 12954 0 0 368 13 5 3 20 0 15 0 227798707 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173797479120 140173388312032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 207 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 62 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=11077984 memory=5793696676855636562 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 37 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=11077984 memory=6153433744106809700 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 85 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 1217 12954 0 0 3 0 5 3 20 0 15 0 227798709 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=11077984 memory=3539887818412142647 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 84815 33554432000 4194304 4196468 140734355133584 140172633039840 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=11077984 memory=5787213827113772388 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 43 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 84815 33554432000 4194304 4196468 140734355133584 140172565926912 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=11077984 memory=5860423834195030371 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 84815 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=11077984 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) R 28408 28411 27288 0 -1 4202560 3638 12954 0 0 159 1 5 3 20 0 15 0 227798713 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173317686360 140173806349956 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=11077984 memory=3533419649928619377 CPUtime=1.69 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) R 28408 28411 27288 0 -1 4202560 9293 12954 0 0 160 1 5 3 20 0 15 0 227798713 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173316627648 140173804839872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=11077984 memory=7236950567619879093 CPUtime=1.43 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) R 28408 28411 27288 0 -1 1077944384 5539 12954 0 0 133 2 5 3 20 0 15 0 227798713 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173315594992 140173825661570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=11077984 memory=7310019855334402847 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 84815 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=11077984 memory=140511310009984 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 11 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 84815 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 339260 KiB

[startup+4.40069 s]
/proc/loadavg: 1.93 1.79 1.70 5/216 28477
/proc/meminfo: memFree=11911320/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=11077984 memory=367016 CPUtime=9.93 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 66671 12954 0 0 962 23 5 3 20 0 15 0 227798698 11343855616 91754 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2769496 91754 3517 1 0 2731149 0
[pid=28411/tid=28464] ppid=28408 vsize=11077984 memory=0 CPUtime=4.28 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 43682 12954 0 0 407 13 5 3 20 0 15 0 227798707 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173797478768 140173401066431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 368 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 83 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 58 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 88 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=11077984 memory=7523635260727255377 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 1264 12954 0 0 3 0 5 3 20 0 15 0 227798709 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=11077984 memory=7885051308508598376 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 14 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 91754 33554432000 4194304 4196468 140734355133584 140172633039904 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=11077984 memory=7885051308508598376 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 48 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 91754 33554432000 4194304 4196468 140734355133584 140172565926912 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=11077984 memory=7885078731808006736 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 91754 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=11077984 memory=7878030943860058984 CPUtime=2.06 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) R 28408 28411 27288 0 -1 4202560 3763 12954 0 0 197 1 5 3 20 0 15 0 227798713 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173317684272 140173810773990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=11077984 memory=7878030943860058984 CPUtime=2.07 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) R 28408 28411 27288 0 -1 4202560 9418 12954 0 0 198 1 5 3 20 0 15 0 227798713 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173316640024 140173809553513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=11077984 memory=7878030943860058984 CPUtime=1.51 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) S 28408 28411 27288 0 -1 1077944384 5675 12954 0 0 141 2 5 3 20 0 15 0 227798713 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173315594992 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=11077984 memory=7885078731808006736 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 91754 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=11077984 memory=140511310009983 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 91754 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 367016 KiB

[startup+4.80072 s]
/proc/loadavg: 1.93 1.79 1.70 5/216 28477
/proc/meminfo: memFree=11911320/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=11077984 memory=371832 CPUtime=11.14 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 66962 12954 0 0 1081 25 5 3 20 0 15 0 227798698 11343855616 92958 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2769496 92958 3517 1 0 2731149 0
[pid=28411/tid=28464] ppid=28408 vsize=11077984 memory=6153433744107005292 CPUtime=4.67 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 43684 12954 0 0 446 13 5 3 20 0 15 0 227798707 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173797479880 140173825662358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=11077984 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 377 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=11077984 memory=7508972177772337509 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 83 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=11077984 memory=7733923460938885479 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 61 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=11077984 memory=7738680966146712128 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 92 12954 0 0 2 0 5 3 20 0 15 0 227798708 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=11077984 memory=6297835844906604903 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 1267 12954 0 0 3 0 5 3 20 0 15 0 227798709 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=11077984 memory=7813587196152133429 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 14 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 92958 33554432000 4194304 4196468 140734355133584 140172633039904 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=11077984 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 48 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 92958 33554432000 4194304 4196468 140734355133584 140172565926912 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 92958 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=11077984 memory=0 CPUtime=2.45 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) R 28408 28411 27288 0 -1 1077944384 3865 12954 0 0 236 1 5 3 20 0 15 0 227798713 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173317700080 140173825661570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=11077984 memory=33 CPUtime=2.45 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) R 28408 28411 27288 0 -1 4202560 9543 12954 0 0 235 2 5 3 20 0 15 0 227798713 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173316634080 140173807193715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=11077984 memory=7306621352421846115 CPUtime=1.54 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) R 28408 28411 27288 0 -1 4202560 5718 12954 0 0 144 2 5 3 20 0 15 0 227798713 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173315594992 140173825662358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=11077984 memory=7956005031678667109 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 92958 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=11077984 memory=7956005031678667109 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 92958 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 371832 KiB

[startup+4.90168 s]
/proc/loadavg: 1.93 1.79 1.70 5/216 28477
/proc/meminfo: memFree=11911320/32770624 swapFree=67108496/67108860
[pid=28411] ppid=28408 vsize=11077984 memory=380136 CPUtime=11.38 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28408 28411 27288 0 -1 1077944320 67025 12954 0 0 1105 25 5 3 20 0 15 0 227798698 11343855616 95034 33554432000 4194304 4196468 140734355133584 140734355116128 140173825650423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
/proc/28411/statm: 2769496 95034 3517 1 0 2731149 0
[pid=28411/tid=28464] ppid=28408 vsize=11077984 memory=301528 CPUtime=4.77 cores=0,2,4,6
/proc/28411/task/28464/stat : 28464 (java) R 28408 28411 27288 0 -1 4202560 43701 12954 0 0 455 14 5 3 20 0 15 0 227798707 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173797483456 140173388118064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28465] ppid=28408 vsize=11077984 memory=-2672971630408907303 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28465/stat : 28465 (java) S 28408 28411 27288 0 -1 1077944384 377 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173829892880 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28466] ppid=28408 vsize=11077984 memory=60 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28466/stat : 28466 (java) S 28408 28411 27288 0 -1 1077944384 83 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173711158160 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28467] ppid=28408 vsize=11077984 memory=96 CPUtime=0.11 cores=0,2,4,6
/proc/28411/task/28467/stat : 28467 (java) S 28408 28411 27288 0 -1 1077944384 62 12954 0 0 3 0 5 3 20 0 15 0 227798708 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173710105616 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28468] ppid=28408 vsize=11077984 memory=371640 CPUtime=0.12 cores=0,2,4,6
/proc/28411/task/28468/stat : 28468 (java) S 28408 28411 27288 0 -1 1077944384 93 12954 0 0 3 1 5 3 20 0 15 0 227798708 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173709053072 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28469] ppid=28408 vsize=11077984 memory=9168 CPUtime=0.12 cores=0,2,4,6
/proc/28411/task/28469/stat : 28469 (java) S 28408 28411 27288 0 -1 1077944384 1281 12954 0 0 4 0 5 3 20 0 15 0 227798709 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173318752240 140173825661570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28470] ppid=28408 vsize=11077984 memory=281022394838448 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28470/stat : 28470 (java) S 28408 28411 27288 0 -1 1077944384 14 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 95034 33554432000 4194304 4196468 140734355133584 140172633039904 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28471] ppid=28408 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28471/stat : 28471 (java) S 28408 28411 27288 0 -1 1077944384 48 12954 0 0 0 0 5 3 20 0 15 0 227798710 11343855616 95034 33554432000 4194304 4196468 140734355133584 140172565926912 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28472] ppid=28408 vsize=11077984 memory=9134 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28472/stat : 28472 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 95034 33554432000 4194304 4196468 140734355133584 140172258531536 140173825669019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28473] ppid=28408 vsize=11077984 memory=0 CPUtime=2.53 cores=0,2,4,6
/proc/28411/task/28473/stat : 28473 (java) R 28408 28411 27288 0 -1 4202560 3880 12954 0 0 244 1 5 3 20 0 15 0 227798713 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173317686304 140173807194192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28474] ppid=28408 vsize=11077984 memory=0 CPUtime=2.52 cores=0,2,4,6
/proc/28411/task/28474/stat : 28474 (java) R 28408 28411 27288 0 -1 4202560 9557 12954 0 0 242 2 5 3 20 0 15 0 227798713 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173316647536 140173805355017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28475] ppid=28408 vsize=11077984 memory=0 CPUtime=1.54 cores=0,2,4,6
/proc/28411/task/28475/stat : 28475 (java) S 28408 28411 27288 0 -1 1077944384 5719 12954 0 0 144 2 5 3 20 0 15 0 227798713 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173315594176 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28476] ppid=28408 vsize=11077984 memory=329 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28476/stat : 28476 (java) S 28408 28411 27288 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 95034 33554432000 4194304 4196468 140734355133584 140171827735648 140173825660629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
[pid=28411/tid=28477] ppid=28408 vsize=11077984 memory=196 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28477/stat : 28477 (java) S 28408 28411 27288 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227798713 11343855616 95034 33554432000 4194304 4196468 140734355133584 140173314541872 140173825661570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11894784 140734355135075 140734355137884 140734355137884 140734355140559 0
Current children cumulated CPU time: 11.38 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 380136 KiB

Child status: 0
Real time (s): 4.94125
CPU time (s): 11.4533
CPU user time (s): 11.1468
CPU system time (s): 0.306492
CPU usage (%): 231.79
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 380136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1468
system time used= 0.306492
maximum resident set size= 382320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80129
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= 6646
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 28411
#   total CPU time (s): 11.4533
#   total CPU user time (s): 11.1468
#   total CPU system time (s): 0.306492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044512 second user time and 0.093476 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 21:32:35
IDJOB=4304550
IDBENCH=141372
IDSOLVER=2781
FILE ID=node149/4304550-1534102355
RUNJOBID= node149-1534099857-27319
PBS_JOBID= 21037007
Free space on /tmp= 39084 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304550-1534102355/watcher-4304550-1534102355 -o /tmp/evaluation-result-4304550-1534102355/solver-4304550-1534102355 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1945839917 -superng HOME/instance-4304550-1534102355.xml

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

MD5SUM BENCH= 5c5040f535ec624befc4f337dc6f1e70
RANDOM SEED=1945839917

node149.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.60
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.60
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.60
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.60
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:        12247796 kB
MemAvailable:   31181688 kB
Buffers:          205172 kB
Cached:         18761088 kB
SwapCached:           28 kB
Active:          8482052 kB
Inactive:       11262772 kB
Active(anon):     727892 kB
Inactive(anon):   103076 kB
Active(file):    7754160 kB
Inactive(file): 11159696 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26912 kB
Writeback:            16 kB
AnonPages:        785776 kB
Mapped:            67612 kB
Shmem:             49616 kB
Slab:             476776 kB
SReclaimable:     448496 kB
SUnreclaim:        28280 kB
KernelStack:        3552 kB
PageTables:         6936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1989476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39060 MiB
End job on node149 at 2018-08-12 21:32:40