O.K. did setup the Tomcat server differently (without systemctl which intercepted the crash and restarted Tomcat), then started Tomcat manually with the same setup (Java 17LTS, debug version of ooRexx r12330) and got the following hs_error*.log file:
... cut ... --------------- T H R E A D --------------- Current thread (0x00007f5b20003800): JavaThread "http-nio-42857-exec-2" daemon [_thread_in_native, id=124916, stack(0x00007f5b1e6ed000,0x00007f5b1e7ee000)] Stack: [0x00007f5b1e6ed000,0x00007f5b1e7ee000], sp=0x00007f5b1e7eacc0, free space=1015k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code) C [librexx.so.4+0x20ffee] Activity::hasRunPermission()+0x10 C [librexx.so.4+0x20e8b7] ActivityManager::dispatchNext()+0x53 C [librexx.so.4+0x20f2c3] ActivityManager::releaseAccess()+0x2d C [librexx.so.4+0x20e4b3] ActivityManager::addWaitingActivity(Activity*, bool)+0x89 C [librexx.so.4+0x1d8372] ActivityManager::relinquishIfNeeded(Activity*)+0x33 C [librexx.so.4+0x1cd0b6] RexxActivation::run(RexxObject*, RexxString*, RexxObject**, unsigned long, RexxInstruction*, ProtectedObject&)+0x4fc C [librexx.so.4+0x1da047] RexxCode::call(Activity*, RoutineClass*, RexxString*, RexxObject**, unsigned long, RexxString*, RexxString*, ActivationContext, ProtectedObject&)+0x99 C [librexx.so.4+0x1d9fa6] RexxCode::call(Activity*, RoutineClass*, RexxString*, RexxObject**, unsigned long, ProtectedObject&)+0x64 C [librexx.so.4+0x18ace0] RoutineClass::call(Activity*, RexxString*, RexxObject**, unsigned long, ProtectedObject&)+0x68 C [librexx.so.4+0x21af09] CallRoutineDispatcher::run()+0x7b C [librexx.so.4+0x1deed8] NativeActivation::run(ActivityDispatcher&)+0x8e C [librexx.so.4+0x219c57] Activity::run(ActivityDispatcher&)+0xbb C [librexx.so.4+0x1b150d] CallRoutine+0x82 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 4545 org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxRunProgram ... cut ... The full log file is enclosed. --- Ad repeated e-mails: sorry, this is again Sourceforge! :( ---rony On 30.11.2021 12:09, Rony G. Flatscher wrote: > > Tested r12330. It seems to get a little bit further (ca 50 more requests > before slowing down), > also occasionally there still are crashes of ooRexx in the Tomcat server. > > ---rony > > > On 29.11.2021 13:33, Rony G. Flatscher wrote: >> >> Tested r12326 in the "debug" configuration which did not change the behavior. >> >> Spending quite some time on it a few corrections/remarks: >> >> * It seems that the number of successful requests depends on the ooRexx >> configuration, whether >> it is "debug" or "release". The "debug" version has about 50 successful >> (quickly served) >> requests fewer than the "release" configuration that I used yesterday. >> >> * There are crashes from time to time which tear down Tomcat 9 and systemd >> restarts that >> service such that after a short while the response is quick (up to >> 680-710 requests when the >> crawling down occurs). >> >> * If there are no crashes, then the requests slow down to take a little >> bit more than a second. >> >> Looking at the Tomcat log files there are no traces from ooRexx there. >> >> ---rony >> >> >> >> On 28.11.2021 20:39, Rony G. Flatscher wrote: >>> Tested with today's r12325, slow-down to appr. one second per request >>> still occurs, however, it >>> seems that there are appr. 50 more instances (over r12317, now around 730 >>> vs. 680) that can be >>> created before slowing down and quickly dropping down to a little bit more >>> than one second per >>> request from that moment on. Restarting Tomcat will have quick responses >>> again, before it dorps down >>> after appr. 730 requests again. >>> >>> ---rony >>> >>> On 25.11.2021 13:58, Rony G. Flatscher wrote: >>>> Tested with r12317, slow-down to appr. one second per request still >>>> occurs, however, it seems that >>>> there are appr. 30-40 more instances that can be created before slowing >>>> down and quickly dropping >>>> down to a little bit more than one second per request. >>>> >>>> Maybe one observation with regards to Tomcat 9: it usually uses the same >>>> thread to service client >>>> requests for the same JSP (which is the case in the test here). >>>> >>>> ---rony >>>> >>>> On 23.11.2021 16:12, Rony G. Flatscher wrote: >>>>> Tested 64-bit Tomcat+ooRexx on Linux using the same Java 17LTS as on >>>>> Windows and a debug build of >>>>> ooRexx from trunk (r12316) and the same web application that uses ooRexx >>>>> in JSPs as on the Windows >>>>> Tomcat server. >>>>> >>>>> The test will request constantly the same ooRexx JSP page from the Linux >>>>> server for ten seconds and >>>>> repeat it once. Each request will cause a Rexx interpreter instance RII >>>>> to be created in the Tomcat >>>>> server to execute all Rexx scripts in the requested JSP. (This rii will >>>>> also have its .output >>>>> redirected to the 'out'-Java object for that JSP run, such that output of >>>>> say statements will get >>>>> sent back as normal text to the client.) >>>>> >>>>> After restarting Tomcat, the very first run of fetching as quickly as >>>>> possible the ooRexx test JSP >>>>> will be rather quick up (appr. 13 msecs/req) to request # 400 (sometimes >>>>> up to # 600) after which >>>>> the requests get visually slower and slower and then (after appr. 30 more >>>>> requests) start to need a >>>>> little bit more than a second for each request (e.g. 1179 msecs/req) to >>>>> return as if something >>>>> blocks ooRexx serving the JSP. From this point on each request will need >>>>> a little bit more than a >>>>> second (a timeout?) until Tomcat gets restarted. >>>>> >>>>> Not sure how to debug this, so any advice, ideas and hints very welcome! >>>>> >>>>> ---rony >>>>> >>>>> P.S.: Did test with three builds of ooRexx from trunk, release, >>>>> relWithDebInfo, debug, all >>>>> exhibiting the same behaviour. >>>>> P.P.S.: There are no errors in the various Linux Tomcat log files. >>>>> P.P.P.S.: Tomcat on the Windows server, since yesterday's fix, remains >>>>> responsive no matter how many >>>>> requests with ooRexx in JSPs get sent to it.
# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f5b1fee2fee, pid=124884, tid=124916 # # JRE version: OpenJDK Runtime Environment (11.0.12+7) (build 11.0.12+7-LTS) # Java VM: OpenJDK 64-Bit Server VM (11.0.12+7-LTS, mixed mode, tiered, compressed oops, parallel gc, linux-amd64) # Problematic frame: # C [librexx.so.4+0x20ffee] Activity::hasRunPermission()+0x10 # # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /opt/tomcat/apache-tomcat-9.0.53/bin/core.124884) # # If you would like to submit a bug report, please visit: # https://bell-sw.com/support # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- S U M M A R Y ------------ Command Line: -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M -Xmx1024M -XX:+UseParallelGC -XX:+CreateCoredumpOnCrash -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp org.apache.catalina.startup.Bootstrap start Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 cores, 15G, Ubuntu 20.04.3 LTS Time: Tue Nov 30 12:26:11 2021 CET elapsed time: 8.389201 seconds (0d 0h 0m 8s) --------------- T H R E A D --------------- Current thread (0x00007f5b20003800): JavaThread "http-nio-42857-exec-2" daemon [_thread_in_native, id=124916, stack(0x00007f5b1e6ed000,0x00007f5b1e7ee000)] Stack: [0x00007f5b1e6ed000,0x00007f5b1e7ee000], sp=0x00007f5b1e7eacc0, free space=1015k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code) C [librexx.so.4+0x20ffee] Activity::hasRunPermission()+0x10 C [librexx.so.4+0x20e8b7] ActivityManager::dispatchNext()+0x53 C [librexx.so.4+0x20f2c3] ActivityManager::releaseAccess()+0x2d C [librexx.so.4+0x20e4b3] ActivityManager::addWaitingActivity(Activity*, bool)+0x89 C [librexx.so.4+0x1d8372] ActivityManager::relinquishIfNeeded(Activity*)+0x33 C [librexx.so.4+0x1cd0b6] RexxActivation::run(RexxObject*, RexxString*, RexxObject**, unsigned long, RexxInstruction*, ProtectedObject&)+0x4fc C [librexx.so.4+0x1da047] RexxCode::call(Activity*, RoutineClass*, RexxString*, RexxObject**, unsigned long, RexxString*, RexxString*, ActivationContext, ProtectedObject&)+0x99 C [librexx.so.4+0x1d9fa6] RexxCode::call(Activity*, RoutineClass*, RexxString*, RexxObject**, unsigned long, ProtectedObject&)+0x64 C [librexx.so.4+0x18ace0] RoutineClass::call(Activity*, RexxString*, RexxObject**, unsigned long, ProtectedObject&)+0x68 C [librexx.so.4+0x21af09] CallRoutineDispatcher::run()+0x7b C [librexx.so.4+0x1deed8] NativeActivation::run(ActivityDispatcher&)+0x8e C [librexx.so.4+0x219c57] Activity::run(ActivityDispatcher&)+0xbb C [librexx.so.4+0x1b150d] CallRoutine+0x82 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 4545 org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxRunProgram(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x00007f5b96de824f [0x00007f5b96de81c0+0x000000000000008f] J 4546 c1 org.rexxla.bsf.engines.rexx.RexxEngine.apply(Ljava/lang/String;IILjava/lang/Object;Ljava/util/Vector;Ljava/util/Vector;)Ljava/lang/Object; (561 bytes) @ 0x00007f5b8ff896fc [0x00007f5b8ff875a0+0x000000000000215c] J 4393 c1 org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.updateRexxEngine(Ljavax/script/ScriptContext;)V (186 bytes) @ 0x00007f5b8ff38b1c [0x00007f5b8ff38420+0x00000000000006fc] j org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.compile(Ljava/lang/String;Ljava/lang/String;)Ljavax/script/CompiledScript;+805 j org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.eval(Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;+195 j javax.script.AbstractScriptEngine.eval(Ljava/lang/String;)Ljava/lang/Object;+6 java.scripting@11.0.12 j org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I+7456 j org.apache.jsp.ooRexx_005fhelloWorld_jsp._jspx_meth_s_005fscript_005f0(Ljavax/servlet/jsp/PageContext;)Z+105 j org.apache.jsp.ooRexx_005fhelloWorld_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+255 j org.apache.jasper.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3 j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+36 j org.apache.jasper.servlet.JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V+411 j org.apache.jasper.servlet.JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Z)V+112 j org.apache.jasper.servlet.JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+328 j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+36 j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+304 J 4688 c1 org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V (103 bytes) @ 0x00007f5b8ffeff44 [0x00007f5b8ffefec0+0x0000000000000084] j org.apache.tomcat.websocket.server.WsFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+21 j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+135 J 4688 c1 org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V (103 bytes) @ 0x00007f5b8ffeff44 [0x00007f5b8ffefec0+0x0000000000000084] j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+694 j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+169 j org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+260 j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+128 j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6 j org.apache.catalina.valves.AbstractAccessLogValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+66 j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+59 j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+199 j org.apache.coyote.http11.Http11Processor.service(Lorg/apache/tomcat/util/net/SocketWrapperBase;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+737 j org.apache.coyote.AbstractProcessorLight.process(Lorg/apache/tomcat/util/net/SocketWrapperBase;Lorg/apache/tomcat/util/net/SocketEvent;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+170 j org.apache.coyote.AbstractProtocol$ConnectionHandler.process(Lorg/apache/tomcat/util/net/SocketWrapperBase;Lorg/apache/tomcat/util/net/SocketEvent;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+505 j org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun()V+216 j org.apache.tomcat.util.net.SocketProcessorBase.run()V+21 j org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(Lorg/apache/tomcat/util/threads/ThreadPoolExecutor$Worker;)V+92 j org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run()V+5 j org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run()V+4 j java.lang.Thread.run()V+11 java.base@11.0.12 v ~StubRoutines::call_stub siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000 Register to memory mapping: RAX=0x2020202020202020 is an unknown value RBX=0x00007f5b1f71cbc0 points into unknown readable memory: 0x00007f5b1ffcf1d8 | d8 f1 fc 1f 5b 7f 00 00 RCX=0x0 is NULL RDX=0x00007f5b185c1550 points into unknown readable memory: 0x2020202020202020 | 20 20 20 20 20 20 20 20 RSP=0x00007f5b1e7eacc0 is pointing into the stack for thread: 0x00007f5b20003800 RBP=0x00007f5b1e7eacc0 is pointing into the stack for thread: 0x00007f5b20003800 RSI=0x00007f5b185c1548 points into unknown readable memory: 0x2020202020202020 | 20 20 20 20 20 20 20 20 RDI=0x2020202020202020 is an unknown value R8 =0x00007f5b1fe71d08: _ZN18StringHashContents12isIndexEqualEP18RexxInternalObjectS1_+0x0000000000000000 in /usr/local/lib/librexx.so.4 at 0x00007f5b1fcd3000 R9 =0x00007f5af06000f8 points into unknown readable memory: 0x00007f5b1ed0e200 | 00 e2 d0 1e 5b 7f 00 00 R10=0x00007f5b1fe96bb4: _ZN7CPPCode3runEP8ActivityP11MethodClassP10RexxObjectP10RexxStringPS5_mR15ProtectedObject+0x0000000000000000 in /usr/local/lib/librexx.so.4 at 0x00007f5b1fcd3000 R11=0x00007f5b1fee4ace: _ZNSt15_Deque_iteratorIP8ActivityRS1_PS1_EpLEl+0x0000000000000000 in /usr/local/lib/librexx.so.4 at 0x00007f5b1fcd3000 R12=0x0 is NULL R13=0x00007f5b1e7eb128 is pointing into the stack for thread: 0x00007f5b20003800 R14=0x00007f5b0c003940 points into unknown readable memory: 0x787865722e67726f | 6f 72 67 2e 72 65 78 78 R15=0x00007f5b1f63c7e0 points into unknown readable memory: 0x00007f5b1ffcc0c0 | c0 c0 fc 1f 5b 7f 00 00 Registers: RAX=0x2020202020202020, RBX=0x00007f5b1f71cbc0, RCX=0x0000000000000000, RDX=0x00007f5b185c1550 RSP=0x00007f5b1e7eacc0, RBP=0x00007f5b1e7eacc0, RSI=0x00007f5b185c1548, RDI=0x2020202020202020 R8 =0x00007f5b1fe71d08, R9 =0x00007f5af06000f8, R10=0x00007f5b1fe96bb4, R11=0x00007f5b1fee4ace R12=0x0000000000000000, R13=0x00007f5b1e7eb128, R14=0x00007f5b0c003940, R15=0x00007f5b1f63c7e0 RIP=0x00007f5b1fee2fee, EFLAGS=0x0000000000010206, CSGSFS=0x002b000000000033, ERR=0x0000000000000000 TRAPNO=0x000000000000000d Top of Stack: (sp=0x00007f5b1e7eacc0) 0x00007f5b1e7eacc0: 00007f5b1e7eace0 00007f5b1fee18b7 0x00007f5b1e7eacd0: 00007f5b1e7ead30 2020202020202020 0x00007f5b1e7eace0: 00007f5b1e7ead10 00007f5b1fee22c3 0x00007f5b1e7eacf0: 00007f5b1e7ead10 55990a578c314200 Instructions: (pc=0x00007f5b1fee2fee) 0x00007f5b1fee2eee: f3 0f 1e fa 55 48 89 e5 48 89 7d f8 48 8b 45 f8 0x00007f5b1fee2efe: 0f b6 80 7d 01 00 00 5d c3 90 f3 0f 1e fa 55 48 0x00007f5b1fee2f0e: 89 e5 48 89 7d f8 89 f0 88 45 f4 48 8b 45 f8 0f 0x00007f5b1fee2f1e: b6 55 f4 88 90 7b 01 00 00 90 5d c3 f3 0f 1e fa 0x00007f5b1fee2f2e: 55 48 89 e5 48 89 7d f8 48 8b 45 f8 c6 80 7c 01 0x00007f5b1fee2f3e: 00 00 01 90 5d c3 f3 0f 1e fa 55 48 89 e5 48 89 0x00007f5b1fee2f4e: 7d f8 48 89 75 f0 48 8b 45 f8 48 8b 55 f0 48 89 0x00007f5b1fee2f5e: 90 c8 01 00 00 90 5d c3 f3 0f 1e fa 55 48 89 e5 0x00007f5b1fee2f6e: 48 89 7d f8 48 8b 45 f8 48 8b 80 c8 01 00 00 5d 0x00007f5b1fee2f7e: c3 90 f3 0f 1e fa 55 48 89 e5 48 83 ec 20 48 89 0x00007f5b1fee2f8e: 7d e8 48 8b 45 e8 c6 80 7f 01 00 00 01 c6 45 ff 0x00007f5b1fee2f9e: 00 48 8b 45 e8 48 05 a8 00 00 00 be 32 00 00 00 0x00007f5b1fee2fae: 48 89 c7 e8 3a 9e f3 ff 83 f0 01 84 c0 74 10 c6 0x00007f5b1fee2fbe: 45 ff 01 48 8b 45 e8 48 89 c7 e8 d3 25 f3 ff 48 0x00007f5b1fee2fce: 8b 45 e8 c6 80 7f 01 00 00 00 0f b6 45 ff c9 c3 0x00007f5b1fee2fde: f3 0f 1e fa 55 48 89 e5 48 89 7d f8 48 8b 45 f8 0x00007f5b1fee2fee: 0f b6 80 80 01 00 00 5d c3 90 f3 0f 1e fa 55 48 0x00007f5b1fee2ffe: 89 e5 48 83 ec 10 48 89 7d f8 48 8b 45 f8 48 05 0x00007f5b1fee300e: a8 00 00 00 48 89 c7 e8 b6 70 f3 ff 48 8b 45 f8 0x00007f5b1fee301e: c6 80 80 01 00 00 00 90 c9 c3 f3 0f 1e fa 55 48 0x00007f5b1fee302e: 89 e5 48 89 7d f8 48 81 7d f8 ff 01 00 00 77 10 0x00007f5b1fee303e: b8 00 02 00 00 ba 00 00 00 00 48 f7 75 f8 eb 05 0x00007f5b1fee304e: b8 01 00 00 00 5d c3 f3 0f 1e fa 55 48 89 e5 48 0x00007f5b1fee305e: 8b 05 b4 e9 0f 00 48 89 c7 e8 94 c3 f3 ff e8 8f 0x00007f5b1fee306e: e3 f2 ff 48 8b 15 d8 e9 0f 00 48 89 02 90 5d c3 0x00007f5b1fee307e: f3 0f 1e fa 55 48 89 e5 48 8b 05 7b 03 10 00 c6 0x00007f5b1fee308e: 00 00 48 8b 05 29 ef 0f 00 48 c7 00 00 00 00 00 0x00007f5b1fee309e: 48 8b 05 63 03 10 00 c6 00 01 48 8b 05 69 e9 0f 0x00007f5b1fee30ae: 00 48 89 c7 e8 b9 75 f3 ff 90 5d c3 f3 0f 1e fa 0x00007f5b1fee30be: 55 48 89 e5 48 8b 05 97 fd 0f 00 48 89 c7 e8 ef 0x00007f5b1fee30ce: ef f2 ff 90 5d c3 f3 0f 1e fa 55 48 89 e5 48 89 0x00007f5b1fee30de: 7d f8 48 8b 45 f8 48 c7 00 00 00 00 00 48 8b 45 Stack slot to memory mapping: stack at sp + 0 slots: 0x00007f5b1e7eace0 is pointing into the stack for thread: 0x00007f5b20003800 stack at sp + 1 slots: 0x00007f5b1fee18b7: _ZN15ActivityManager12dispatchNextEv+0x0000000000000053 in /usr/local/lib/librexx.so.4 at 0x00007f5b1fcd3000 stack at sp + 2 slots: 0x00007f5b1e7ead30 is pointing into the stack for thread: 0x00007f5b20003800 stack at sp + 3 slots: 0x2020202020202020 is an unknown value stack at sp + 4 slots: 0x00007f5b1e7ead10 is pointing into the stack for thread: 0x00007f5b20003800 stack at sp + 5 slots: 0x00007f5b1fee22c3: _ZN15ActivityManager13releaseAccessEv+0x000000000000002d in /usr/local/lib/librexx.so.4 at 0x00007f5b1fcd3000 stack at sp + 6 slots: 0x00007f5b1e7ead10 is pointing into the stack for thread: 0x00007f5b20003800 stack at sp + 7 slots: 0x55990a578c314200 is an unknown value --------------- P R O C E S S --------------- Threads class SMR info: _java_thread_list=0x00007f5b543df090, length=26, elements={ 0x00007f5ba8028800, 0x00007f5ba80a8800, 0x00007f5ba80ac800, 0x00007f5ba80c2800, 0x00007f5ba80c4800, 0x00007f5ba80c6800, 0x00007f5ba80c8800, 0x00007f5ba80ca800, 0x00007f5ba81b4800, 0x00007f5ba8237000, 0x00007f5ba8271000, 0x00007f5ba89c2000, 0x00007f5b28002000, 0x00007f5ba8a40800, 0x00007f5ba8a0d000, 0x00007f5b20002800, 0x00007f5b185a6000, 0x00007f5b20003800, 0x00007f5b20005800, 0x00007f5b20007000, 0x00007f5b20009000, 0x00007f5b2000a800, 0x00007f5b2000c800, 0x00007f5b2000e800, 0x00007f5b20010000, 0x00007f5b20012000 } Java Threads: ( => current thread ) 0x00007f5ba8028800 JavaThread "main" [_thread_in_native, id=124885, stack(0x00007f5bae291000,0x00007f5bae392000)] 0x00007f5ba80a8800 JavaThread "Reference Handler" daemon [_thread_blocked, id=124888, stack(0x00007f5b878f8000,0x00007f5b879f9000)] 0x00007f5ba80ac800 JavaThread "Finalizer" daemon [_thread_blocked, id=124889, stack(0x00007f5b877f7000,0x00007f5b878f8000)] 0x00007f5ba80c2800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=124890, stack(0x00007f5b87129000,0x00007f5b8722a000)] 0x00007f5ba80c4800 JavaThread "Service Thread" daemon [_thread_blocked, id=124891, stack(0x00007f5b87028000,0x00007f5b87129000)] 0x00007f5ba80c6800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=124892, stack(0x00007f5b86f27000,0x00007f5b87028000)] 0x00007f5ba80c8800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=124893, stack(0x00007f5b86e26000,0x00007f5b86f27000)] 0x00007f5ba80ca800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=124894, stack(0x00007f5b86d25000,0x00007f5b86e26000)] 0x00007f5ba81b4800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=124896, stack(0x00007f5b86b22000,0x00007f5b86c23000)] 0x00007f5ba8237000 JavaThread "AsyncFileHandlerWriter-1393931310" daemon [_thread_blocked, id=124897, stack(0x00007f5b865f7000,0x00007f5b866f8000)] 0x00007f5ba8271000 JavaThread "FileHandlerLogFilesCleaner-1" daemon [_thread_blocked, id=124898, stack(0x00007f5b864f6000,0x00007f5b865f7000)] 0x00007f5ba89c2000 JavaThread "Catalina-utility-1" [_thread_blocked, id=124909, stack(0x00007f5b846d5000,0x00007f5b847d6000)] 0x00007f5b28002000 JavaThread "Catalina-utility-2" [_thread_blocked, id=124910, stack(0x00007f5b845d4000,0x00007f5b846d5000)] 0x00007f5ba8a40800 JavaThread "http-nio-42857-Poller" daemon [_thread_in_native, id=124911, stack(0x00007f5b844d3000,0x00007f5b845d4000)] 0x00007f5ba8a0d000 JavaThread "http-nio-42857-Acceptor" daemon [_thread_in_native, id=124912, stack(0x00007f5b843d2000,0x00007f5b844d3000)] 0x00007f5b20002800 JavaThread "http-nio-42857-exec-1" daemon [_thread_blocked, id=124913, stack(0x00007f5b842d1000,0x00007f5b843d2000)] 0x00007f5b185a6000 JavaThread "RexxCleanupRef.clean_1" daemon [_thread_in_native, id=124915, stack(0x00007f5b1e7ee000,0x00007f5b1e8ef000)] =>0x00007f5b20003800 JavaThread "http-nio-42857-exec-2" daemon [_thread_in_native, id=124916, stack(0x00007f5b1e6ed000,0x00007f5b1e7ee000)] 0x00007f5b20005800 JavaThread "http-nio-42857-exec-3" daemon [_thread_blocked, id=124917, stack(0x00007f5b1e5ec000,0x00007f5b1e6ed000)] 0x00007f5b20007000 JavaThread "http-nio-42857-exec-4" daemon [_thread_blocked, id=124918, stack(0x00007f5b1e4eb000,0x00007f5b1e5ec000)] 0x00007f5b20009000 JavaThread "http-nio-42857-exec-5" daemon [_thread_blocked, id=124919, stack(0x00007f5b1e3ea000,0x00007f5b1e4eb000)] 0x00007f5b2000a800 JavaThread "http-nio-42857-exec-6" daemon [_thread_blocked, id=124920, stack(0x00007f5b1e2e9000,0x00007f5b1e3ea000)] 0x00007f5b2000c800 JavaThread "http-nio-42857-exec-7" daemon [_thread_blocked, id=124921, stack(0x00007f5b1e1e8000,0x00007f5b1e2e9000)] 0x00007f5b2000e800 JavaThread "http-nio-42857-exec-8" daemon [_thread_blocked, id=124922, stack(0x00007f5b1e0e7000,0x00007f5b1e1e8000)] 0x00007f5b20010000 JavaThread "http-nio-42857-exec-9" daemon [_thread_blocked, id=124923, stack(0x00007f5b1dfe6000,0x00007f5b1e0e7000)] 0x00007f5b20012000 JavaThread "http-nio-42857-exec-10" daemon [_thread_blocked, id=124924, stack(0x00007f5b1dee5000,0x00007f5b1dfe6000)] Other Threads: 0x00007f5ba80a0000 VMThread "VM Thread" [stack: 0x00007f5b879fb000,0x00007f5b87afb000] [id=124887] 0x00007f5ba81a5000 WatcherThread [stack: 0x00007f5b86c25000,0x00007f5b86d25000] [id=124895] 0x00007f5ba8040800 GCTaskThread "ParGC Thread#0" [stack: 0x00007f5bad3a1000,0x00007f5bad4a1000] [id=124886] 0x00007f5b80045000 GCTaskThread "ParGC Thread#1" [stack: 0x00007f5b84fe4000,0x00007f5b850e4000] [id=124901] 0x00007f5b80046800 GCTaskThread "ParGC Thread#2" [stack: 0x00007f5b84ee2000,0x00007f5b84fe2000] [id=124902] 0x00007f5b80048000 GCTaskThread "ParGC Thread#3" [stack: 0x00007f5b84de0000,0x00007f5b84ee0000] [id=124903] 0x00007f5b80049800 GCTaskThread "ParGC Thread#4" [stack: 0x00007f5b84cde000,0x00007f5b84dde000] [id=124904] 0x00007f5b8004b800 GCTaskThread "ParGC Thread#5" [stack: 0x00007f5b84bdc000,0x00007f5b84cdc000] [id=124905] 0x00007f5b8004d000 GCTaskThread "ParGC Thread#6" [stack: 0x00007f5b84ada000,0x00007f5b84bda000] [id=124906] 0x00007f5b8004e800 GCTaskThread "ParGC Thread#7" [stack: 0x00007f5b849d8000,0x00007f5b84ad8000] [id=124907] Threads with active compile tasks: VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit Narrow klass base: 0x0000000000000000, Narrow klass shift: 3 Compressed class space size: 1073741824 Address: 0x0000000100000000 Heap: PSYoungGen total 306688K, used 26911K [0x00000000eab00000, 0x00000000fec80000, 0x0000000100000000) eden space 292352K, 4% used [0x00000000eab00000,0x00000000eb749f08,0x00000000fc880000) from space 14336K, 99% used [0x00000000fd280000,0x00000000fe07de68,0x00000000fe080000) to space 12288K, 0% used [0x00000000fe080000,0x00000000fe080000,0x00000000fec80000) ParOldGen total 349696K, used 22748K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 6% used [0x00000000c0000000,0x00000000c16372b8,0x00000000d5580000) Metaspace used 27939K, capacity 28851K, committed 29184K, reserved 1075200K class space used 2688K, capacity 3026K, committed 3072K, reserved 1048576K Card table byte_map: [0x00007f5bad5f7000,0x00007f5bad7f8000] _byte_map_base: 0x00007f5bacff7000 Marking Bits: (ParMarkBitMap*) 0x00007f5bafa87ca0 Begin Bits: [0x00007f5b8cff1000, 0x00007f5b8dff1000) End Bits: [0x00007f5b8dff1000, 0x00007f5b8eff1000) Polling page: 0x00007f5baff1e000 Metaspace: Usage: Non-class: 25,22 MB capacity, 24,66 MB ( 98%) used, 496,30 KB ( 2%) free+waste, 77,69 KB ( <1%) overhead. Class: 2,96 MB capacity, 2,63 MB ( 89%) used, 301,38 KB ( 10%) free+waste, 35,88 KB ( 1%) overhead. Both: 28,17 MB capacity, 27,28 MB ( 97%) used, 797,68 KB ( 3%) free+waste, 113,56 KB ( <1%) overhead. Virtual space: Non-class space: 26,00 MB reserved, 25,50 MB ( 98%) committed Class space: 1,00 GB reserved, 3,00 MB ( <1%) committed Both: 1,03 GB reserved, 28,50 MB ( 3%) committed Chunk freelists: Non-Class: 91,00 KB Class: 0 bytes Both: 91,00 KB MaxMetaspaceSize: unlimited CompressedClassSpaceSize: 1,00 GB Initial GC threshold: 20,80 MB Current GC threshold: 34,59 MB CDS: off CodeHeap 'non-profiled nmethods': size=120032Kb used=3327Kb max_used=3327Kb free=116704Kb bounds [0x00007f5b96ab9000, 0x00007f5b96df9000, 0x00007f5b9dff1000] CodeHeap 'profiled nmethods': size=120028Kb used=10889Kb max_used=10889Kb free=109138Kb bounds [0x00007f5b8f582000, 0x00007f5b90032000, 0x00007f5b96ab9000] CodeHeap 'non-nmethods': size=5700Kb used=1217Kb max_used=1260Kb free=4483Kb bounds [0x00007f5b8eff1000, 0x00007f5b8f261000, 0x00007f5b8f582000] total_blobs=5240 nmethods=4752 adapters=403 compilation: enabled stopped_count=0, restarted_count=0 full_count=0 Compilation events (20 events): Event: 8,088 Thread 0x00007f5ba80c8800 nmethod 4748 0x00007f5b9001d610 code [0x00007f5b9001d7c0, 0x00007f5b9001d9d0] Event: 8,090 Thread 0x00007f5ba80c6800 nmethod 4749 0x00007f5b96df7410 code [0x00007f5b96df75c0, 0x00007f5b96df79b8] Event: 8,146 Thread 0x00007f5ba80c8800 4750 3 org.rexxla.bsf.engines.rexx.RexxCleanupRef::access$200 (4 bytes) Event: 8,146 Thread 0x00007f5ba80c8800 nmethod 4750 0x00007f5b9001da90 code [0x00007f5b9001dc40, 0x00007f5b9001dd30] Event: 8,146 Thread 0x00007f5ba80c8800 4751 1 org.rexxla.bsf.engines.rexx.RexxCleanupRef::access$300 (5 bytes) Event: 8,146 Thread 0x00007f5ba80c8800 nmethod 4751 0x00007f5b96df7b10 code [0x00007f5b96df7cc0, 0x00007f5b96df7d50] Event: 8,149 Thread 0x00007f5ba80c8800 4752 3 java.util.IdentityHashMap::closeDeletion (107 bytes) Event: 8,150 Thread 0x00007f5ba80c8800 nmethod 4752 0x00007f5b9001dd90 code [0x00007f5b9001dfc0, 0x00007f5b9001ea40] Event: 8,152 Thread 0x00007f5ba80c8800 4753 3 org.rexxla.bsf.engines.rexx.RexxCleanupRef::access$000 (4 bytes) Event: 8,152 Thread 0x00007f5ba80c8800 nmethod 4753 0x00007f5b9001ed10 code [0x00007f5b9001eec0, 0x00007f5b9001efb0] Event: 8,152 Thread 0x00007f5ba80c8800 4754 3 org.rexxla.bsf.engines.rexx.RexxCleanupRef::access$100 (5 bytes) Event: 8,152 Thread 0x00007f5ba80c8800 nmethod 4754 0x00007f5b9001f010 code [0x00007f5b9001f1c0, 0x00007f5b9001f2c0] Event: 8,153 Thread 0x00007f5ba80c8800 4755 3 java.util.IdentityHashMap::remove (102 bytes) Event: 8,153 Thread 0x00007f5ba80c8800 nmethod 4755 0x00007f5b9001f390 code [0x00007f5b9001f5a0, 0x00007f5b9001fcb0] Event: 8,261 Thread 0x00007f5ba80c8800 4756 3 org.rexxla.bsf.engines.rexx.RexxCleanupRef::finalizeRexxObject (82 bytes) Event: 8,261 Thread 0x00007f5ba80c8800 nmethod 4756 0x00007f5b9001ff90 code [0x00007f5b90020260, 0x00007f5b90020f50] Event: 8,263 Thread 0x00007f5ba80c8800 4758 ! 3 java.text.SimpleDateFormat::zeroPaddingNumber (270 bytes) Event: 8,264 Thread 0x00007f5ba80c8800 nmethod 4758 0x00007f5b90021410 code [0x00007f5b900217c0, 0x00007f5b90023950] Event: 8,266 Thread 0x00007f5ba80c6800 4759 4 org.apache.catalina.webresources.StandardRoot::getResource (34 bytes) Event: 8,273 Thread 0x00007f5ba80c6800 nmethod 4759 0x00007f5b96df8210 code [0x00007f5b96df83e0, 0x00007f5b96df8988] GC Heap History (20 events): Event: 0,832 GC heap before {Heap before GC invocations=1 (full 0): PSYoungGen total 153088K, used 84285K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 64% used [0x00000000eab00000,0x00000000efd4f540,0x00000000f2b80000) from space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000) to space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000) ParOldGen total 349696K, used 0K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000d5580000) Metaspace used 20535K, capacity 21101K, committed 21248K, reserved 1069056K class space used 2026K, capacity 2259K, committed 2304K, reserved 1048576K } Event: 0,842 GC heap after {Heap after GC invocations=1 (full 0): PSYoungGen total 153088K, used 7200K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000) from space 21504K, 33% used [0x00000000f2b80000,0x00000000f3288178,0x00000000f4080000) to space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000) ParOldGen total 349696K, used 88K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 0% used [0x00000000c0000000,0x00000000c0016010,0x00000000d5580000) Metaspace used 20535K, capacity 21101K, committed 21248K, reserved 1069056K class space used 2026K, capacity 2259K, committed 2304K, reserved 1048576K } Event: 0,842 GC heap before {Heap before GC invocations=2 (full 1): PSYoungGen total 153088K, used 7200K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000) from space 21504K, 33% used [0x00000000f2b80000,0x00000000f3288178,0x00000000f4080000) to space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000) ParOldGen total 349696K, used 88K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 0% used [0x00000000c0000000,0x00000000c0016010,0x00000000d5580000) Metaspace used 20535K, capacity 21101K, committed 21248K, reserved 1069056K class space used 2026K, capacity 2259K, committed 2304K, reserved 1048576K } Event: 0,864 GC heap after {Heap after GC invocations=2 (full 1): PSYoungGen total 153088K, used 0K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000) from space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000) to space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000) ParOldGen total 349696K, used 7038K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06df8e8,0x00000000d5580000) Metaspace used 20528K, capacity 21089K, committed 21248K, reserved 1069056K class space used 2023K, capacity 2255K, committed 2304K, reserved 1048576K } Event: 1,221 GC heap before {Heap before GC invocations=3 (full 1): PSYoungGen total 153088K, used 131584K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 100% used [0x00000000eab00000,0x00000000f2b80000,0x00000000f2b80000) from space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000) to space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000) ParOldGen total 349696K, used 7038K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06df8e8,0x00000000d5580000) Metaspace used 21572K, capacity 22214K, committed 22400K, reserved 1069056K class space used 2141K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 1,224 GC heap after {Heap after GC invocations=3 (full 1): PSYoungGen total 153088K, used 5981K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000) from space 21504K, 27% used [0x00000000f4080000,0x00000000f4657608,0x00000000f5580000) to space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000) ParOldGen total 349696K, used 7046K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e18e8,0x00000000d5580000) Metaspace used 21572K, capacity 22214K, committed 22400K, reserved 1069056K class space used 2141K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 1,477 GC heap before {Heap before GC invocations=4 (full 1): PSYoungGen total 153088K, used 137565K [0x00000000eab00000, 0x00000000f5580000, 0x0000000100000000) eden space 131584K, 100% used [0x00000000eab00000,0x00000000f2b80000,0x00000000f2b80000) from space 21504K, 27% used [0x00000000f4080000,0x00000000f4657608,0x00000000f5580000) to space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000) ParOldGen total 349696K, used 7046K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e18e8,0x00000000d5580000) Metaspace used 21658K, capacity 22278K, committed 22400K, reserved 1069056K class space used 2142K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 1,482 GC heap after {Heap after GC invocations=4 (full 1): PSYoungGen total 153088K, used 7373K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000) eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000) from space 21504K, 34% used [0x00000000f2b80000,0x00000000f32b35f8,0x00000000f4080000) to space 21504K, 0% used [0x00000000fc100000,0x00000000fc100000,0x00000000fd600000) ParOldGen total 349696K, used 7054K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e38e8,0x00000000d5580000) Metaspace used 21658K, capacity 22278K, committed 22400K, reserved 1069056K class space used 2142K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 1,702 GC heap before {Heap before GC invocations=5 (full 1): PSYoungGen total 153088K, used 138957K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000) eden space 131584K, 100% used [0x00000000eab00000,0x00000000f2b80000,0x00000000f2b80000) from space 21504K, 34% used [0x00000000f2b80000,0x00000000f32b35f8,0x00000000f4080000) to space 21504K, 0% used [0x00000000fc100000,0x00000000fc100000,0x00000000fd600000) ParOldGen total 349696K, used 7054K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e38e8,0x00000000d5580000) Metaspace used 21670K, capacity 22278K, committed 22400K, reserved 1069056K class space used 2142K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 1,706 GC heap after {Heap after GC invocations=5 (full 1): PSYoungGen total 284672K, used 8909K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000) eden space 263168K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fac00000) from space 21504K, 41% used [0x00000000fc100000,0x00000000fc9b35f8,0x00000000fd600000) to space 21504K, 0% used [0x00000000fac00000,0x00000000fac00000,0x00000000fc100000) ParOldGen total 349696K, used 7062K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e58e8,0x00000000d5580000) Metaspace used 21670K, capacity 22278K, committed 22400K, reserved 1069056K class space used 2142K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 2,131 GC heap before {Heap before GC invocations=6 (full 1): PSYoungGen total 284672K, used 272077K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000) eden space 263168K, 100% used [0x00000000eab00000,0x00000000fac00000,0x00000000fac00000) from space 21504K, 41% used [0x00000000fc100000,0x00000000fc9b35f8,0x00000000fd600000) to space 21504K, 0% used [0x00000000fac00000,0x00000000fac00000,0x00000000fc100000) ParOldGen total 349696K, used 7062K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e58e8,0x00000000d5580000) Metaspace used 21672K, capacity 22278K, committed 22400K, reserved 1069056K class space used 2142K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 2,135 GC heap after {Heap after GC invocations=6 (full 1): PSYoungGen total 284672K, used 12299K [0x00000000eab00000, 0x00000000fef00000, 0x0000000100000000) eden space 263168K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fac00000) from space 21504K, 57% used [0x00000000fac00000,0x00000000fb802c80,0x00000000fc100000) to space 12800K, 0% used [0x00000000fe280000,0x00000000fe280000,0x00000000fef00000) ParOldGen total 349696K, used 7070K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e78e8,0x00000000d5580000) Metaspace used 21672K, capacity 22278K, committed 22400K, reserved 1069056K class space used 2142K, capacity 2391K, committed 2432K, reserved 1048576K } Event: 2,670 GC heap before {Heap before GC invocations=7 (full 1): PSYoungGen total 284672K, used 275467K [0x00000000eab00000, 0x00000000fef00000, 0x0000000100000000) eden space 263168K, 100% used [0x00000000eab00000,0x00000000fac00000,0x00000000fac00000) from space 21504K, 57% used [0x00000000fac00000,0x00000000fb802c80,0x00000000fc100000) to space 12800K, 0% used [0x00000000fe280000,0x00000000fe280000,0x00000000fef00000) ParOldGen total 349696K, used 7070K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e78e8,0x00000000d5580000) Metaspace used 22327K, capacity 23024K, committed 23296K, reserved 1071104K class space used 2203K, capacity 2466K, committed 2560K, reserved 1048576K } Event: 2,673 GC heap after {Heap after GC invocations=7 (full 1): PSYoungGen total 319488K, used 7357K [0x00000000eab00000, 0x00000000ff680000, 0x0000000100000000) eden space 306688K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fd680000) from space 12800K, 57% used [0x00000000fe280000,0x00000000fe9af608,0x00000000fef00000) to space 12288K, 0% used [0x00000000fd680000,0x00000000fd680000,0x00000000fe280000) ParOldGen total 349696K, used 7078K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e98e8,0x00000000d5580000) Metaspace used 22327K, capacity 23024K, committed 23296K, reserved 1071104K class space used 2203K, capacity 2466K, committed 2560K, reserved 1048576K } Event: 3,173 GC heap before {Heap before GC invocations=8 (full 1): PSYoungGen total 319488K, used 314045K [0x00000000eab00000, 0x00000000ff680000, 0x0000000100000000) eden space 306688K, 100% used [0x00000000eab00000,0x00000000fd680000,0x00000000fd680000) from space 12800K, 57% used [0x00000000fe280000,0x00000000fe9af608,0x00000000fef00000) to space 12288K, 0% used [0x00000000fd680000,0x00000000fd680000,0x00000000fe280000) ParOldGen total 349696K, used 7078K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c06e98e8,0x00000000d5580000) Metaspace used 22331K, capacity 23024K, committed 23296K, reserved 1071104K class space used 2203K, capacity 2466K, committed 2560K, reserved 1048576K } Event: 3,177 GC heap after {Heap after GC invocations=8 (full 1): PSYoungGen total 306688K, used 10061K [0x00000000eab00000, 0x00000000fe580000, 0x0000000100000000) eden space 296448K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fcc80000) from space 10240K, 98% used [0x00000000fd680000,0x00000000fe053618,0x00000000fe080000) to space 5120K, 0% used [0x00000000fe080000,0x00000000fe080000,0x00000000fe580000) ParOldGen total 349696K, used 7761K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c0794590,0x00000000d5580000) Metaspace used 22331K, capacity 23024K, committed 23296K, reserved 1071104K class space used 2203K, capacity 2466K, committed 2560K, reserved 1048576K } Event: 3,630 GC heap before {Heap before GC invocations=9 (full 1): PSYoungGen total 306688K, used 306509K [0x00000000eab00000, 0x00000000fe580000, 0x0000000100000000) eden space 296448K, 100% used [0x00000000eab00000,0x00000000fcc80000,0x00000000fcc80000) from space 10240K, 98% used [0x00000000fd680000,0x00000000fe053618,0x00000000fe080000) to space 5120K, 0% used [0x00000000fe080000,0x00000000fe080000,0x00000000fe580000) ParOldGen total 349696K, used 7761K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 2% used [0x00000000c0000000,0x00000000c0794590,0x00000000d5580000) Metaspace used 22334K, capacity 23024K, committed 23296K, reserved 1071104K class space used 2203K, capacity 2466K, committed 2560K, reserved 1048576K } Event: 3,635 GC heap after {Heap after GC invocations=9 (full 1): PSYoungGen total 307712K, used 5119K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000) eden space 302592K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fd280000) from space 5120K, 99% used [0x00000000fe080000,0x00000000fe57fdb0,0x00000000fe580000) to space 14336K, 0% used [0x00000000fd280000,0x00000000fd280000,0x00000000fe080000) ParOldGen total 349696K, used 16087K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 4% used [0x00000000c0000000,0x00000000c0fb5df8,0x00000000d5580000) Metaspace used 22334K, capacity 23024K, committed 23296K, reserved 1071104K class space used 2203K, capacity 2466K, committed 2560K, reserved 1048576K } Event: 8,080 GC heap before {Heap before GC invocations=10 (full 1): PSYoungGen total 307712K, used 307711K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000) eden space 302592K, 100% used [0x00000000eab00000,0x00000000fd280000,0x00000000fd280000) from space 5120K, 99% used [0x00000000fe080000,0x00000000fe57fdb0,0x00000000fe580000) to space 14336K, 0% used [0x00000000fd280000,0x00000000fd280000,0x00000000fe080000) ParOldGen total 349696K, used 16087K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 4% used [0x00000000c0000000,0x00000000c0fb5df8,0x00000000d5580000) Metaspace used 27931K, capacity 28851K, committed 29184K, reserved 1075200K class space used 2688K, capacity 3026K, committed 3072K, reserved 1048576K } Event: 8,087 GC heap after {Heap after GC invocations=10 (full 1): PSYoungGen total 306688K, used 14327K [0x00000000eab00000, 0x00000000fec80000, 0x0000000100000000) eden space 292352K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc880000) from space 14336K, 99% used [0x00000000fd280000,0x00000000fe07de68,0x00000000fe080000) to space 12288K, 0% used [0x00000000fe080000,0x00000000fe080000,0x00000000fec80000) ParOldGen total 349696K, used 22748K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000) object space 349696K, 6% used [0x00000000c0000000,0x00000000c16372b8,0x00000000d5580000) Metaspace used 27931K, capacity 28851K, committed 29184K, reserved 1075200K class space used 2688K, capacity 3026K, committed 3072K, reserved 1048576K } Deoptimization events (20 events): Event: 6,324 Thread 0x00007f5b20002800 Uncommon trap: trap_request=0xffffff5c fr.pc=0x00007f5b96de27a4 relative=0x0000000000000084 Event: 6,324 Thread 0x00007f5b20002800 Uncommon trap: reason=speculate_null_assert action=make_not_entrant pc=0x00007f5b96de27a4 method=java.lang.invoke.LambdaFormEditor.getInCache(Ljava/lang/invoke/LambdaFormEditor$Transform;)Ljava/lang/invoke/LambdaForm; @ 58 c2 Event: 6,324 Thread 0x00007f5b20002800 DEOPT PACKING pc=0x00007f5b96de27a4 sp=0x00007f5b843cced0 Event: 6,324 Thread 0x00007f5b20002800 DEOPT UNPACKING pc=0x00007f5b8f03aea5 sp=0x00007f5b843cce58 mode 2 Event: 6,631 Thread 0x00007f5b2000e800 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007f5b96de6ab8 relative=0x0000000000000438 Event: 6,631 Thread 0x00007f5b2000e800 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007f5b96de6ab8 method=org.apache.tomcat.util.buf.AbstractChunk.indexOf(Ljava/lang/String;III)I @ 29 c2 Event: 6,631 Thread 0x00007f5b2000e800 DEOPT PACKING pc=0x00007f5b96de6ab8 sp=0x00007f5b1e1e6240 Event: 6,631 Thread 0x00007f5b2000e800 DEOPT UNPACKING pc=0x00007f5b8f03aea5 sp=0x00007f5b1e1e61f8 mode 2 Event: 6,631 Thread 0x00007f5b2000e800 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007f5b96de6ab8 relative=0x0000000000000438 Event: 6,631 Thread 0x00007f5b2000e800 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007f5b96de6ab8 method=org.apache.tomcat.util.buf.AbstractChunk.indexOf(Ljava/lang/String;III)I @ 29 c2 Event: 6,631 Thread 0x00007f5b2000e800 DEOPT PACKING pc=0x00007f5b96de6ab8 sp=0x00007f5b1e1e6240 Event: 6,631 Thread 0x00007f5b2000e800 DEOPT UNPACKING pc=0x00007f5b8f03aea5 sp=0x00007f5b1e1e61f8 mode 2 Event: 6,641 Thread 0x00007f5b20010000 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007f5b96de6ab8 relative=0x0000000000000438 Event: 6,641 Thread 0x00007f5b20010000 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007f5b96de6ab8 method=org.apache.tomcat.util.buf.AbstractChunk.indexOf(Ljava/lang/String;III)I @ 29 c2 Event: 6,641 Thread 0x00007f5b20010000 DEOPT PACKING pc=0x00007f5b96de6ab8 sp=0x00007f5b1e0e5240 Event: 6,641 Thread 0x00007f5b20010000 DEOPT UNPACKING pc=0x00007f5b8f03aea5 sp=0x00007f5b1e0e51f8 mode 2 Event: 6,641 Thread 0x00007f5b20010000 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007f5b96de6ab8 relative=0x0000000000000438 Event: 6,641 Thread 0x00007f5b20010000 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007f5b96de6ab8 method=org.apache.tomcat.util.buf.AbstractChunk.indexOf(Ljava/lang/String;III)I @ 29 c2 Event: 6,641 Thread 0x00007f5b20010000 DEOPT PACKING pc=0x00007f5b96de6ab8 sp=0x00007f5b1e0e5240 Event: 6,641 Thread 0x00007f5b20010000 DEOPT UNPACKING pc=0x00007f5b8f03aea5 sp=0x00007f5b1e0e51f8 mode 2 Classes redefined (0 events): No events Internal exceptions (20 events): Event: 3,774 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000ee22db18}> (0x00000000ee22db18) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,779 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000ee2a9cd0}> (0x00000000ee2a9cd0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,783 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000ee334d90}> (0x00000000ee334d90) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,832 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000efacab38}> (0x00000000efacab38) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,834 Thread 0x00007f5ba8028800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000efadf9c0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, int, int, int)'> (0x00000000efadf9c0) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Event: 3,834 Thread 0x00007f5ba8028800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000efae2d90}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int, int, int)'> (0x00000000efae2d90) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Event: 3,836 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000efb0dd08}> (0x00000000efb0dd08) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,838 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000efb701f0}> (0x00000000efb701f0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,883 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f18b29f8}> (0x00000000f18b29f8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,885 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f18de508}> (0x00000000f18de508) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,887 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f194b350}> (0x00000000f194b350) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,933 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f30be4b8}> (0x00000000f30be4b8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,935 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f30e8528}> (0x00000000f30e8528) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,936 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f314a868}> (0x00000000f314a868) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 3,981 Thread 0x00007f5ba8028800 Exception <a 'java/io/FileNotFoundException'{0x00000000f4896c60}> (0x00000000f4896c60) thrown at [./src/hotspot/share/prims/jni.cpp, line 615] Event: 4,093 Thread 0x00007f5b20002800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000f6141328}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000f6141328) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Event: 4,162 Thread 0x00007f5b20002800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000f6327f60}: 'void java.lang.invoke.DelegatingMethodHandle$Holder.delegate(java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x00000000f6327f60) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Event: 4,164 Thread 0x00007f5b20002800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000f6345c18}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invoker(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000f6345c18) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Event: 4,176 Thread 0x00007f5b20002800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000f641f258}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, int)'> (0x00000000f641f258) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Event: 4,188 Thread 0x00007f5b20002800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000f6478c90}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000f6478c90) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773] Events (20 events): Event: 8,088 loading class org/apache/commons/logging/Log Event: 8,088 loading class org/apache/commons/logging/Log done Event: 8,088 loading class org/apache/commons/logging/Log Event: 8,088 loading class org/apache/commons/logging/Log done Event: 8,150 loading class org/apache/commons/logging/Log Event: 8,150 loading class org/apache/commons/logging/Log done Event: 8,150 loading class org/apache/commons/logging/Log Event: 8,150 loading class org/apache/commons/logging/Log done Event: 8,163 loading class org/apache/commons/logging/Log Event: 8,163 loading class org/apache/commons/logging/Log done Event: 8,163 loading class org/apache/commons/logging/Log Event: 8,163 loading class org/apache/commons/logging/Log done Event: 8,266 loading class org/apache/commons/logging/Log Event: 8,266 loading class org/apache/commons/logging/Log done Event: 8,266 loading class org/apache/commons/logging/Log Event: 8,266 loading class org/apache/commons/logging/Log done Event: 8,279 loading class org/apache/commons/logging/Log Event: 8,279 loading class org/apache/commons/logging/Log done Event: 8,279 loading class org/apache/commons/logging/Log Event: 8,279 loading class org/apache/commons/logging/Log done Dynamic libraries: c0000000-d5580000 rw-p 00000000 00:00 0 d5580000-eab00000 ---p 00000000 00:00 0 eab00000-fec80000 rw-p 00000000 00:00 0 fec80000-100000000 ---p 00000000 00:00 0 100000000-100300000 rw-p 00000000 00:00 0 100300000-140000000 ---p 00000000 00:00 0 563bb138e000-563bb138f000 r-xp 00000000 103:01 27270416 /usr/lib/jvm/bellsoft-java11-full-amd64/bin/java 563bb158f000-563bb1590000 r--p 00001000 103:01 27270416 /usr/lib/jvm/bellsoft-java11-full-amd64/bin/java 563bb1590000-563bb1591000 rw-p 00002000 103:01 27270416 /usr/lib/jvm/bellsoft-java11-full-amd64/bin/java 563bb1ddd000-563bb1dfe000 rw-p 00000000 00:00 0 [heap] 7f5aea3fe000-7f5aec000000 rw-p 00000000 00:00 0 7f5aec000000-7f5aec021000 rw-p 00000000 00:00 0 7f5aec021000-7f5af0000000 ---p 00000000 00:00 0 7f5af05f8000-7f5af4000000 rw-p 00000000 00:00 0 7f5af4000000-7f5af4021000 rw-p 00000000 00:00 0 7f5af4021000-7f5af8000000 ---p 00000000 00:00 0 7f5af8000000-7f5af8021000 rw-p 00000000 00:00 0 7f5af8021000-7f5afc000000 ---p 00000000 00:00 0 7f5afc000000-7f5afc114000 rw-p 00000000 00:00 0 7f5afc114000-7f5b00000000 ---p 00000000 00:00 0 7f5b00000000-7f5b00210000 rw-p 00000000 00:00 0 7f5b00210000-7f5b04000000 ---p 00000000 00:00 0 7f5b04000000-7f5b04021000 rw-p 00000000 00:00 0 7f5b04021000-7f5b08000000 ---p 00000000 00:00 0 7f5b08000000-7f5b08021000 rw-p 00000000 00:00 0 7f5b08021000-7f5b0c000000 ---p 00000000 00:00 0 7f5b0c000000-7f5b0c021000 rw-p 00000000 00:00 0 7f5b0c021000-7f5b10000000 ---p 00000000 00:00 0 7f5b10000000-7f5b10116000 rw-p 00000000 00:00 0 7f5b10116000-7f5b14000000 ---p 00000000 00:00 0 7f5b14000000-7f5b14021000 rw-p 00000000 00:00 0 7f5b14021000-7f5b18000000 ---p 00000000 00:00 0 7f5b18000000-7f5b185cf000 rw-p 00000000 00:00 0 7f5b185cf000-7f5b1c000000 ---p 00000000 00:00 0 7f5b1c0de000-7f5b1dee5000 rw-p 00000000 00:00 0 7f5b1dee5000-7f5b1dee9000 ---p 00000000 00:00 0 7f5b1dee9000-7f5b1dfe6000 rw-p 00000000 00:00 0 7f5b1dfe6000-7f5b1dfea000 ---p 00000000 00:00 0 7f5b1dfea000-7f5b1e0e7000 rw-p 00000000 00:00 0 7f5b1e0e7000-7f5b1e0eb000 ---p 00000000 00:00 0 7f5b1e0eb000-7f5b1e1e8000 rw-p 00000000 00:00 0 7f5b1e1e8000-7f5b1e1ec000 ---p 00000000 00:00 0 7f5b1e1ec000-7f5b1e2e9000 rw-p 00000000 00:00 0 7f5b1e2e9000-7f5b1e2ed000 ---p 00000000 00:00 0 7f5b1e2ed000-7f5b1e3ea000 rw-p 00000000 00:00 0 7f5b1e3ea000-7f5b1e3ee000 ---p 00000000 00:00 0 7f5b1e3ee000-7f5b1e4eb000 rw-p 00000000 00:00 0 7f5b1e4eb000-7f5b1e4ef000 ---p 00000000 00:00 0 7f5b1e4ef000-7f5b1e5ec000 rw-p 00000000 00:00 0 7f5b1e5ec000-7f5b1e5f0000 ---p 00000000 00:00 0 7f5b1e5f0000-7f5b1e6ed000 rw-p 00000000 00:00 0 7f5b1e6ed000-7f5b1e6f1000 ---p 00000000 00:00 0 7f5b1e6f1000-7f5b1e7ee000 rw-p 00000000 00:00 0 7f5b1e7ee000-7f5b1e7f2000 ---p 00000000 00:00 0 7f5b1e7f2000-7f5b1fa71000 rw-p 00000000 00:00 0 7f5b1fa71000-7f5b1faf1000 ---p 00000000 00:00 0 7f5b1faf1000-7f5b1fb87000 r--p 00000000 103:01 26870535 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 7f5b1fb87000-7f5b1fc78000 r-xp 00096000 103:01 26870535 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 7f5b1fc78000-7f5b1fcc1000 r--p 00187000 103:01 26870535 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 7f5b1fcc1000-7f5b1fcc2000 ---p 001d0000 103:01 26870535 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 7f5b1fcc2000-7f5b1fccd000 r--p 001d0000 103:01 26870535 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 7f5b1fccd000-7f5b1fcd0000 rw-p 001db000 103:01 26870535 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 7f5b1fcd0000-7f5b1fcd3000 rw-p 00000000 00:00 0 7f5b1fcd3000-7f5b1fdfb000 r--p 00000000 103:01 27657502 /usr/local/lib/librexx.so.4 7f5b1fdfb000-7f5b1ff5f000 r-xp 00128000 103:01 27657502 /usr/local/lib/librexx.so.4 7f5b1ff5f000-7f5b1ffcb000 r--p 0028c000 103:01 27657502 /usr/local/lib/librexx.so.4 7f5b1ffcb000-7f5b1ffe4000 r--p 002f7000 103:01 27657502 /usr/local/lib/librexx.so.4 7f5b1ffe4000-7f5b1fff8000 rw-p 00310000 103:01 27657502 /usr/local/lib/librexx.so.4 7f5b1fff8000-7f5b20000000 rw-p 00000000 00:00 0 7f5b20000000-7f5b20021000 rw-p 00000000 00:00 0 7f5b20021000-7f5b24000000 ---p 00000000 00:00 0 7f5b24000000-7f5b24021000 rw-p 00000000 00:00 0 7f5b24021000-7f5b28000000 ---p 00000000 00:00 0 7f5b28000000-7f5b28021000 rw-p 00000000 00:00 0 7f5b28021000-7f5b2c000000 ---p 00000000 00:00 0 7f5b2c000000-7f5b2c021000 rw-p 00000000 00:00 0 7f5b2c021000-7f5b30000000 ---p 00000000 00:00 0 7f5b30000000-7f5b30021000 rw-p 00000000 00:00 0 7f5b30021000-7f5b34000000 ---p 00000000 00:00 0 7f5b34000000-7f5b34021000 rw-p 00000000 00:00 0 7f5b34021000-7f5b38000000 ---p 00000000 00:00 0 7f5b38000000-7f5b38021000 rw-p 00000000 00:00 0 7f5b38021000-7f5b3c000000 ---p 00000000 00:00 0 7f5b3c000000-7f5b3c021000 rw-p 00000000 00:00 0 7f5b3c021000-7f5b40000000 ---p 00000000 00:00 0 7f5b40000000-7f5b40021000 rw-p 00000000 00:00 0 7f5b40021000-7f5b44000000 ---p 00000000 00:00 0 7f5b44000000-7f5b44021000 rw-p 00000000 00:00 0 7f5b44021000-7f5b48000000 ---p 00000000 00:00 0 7f5b48000000-7f5b4a00c000 rw-p 00000000 00:00 0 7f5b4a00c000-7f5b4c000000 ---p 00000000 00:00 0 7f5b4c000000-7f5b4c021000 rw-p 00000000 00:00 0 7f5b4c021000-7f5b50000000 ---p 00000000 00:00 0 7f5b50000000-7f5b500b0000 rw-p 00000000 00:00 0 7f5b500b0000-7f5b54000000 ---p 00000000 00:00 0 7f5b54000000-7f5b558bc000 rw-p 00000000 00:00 0 7f5b558bc000-7f5b58000000 ---p 00000000 00:00 0 7f5b58000000-7f5b58021000 rw-p 00000000 00:00 0 7f5b58021000-7f5b5c000000 ---p 00000000 00:00 0 7f5b5c000000-7f5b5c021000 rw-p 00000000 00:00 0 7f5b5c021000-7f5b60000000 ---p 00000000 00:00 0 7f5b60000000-7f5b60021000 rw-p 00000000 00:00 0 7f5b60021000-7f5b64000000 ---p 00000000 00:00 0 7f5b64000000-7f5b64021000 rw-p 00000000 00:00 0 7f5b64021000-7f5b68000000 ---p 00000000 00:00 0 7f5b68000000-7f5b697c8000 rw-p 00000000 00:00 0 7f5b697c8000-7f5b6c000000 ---p 00000000 00:00 0 7f5b6c000000-7f5b6c907000 rw-p 00000000 00:00 0 7f5b6c907000-7f5b70000000 ---p 00000000 00:00 0 7f5b70000000-7f5b70021000 rw-p 00000000 00:00 0 7f5b70021000-7f5b74000000 ---p 00000000 00:00 0 7f5b74000000-7f5b74021000 rw-p 00000000 00:00 0 7f5b74021000-7f5b78000000 ---p 00000000 00:00 0 7f5b78000000-7f5b78021000 rw-p 00000000 00:00 0 7f5b78021000-7f5b7c000000 ---p 00000000 00:00 0 7f5b7c000000-7f5b7c021000 rw-p 00000000 00:00 0 7f5b7c021000-7f5b80000000 ---p 00000000 00:00 0 7f5b80000000-7f5b80053000 rw-p 00000000 00:00 0 7f5b80053000-7f5b84000000 ---p 00000000 00:00 0 7f5b840d1000-7f5b842d1000 rw-p 00000000 00:00 0 7f5b842d1000-7f5b842d5000 ---p 00000000 00:00 0 7f5b842d5000-7f5b843d2000 rw-p 00000000 00:00 0 7f5b843d2000-7f5b843d6000 ---p 00000000 00:00 0 7f5b843d6000-7f5b844d3000 rw-p 00000000 00:00 0 7f5b844d3000-7f5b844d7000 ---p 00000000 00:00 0 7f5b844d7000-7f5b845d4000 rw-p 00000000 00:00 0 7f5b845d4000-7f5b845d8000 ---p 00000000 00:00 0 7f5b845d8000-7f5b846d5000 rw-p 00000000 00:00 0 7f5b846d5000-7f5b846d9000 ---p 00000000 00:00 0 7f5b846d9000-7f5b849d6000 rw-p 00000000 00:00 0 7f5b849d6000-7f5b849d7000 ---p 00000000 00:00 0 7f5b849d7000-7f5b84ad8000 rw-p 00000000 00:00 0 7f5b84ad8000-7f5b84ad9000 ---p 00000000 00:00 0 7f5b84ad9000-7f5b84bda000 rw-p 00000000 00:00 0 7f5b84bda000-7f5b84bdb000 ---p 00000000 00:00 0 7f5b84bdb000-7f5b84cdc000 rw-p 00000000 00:00 0 7f5b84cdc000-7f5b84cdd000 ---p 00000000 00:00 0 7f5b84cdd000-7f5b84dde000 rw-p 00000000 00:00 0 7f5b84dde000-7f5b84ddf000 ---p 00000000 00:00 0 7f5b84ddf000-7f5b84ee0000 rw-p 00000000 00:00 0 7f5b84ee0000-7f5b84ee1000 ---p 00000000 00:00 0 7f5b84ee1000-7f5b84fe2000 rw-p 00000000 00:00 0 7f5b84fe2000-7f5b84fe3000 ---p 00000000 00:00 0 7f5b84fe3000-7f5b852e4000 rw-p 00000000 00:00 0 7f5b852e4000-7f5b854e4000 rw-p 00000000 00:00 0 7f5b854e4000-7f5b854e6000 r-xp 00000000 103:01 4589351 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libextnet.so 7f5b854e6000-7f5b856e5000 ---p 00002000 103:01 4589351 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libextnet.so 7f5b856e5000-7f5b856e6000 r--p 00001000 103:01 4589351 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libextnet.so 7f5b856e6000-7f5b856e7000 rw-p 00000000 00:00 0 7f5b856e7000-7f5b856eb000 ---p 00000000 00:00 0 7f5b856eb000-7f5b859e8000 rw-p 00000000 00:00 0 7f5b859e8000-7f5b859ed000 r-xp 00000000 103:01 4589381 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libmanagement_ext.so 7f5b859ed000-7f5b85bed000 ---p 00005000 103:01 4589381 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libmanagement_ext.so 7f5b85bed000-7f5b85bee000 r--p 00005000 103:01 4589381 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libmanagement_ext.so 7f5b85bee000-7f5b85bef000 rw-p 00000000 00:00 0 7f5b85bef000-7f5b85bf3000 r-xp 00000000 103:01 4589379 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libmanagement.so 7f5b85bf3000-7f5b85df3000 ---p 00004000 103:01 4589379 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libmanagement.so 7f5b85df3000-7f5b85df4000 r--p 00004000 103:01 4589379 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libmanagement.so 7f5b85df4000-7f5b85ff5000 rw-p 00000000 00:00 0 7f5b85ff5000-7f5b861f5000 rw-p 00000000 00:00 0 7f5b861f5000-7f5b861f9000 ---p 00000000 00:00 0 7f5b861f9000-7f5b864f6000 rw-p 00000000 00:00 0 7f5b864f6000-7f5b864fa000 ---p 00000000 00:00 0 7f5b864fa000-7f5b865f7000 rw-p 00000000 00:00 0 7f5b865f7000-7f5b865fb000 ---p 00000000 00:00 0 7f5b865fb000-7f5b866f8000 rw-p 00000000 00:00 0 7f5b866f8000-7f5b8670e000 r-xp 00000000 103:01 4589383 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnet.so 7f5b8670e000-7f5b8690e000 ---p 00016000 103:01 4589383 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnet.so 7f5b8690e000-7f5b8690f000 r--p 00016000 103:01 4589383 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnet.so 7f5b8690f000-7f5b86910000 rw-p 00017000 103:01 4589383 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnet.so 7f5b86910000-7f5b86920000 r-xp 00000000 103:01 4589384 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnio.so 7f5b86920000-7f5b86b20000 ---p 00010000 103:01 4589384 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnio.so 7f5b86b20000-7f5b86b21000 r--p 00010000 103:01 4589384 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnio.so 7f5b86b21000-7f5b86b22000 rw-p 00011000 103:01 4589384 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libnio.so 7f5b86b22000-7f5b86b26000 ---p 00000000 00:00 0 7f5b86b26000-7f5b86c23000 rw-p 00000000 00:00 0 7f5b86c23000-7f5b86c24000 ---p 00000000 00:00 0 7f5b86c24000-7f5b86d25000 rw-p 00000000 00:00 0 7f5b86d25000-7f5b86d29000 ---p 00000000 00:00 0 7f5b86d29000-7f5b86e26000 rw-p 00000000 00:00 0 7f5b86e26000-7f5b86e2a000 ---p 00000000 00:00 0 7f5b86e2a000-7f5b86f27000 rw-p 00000000 00:00 0 7f5b86f27000-7f5b86f2b000 ---p 00000000 00:00 0 7f5b86f2b000-7f5b87028000 rw-p 00000000 00:00 0 7f5b87028000-7f5b8702c000 ---p 00000000 00:00 0 7f5b8702c000-7f5b87129000 rw-p 00000000 00:00 0 7f5b87129000-7f5b8712d000 ---p 00000000 00:00 0 7f5b8712d000-7f5b8722a000 rw-p 00000000 00:00 0 7f5b8722a000-7f5b877f7000 r--p 00000000 103:01 26871192 /usr/lib/locale/locale-archive 7f5b877f7000-7f5b877fb000 ---p 00000000 00:00 0 7f5b877fb000-7f5b878f8000 rw-p 00000000 00:00 0 7f5b878f8000-7f5b878fc000 ---p 00000000 00:00 0 7f5b878fc000-7f5b879f9000 rw-p 00000000 00:00 0 7f5b879f9000-7f5b879fa000 ---p 00000000 00:00 0 7f5b879fa000-7f5b88000000 rw-p 00000000 00:00 0 7f5b88000000-7f5b88021000 rw-p 00000000 00:00 0 7f5b88021000-7f5b8c000000 ---p 00000000 00:00 0 7f5b8c049000-7f5b8c04c000 r--p 00000000 103:01 9175101 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5b8c04c000-7f5b8c05e000 r-xp 00003000 103:01 9175101 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5b8c05e000-7f5b8c062000 r--p 00015000 103:01 9175101 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5b8c062000-7f5b8c063000 r--p 00018000 103:01 9175101 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5b8c063000-7f5b8c064000 rw-p 00019000 103:01 9175101 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5b8c08a000-7f5b8c097000 r--p 00000000 103:01 27657790 /usr/local/lib/librexxapi.so.4 7f5b8c097000-7f5b8c0a9000 r-xp 0000d000 103:01 27657790 /usr/local/lib/librexxapi.so.4 7f5b8c0a9000-7f5b8c0af000 r--p 0001f000 103:01 27657790 /usr/local/lib/librexxapi.so.4 7f5b8c0af000-7f5b8c0b0000 r--p 00024000 103:01 27657790 /usr/local/lib/librexxapi.so.4 7f5b8c0b0000-7f5b8c0b1000 rw-p 00025000 103:01 27657790 /usr/local/lib/librexxapi.so.4 7f5b8c0b1000-7f5b8eff1000 rw-p 00000000 00:00 0 7f5b8eff1000-7f5b8f261000 rwxp 00000000 00:00 0 7f5b8f261000-7f5b8f582000 ---p 00000000 00:00 0 7f5b8f582000-7f5b90032000 rwxp 00000000 00:00 0 7f5b90032000-7f5b96ab9000 ---p 00000000 00:00 0 7f5b96ab9000-7f5b96df9000 rwxp 00000000 00:00 0 7f5b96df9000-7f5b9dff1000 ---p 00000000 00:00 0 7f5b9dff1000-7f5ba8000000 r--s 00000000 103:01 4589401 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/modules 7f5ba8000000-7f5ba8a83000 rw-p 00000000 00:00 0 7f5ba8a83000-7f5bac000000 ---p 00000000 00:00 0 7f5bac008000-7f5bac00d000 r--p 00000000 103:01 28579312 /opt/BSF4ooRexx/install/lib/libBSF4ooRexx.so-64-amd64 7f5bac00d000-7f5bac020000 r-xp 00005000 103:01 28579312 /opt/BSF4ooRexx/install/lib/libBSF4ooRexx.so-64-amd64 7f5bac020000-7f5bac027000 r--p 00018000 103:01 28579312 /opt/BSF4ooRexx/install/lib/libBSF4ooRexx.so-64-amd64 7f5bac027000-7f5bac028000 r--p 0001e000 103:01 28579312 /opt/BSF4ooRexx/install/lib/libBSF4ooRexx.so-64-amd64 7f5bac028000-7f5bac029000 rw-p 0001f000 103:01 28579312 /opt/BSF4ooRexx/install/lib/libBSF4ooRexx.so-64-amd64 7f5bac029000-7f5bad15d000 rw-p 00000000 00:00 0 7f5bad15d000-7f5bad39f000 rw-p 00000000 00:00 0 7f5bad39f000-7f5bad3a0000 ---p 00000000 00:00 0 7f5bad3a0000-7f5bad54c000 rw-p 00000000 00:00 0 7f5bad54c000-7f5bad5f7000 ---p 00000000 00:00 0 7f5bad5f7000-7f5bad6a2000 rw-p 00000000 00:00 0 7f5bad6a2000-7f5bad74c000 ---p 00000000 00:00 0 7f5bad74c000-7f5bad7ee000 rw-p 00000000 00:00 0 7f5bad7ee000-7f5bad7f7000 ---p 00000000 00:00 0 7f5bad7f7000-7f5bad7ff000 rw-p 00000000 00:00 0 7f5bad7ff000-7f5bad8e3000 ---p 00000000 00:00 0 7f5bad8e3000-7f5bad8f9000 rw-p 00000000 00:00 0 7f5bad8f9000-7f5bad9ce000 ---p 00000000 00:00 0 7f5bad9ce000-7f5bad9d5000 r-xp 00000000 103:01 4589396 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libzip.so 7f5bad9d5000-7f5badbd4000 ---p 00007000 103:01 4589396 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libzip.so 7f5badbd4000-7f5badbd5000 r--p 00006000 103:01 4589396 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libzip.so 7f5badbd5000-7f5badbd6000 rw-p 00000000 00:00 0 7f5badbd6000-7f5badbd9000 r--p 00000000 103:01 9179209 /lib/x86_64-linux-gnu/libnss_files-2.31.so 7f5badbd9000-7f5badbe0000 r-xp 00003000 103:01 9179209 /lib/x86_64-linux-gnu/libnss_files-2.31.so 7f5badbe0000-7f5badbe2000 r--p 0000a000 103:01 9179209 /lib/x86_64-linux-gnu/libnss_files-2.31.so 7f5badbe2000-7f5badbe3000 r--p 0000b000 103:01 9179209 /lib/x86_64-linux-gnu/libnss_files-2.31.so 7f5badbe3000-7f5badbe4000 rw-p 0000c000 103:01 9179209 /lib/x86_64-linux-gnu/libnss_files-2.31.so 7f5badbe4000-7f5badbea000 rw-p 00000000 00:00 0 7f5badbea000-7f5badbef000 r--p 00000000 103:01 9179201 /lib/x86_64-linux-gnu/libnsl-2.31.so 7f5badbef000-7f5badbff000 r-xp 00005000 103:01 9179201 /lib/x86_64-linux-gnu/libnsl-2.31.so 7f5badbff000-7f5badc03000 r--p 00015000 103:01 9179201 /lib/x86_64-linux-gnu/libnsl-2.31.so 7f5badc03000-7f5badc04000 r--p 00018000 103:01 9179201 /lib/x86_64-linux-gnu/libnsl-2.31.so 7f5badc04000-7f5badc05000 rw-p 00019000 103:01 9179201 /lib/x86_64-linux-gnu/libnsl-2.31.so 7f5badc05000-7f5badc07000 rw-p 00000000 00:00 0 7f5badc0d000-7f5badc26000 rw-p 00000000 00:00 0 7f5badc26000-7f5badc2d000 ---p 00000000 00:00 0 7f5badc2d000-7f5badc48000 r-xp 00000000 103:01 4589375 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjimage.so 7f5badc48000-7f5bade48000 ---p 0001b000 103:01 4589375 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjimage.so 7f5bade48000-7f5bade4a000 r--p 0001b000 103:01 4589375 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjimage.so 7f5bade4a000-7f5bade4b000 rw-p 0001d000 103:01 4589375 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjimage.so 7f5bade4b000-7f5bade75000 r-xp 00000000 103:01 4589365 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjava.so 7f5bade75000-7f5bae074000 ---p 0002a000 103:01 4589365 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjava.so 7f5bae074000-7f5bae075000 r--p 00029000 103:01 4589365 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjava.so 7f5bae075000-7f5bae076000 rw-p 0002a000 103:01 4589365 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libjava.so 7f5bae076000-7f5bae077000 rw-p 00000000 00:00 0 7f5bae077000-7f5bae084000 r-xp 00000000 103:01 4589395 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libverify.so 7f5bae084000-7f5bae283000 ---p 0000d000 103:01 4589395 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libverify.so 7f5bae283000-7f5bae285000 r--p 0000c000 103:01 4589395 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/libverify.so 7f5bae285000-7f5bae286000 rw-p 00000000 00:00 0 7f5bae286000-7f5bae289000 r--p 00000000 103:01 9179226 /lib/x86_64-linux-gnu/librt-2.31.so 7f5bae289000-7f5bae28d000 r-xp 00003000 103:01 9179226 /lib/x86_64-linux-gnu/librt-2.31.so 7f5bae28d000-7f5bae28e000 r--p 00007000 103:01 9179226 /lib/x86_64-linux-gnu/librt-2.31.so 7f5bae28e000-7f5bae28f000 ---p 00008000 103:01 9179226 /lib/x86_64-linux-gnu/librt-2.31.so 7f5bae28f000-7f5bae290000 r--p 00008000 103:01 9179226 /lib/x86_64-linux-gnu/librt-2.31.so 7f5bae290000-7f5bae291000 rw-p 00009000 103:01 9179226 /lib/x86_64-linux-gnu/librt-2.31.so 7f5bae291000-7f5bae295000 ---p 00000000 00:00 0 7f5bae295000-7f5bae392000 rw-p 00000000 00:00 0 7f5bae392000-7f5bae3a1000 r--p 00000000 103:01 9179195 /lib/x86_64-linux-gnu/libm-2.31.so 7f5bae3a1000-7f5bae448000 r-xp 0000f000 103:01 9179195 /lib/x86_64-linux-gnu/libm-2.31.so 7f5bae448000-7f5bae4df000 r--p 000b6000 103:01 9179195 /lib/x86_64-linux-gnu/libm-2.31.so 7f5bae4df000-7f5bae4e0000 r--p 0014c000 103:01 9179195 /lib/x86_64-linux-gnu/libm-2.31.so 7f5bae4e0000-7f5bae4e1000 rw-p 0014d000 103:01 9179195 /lib/x86_64-linux-gnu/libm-2.31.so 7f5bae4e1000-7f5baf759000 r-xp 00000000 103:01 4589412 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/server/libjvm.so 7f5baf759000-7f5baf959000 ---p 01278000 103:01 4589412 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/server/libjvm.so 7f5baf959000-7f5bafa1e000 r--p 01278000 103:01 4589412 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/server/libjvm.so 7f5bafa1e000-7f5bafa59000 rw-p 0133d000 103:01 4589412 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/server/libjvm.so 7f5bafa59000-7f5bafab2000 rw-p 00000000 00:00 0 7f5bafab2000-7f5bafad7000 r--p 00000000 103:01 9179191 /lib/x86_64-linux-gnu/libc-2.31.so 7f5bafad7000-7f5bafc4f000 r-xp 00025000 103:01 9179191 /lib/x86_64-linux-gnu/libc-2.31.so 7f5bafc4f000-7f5bafc99000 r--p 0019d000 103:01 9179191 /lib/x86_64-linux-gnu/libc-2.31.so 7f5bafc99000-7f5bafc9a000 ---p 001e7000 103:01 9179191 /lib/x86_64-linux-gnu/libc-2.31.so 7f5bafc9a000-7f5bafc9d000 r--p 001e7000 103:01 9179191 /lib/x86_64-linux-gnu/libc-2.31.so 7f5bafc9d000-7f5bafca0000 rw-p 001ea000 103:01 9179191 /lib/x86_64-linux-gnu/libc-2.31.so 7f5bafca0000-7f5bafca4000 rw-p 00000000 00:00 0 7f5bafca4000-7f5bafca5000 r--p 00000000 103:01 9179193 /lib/x86_64-linux-gnu/libdl-2.31.so 7f5bafca5000-7f5bafca7000 r-xp 00001000 103:01 9179193 /lib/x86_64-linux-gnu/libdl-2.31.so 7f5bafca7000-7f5bafca8000 r--p 00003000 103:01 9179193 /lib/x86_64-linux-gnu/libdl-2.31.so 7f5bafca8000-7f5bafca9000 r--p 00003000 103:01 9179193 /lib/x86_64-linux-gnu/libdl-2.31.so 7f5bafca9000-7f5bafcaa000 rw-p 00004000 103:01 9179193 /lib/x86_64-linux-gnu/libdl-2.31.so 7f5bafcaa000-7f5bafcba000 r-xp 00000000 103:01 4589335 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/jli/libjli.so 7f5bafcba000-7f5bafeb9000 ---p 00010000 103:01 4589335 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/jli/libjli.so 7f5bafeb9000-7f5bafeba000 r--p 0000f000 103:01 4589335 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/jli/libjli.so 7f5bafeba000-7f5bafebb000 rw-p 00010000 103:01 4589335 /usr/lib/jvm/bellsoft-java11-full-amd64/lib/jli/libjli.so 7f5bafebb000-7f5bafec2000 r--p 00000000 103:01 9179223 /lib/x86_64-linux-gnu/libpthread-2.31.so 7f5bafec2000-7f5bafed3000 r-xp 00007000 103:01 9179223 /lib/x86_64-linux-gnu/libpthread-2.31.so 7f5bafed3000-7f5bafed8000 r--p 00018000 103:01 9179223 /lib/x86_64-linux-gnu/libpthread-2.31.so 7f5bafed8000-7f5bafed9000 r--p 0001c000 103:01 9179223 /lib/x86_64-linux-gnu/libpthread-2.31.so 7f5bafed9000-7f5bafeda000 rw-p 0001d000 103:01 9179223 /lib/x86_64-linux-gnu/libpthread-2.31.so 7f5bafeda000-7f5bafede000 rw-p 00000000 00:00 0 7f5bafede000-7f5bafee0000 r--p 00000000 103:01 9177643 /lib/x86_64-linux-gnu/libz.so.1.2.11 7f5bafee0000-7f5bafef1000 r-xp 00002000 103:01 9177643 /lib/x86_64-linux-gnu/libz.so.1.2.11 7f5bafef1000-7f5bafef7000 r--p 00013000 103:01 9177643 /lib/x86_64-linux-gnu/libz.so.1.2.11 7f5bafef7000-7f5bafef8000 ---p 00019000 103:01 9177643 /lib/x86_64-linux-gnu/libz.so.1.2.11 7f5bafef8000-7f5bafef9000 r--p 00019000 103:01 9177643 /lib/x86_64-linux-gnu/libz.so.1.2.11 7f5bafef9000-7f5bafefa000 rw-p 0001a000 103:01 9177643 /lib/x86_64-linux-gnu/libz.so.1.2.11 7f5bafefb000-7f5baff03000 rw-s 00000000 103:01 15204381 /tmp/hsperfdata_tomcat/124884 7f5baff03000-7f5baff06000 r--p 00000000 103:01 9179215 /lib/x86_64-linux-gnu/libnss_nis-2.31.so 7f5baff06000-7f5baff0e000 r-xp 00003000 103:01 9179215 /lib/x86_64-linux-gnu/libnss_nis-2.31.so 7f5baff0e000-7f5baff10000 r--p 0000b000 103:01 9179215 /lib/x86_64-linux-gnu/libnss_nis-2.31.so 7f5baff10000-7f5baff11000 r--p 0000c000 103:01 9179215 /lib/x86_64-linux-gnu/libnss_nis-2.31.so 7f5baff11000-7f5baff12000 rw-p 0000d000 103:01 9179215 /lib/x86_64-linux-gnu/libnss_nis-2.31.so 7f5baff12000-7f5baff14000 r--p 00000000 103:01 9179203 /lib/x86_64-linux-gnu/libnss_compat-2.31.so 7f5baff14000-7f5baff1b000 r-xp 00002000 103:01 9179203 /lib/x86_64-linux-gnu/libnss_compat-2.31.so 7f5baff1b000-7f5baff1c000 r--p 00009000 103:01 9179203 /lib/x86_64-linux-gnu/libnss_compat-2.31.so 7f5baff1c000-7f5baff1d000 r--p 00009000 103:01 9179203 /lib/x86_64-linux-gnu/libnss_compat-2.31.so 7f5baff1d000-7f5baff1e000 rw-p 0000a000 103:01 9179203 /lib/x86_64-linux-gnu/libnss_compat-2.31.so 7f5baff1e000-7f5baff1f000 ---p 00000000 00:00 0 7f5baff1f000-7f5baff20000 r--p 00000000 00:00 0 7f5baff20000-7f5baff22000 rw-p 00000000 00:00 0 7f5baff22000-7f5baff23000 r--p 00000000 103:01 9179183 /lib/x86_64-linux-gnu/ld-2.31.so 7f5baff23000-7f5baff46000 r-xp 00001000 103:01 9179183 /lib/x86_64-linux-gnu/ld-2.31.so 7f5baff46000-7f5baff4e000 r--p 00024000 103:01 9179183 /lib/x86_64-linux-gnu/ld-2.31.so 7f5baff4e000-7f5baff4f000 r--p 00000000 103:01 29492324 /usr/share/locale-langpack/en_AU/LC_MESSAGES/libc.mo 7f5baff4f000-7f5baff50000 r--p 0002c000 103:01 9179183 /lib/x86_64-linux-gnu/ld-2.31.so 7f5baff50000-7f5baff51000 rw-p 0002d000 103:01 9179183 /lib/x86_64-linux-gnu/ld-2.31.so 7f5baff51000-7f5baff52000 rw-p 00000000 00:00 0 7ffd0c5fb000-7ffd0c61c000 rw-p 00000000 00:00 0 [stack] 7ffd0c7d0000-7ffd0c7d3000 r--p 00000000 00:00 0 [vvar] 7ffd0c7d3000-7ffd0c7d4000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] VM Arguments: jvm_args: -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M -Xmx1024M -XX:+UseParallelGC -XX:+CreateCoredumpOnCrash -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp java_command: org.apache.catalina.startup.Bootstrap start java_class_path (initial): /opt/tomcat/latest/bin/bootstrap.jar:/opt/tomcat/latest/bin/tomcat-juli.jar Launcher Type: SUN_STANDARD [Global flags] intx CICompilerCount = 4 {product} {ergonomic} bool CreateCoredumpOnCrash = true {product} {command line} size_t InitialHeapSize = 536870912 {product} {command line} size_t MaxHeapSize = 1073741824 {product} {command line} size_t MaxNewSize = 357564416 {product} {ergonomic} size_t MinHeapDeltaBytes = 524288 {product} {ergonomic} size_t NewSize = 178782208 {product} {ergonomic} uintx NonNMethodCodeHeapSize = 5836300 {pd product} {ergonomic} uintx NonProfiledCodeHeapSize = 122910970 {pd product} {ergonomic} size_t OldSize = 358088704 {product} {ergonomic} uintx ProfiledCodeHeapSize = 122910970 {pd product} {ergonomic} uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} bool SegmentedCodeCache = true {product} {ergonomic} bool UseCompressedClassPointers = true {lp64_product} {ergonomic} bool UseCompressedOops = true {lp64_product} {ergonomic} bool UseParallelGC = true {product} {command line} Logging: Log output configuration: #0: stdout all=warning uptime,level,tags #1: stderr all=off uptime,level,tags Environment Variables: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin SHELL=/bin/false DISPLAY=:0 LANG=en_US.UTF-8 Signal Handlers: SIGSEGV: [libjvm.so+0xf4d7e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0xf4d7e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0xf4d7e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: SIG_IGN, sa_mask[0]=00000000000010000000000000000000, sa_flags=SA_RESTART SIGXFSZ: [libjvm.so+0xc6df80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGILL: [libjvm.so+0xf4d7e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR2: [libjvm.so+0xc6de20], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0xc6e180], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0xc6e180], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0xc6e180], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0xc6e180], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS" uname:Linux 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 OS uptime: 6 days 21:38 hours libc:glibc 2.31 NPTL 2.31 rlimit (soft/hard): STACK 8192k/infinity , CORE 0k/infinity , NPROC 63376/63376 , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 65536k/65536k load average:0,52 0,26 0,14 /proc/meminfo: MemTotal: 16283168 kB MemFree: 7354884 kB MemAvailable: 13334528 kB Buffers: 1174496 kB Cached: 4749944 kB SwapCached: 0 kB Active: 5585176 kB Inactive: 2191496 kB Active(anon): 2034028 kB Inactive(anon): 96608 kB Active(file): 3551148 kB Inactive(file): 2094888 kB Unevictable: 180300 kB Mlocked: 32 kB SwapTotal: 16808956 kB SwapFree: 16808956 kB Dirty: 244 kB Writeback: 0 kB AnonPages: 2030716 kB Mapped: 491972 kB Shmem: 278408 kB KReclaimable: 669528 kB Slab: 877064 kB SReclaimable: 669528 kB SUnreclaim: 207536 kB KernelStack: 12192 kB PageTables: 20300 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 24950540 kB Committed_AS: 7675548 kB VmallocTotal: 34359738367 kB VmallocUsed: 29992 kB VmallocChunk: 0 kB Percpu: 9952 kB HardwareCorrupted: 0 kB AnonHugePages: 0 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 453236 kB DirectMap2M: 10967040 kB DirectMap1G: 6291456 kB /sys/kernel/mm/transparent_hugepage/enabled: always [madvise] never /sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise [madvise] never Process Memory: Virtual Size: 5328352K (peak: 5328352K) Resident Set Size: 656368K (peak: 656368K) (anon: 620856K, file: 35512K, shmem: 0K) Swapped out: 0K C-Heap outstanding allocations: 31133K /proc/sys/kernel/threads-max (system-wide limit on the number of threads): 126752 /proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530 /proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 4194304 container (cgroup) information: container_type: cgroupv1 cpu_cpuset_cpus: 0-7 cpu_memory_nodes: 0 active_processor_count: 8 cpu_quota: -1 cpu_period: 100000 cpu_shares: -1 memory_limit_in_bytes: -1 memory_and_swap_limit_in_bytes: -2 memory_soft_limit_in_bytes: -1 memory_usage_in_bytes: 2670530560 memory_max_usage_in_bytes: 4003184640 Steal ticks since vm start: 0 Steal ticks percentage since vm start: 0,000 CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 158 stepping 9 microcode 0xea, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx, fma CPU Model and flags from /proc/cpuinfo: model name : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz 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 pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d Online cpus: 0-7 Offline cpus: BIOS frequency limitation: <Not Available> Frequency switch latency (ns): 0 Available cpu frequencies: <Not Available> Current governor: powersave Core performance/turbo boost: <Not Available> Memory: 4k page, physical 16283168k(7354884k free), swap 16808956k(16808956k free) vm_info: OpenJDK 64-Bit Server VM (11.0.12+7-LTS) for linux-amd64 JRE (11.0.12+7-LTS), built on Jul 9 2021 16:24:36 by "bellsoft" with gcc 7.3.1 20180303 (Red Hat 7.3.1-5) END.
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel