Trace number 4305092

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT 12.6098 5.39888

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-05-06_c18.xml
MD5SUM81d4059c2b76389bba6ef17dee6cb29a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119659
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity5
Maximum constraint arity6
Distribution of constraint arities[{"arity":5,"count":6},{"arity":6,"count":5}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
12.38/5.38	v <instantiation>
12.38/5.38	v       <list>
12.38/5.38	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5]
12.38/5.38	v       </list>
12.38/5.38	v       <values>
12.38/5.38	v         0 24 12 0 17 0 4 25 25 6 0 6 17 4 0 17 12 0 0 20 17 8 0 2 8 23 0 18 18 4
12.38/5.38	v       </values>
12.38/5.38	v     </instantiation>
12.38/5.38	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305092-1534114597/watcher-4305092-1534114597 -o /tmp/evaluation-result-4305092-1534114597/solver-4305092-1534114597 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2053488244 -superng HOME/instance-4305092-1534114597.xml 

running on 4 cores: 1,3,5,7

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=30637, runsolver pid=30634
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 1.71 1.49 1.41 3/206 30694
/proc/meminfo: memFree=15446368/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=10005480 memory=17224 CPUtime=0.08 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 4441 13289 0 0 1 0 5 2 20 0 6 0 229022860 10245611520 4306 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2501370 4306 1934 1 0 2489808 0
[pid=30637/tid=30690] ppid=30634 vsize=10005480 memory=4279135703980081038 CPUtime=0.08 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 2248 13289 0 0 1 0 5 2 20 0 6 0 229022869 10245611520 4306 33554432000 4194304 4196468 140735045783184 140598245917264 140598259763029 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 6 0 229022870 10245611520 4306 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=10005480 memory=140024834418304 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 6 0 229022870 10245611520 4306 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 6 0 229022870 10245611520 4306 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 2 13289 0 0 0 0 5 2 20 0 6 0 229022870 10245611520 4306 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17224 KiB

[startup+0.210111 s]*
/proc/loadavg: 1.71 1.49 1.41 3/215 30703
/proc/meminfo: memFree=15417892/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=10982744 memory=46984 CPUtime=0.25 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 7957 13289 0 0 17 1 5 2 20 0 15 0 229022860 11246329856 11746 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2745686 11746 2948 1 0 2708109 0
[pid=30637/tid=30690] ppid=30634 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 4513 13289 0 0 11 1 5 2 20 0 15 0 229022869 11246329856 11746 33554432000 4194304 4196468 140735045783184 140598245876544 140598258216777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246329856 11746 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=10982744 memory=140024834446192 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246329856 11746 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 2 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=10982744 memory=140024834418304 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 2 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597243402992 140598274091650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 13 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597163714208 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246329856 11746 33554432000 4194304 4196468 140735045783184 140596962387184 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246329856 11746 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 429 13289 0 0 1 0 5 2 20 0 15 0 229022875 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597242349808 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) S 30634 30637 27600 0 -1 1077944384 184 13289 0 0 1 0 5 2 20 0 15 0 229022875 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597241297264 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=10982744 memory=140024834418304 CPUtime=0.1 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) R 30634 30637 27600 0 -1 4202560 618 13289 0 0 3 0 5 2 20 0 15 0 229022875 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597240244208 140598274101850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246329856 11746 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=10982744 memory=140024834418304 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246329856 11746 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46984 KiB

[startup+0.310164 s]*
/proc/loadavg: 1.71 1.49 1.41 3/215 30703
/proc/meminfo: memFree=15405984/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=10983192 memory=57632 CPUtime=0.37 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 10479 13289 0 0 28 2 5 2 20 0 15 0 229022860 11246788608 14408 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2745798 14408 3067 1 0 2708109 0
[pid=30637/tid=30690] ppid=30634 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 7019 13289 0 0 20 1 5 2 20 0 15 0 229022869 11246788608 14408 33554432000 4194304 4196468 140735045783184 140598245892512 140597842985117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 14408 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 14408 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 2 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 2 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597243402992 140598274091650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 13 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597163714208 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246788608 14408 33554432000 4194304 4196468 140735045783184 140596962387184 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246788608 14408 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 432 13289 0 0 1 0 5 2 20 0 15 0 229022875 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597242349808 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) S 30634 30637 27600 0 -1 1077944384 185 13289 0 0 1 0 5 2 20 0 15 0 229022875 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597241297264 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=10983192 memory=140024834418304 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) R 30634 30637 27600 0 -1 4202560 624 13289 0 0 4 0 5 2 20 0 15 0 229022875 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597240244208 140598254273453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246788608 14408 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=10983192 memory=140024834418304 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246788608 14408 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57632 KiB

[startup+0.700769 s]
/proc/loadavg: 1.71 1.49 1.41 4/215 30703
/proc/meminfo: memFree=15395440/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=10983192 memory=90780 CPUtime=0.99 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 16754 13289 0 0 87 5 5 2 20 0 15 0 229022860 11246788608 22695 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2745798 22695 3248 1 0 2708109 0
[pid=30637/tid=30690] ppid=30634 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 12212 13289 0 0 56 3 5 2 20 0 15 0 229022869 11246788608 22695 33554432000 4194304 4196468 140735045783184 140598245901328 140598254355812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 22695 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 22695 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=10983192 memory=140024725254960 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=10983192 memory=140028818752076 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 2 13289 0 0 0 0 5 2 20 0 15 0 229022870 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=10983192 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 5 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597243402992 140598274091650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 13 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597163714208 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022872 11246788608 22695 33554432000 4194304 4196468 140735045783184 140596962387184 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=10983192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246788608 22695 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=10983192 memory=34396 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 792 13289 0 0 6 0 5 2 20 0 15 0 229022875 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597242349808 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=10983192 memory=14644 CPUtime=0.17 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) S 30634 30637 27600 0 -1 1077944384 820 13289 0 0 10 0 5 2 20 0 15 0 229022875 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597241297264 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=10983192 memory=1720 CPUtime=0.2 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) S 30634 30637 27600 0 -1 1077944384 708 13289 0 0 13 0 5 2 20 0 15 0 229022875 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597240244208 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246788608 22695 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022875 11246788608 22695 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90780 KiB

[startup+1.50385 s]
/proc/loadavg: 1.71 1.49 1.41 3/215 30703
/proc/meminfo: memFree=15349232/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=10996044 memory=245836 CPUtime=2.67 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 23872 13289 0 0 248 12 5 2 20 0 15 0 229022860 11259949056 61459 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2749011 61459 3447 1 0 2710669 0
[pid=30637/tid=30690] ppid=30634 vsize=10996044 memory=67276 CPUtime=1.45 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) S 30634 30637 27600 0 -1 1077944384 16985 13289 0 0 130 8 5 2 20 0 15 0 229022869 11259949056 61459 33554432000 4194304 4196468 140735045783184 140598245895200 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) R 30634 30637 27600 0 -1 1077944384 45 13289 0 0 0 0 5 2 20 0 15 0 229022870 11259949056 61459 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=10996044 memory=280049450541216 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) R 30634 30637 27600 0 -1 4202560 14 13289 0 0 0 0 5 2 20 0 15 0 229022870 11259949056 61459 33554432000 4194304 4196468 140735045783184 140598172248720 140598258778137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) R 30634 30637 27600 0 -1 4202560 176 13289 0 0 0 0 5 2 20 0 15 0 229022870 11259949056 61459 33554432000 4194304 4196468 140735045783184 140597812373776 140598258778137 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) R 30634 30637 27600 0 -1 4202560 23 13289 0 0 0 0 5 2 20 0 15 0 229022870 11259949056 61459 33554432000 4194304 4196468 140735045783184 140597811321232 140598258778137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 37 13289 0 0 0 0 5 2 20 0 15 0 229022872 11259949056 61459 33554432000 4194304 4196468 140735045783184 140597243401280 140598274090709 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 13 13289 0 0 0 0 5 2 20 0 15 0 229022872 11259949056 61459 33554432000 4194304 4196468 140735045783184 140597163714208 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022872 11259949056 61459 33554432000 4194304 4196468 140735045783184 140596962387184 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=10996044 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11259949056 61459 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=10996044 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 1442 13289 0 0 35 0 5 2 20 0 15 0 229022875 11259949056 61971 33554432000 4194304 4196468 140735045783184 140597242349808 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=10996044 memory=10 CPUtime=0.53 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) S 30634 30637 27600 0 -1 1077944384 1404 13289 0 0 46 0 5 2 20 0 15 0 229022875 11259949056 61971 33554432000 4194304 4196468 140735045783184 140597241297264 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=10996044 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) S 30634 30637 27600 0 -1 1077944384 1534 13289 0 0 34 0 5 2 20 0 15 0 229022875 11259949056 61971 33554432000 4194304 4196468 140735045783184 140597240244208 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=10996044 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11259949056 61971 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=10996044 memory=280049450785664 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 1 13289 0 0 0 0 5 2 20 0 15 0 229022875 11259949056 61971 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10996044 KiB

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

[pid=30637/tid=30702] ppid=30634 vsize=11006304 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11270455296 80858 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=11006304 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11270455296 80858 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 6.47 s
Current children cumulated vsize: 11006304 KiB
Current children cumulated memory: 323420 KiB

[startup+4.00498 s]*
/proc/loadavg: 1.71 1.49 1.41 3/215 30703
/proc/meminfo: memFree=15118844/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=11008352 memory=344184 CPUtime=9.01 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 46597 13289 0 0 873 21 5 2 20 0 15 0 229022860 11272552448 86046 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2752088 86046 3506 1 0 2713741 0
[pid=30637/tid=30690] ppid=30634 vsize=11008352 memory=734139726812938545 CPUtime=3.87 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) S 30634 30637 27600 0 -1 1077944384 28317 13289 0 0 369 11 5 2 20 0 15 0 229022869 11272552448 86046 33554432000 4194304 4196468 140735045783184 140598245903344 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=11008352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 138 13289 0 0 3 1 5 2 20 0 15 0 229022870 11272552448 86046 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=11008352 memory=307884878787637376 CPUtime=0.09 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 55 13289 0 0 2 0 5 2 20 0 15 0 229022870 11272552448 86046 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=11008352 memory=-7384994778349281184 CPUtime=0.12 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 344 13289 0 0 4 1 5 2 20 0 15 0 229022870 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=11008352 memory=6944656592455360608 CPUtime=0.12 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 90 13289 0 0 4 1 5 2 20 0 15 0 229022870 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) R 30634 30637 27600 0 -1 4202560 2425 13289 0 0 3 0 5 2 20 0 15 0 229022872 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597243401280 140598259076523 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=11008352 memory=3472328296227680303 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 15 13289 0 0 0 0 5 2 20 0 15 0 229022872 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597163714272 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=11008352 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022872 11272552448 86046 33554432000 4194304 4196468 140735045783184 140596962387200 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=11008352 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11272552448 86046 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=11008352 memory=0 CPUtime=1.93 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 4837 13289 0 0 185 1 5 2 20 0 15 0 229022875 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597242329952 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=11008352 memory=3472328296227679279 CPUtime=1.97 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) S 30634 30637 27600 0 -1 1077944384 3843 13289 0 0 190 0 5 2 20 0 15 0 229022875 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597241288544 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=11008352 memory=3472468303882229424 CPUtime=1.18 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) S 30634 30637 27600 0 -1 1077944384 4324 13289 0 0 109 2 5 2 20 0 15 0 229022875 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597240244208 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=11008352 memory=2319389199166616373 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11272552448 86046 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=11008352 memory=3472468303882229424 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 10 13289 0 0 0 0 5 2 20 0 15 0 229022875 11272552448 86046 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 344184 KiB

[startup+4.80074 s]
/proc/loadavg: 1.71 1.49 1.41 3/215 30703
/proc/meminfo: memFree=15118844/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=11080260 memory=402380 CPUtime=11.39 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 67490 13289 0 0 1108 24 5 2 20 0 15 0 229022860 11346186240 100595 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2770065 100595 3512 1 0 2731718 0
[pid=30637/tid=30690] ppid=30634 vsize=11080260 memory=280049450361120 CPUtime=4.62 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 44206 13289 0 0 442 13 5 2 20 0 15 0 229022869 11346186240 100595 33554432000 4194304 4196468 140735045783184 140598245910928 140597843158080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=11080260 memory=304056 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 138 13289 0 0 5 1 5 2 20 0 15 0 229022870 11346186240 100595 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=11080260 memory=327924 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 55 13289 0 0 4 0 5 2 20 0 15 0 229022870 11346186240 100595 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=11080260 memory=263676632297422 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 344 13289 0 0 5 1 5 2 20 0 15 0 229022870 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=11080260 memory=6943526294502006880 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 90 13289 0 0 5 1 5 2 20 0 15 0 229022870 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=11080260 memory=6944656592455359580 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 2775 13289 0 0 4 0 5 2 20 0 15 0 229022872 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597243402992 140598274091650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=11080260 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 15 13289 0 0 0 0 5 2 20 0 15 0 229022872 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597163714272 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=11080260 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022872 11346186240 100595 33554432000 4194304 4196468 140735045783184 140596962387200 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=11080260 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11346186240 100595 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=11080260 memory=6944656592455360569 CPUtime=2.64 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) R 30634 30637 27600 0 -1 4202560 7320 13289 0 0 256 1 5 2 20 0 15 0 229022875 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597242330824 140598253767171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=11080260 memory=-3704326594973231466 CPUtime=2.68 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) R 30634 30637 27600 0 -1 4202560 5803 13289 0 0 260 1 5 2 20 0 15 0 229022875 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597241284096 140598253520014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=11080260 memory=-3123010188551861097 CPUtime=1.31 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) S 30634 30637 27600 0 -1 1077944384 4533 13289 0 0 122 2 5 2 20 0 15 0 229022875 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597240244208 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=11080260 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11346186240 100595 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=11080260 memory=7751995073768813331 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 11 13289 0 0 0 0 5 2 20 0 15 0 229022875 11346186240 100595 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 11.39 s
Current children cumulated vsize: 11080260 KiB
Current children cumulated memory: 402380 KiB

[startup+5.20073 s]
/proc/loadavg: 1.89 1.54 1.42 4/215 30703
/proc/meminfo: memFree=15061384/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=11077984 memory=401428 CPUtime=12.24 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 69829 13289 0 0 1191 26 5 2 20 0 15 0 229022860 11343855616 100357 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2769496 100357 3512 1 0 2731149 0
[pid=30637/tid=30690] ppid=30634 vsize=11077984 memory=3834595387361209393 CPUtime=5.02 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 44222 13289 0 0 482 13 5 2 20 0 15 0 229022869 11343855616 100357 33554432000 4194304 4196468 140735045783184 140598245910392 140597855456503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=11077984 memory=280049451079072 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 138 13289 0 0 5 1 5 2 20 0 15 0 229022870 11343855616 100357 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=11077984 memory=11477908635 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 55 13289 0 0 4 0 5 2 20 0 15 0 229022870 11343855616 100357 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=11077984 memory=7588711883613711505 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 344 13289 0 0 5 1 5 2 20 0 15 0 229022870 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=11077984 memory=5937821670240833634 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 90 13289 0 0 5 1 5 2 20 0 15 0 229022870 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=11077984 memory=7373628910911252587 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 2775 13289 0 0 4 0 5 2 20 0 15 0 229022872 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597243402992 140598274091650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=11077984 memory=7956005031678667109 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 15 13289 0 0 0 0 5 2 20 0 15 0 229022872 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597163714272 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=11077984 memory=7373632175119755627 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022872 11343855616 100357 33554432000 4194304 4196468 140735045783184 140596962387200 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=11077984 memory=7800344859672537426 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11343855616 100357 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=11077984 memory=6081660928278489958 CPUtime=2.96 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 9473 13289 0 0 287 2 5 2 20 0 15 0 229022875 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597242349808 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=11077984 memory=-7737605721172012177 CPUtime=2.72 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) S 30634 30637 27600 0 -1 1077944384 5827 13289 0 0 264 1 5 2 20 0 15 0 229022875 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597241297264 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=11077984 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) S 30634 30637 27600 0 -1 1077944384 4678 13289 0 0 129 2 5 2 20 0 15 0 229022875 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597240244208 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=11077984 memory=399848 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11343855616 100357 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=11077984 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 12 13289 0 0 0 0 5 2 20 0 15 0 229022875 11343855616 100357 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 12.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 401428 KiB

[startup+5.30155 s]
/proc/loadavg: 1.89 1.54 1.42 4/215 30703
/proc/meminfo: memFree=15061384/32770624 swapFree=67108404/67108860
[pid=30637] ppid=30634 vsize=11077984 memory=401604 CPUtime=12.38 cores=1,3,5,7
/proc/30637/stat : 30637 (java) S 30634 30637 27600 0 -1 1077944320 69893 13289 0 0 1205 26 5 2 20 0 15 0 229022860 11343855616 100401 33554432000 4194304 4196468 140735045783184 140735045765728 140598274080503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
/proc/30637/statm: 2769496 100401 3512 1 0 2731149 0
[pid=30637/tid=30690] ppid=30634 vsize=11077984 memory=401372 CPUtime=5.12 cores=1,3,5,7
/proc/30637/task/30690/stat : 30690 (java) R 30634 30637 27600 0 -1 4202560 44257 13289 0 0 492 13 5 2 20 0 15 0 229022869 11343855616 100401 33554432000 4194304 4196468 140735045783184 140598245910392 140597856310276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30691] ppid=30634 vsize=11077984 memory=280049450543744 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30691/stat : 30691 (java) S 30634 30637 27600 0 -1 1077944384 138 13289 0 0 5 1 5 2 20 0 15 0 229022870 11343855616 100401 33554432000 4194304 4196468 140735045783184 140598278322704 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30692] ppid=30634 vsize=11077984 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30692/stat : 30692 (java) S 30634 30637 27600 0 -1 1077944384 55 13289 0 0 4 0 5 2 20 0 15 0 229022870 11343855616 100401 33554432000 4194304 4196468 140735045783184 140598172248720 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30693] ppid=30634 vsize=11077984 memory=280049450606496 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30693/stat : 30693 (java) S 30634 30637 27600 0 -1 1077944384 344 13289 0 0 5 1 5 2 20 0 15 0 229022870 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597812373776 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30694] ppid=30634 vsize=11077984 memory=280049450710768 CPUtime=0.13 cores=1,3,5,7
/proc/30637/task/30694/stat : 30694 (java) S 30634 30637 27600 0 -1 1077944384 90 13289 0 0 5 1 5 2 20 0 15 0 229022870 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597811321232 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30695] ppid=30634 vsize=11077984 memory=2495577327361 CPUtime=0.11 cores=1,3,5,7
/proc/30637/task/30695/stat : 30695 (java) S 30634 30637 27600 0 -1 1077944384 2775 13289 0 0 4 0 5 2 20 0 15 0 229022872 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597243402992 140598274091650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30696] ppid=30634 vsize=11077984 memory=2512757196545 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30696/stat : 30696 (java) S 30634 30637 27600 0 -1 1077944384 15 13289 0 0 0 0 5 2 20 0 15 0 229022872 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597163714272 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30697] ppid=30634 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30697/stat : 30697 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022872 11343855616 100401 33554432000 4194304 4196468 140735045783184 140596962387200 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30698] ppid=30634 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30698/stat : 30698 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11343855616 100401 33554432000 4194304 4196468 140735045783184 140596654987728 140598274099099 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30699] ppid=30634 vsize=11077984 memory=7 CPUtime=2.97 cores=1,3,5,7
/proc/30637/task/30699/stat : 30699 (java) S 30634 30637 27600 0 -1 1077944384 9479 13289 0 0 288 2 5 2 20 0 15 0 229022875 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597242349808 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30700] ppid=30634 vsize=11077984 memory=0 CPUtime=2.74 cores=1,3,5,7
/proc/30637/task/30700/stat : 30700 (java) R 30634 30637 27600 0 -1 4202560 5835 13289 0 0 266 1 5 2 20 0 15 0 229022875 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597241284832 140598253297876 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30701] ppid=30634 vsize=11077984 memory=-2746958450906831424 CPUtime=1.39 cores=1,3,5,7
/proc/30637/task/30701/stat : 30701 (java) S 30634 30637 27600 0 -1 1077944384 4693 13289 0 0 130 2 5 2 20 0 15 0 229022875 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597240244208 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30702] ppid=30634 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30702/stat : 30702 (java) S 30634 30637 27600 0 -1 1077944384 3 13289 0 0 0 0 5 2 20 0 15 0 229022875 11343855616 100401 33554432000 4194304 4196468 140735045783184 140596224190816 140598274090709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
[pid=30637/tid=30703] ppid=30634 vsize=11077984 memory=6935649255759570518 CPUtime=0.07 cores=1,3,5,7
/proc/30637/task/30703/stat : 30703 (java) S 30634 30637 27600 0 -1 1077944384 12 13289 0 0 0 0 5 2 20 0 15 0 229022875 11343855616 100401 33554432000 4194304 4196468 140735045783184 140597239192624 140598274091650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13774848 140735045790307 140735045793116 140735045793116 140735045795791 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 401604 KiB

Child status: 0
Real time (s): 5.39888
CPU time (s): 12.6098
CPU user time (s): 12.3011
CPU system time (s): 0.308749
CPU usage (%): 233.564
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 403816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3011
system time used= 0.308749
maximum resident set size= 405416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83654
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= 6432
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 30637
#   total CPU time (s): 12.6098
#   total CPU user time (s): 12.3011
#   total CPU system time (s): 0.308749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048086 second user time and 0.100683 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 00:56:37
IDJOB=4305092
IDBENCH=141439
IDSOLVER=2781
FILE ID=node148/4305092-1534114597
RUNJOBID= node148-1534098057-27632
PBS_JOBID= 21037003
Free space on /tmp= 33932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-05-06_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305092-1534114597/watcher-4305092-1534114597 -o /tmp/evaluation-result-4305092-1534114597/solver-4305092-1534114597 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2053488244 -superng HOME/instance-4305092-1534114597.xml

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

MD5SUM BENCH= 81d4059c2b76389bba6ef17dee6cb29a
RANDOM SEED=2053488244

node148.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.50
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.50
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.50
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.50
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:        15449760 kB
MemAvailable:   30209404 kB
Buffers:          195196 kB
Cached:         14613412 kB
SwapCached:          352 kB
Active:          8981588 kB
Inactive:        7573856 kB
Active(anon):    1699320 kB
Inactive(anon):    99412 kB
Active(file):    7282268 kB
Inactive(file):  7474444 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             27260 kB
Writeback:             0 kB
AnonPages:       1761564 kB
Mapped:            67820 kB
Shmem:             49592 kB
Slab:             459260 kB
SReclaimable:     431392 kB
SUnreclaim:        27868 kB
KernelStack:        3792 kB
PageTables:         8940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2716280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1521664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33904 MiB
End job on node148 at 2018-08-13 00:56:43