Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues running on the openjdk:8-jre-alpine docker image #6

Open
josephlewis42 opened this issue Jul 27, 2018 · 1 comment
Open

Issues running on the openjdk:8-jre-alpine docker image #6

josephlewis42 opened this issue Jul 27, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@josephlewis42
Copy link
Contributor

@fkoclas mentions issues running the 1.0.0 version of this plugin on Alpine. See #5 for more details.

Config which works on the openjdk:8-jre docker image but not openjdk:8-jre-alpine

input {
  stdin {
  }
}

output {
  google_pubsub {
    project_id => "<snip>"
    topic => "elasticsearch_indexing"
    json_key_file => "/etc/secrets/serviceaccount.json"
  }
}

The error is:

[ERROR][logstash.agent ] Pipeline aborted due to error {:exception=>#<TypeError: cannot convert instance of class org.jruby.RubyString to class com.google.pubsub.v1.TopicName>, :backtrace=>["/opt/logstash/vendor/local_gems/510e3a38/logstash-output-google_pubsub-1.0.0-java/lib/logstash/outputs/pubsub/client.rb:80:in initialize_google_client'", "/opt/logstash/vendor/local_gems/510e3a38/logstash-output-google_pubsub-1.0.0-java/lib/logstash/outputs/pubsub/client.rb:30:ininitialize'", "/opt/logstash/vendor/local_gems/510e3a38/logstash-output-google_pubsub-1.0.0-java/lib/logstash/outputs/google_pubsub.rb:114:in register'", "/opt/logstash/logstash-core/lib/logstash/output_delegator_strategies/shared.rb:9:inregister'", "/opt/logstash/logstash-core/lib/logstash/output_delegator.rb:43:in register'", "/opt/logstash/logstash-core/lib/logstash/pipeline.rb:290:inregister_plugin'", "/opt/logstash/logstash-core/lib/logstash/pipeline.rb:301:in register_plugins'", "org/jruby/RubyArray.java:1613:ineach'", "/opt/logstash/logstash-core/lib/logstash/pipeline.rb:301:in register_plugins'", "/opt/logstash/logstash-core/lib/logstash/pipeline.rb:310:instart_workers'", "/opt/logstash/logstash-core/lib/logstash/pipeline.rb:235:in run'", "/opt/logstash/logstash-core/lib/logstash/agent.rb:408:instart_pipeline'"]}

@josephlewis42 josephlewis42 added the bug Something isn't working label Jul 27, 2018
@fkoclas
Copy link

fkoclas commented Jul 30, 2018

It turns out it could have been a race-condition with the pubsub input plugin instead of an Alpine issue. See Issue #7

For Alpine itself, the crash seems much worse. I'm using openjdk:8-jre-alpine as a basis, and version 5.6.10 of Logstash. Package libc6-compat is installed.

Sample config:

input {
  stdin {
    id => "stdin-input"
  }
}

output {
  google_pubsub {
    id => "pubsub-output"
    project_id => "_redacted_"
    topic => "elasticsearch_indexing"
    json_key_file => "/etc/secrets/service_account.json"
  }
}

Sample error:

[2018-07-30T19:24:10,803][INFO ][logstash.outputs.googlepubsub] Registering Google PubSub Output plugin: projects/_redacted_/topics/elasticsearch_indexing
[2018-07-30T19:24:11,003][INFO ][logstash.outputs.googlepubsub] Initializing Google API client on projects/_redacted_/topics/elasticsearch_indexing key: /etc/secrets/service_account.json
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000025426, pid=370, tid=0x00007f73bde90ae8
#
# JRE version: OpenJDK Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.8.0
# Distribution: Custom build (Wed Jun 13 18:28:11 UTC 2018)
# Problematic frame:
# C  0x0000000000025426
#
# Core dump written. Default location: /usr/share/logstash/core or core.370
#
# An error report file with more information is saved as:
# /usr/share/logstash/hs_err_pid370.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Segmentation fault (core dumped)
Output of hs_err_pid370.log

```
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x0000000000025426, pid=370, tid=0x00007f73bde90ae8
  #
  # JRE version: OpenJDK Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
  # Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops)
  # Derivative: IcedTea 3.8.0
  # Distribution: Custom build (Wed Jun 13 18:28:11 UTC 2018)
  # Problematic frame:
  # C  0x0000000000025426
  #
  # Core dump written. Default location: /usr/share/logstash/core or core.370
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   http://icedtea.classpath.org/bugzilla
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  ---------------  T H R E A D  ---------------

  Current thread (0x00005576fc95f800):  JavaThread "[main]-pipeline-manager" daemon [_thread_in_native, id=413, stack(0x00007f73bdc90000,0x00007f73bde90aa8)]

  siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000025426

  Registers:
  RAX=0x00005576fc7a8925, RBX=0x0000000000000015, RCX=0x0000000000000000, RDX=0x000000000000000d
  RSP=0x00007f73bde8b038, RBP=0x00007f73bde8b060, RSI=0x0000000000000015, RDI=0x00005576fc7a8928
  R8 =0x0000000000000003, R9 =0x00007f73bd148892, R10=0xfefefefefefefeff, R11=0x0000000000000002
  R12=0x00005576fc7a891f, R13=0x00007f73bde8b074, R14=0x00005576fc7a8920, R15=0x00007f73bd00b610
  RIP=0x0000000000025426, EFLAGS=0x0000000000010202, CSGSFS=0x002b000000000033, ERR=0x0000000000000014
    TRAPNO=0x000000000000000e

  Top of Stack: (sp=0x00007f73bde8b038)
  0x00007f73bde8b038:   00007f73bd00b0fa 00007f73bde8b050
  0x00007f73bde8b048:   00000000ffffffff 00007f73dcc579c0
  0x00007f73bde8b058:   0000000000000000 00007f73bde8b0c0
  0x00007f73bde8b068:   00007f73bd00b585 0000000000000020
  0x00007f73bde8b078:   00005576fc95f9e0 00005576fc7a8920
  0x00007f73bde8b088:   00007f73bcfe2000 00007f73bcfe6231
  0x00007f73bde8b098:   00007f73bd00afb0 00005576fc95f9e0
  0x00007f73bde8b0a8:   00007f73bde8b2d0 0000000000000000
  0x00007f73bde8b0b8:   00005576fbb19c00 00005576fbb19cc0
  0x00007f73bde8b0c8:   00007f73db613042 0000000000000000
  0x00007f73bde8b0d8:   00007f73bde8b2d8 00005576fc7a87c0
  0x00007f73bde8b0e8:   0000000000000000 00000000d46f0be8
  0x00007f73bde8b0f8:   00007f73dcc579c0 0000003000000020
  0x00007f73bde8b108:   00005576fce64ac0 0000000000000000
  0x00007f73bde8b118:   00000000d79bb684 fefefefefefefeff
  0x00007f73bde8b128:   0000000000000049 00007f73bde8b2b8
  0x00007f73bde8b138:   00007f73dd0e917d 00000000000000c0
  0x00007f73bde8b148:   0000000000000005 00007f73dd353aa4
  0x00007f73bde8b158:   00007f73dc4ab40e 00005576fc95f800
  0x00007f73bde8b168:   0000000000000000 00007f73bde8b268
  0x00007f73bde8b178:   0000000000000000 00005576fc95f800
  0x00007f73bde8b188:   00007f73bde8b2d0 00007f73bde8b260
  0x00007f73bde8b198:   0000000000000000 00007f73cc51ae80
  0x00007f73bde8b1a8:   00007f73dcc955a0 00000000cee07a70
  0x00007f73bde8b1b8:   00000000d57b3ff8 00000000cee07b60
  0x00007f73bde8b1c8:   0000000040200020 00007f73bde8b200
  0x00007f73bde8b1d8:   00007f73bde8b200 00007f73c70164d8
  0x00007f73bde8b1e8:   00007f73cc403ffd 00000000cee07b60
  0x00007f73bde8b1f8:   00000000cee07b60 00007f73bde8b2a8
  0x00007f73bde8b208:   f91fee667c90f71e 00007f73dd353aec
  0x00007f73bde8b218:   00007f73c71b6ff8 00007f73bde8b2a8
  0x00007f73bde8b228:   0000000000000000 00007f73c71b6ff8 

  Instructions: (pc=0x0000000000025426)
  0x0000000000025406:   
  [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]

  Register to memory mapping:

  RAX=0x00005576fc7a8925 is an unknown value
  RBX=0x0000000000000015 is an unknown value
  RCX=0x0000000000000000 is an unknown value
  RDX=0x000000000000000d is an unknown value
  RSP=0x00007f73bde8b038 is pointing into the stack for thread: 0x00005576fc95f800
  RBP=0x00007f73bde8b060 is pointing into the stack for thread: 0x00005576fc95f800
  RSI=0x0000000000000015 is an unknown value
  RDI=0x00005576fc7a8928 is an unknown value
  R8 =0x0000000000000003 is an unknown value
  R9 =0x00007f73bd148892: _fini+0xc1e in /tmp/libio_grpc_netty_shaded_netty_tcnative_linux_x86_648344928788188020897.so at 0x00007f73bcfe2000
  R10=0xfefefefefefefeff is an unknown value
  R11=0x0000000000000002 is an unknown value
  R12=0x00005576fc7a891f is an unknown value
  R13=0x00007f73bde8b074 is pointing into the stack for thread: 0x00005576fc95f800
  R14=0x00005576fc7a8920 is an unknown value
  R15=0x00007f73bd00b610: JNI_OnLoad+0 in /tmp/libio_grpc_netty_shaded_netty_tcnative_linux_x86_648344928788188020897.so at 0x00007f73bcfe2000


  Stack: [0x00007f73bdc90000,0x00007f73bde90aa8],  sp=0x00007f73bde8b038,  free space=2028k
  Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  C  0x0000000000025426
  C  [libio_grpc_netty_shaded_netty_tcnative_linux_x86_648344928788188020897.so+0x29585]  JNI_OnLoad_netty_tcnative+0x55
  C  [libjava.so+0xe042]  Java_java_lang_ClassLoader_00024NativeLibrary_load+0xf2

  Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;Z)V+0
  j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+328
  j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+48
  j  java.lang.Runtime.load0(Ljava/lang/Class;Ljava/lang/String;)V+57
  j  java.lang.System.load(Ljava/lang/String;)V+7
  j  io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryUtil.loadLibrary(Ljava/lang/String;Z)V+5
  v  ~StubRoutines::call_stub
  J 8199  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x00007f73cd255e37 [0x00007f73cd255dc0+0x77]
  J 8198 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x00007f73ccf7390c [0x00007f73ccf72780+0x118c]
  J 8320 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x00007f73cc826e6c [0x00007f73cc826e00+0x6c]
  J 8191 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007f73cd2565cc [0x00007f73cd2561e0+0x3ec]
  j  io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryLoader$1.run()Ljava/lang/Object;+53
  v  ~StubRoutines::call_stub
  J 1895  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object; (0 bytes) @ 0x00007f73cca6af8f [0x00007f73cca6af40+0x4f]
  j  io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(Ljava/lang/Class;Ljava/lang/String;Z)V+10
  j  io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryLoader.loadLibrary(Ljava/lang/ClassLoader;Ljava/lang/String;Z)V+15
  j  io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryLoader.load(Ljava/lang/String;Ljava/lang/ClassLoader;)V+402
  j  io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(Ljava/lang/ClassLoader;[Ljava/lang/String;)V+33
  j  io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl.loadTcNative()V+173
  j  io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl.<clinit>()V+152
  v  ~StubRoutines::call_stub
  j  io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts.defaultSslProvider()Lio/grpc/netty/shaded/io/netty/handler/ssl/SslProvider;+0
  j  io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts.configure(Lio/grpc/netty/shaded/io/netty/handler/ssl/SslContextBuilder;)Lio/grpc/netty/shaded/io/netty/handler/ssl/SslContextBuilder;+1
  j  io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts.forClient()Lio/grpc/netty/shaded/io/netty/handler/ssl/SslContextBuilder;+3
  j  io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder$NettyTransportFactory$DefaultNettyTransportCreationParamsFilterFactory.<init>(Lio/grpc/netty/shaded/io/grpc/netty/NettyChannelBuilder$NettyTransportFactory;Lio/grpc/netty/shaded/io/netty/handler/ssl/SslContext;)V+23
  j  io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder$NettyTransportFactory$DefaultNettyTransportCreationParamsFilterFactory.<init>(Lio/grpc/netty/shaded/io/grpc/netty/NettyChannelBuilder$NettyTransportFactory;Lio/grpc/netty/shaded/io/netty/handler/ssl/SslContext;Lio/grpc/netty/shaded/io/grpc/netty/NettyChannelBuilder$1;)V+3
  j  io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder$NettyTransportFactory.<init>(Lio/grpc/netty/shaded/io/grpc/netty/NettyChannelBuilder$TransportCreationParamsFilterFactory;Ljava/lang/Class;Ljava/util/Map;Lio/grpc/netty/shaded/io/grpc/netty/NegotiationType;Lio/grpc/netty/shaded/io/netty/handler/ssl/SslContext;Lio/grpc/netty/shaded/io/netty/channel/EventLoopGroup;IIIJJZLio/grpc/internal/TransportTracer;)V+45
  j  io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder.buildTransportFactory()Lio/grpc/internal/ClientTransportFactory;+59
  j  io.grpc.internal.AbstractManagedChannelImplBuilder.build()Lio/grpc/ManagedChannel;+10
  j  com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.createSingleChannel()Lio/grpc/ManagedChannel;+261
  j  com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.createChannel()Lcom/google/api/gax/rpc/TransportChannel;+45
  j  com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.getTransportChannel()Lcom/google/api/gax/rpc/TransportChannel;+52
  j  com.google.api.gax.rpc.ClientContext.create(Lcom/google/api/gax/rpc/StubSettings;)Lcom/google/api/gax/rpc/ClientContext;+161
  j  com.google.cloud.pubsub.v1.stub.GrpcPublisherStub.create(Lcom/google/cloud/pubsub/v1/stub/PublisherStubSettings;)Lcom/google/cloud/pubsub/v1/stub/GrpcPublisherStub;+6
  j  com.google.cloud.pubsub.v1.Publisher.<init>(Lcom/google/cloud/pubsub/v1/Publisher$Builder;)V+250
  j  com.google.cloud.pubsub.v1.Publisher.<init>(Lcom/google/cloud/pubsub/v1/Publisher$Builder;Lcom/google/cloud/pubsub/v1/Publisher$1;)V+2
  j  com.google.cloud.pubsub.v1.Publisher$Builder.build()Lcom/google/cloud/pubsub/v1/Publisher;+6
  v  ~StubRoutines::call_stub
  J 8199  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x00007f73cd255e37 [0x00007f73cd255dc0+0x77]
  J 8198 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x00007f73ccf7390c [0x00007f73ccf72780+0x118c]
  J 8320 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x00007f73cc826e6c [0x00007f73cc826e00+0x6c]
  J 8191 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007f73cd2565cc [0x00007f73cd2561e0+0x3ec]
  j  org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(Ljava/lang/reflect/Method;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;+6
  j  org.jruby.javasupport.JavaMethod.invokeDirect(Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;+53
  j  org.jruby.java.invokers.InstanceMethodInvoker.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+45
  J 2699 C2 org.jruby.ast.CallNoArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (22 bytes) @ 0x00007f73ccd15278 [0x00007f73ccd150c0+0x1b8]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 8233 C2 org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;ILorg/jruby/RubyModule;Lorg/jruby/ast/Node;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Z)Lorg/jruby/runtime/builtin/IRubyObject; (117 bytes) @ 0x00007f73ccb05bac [0x00007f73ccb05b00+0xac]
  J 6349 C1 org.jruby.internal.runtime.methods.InterpretedMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (191 bytes) @ 0x00007f73cd75523c [0x00007f73cd754da0+0x49c]
  J 6348 C1 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (52 bytes) @ 0x00007f73cd754654 [0x00007f73cd7544a0+0x1b4]
  J 8174 C1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (69 bytes) @ 0x00007f73cc9d002c [0x00007f73cc9cfb40+0x4ec]
  J 5570 C2 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (62 bytes) @ 0x00007f73cd4830c4 [0x00007f73cd482fc0+0x104]
  J 4587 C1 org.jruby.ast.FCallThreeArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73ccbff60c [0x00007f73ccbff4a0+0x16c]
  J 8197 C2 org.jruby.ast.OrNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (41 bytes) @ 0x00007f73cc78fb80 [0x00007f73cc78fae0+0xa0]
  J 2789 C1 org.jruby.ast.InstAsgnNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73ccd51d0c [0x00007f73ccd51a00+0x30c]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 8233 C2 org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;ILorg/jruby/RubyModule;Lorg/jruby/ast/Node;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Z)Lorg/jruby/runtime/builtin/IRubyObject; (117 bytes) @ 0x00007f73ccb05bac [0x00007f73ccb05b00+0xac]
  J 4612 C1 org.jruby.internal.runtime.methods.InterpretedMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (205 bytes) @ 0x00007f73cc808394 [0x00007f73cc8081e0+0x1b4]
  J 5438 C1 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (48 bytes) @ 0x00007f73cd3fe464 [0x00007f73cd3fe3a0+0xc4]
  J 5968 C2 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (12 bytes) @ 0x00007f73cd5c16d4 [0x00007f73cd5c1520+0x1b4]
  J 7287 C1 org.jruby.RubyClass$INVOKER$i$newInstance.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007f73cda464f4 [0x00007f73cda46160+0x394]
  J 5630 C1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (15 bytes) @ 0x00007f73cd0fb78c [0x00007f73cd0fb680+0x10c]
  j  org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
  J 7546 C1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (54 bytes) @ 0x00007f73ccd50bcc [0x00007f73ccd50420+0x7ac]
  J 5555 C1 org.jruby.ast.CallManyArgsNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (45 bytes) @ 0x00007f73cce464cc [0x00007f73cce463a0+0x12c]
  J 2789 C1 org.jruby.ast.InstAsgnNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73ccd51d0c [0x00007f73ccd51a00+0x30c]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 5877 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73cd60da88 [0x00007f73cd60d7a0+0x2e8]
  J 2699 C2 org.jruby.ast.CallNoArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (22 bytes) @ 0x00007f73ccd15278 [0x00007f73ccd150c0+0x1b8]
  J 7334 C2 org.jruby.ast.NewlineNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (45 bytes) @ 0x00007f73ccaec8c8 [0x00007f73ccaec840+0x88]
  J 5877 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73cd60da88 [0x00007f73cd60d7a0+0x2e8]
  J 2699 C2 org.jruby.ast.CallNoArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (22 bytes) @ 0x00007f73ccd15278 [0x00007f73ccd150c0+0x1b8]
  J 7334 C2 org.jruby.ast.NewlineNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (45 bytes) @ 0x00007f73ccaec8c8 [0x00007f73ccaec840+0x88]
  J 5877 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73cd60da88 [0x00007f73cd60d7a0+0x2e8]
  J 2699 C2 org.jruby.ast.CallNoArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (22 bytes) @ 0x00007f73ccd15278 [0x00007f73ccd150c0+0x1b8]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 5842 C1 org.jruby.ast.RescueNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (288 bytes) @ 0x00007f73cd513d1c [0x00007f73cd5139c0+0x35c]
  J 5353 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (44 bytes) @ 0x00007f73cd4a8908 [0x00007f73cd4a8620+0x2e8]
  J 5235 C2 org.jruby.ast.FCallOneArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (23 bytes) @ 0x00007f73cd33cc54 [0x00007f73cd33cac0+0x194]
  J 2721 C2 org.jruby.ast.CallOneArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (34 bytes) @ 0x00007f73ccd18a74 [0x00007f73ccd189e0+0x94]
  J 3960 C2 org.jruby.runtime.Interpreted19Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Binding;Lorg/jruby/runtime/Block$Type;)Lorg/jruby/runtime/builtin/IRubyObject; (99 bytes) @ 0x00007f73cc61f238 [0x00007f73cc61eb80+0x6b8]
  J 5339 C2 org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007f73cd38a908 [0x00007f73cd38a840+0xc8]
  J 5199 C2 org.jruby.ast.CallNoArgBlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (71 bytes) @ 0x00007f73cd32d72c [0x00007f73cd32d3c0+0x36c]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 5842 C1 org.jruby.ast.RescueNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (288 bytes) @ 0x00007f73cd513d1c [0x00007f73cd5139c0+0x35c]
  J 5353 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (44 bytes) @ 0x00007f73cd4a8908 [0x00007f73cd4a8620+0x2e8]
  J 5235 C2 org.jruby.ast.FCallOneArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (23 bytes) @ 0x00007f73cd33cc54 [0x00007f73cd33cac0+0x194]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  j  org.jruby.ast.EnsureNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+16
  J 5004 C1 org.jruby.ast.BeginNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007f73cd252bac [0x00007f73cd252b40+0x6c]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 5877 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73cd60da88 [0x00007f73cd60d7a0+0x2e8]
  J 5620 C2 org.jruby.ast.VCallNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007f73ccf2be38 [0x00007f73ccf2bce0+0x158]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 5877 C2 org.jruby.internal.runtime.methods.DefaultMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (40 bytes) @ 0x00007f73cd60da88 [0x00007f73cd60d7a0+0x2e8]
  J 2699 C2 org.jruby.ast.CallNoArgNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (22 bytes) @ 0x00007f73ccd15278 [0x00007f73ccd150c0+0x1b8]
  J 7334 C2 org.jruby.ast.NewlineNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (45 bytes) @ 0x00007f73ccaec8c8 [0x00007f73ccaec840+0x88]
  J 5842 C1 org.jruby.ast.RescueNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (288 bytes) @ 0x00007f73cd513d1c [0x00007f73cd5139c0+0x35c]
  J 5004 C1 org.jruby.ast.BeginNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007f73cd252bac [0x00007f73cd252b40+0x6c]
  J 6354 C2 org.jruby.ast.BlockNode.interpret(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (47 bytes) @ 0x00007f73cd7751bc [0x00007f73cd775040+0x17c]
  J 5252 C2 org.jruby.runtime.Interpreted19Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;ZLorg/jruby/runtime/Binding;Lorg/jruby/runtime/Block$Type;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (110 bytes) @ 0x00007f73cd3a054c [0x00007f73cd39fd00+0x84c]
  J 5761 C2 org.jruby.RubyProc.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (114 bytes) @ 0x00007f73cd4cd438 [0x00007f73cd4cd0a0+0x398]
  j  org.jruby.RubyProc.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7
  j  org.jruby.internal.runtime.RubyRunnable.run()V+172
  j  java.lang.Thread.run()V+11
  v  ~StubRoutines::call_stub

  ---------------  P R O C E S S  ---------------

  Java Threads: ( => current thread )
  =>0x00005576fc95f800 JavaThread "[main]-pipeline-manager" daemon [_thread_in_native, id=413, stack(0x00007f73bdc90000,0x00007f73bde90aa8)]
    0x00005576fc95e000 JavaThread "Ruby-0-Thread-3: /usr/share/logstash/vendor/bundle/jruby/1.9/gems/stud-0.0.23/lib/stud/task.rb:22" daemon [_thread_blocked, id=412, stack(0x00007f73bde91000,0x00007f73be091aa8)]
    0x00005576fe9a9800 JavaThread "pool-3-thread-1" [_thread_blocked, id=411, stack(0x00007f73be49e000,0x00007f73be69eaa8)]
    0x00005576fe9ad000 JavaThread "ReferenceReaper" daemon [_thread_blocked, id=410, stack(0x00007f73be89f000,0x00007f73bea9faa8)]
    0x00005576fc338800 JavaThread "Ruby-0-JIT-1" daemon [_thread_blocked, id=409, stack(0x00007f73c1b70000,0x00007f73c1d70aa8)]
    0x00005576faf6c000 JavaThread "Service Thread" daemon [_thread_blocked, id=407, stack(0x00007f73c5e74000,0x00007f73c6074aa8)]
    0x00005576faf29000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=406, stack(0x00007f73c6076000,0x00007f73c6176aa8)]
    0x00005576faf1e800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=405, stack(0x00007f73c6178000,0x00007f73c6278aa8)]
    0x00005576faed0800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=404, stack(0x00007f73c627a000,0x00007f73c637aaa8)]
    0x00005576faecd800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=403, stack(0x00007f73c637c000,0x00007f73c647caa8)]
    0x00005576faecb800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=402, stack(0x00007f73c647d000,0x00007f73c667daa8)]
    0x00005576faebe000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=401, stack(0x00007f73c667e000,0x00007f73c687eaa8)]
    0x00005576fae8a800 JavaThread "Finalizer" daemon [_thread_blocked, id=400, stack(0x00007f73c687f000,0x00007f73c6a7faa8)]
    0x00005576fae87800 JavaThread "Reference Handler" daemon [_thread_blocked, id=399, stack(0x00007f73c6a80000,0x00007f73c6c80aa8)]
    0x00005576fac2c000 JavaThread "LogStash::Runner" [_thread_blocked, id=386, stack(0x00007f73dba45000,0x00007f73dbc45aa8)]

  Other Threads:
    0x00005576fae7d800 VMThread [stack: 0x00007f73c6c82000,0x00007f73c6d82aa8] [id=398]
    0x00005576faf57800 WatcherThread [stack: 0x00007f73c5c7f000,0x00007f73c5d7faa8] [id=408]

  VM state:not at safepoint (normal execution)

  VM Mutex/Monitor currently owned by a thread: None

  Heap:
  par new generation   total 314560K, used 279629K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K,  87% used [0x00000000c0000000, 0x00000000ceef3660, 0x00000000d1110000)
    from space 34944K, 100% used [0x00000000d3330000, 0x00000000d5550000, 0x00000000d5550000)
    to   space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
  concurrent mark-sweep generation total 699072K, used 73933K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 51435K, capacity 53740K, committed 53976K, reserved 1093632K
    class space    used 8361K, capacity 9045K, committed 9080K, reserved 1048576K

  Card table byte_map: [0x00007f73cb72d000,0x00007f73cb92e000] byte_map_base: 0x00007f73cb12d000

  Marking Bits: (CMSBitMap*) 0x00005576facb8fc8
  Bits: [0x00007f73ca324000, 0x00007f73cadcec00)

  Mod Union Table: (CMSBitMap*) 0x00005576facb9088
  Bits: [0x00007f73dd21b000, 0x00007f73dd245ab0)

  Polling page: 0x00007f73dd351000

  CodeCache: size=245760Kb used=21659Kb max_used=23255Kb free=224100Kb
  bounds [0x00007f73cc3fc000, 0x00007f73cdb4c000, 0x00007f73db3fc000]
  total_blobs=6691 nmethods=6042 adapters=559
  compilation: enabled

  Compilation events (10 events):
  Event: 41.493 Thread 0x00005576faf1e800 8411       4       java.util.concurrent.ConcurrentHashMap::putIfAbsent (8 bytes)
  Event: 41.494 Thread 0x00005576faf1e800 nmethod 8411 0x00007f73cce06590 code [0x00007f73cce066e0, 0x00007f73cce06768]
  Event: 41.503 Thread 0x00005576faf29000 8412       3       java.io.File::<init> (113 bytes)
  Event: 41.504 Thread 0x00005576faf29000 nmethod 8412 0x00007f73cd494390 code [0x00007f73cd4945e0, 0x00007f73cd495088]
  Event: 41.505 Thread 0x00005576faf29000 8413       3       java.io.FilterInputStream::read (11 bytes)
  Event: 41.505 Thread 0x00005576faf29000 nmethod 8413 0x00007f73ccae1290 code [0x00007f73ccae1400, 0x00007f73ccae1628]
  Event: 41.586 Thread 0x00005576faf29000 8414       3       java.io.FilterInputStream::read (9 bytes)
  Event: 41.587 Thread 0x00005576faf29000 nmethod 8414 0x00007f73cc613250 code [0x00007f73cc6133c0, 0x00007f73cc6135e8]
  Event: 41.592 Thread 0x00005576faf29000 8415       3       java.io.FileOutputStream::write (12 bytes)
  Event: 41.592 Thread 0x00005576faf29000 nmethod 8415 0x00007f73cccee290 code [0x00007f73cccee400, 0x00007f73cccee588]

  GC Heap History (6 events):
  Event: 19.694 GC heap before
  {Heap before GC invocations=0 (full 1):
  par new generation   total 314560K, used 279616K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K, 100% used [0x00000000c0000000, 0x00000000d1110000, 0x00000000d1110000)
    from space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
    to   space 34944K,   0% used [0x00000000d3330000, 0x00000000d3330000, 0x00000000d5550000)
  concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 32521K, capacity 33988K, committed 34320K, reserved 1077248K
    class space    used 5441K, capacity 5873K, committed 5960K, reserved 1048576K
  Event: 19.894 GC heap after
  Heap after GC invocations=1 (full 1):
  par new generation   total 314560K, used 30357K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K,   0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d1110000)
    from space 34944K,  86% used [0x00000000d3330000, 0x00000000d50d5670, 0x00000000d5550000)
    to   space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
  concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 32521K, capacity 33988K, committed 34320K, reserved 1077248K
    class space    used 5441K, capacity 5873K, committed 5960K, reserved 1048576K
  }
  Event: 23.606 GC heap before
  {Heap before GC invocations=1 (full 1):
  par new generation   total 314560K, used 309973K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K, 100% used [0x00000000c0000000, 0x00000000d1110000, 0x00000000d1110000)
    from space 34944K,  86% used [0x00000000d3330000, 0x00000000d50d5670, 0x00000000d5550000)
    to   space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
  concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 32622K, capacity 34112K, committed 34320K, reserved 1077248K
    class space    used 5444K, capacity 5881K, committed 5960K, reserved 1048576K
  Event: 24.918 GC heap after
  Heap after GC invocations=2 (full 1):
  par new generation   total 314560K, used 34944K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K,   0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d1110000)
    from space 34944K, 100% used [0x00000000d1110000, 0x00000000d3330000, 0x00000000d3330000)
    to   space 34944K,   0% used [0x00000000d3330000, 0x00000000d3330000, 0x00000000d5550000)
  concurrent mark-sweep generation total 699072K, used 36935K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 32622K, capacity 34112K, committed 34320K, reserved 1077248K
    class space    used 5444K, capacity 5881K, committed 5960K, reserved 1048576K
  }
  Event: 31.302 GC heap before
  {Heap before GC invocations=2 (full 1):
  par new generation   total 314560K, used 314560K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K, 100% used [0x00000000c0000000, 0x00000000d1110000, 0x00000000d1110000)
    from space 34944K, 100% used [0x00000000d1110000, 0x00000000d3330000, 0x00000000d3330000)
    to   space 34944K,   0% used [0x00000000d3330000, 0x00000000d3330000, 0x00000000d5550000)
  concurrent mark-sweep generation total 699072K, used 36935K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 39627K, capacity 41474K, committed 41616K, reserved 1083392K
    class space    used 6757K, capacity 7291K, committed 7368K, reserved 1048576K
  Event: 31.714 GC heap after
  Heap after GC invocations=3 (full 1):
  par new generation   total 314560K, used 34944K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
    eden space 279616K,   0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d1110000)
    from space 34944K, 100% used [0x00000000d3330000, 0x00000000d5550000, 0x00000000d5550000)
    to   space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
  concurrent mark-sweep generation total 699072K, used 73933K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
  Metaspace       used 39627K, capacity 41474K, committed 41616K, reserved 1083392K
    class space    used 6757K, capacity 7291K, committed 7368K, reserved 1048576K
  }

  Deoptimization events (10 events):
  Event: 39.088 Thread 0x00005576fac2c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f73cca9a54c method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 18
  Event: 39.089 Thread 0x00005576fac2c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f73cca9a54c method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 18
  Event: 39.091 Thread 0x00005576fc95e000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00007f73cc85e8e8 method=org.jruby.RubyEncoding.getUTF8Coder()Lorg/jruby/RubyEncoding$UTF8Coder; @ 6
  Event: 39.091 Thread 0x00005576fc95e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f73cc679088 method=org.jruby.runtime.ThreadContext.pushCallFrame(Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V @ 43
  Event: 39.095 Thread 0x00005576fc95f800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00007f73cc59146c method=org.jruby.RubyEncoding.getUTF8Coder()Lorg/jruby/RubyEncoding$UTF8Coder; @ 6
  Event: 39.096 Thread 0x00005576fc95f800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f73ccb73c58 method=org.jruby.RubyModule.searchWithCache(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry; @ 34
  Event: 39.189 Thread 0x00005576fc95f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f73cda2f96c method=sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource; @ 62
  Event: 39.191 Thread 0x00005576fc95f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f73cd79d510 method=sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource; @ 62
  Event: 41.496 Thread 0x00005576fc95f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f73cd7dc614 method=java.io.File.getName()Ljava/lang/String; @ 16
  Event: 41.497 Thread 0x00005576fc95f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f73cd7b6074 method=java.io.File.getName()Ljava/lang/String; @ 16

  Classes redefined (0 events):
  No events

  Internal exceptions (10 events):
  Event: 39.193 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd082cb8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.193 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd083668) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.194 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd0859d0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.194 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd086380) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.194 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd088920) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.194 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd0892d0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.194 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd08b708) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 39.194 Thread 0x00005576fc95f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000cd08c0b8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445]
  Event: 41.385 Thread 0x00005576fc95f800 Exception <a 'java/lang/NoSuchMethodError': org.slf4j.impl.StaticMarkerBinder.getSingleton()Lorg/slf4j/impl/StaticMarkerBinder;> (0x00000000cea35b00) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/inter
  Event: 41.503 Thread 0x00005576fc95f800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x00000000cede7ec0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/reflection.cpp, line 1092]

  Events (10 events):
  Event: 41.502 loading class java/lang/ClassLoaderHelper done
  Event: 41.503 loading class io/grpc/netty/shaded/io/netty/util/internal/ThrowableUtil
  Event: 41.503 loading class io/grpc/netty/shaded/io/netty/util/internal/ThrowableUtil done
  Event: 41.506 Thread 0x00005576faf29000 flushing nmethod 0x00007f73ccf0cc90
  Event: 41.583 Thread 0x00005576faf29000 flushing nmethod 0x00007f73ccf2efd0
  Event: 41.593 Thread 0x00005576faf29000 flushing nmethod 0x00007f73cd1044d0
  Event: 41.593 Thread 0x00005576faf29000 flushing nmethod 0x00007f73cd11d790
  Event: 41.593 Thread 0x00005576faf29000 flushing nmethod 0x00007f73cd1a8350
  Event: 41.595 loading class java/io/FileOutputStream$1
  Event: 41.595 loading class java/io/FileOutputStream$1 done


  Dynamic libraries:
  c0000000-1008de000 rw-p 00000000 00:00 0 
  1008de000-140000000 ---p 00000000 00:00 0 
  5576f969a000-5576f969b000 r-xp 00000000 08:01 6920862                    /usr/lib/jvm/java-1.8-openjdk/jre/bin/java
  5576f989a000-5576f989b000 r--p 00000000 08:01 6920862                    /usr/lib/jvm/java-1.8-openjdk/jre/bin/java
  5576f989b000-5576f989c000 rw-p 00001000 08:01 6920862                    /usr/lib/jvm/java-1.8-openjdk/jre/bin/java
  5576fac14000-5577002d4000 rw-p 00000000 00:00 0                          [heap]
  7f73bcfe2000-7f73bd3cb000 r-xp 00000000 08:01 19718961                   /tmp/libio_grpc_netty_shaded_netty_tcnative_linux_x86_648344928788188020897.so
  7f73bd3cb000-7f73bd3df000 rw-p 001e9000 08:01 19718961                   /tmp/libio_grpc_netty_shaded_netty_tcnative_linux_x86_648344928788188020897.so
  7f73bd3df000-7f73bd7a1000 rw-p 00000000 00:00 0 
  7f73bd7a1000-7f73bd7bb000 ---p 00000000 00:00 0 
  7f73bd8b7000-7f73bdc90000 rw-p 00000000 00:00 0 
  7f73bdc90000-7f73bdc93000 ---p 00000000 00:00 0 
  7f73bdc93000-7f73bde91000 rw-p 00000000 00:00 0 
  7f73bde91000-7f73bde94000 ---p 00000000 00:00 0 
  7f73bde94000-7f73be113000 rw-p 00000000 00:00 0 
  7f73be1cd000-7f73be342000 rw-p 00000000 00:00 0 
  7f73be357000-7f73be367000 r--s 00089000 08:01 19975787                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar
  7f73be367000-7f73be3ae000 r--s 005ac000 08:01 19975767                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-netty-shaded/1.13.1/grpc-netty-shaded-1.13.1.jar
  7f73be3ae000-7f73be456000 rw-p 00000000 00:00 0 
  7f73be45d000-7f73be49e000 rw-p 00000000 00:00 0 
  7f73be49e000-7f73be4a1000 ---p 00000000 00:00 0 
  7f73be4a1000-7f73be89f000 rw-p 00000000 00:00 0 
  7f73be89f000-7f73be8a2000 ---p 00000000 00:00 0 
  7f73be8a2000-7f73beca0000 rw-p 00000000 00:00 0 
  7f73beca4000-7f73becab000 r--s 00030000 08:01 19975780                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/opencensus/opencensus-api/0.12.3/opencensus-api-0.12.3.jar
  7f73bed11000-7f73bf04c000 rw-p 00000000 00:00 0 
  7f73bf04c000-7f73bf25c000 r-xp 00000000 08:01 6920889                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libj2pkcs11.so
  7f73bf25c000-7f73bf25d000 r--p 00010000 08:01 6920889                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libj2pkcs11.so
  7f73bf25d000-7f73bf25e000 rw-p 00011000 08:01 6920889                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libj2pkcs11.so
  7f73bf25e000-7f73bf45e000 rw-p 00000000 00:00 0 
  7f73bf45e000-7f73bf6de000 r-xp 00000000 08:01 6921028                    /usr/lib/libfreebl3.so.36
  7f73bf6de000-7f73bf6e0000 r--p 00080000 08:01 6921028                    /usr/lib/libfreebl3.so.36
  7f73bf6e0000-7f73bf6e1000 rw-p 00082000 08:01 6921028                    /usr/lib/libfreebl3.so.36
  7f73bf6e1000-7f73bf6e5000 rw-p 00000000 00:00 0 
  7f73bf6e5000-7f73bf8e7000 r-xp 00000000 08:01 6921076                    /usr/lib/libplds4.so
  7f73bf8e7000-7f73bf8e8000 r--p 00002000 08:01 6921076                    /usr/lib/libplds4.so
  7f73bf8e8000-7f73bf8e9000 rw-p 00003000 08:01 6921076                    /usr/lib/libplds4.so
  7f73bf8e9000-7f73bfaec000 r-xp 00000000 08:01 6921075                    /usr/lib/libplc4.so
  7f73bfaec000-7f73bfaed000 r--p 00003000 08:01 6921075                    /usr/lib/libplc4.so
  7f73bfaed000-7f73bfaee000 rw-p 00004000 08:01 6921075                    /usr/lib/libplc4.so
  7f73bfaee000-7f73bfd27000 r-xp 00000000 08:01 6921058                    /usr/lib/libnspr4.so
  7f73bfd27000-7f73bfd29000 r--p 00039000 08:01 6921058                    /usr/lib/libnspr4.so
  7f73bfd29000-7f73bfd2a000 rw-p 0003b000 08:01 6921058                    /usr/lib/libnspr4.so
  7f73bfd2a000-7f73bfd2d000 rw-p 00000000 00:00 0 
  7f73bfd2d000-7f73bff55000 r-xp 00000000 08:01 6921067                    /usr/lib/libnssutil3.so.36
  7f73bff55000-7f73bff5c000 r--p 00028000 08:01 6921067                    /usr/lib/libnssutil3.so.36
  7f73bff5c000-7f73bff5d000 rw-p 0002f000 08:01 6921067                    /usr/lib/libnssutil3.so.36
  7f73bff5d000-7f73c0281000 r-xp 00000000 08:01 6921060                    /usr/lib/libnss3.so.36
  7f73c0281000-7f73c0287000 r--p 00124000 08:01 6921060                    /usr/lib/libnss3.so.36
  7f73c0287000-7f73c0288000 rw-p 0012a000 08:01 6921060                    /usr/lib/libnss3.so.36
  7f73c0288000-7f73c028a000 rw-p 00000000 00:00 0 
  7f73c028a000-7f73c0495000 r-xp 00000000 08:01 6920908                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libsunec.so
  7f73c0495000-7f73c0496000 r--p 0000b000 08:01 6920908                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libsunec.so
  7f73c0496000-7f73c0497000 rw-p 0000c000 08:01 6920908                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libsunec.so
  7f73c0497000-7f73c0697000 rw-p 00000000 00:00 0 
  7f73c0697000-7f73c0897000 rw-p 00000000 00:00 0 
  7f73c0897000-7f73c089d000 r--s 00077000 08:01 19975800                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar
  7f73c089d000-7f73c089f000 r--s 00008000 08:01 19975776                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-stub/1.13.1/grpc-stub-1.13.1.jar
  7f73c089f000-7f73c08ad000 r--s 0009a000 08:01 19975764                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-core/1.13.1/grpc-core-1.13.1.jar
  7f73c08ad000-7f73c08bd000 r--s 0014c000 08:01 19975742                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/protobuf/protobuf-java/3.6.0/protobuf-java-3.6.0.jar
  7f73c0943000-7f73c09dc000 rw-p 00000000 00:00 0 
  7f73c09dc000-7f73c0be4000 r-xp 00000000 08:01 6920902                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libmanagement.so
  7f73c0be4000-7f73c0be5000 r--p 00008000 08:01 6920902                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libmanagement.so
  7f73c0be5000-7f73c0be6000 rw-p 00009000 08:01 6920902                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libmanagement.so
  7f73c0be6000-7f73c0de6000 rw-p 00000000 00:00 0 
  7f73c0de6000-7f73c0fe6000 rw-p 00000000 00:00 0 
  7f73c0fe6000-7f73c11e6000 rw-p 00000000 00:00 0 
  7f73c11e6000-7f73c13e6000 rw-p 00000000 00:00 0 
  7f73c13e6000-7f73c15e6000 rw-p 00000000 00:00 0 
  7f73c15e6000-7f73c17e6000 rw-p 00000000 00:00 0 
  7f73c17e6000-7f73c17e7000 r--s 00002000 08:01 19975783                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/opencensus/opencensus-contrib-grpc-metrics/0.12.3/opencensus-contrib-grpc-metrics-0.12.3.jar
  7f73c17e7000-7f73c17e8000 r--s 00001000 08:01 19975770                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-protobuf-lite/1.13.1/grpc-protobuf-lite-1.13.1.jar
  7f73c17e8000-7f73c17e9000 r--s 00001000 08:01 19975773                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-protobuf/1.13.1/grpc-protobuf-1.13.1.jar
  7f73c17e9000-7f73c17ee000 r--s 00038000 08:01 19975745                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/protobuf/protobuf-lite/3.0.1/protobuf-lite-3.0.1.jar
  7f73c17ee000-7f73c17f7000 r--s 0004f000 08:01 19975735                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar
  7f73c17f7000-7f73c1815000 r--s 00161000 08:01 19975701                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar
  7f73c1815000-7f73c1897000 rw-p 00000000 00:00 0 
  7f73c1897000-7f73c18e1000 r--s 002f4000 08:01 19718177                   /usr/share/logstash/vendor/jruby/lib/ruby/shared/org/bouncycastle/bcprov-jdk15on/1.55/bcprov-jdk15on-1.55.jar
  7f73c18e1000-7f73c1922000 rw-p 00000000 00:00 0 
  7f73c1922000-7f73c1b33000 r-xp 00000000 08:01 19717288                   /usr/share/logstash/vendor/jruby/lib/jni/x86_64-Linux/libjffi-1.2.so
  7f73c1b33000-7f73c1b34000 rw-p 00011000 08:01 19717288                   /usr/share/logstash/vendor/jruby/lib/jni/x86_64-Linux/libjffi-1.2.so
  7f73c1b34000-7f73c1b35000 r--s 00006000 08:01 19975761                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-context/1.13.1/grpc-context-1.13.1.jar
  7f73c1b35000-7f73c1b36000 r--s 00003000 08:01 19975758                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/io/grpc/grpc-auth/1.13.1/grpc-auth-1.13.1.jar
  7f73c1b36000-7f73c1b38000 r--s 0000f000 08:01 19975739                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/protobuf/protobuf-java-util/3.6.0/protobuf-java-util-3.6.0.jar
  7f73c1b38000-7f73c1b39000 r--s 00001000 08:01 19975732                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.jar
  7f73c1b39000-7f73c1b3e000 r--s 00034000 08:01 19975720                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/code/gson/gson/2.7/gson-2.7.jar
  7f73c1b3e000-7f73c1b3f000 r--s 00002000 08:01 19975705                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/cloud/google-cloud-core-grpc/1.37.1/google-cloud-core-grpc-1.37.1.jar
  7f73c1b3f000-7f73c1b43000 r--s 0001a000 08:01 19975708                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/cloud/google-cloud-core/1.37.1/google-cloud-core-1.37.1.jar
  7f73c1b43000-7f73c1b45000 r--s 00010000 08:01 19975696                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/auth/google-auth-library-oauth2-http/0.9.1/google-auth-library-oauth2-http-0.9.1.jar
  7f73c1b45000-7f73c1b46000 r--s 00001000 08:01 19975693                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/auth/google-auth-library-credentials/0.9.1/google-auth-library-credentials-0.9.1.jar
  7f73c1b46000-7f73c1b48000 r--s 0001a000 08:01 19975689                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/grpc/proto-google-iam-v1/0.12.0/proto-google-iam-v1-0.12.0.jar
  7f73c1b48000-7f73c1b54000 r--s 0011a000 08:01 19975686                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/grpc/proto-google-common-protos/1.12.0/proto-google-common-protos-1.12.0.jar
  7f73c1b54000-7f73c1b59000 r--s 0006e000 08:01 19975683                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.19.1/proto-google-cloud-pubsub-v1-1.19.1.jar
  7f73c1b59000-7f73c1b5b000 r--s 00007000 08:01 19846984                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/grpc/grpc-google-cloud-pubsub-v1/1.19.1/grpc-google-cloud-pubsub-v1-1.19.1.jar
  7f73c1b5b000-7f73c1b63000 r--s 00039000 08:01 19846980                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/gax/1.29.0/gax-1.29.0.jar
  7f73c1b63000-7f73c1b70000 r--s 000a7000 08:01 19584986                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/lib/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
  7f73c1b70000-7f73c1b73000 ---p 00000000 00:00 0 
  7f73c1b73000-7f73c1d71000 rw-p 00000000 00:00 0 
  7f73c1d71000-7f73c1d75000 r--s 00015000 08:01 19846977                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/gax-grpc/1.29.0/gax-grpc-1.29.0.jar
  7f73c1d75000-7f73c1d78000 r--s 00009000 08:01 19846974                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/api/api-common/1.6.0/api-common-1.6.0.jar
  7f73c1d78000-7f73c1d7c000 r--s 00023000 08:01 19975711                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-google_pubsub-1.0.0-java/vendor/jar-dependencies/com/google/cloud/google-cloud-pubsub/1.37.1/google-cloud-pubsub-1.37.1.jar
  7f73c1d7c000-7f73c1d92000 r--s 000f6000 08:01 19718046                   /usr/share/logstash/vendor/jruby/lib/ruby/shared/jopenssl.jar
  7f73c1d92000-7f73c1dc2000 r--s 00245000 08:01 19845764                   /root/.m2/repository/com/google/guava/guava/22.0/guava-22.0.jar
  7f73c1dc2000-7f73c1fb4000 rw-p 00000000 00:00 0 
  7f73c1fb4000-7f73c1fc2000 ---p 00000000 00:00 0 
  7f73c1fc2000-7f73c1fc3000 rw-p 00000000 00:00 0 
  7f73c1fc3000-7f73c1fc4000 r--s 00001000 08:01 19455182                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/jruby-stdin-channel-0.2.0-java/lib/jruby_stdin_channel/jruby_stdin_channel.jar
  7f73c1fc4000-7f73c1fcb000 r--s 00049000 08:01 19584989                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/lib/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
  7f73c1fcb000-7f73c1fd2000 r--s 0003f000 08:01 19584961                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/lib/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
  7f73c1fd2000-7f73c1fe3000 r--s 00096000 08:01 19718174                   /usr/share/logstash/vendor/jruby/lib/ruby/shared/org/bouncycastle/bcpkix-jdk15on/1.55/bcpkix-jdk15on-1.55.jar
  7f73c1fe3000-7f73c1fe4000 rw-p 00000000 00:00 0 
  7f73c1fe4000-7f73c1fe5000 r--s 00001000 08:01 19584994                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/lib/org/manticore/manticore-ext.jar
  7f73c1fe5000-7f73c1fe7000 r--s 00009000 08:01 19584992                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/lib/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar
  7f73c1fe7000-7f73c1fe9000 r--s 0000e000 08:01 19584965                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/lib/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
  7f73c1fe9000-7f73c1fea000 r--s 00006000 08:01 19586279                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/puma-2.16.0-java/lib/puma/puma_http11.jar
  7f73c1fea000-7f73c2005000 r--s 001d6000 08:01 6920934                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/ext/nashorn.jar
  7f73c2005000-7f73c200a000 r--s 00044000 08:01 6920936                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/ext/sunjce_provider.jar
  7f73c200a000-7f73c200c000 r--s 0000d000 08:01 19455116                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/jrjackson-0.4.6-java/lib/jrjackson/jars/jrjackson-1.2.24.jar
  7f73c200c000-7f73c201f000 r--s 00102000 08:01 6920966                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/resources.jar
  7f73c201f000-7f73c2021000 r--s 00009000 08:01 6920935                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/ext/sunec.jar
  7f73c2021000-7f73c2024000 r--s 0003f000 08:01 6920937                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/ext/sunpkcs11.jar
  7f73c2024000-7f73c2028000 r--s 0001c000 08:01 19453659                   /usr/share/logstash/vendor/bundle/jruby/1.9/gems/concurrent-ruby-1.0.5-java/lib/concurrent_ruby_ext.jar
  7f73c2028000-7f73c202d000 r--s 00028000 08:01 19195028                   /usr/share/logstash/logstash-core/lib/logstash-core/logstash-core.jar
  7f73c202d000-7f73c2030000 r--s 00021000 08:01 19845760                   /root/.m2/repository/com/fasterxml/jackson/module/jackson-module-afterburner/2.9.5/jackson-module-afterburner-2.9.5.jar
  7f73c2030000-7f73c2043000 r--s 00135000 08:01 19845746                   /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar
  7f73c2043000-7f73c2044000 r--s 00002000 08:01 19845768                   /root/.m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar
  7f73c2044000-7f73c2045000 r--s 00005000 08:01 19845745                   /root/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.6.2/log4j-slf4j-impl-2.6.2.jar
  7f73c2045000-7f73c2049000 r--s 0002d000 08:01 19845753                   /root/.m2/repository/org/apache/logging/log4j/log4j-api/2.6.2/log4j-api-2.6.2.jar
  7f73c2049000-7f73c204b000 r--s 00001000 08:01 19845770                   /root/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
  7f73c204b000-7f73c204d000 r--s 0000b000 08:01 19845761                   /root/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.5/jackson-dataformat-cbor-2.9.5.jar
  7f73c204d000-7f73c2050000 r--s 00006000 08:01 19845766                   /root/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
  7f73c2050000-7f73c2052000 r--s 00009000 08:01 19845747                   /root/.m2/repository/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
  7f73c2052000-7f73c2252000 rw-p 00000000 00:00 0 
  7f73c2252000-7f73c2452000 rw-p 00000000 00:00 0 
  7f73c2452000-7f73c2652000 rw-p 00000000 00:00 0 
  7f73c2652000-7f73c2852000 rw-p 00000000 00:00 0 
  7f73c2852000-7f73c2a63000 r-xp 00000000 08:01 6920905                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnio.so
  7f73c2a63000-7f73c2a64000 r--p 00011000 08:01 6920905                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnio.so
  7f73c2a64000-7f73c2a65000 rw-p 00012000 08:01 6920905                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnio.so
  7f73c2a65000-7f73c5a66000 rw-p 00000000 00:00 0 
  7f73c5a66000-7f73c5c7c000 r-xp 00000000 08:01 6920904                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnet.so
  7f73c5c7c000-7f73c5c7d000 r--p 00016000 08:01 6920904                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnet.so
  7f73c5c7d000-7f73c5c7e000 rw-p 00017000 08:01 6920904                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnet.so
  7f73c5c7e000-7f73c5c7f000 ---p 00000000 00:00 0 
  7f73c5c7f000-7f73c5d80000 rw-p 00000000 00:00 0 
  7f73c5d80000-7f73c5e74000 r--s 00c49000 08:01 19717293                   /usr/share/logstash/vendor/jruby/lib/jruby.jar
  7f73c5e74000-7f73c5e77000 ---p 00000000 00:00 0 
  7f73c5e77000-7f73c6075000 rw-p 00000000 00:00 0 
  7f73c6075000-7f73c6076000 ---p 00000000 00:00 0 
  7f73c6076000-7f73c6079000 ---p 00000000 00:00 0 
  7f73c6079000-7f73c6177000 rw-p 00000000 00:00 0 
  7f73c6177000-7f73c6178000 ---p 00000000 00:00 0 
  7f73c6178000-7f73c617b000 ---p 00000000 00:00 0 
  7f73c617b000-7f73c6279000 rw-p 00000000 00:00 0 
  7f73c6279000-7f73c627a000 ---p 00000000 00:00 0 
  7f73c627a000-7f73c627d000 ---p 00000000 00:00 0 
  7f73c627d000-7f73c637b000 rw-p 00000000 00:00 0 
  7f73c637b000-7f73c637c000 ---p 00000000 00:00 0 
  7f73c637c000-7f73c637f000 ---p 00000000 00:00 0 
  7f73c637f000-7f73c647d000 rw-p 00000000 00:00 0 
  7f73c647d000-7f73c6480000 ---p 00000000 00:00 0 
  7f73c6480000-7f73c667e000 rw-p 00000000 00:00 0 
  7f73c667e000-7f73c6681000 ---p 00000000 00:00 0 
  7f73c6681000-7f73c687f000 rw-p 00000000 00:00 0 
  7f73c687f000-7f73c6882000 ---p 00000000 00:00 0 
  7f73c6882000-7f73c6a80000 rw-p 00000000 00:00 0 
  7f73c6a80000-7f73c6a83000 ---p 00000000 00:00 0 
  7f73c6a83000-7f73c6c81000 rw-p 00000000 00:00 0 
  7f73c6c81000-7f73c6c82000 ---p 00000000 00:00 0 
  7f73c6c82000-7f73c6dd1000 rw-p 00000000 00:00 0 
  7f73c6dd1000-7f73c6fa0000 r--s 01f51000 08:01 6920967                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/rt.jar
  7f73c6fa0000-7f73c7816000 rw-p 00000000 00:00 0 
  7f73c7816000-7f73c7817000 ---p 00000000 00:00 0 
  7f73c7817000-7f73c8120000 rw-p 00000000 00:00 0 
  7f73c8120000-7f73c8121000 ---p 00000000 00:00 0 
  7f73c8121000-7f73c8222000 rw-p 00000000 00:00 0 
  7f73c8222000-7f73c8223000 ---p 00000000 00:00 0 
  7f73c8223000-7f73cb92d000 rw-p 00000000 00:00 0 
  7f73cb92d000-7f73cb92e000 rw-p 00000000 00:00 0 
  7f73cb92e000-7f73cb92f000 ---p 00000000 00:00 0 
  7f73cb92f000-7f73cba30000 rw-p 00000000 00:00 0 
  7f73cba30000-7f73cba31000 ---p 00000000 00:00 0 
  7f73cba31000-7f73cbb32000 rw-p 00000000 00:00 0 
  7f73cbb32000-7f73cbb33000 ---p 00000000 00:00 0 
  7f73cbb33000-7f73cbc34000 rw-p 00000000 00:00 0 
  7f73cbc34000-7f73cbc35000 ---p 00000000 00:00 0 
  7f73cbc35000-7f73cbd36000 rw-p 00000000 00:00 0 
  7f73cbd36000-7f73cbd37000 ---p 00000000 00:00 0 
  7f73cbd37000-7f73cbe38000 rw-p 00000000 00:00 0 
  7f73cbe38000-7f73cbe39000 ---p 00000000 00:00 0 
  7f73cbe39000-7f73cbf3a000 rw-p 00000000 00:00 0 
  7f73cbf3a000-7f73cbf3b000 ---p 00000000 00:00 0 
  7f73cbf3b000-7f73cc09a000 rw-p 00000000 00:00 0 
  7f73cc09a000-7f73cc3fc000 ---p 00000000 00:00 0 
  7f73cc3fc000-7f73cdb4c000 rwxp 00000000 00:00 0 
  7f73cdb4c000-7f73db3fc000 ---p 00000000 00:00 0 
  7f73db3fc000-7f73db603000 r-xp 00000000 08:01 6920911                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libzip.so
  7f73db603000-7f73db604000 r--p 00007000 08:01 6920911                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libzip.so
  7f73db604000-7f73db605000 rw-p 00008000 08:01 6920911                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libzip.so
  7f73db605000-7f73db831000 r-xp 00000000 08:01 6920892                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libjava.so
  7f73db831000-7f73db832000 r--p 0002c000 08:01 6920892                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libjava.so
  7f73db832000-7f73db833000 rw-p 0002d000 08:01 6920892                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libjava.so
  7f73db833000-7f73db834000 rw-p 00000000 00:00 0 
  7f73db834000-7f73dba40000 r-xp 00000000 08:01 6920910                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libverify.so
  7f73dba40000-7f73dba42000 r--p 0000c000 08:01 6920910                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libverify.so
  7f73dba42000-7f73dba43000 rw-p 0000e000 08:01 6920910                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libverify.so
  7f73dba43000-7f73dba45000 ---p 00000000 00:00 0 
  7f73dba45000-7f73dba48000 ---p 00000000 00:00 0 
  7f73dba48000-7f73dbc46000 rw-p 00000000 00:00 0 
  7f73dbc46000-7f73dbe56000 r-xp 00000000 08:01 6921031                    /usr/lib/libgcc_s.so.1
  7f73dbe56000-7f73dbe57000 r--p 00010000 08:01 6921031                    /usr/lib/libgcc_s.so.1
  7f73dbe57000-7f73dbe58000 rw-p 00011000 08:01 6921031                    /usr/lib/libgcc_s.so.1
  7f73dbe58000-7f73dc198000 r-xp 00000000 08:01 6921091                    /usr/lib/libstdc++.so.6.0.22
  7f73dc198000-7f73dc1a6000 r--p 00140000 08:01 6921091                    /usr/lib/libstdc++.so.6.0.22
  7f73dc1a6000-7f73dc1a7000 rw-p 0014e000 08:01 6921091                    /usr/lib/libstdc++.so.6.0.22
  7f73dc1a7000-7f73dc1aa000 rw-p 00000000 00:00 0 
  7f73dc1aa000-7f73dcbb2000 r-xp 00000000 08:01 6920915                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so
  7f73dcbb2000-7f73dcc48000 r--p 00808000 08:01 6920915                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so
  7f73dcc48000-7f73dcc70000 rw-p 0089e000 08:01 6920915                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so
  7f73dcc70000-7f73dcca0000 rw-p 00000000 00:00 0 
  7f73dcca0000-7f73dceb5000 r-xp 00000000 08:01 6920168                    /lib/libz.so.1.2.11
  7f73dceb5000-7f73dceb6000 r--p 00015000 08:01 6920168                    /lib/libz.so.1.2.11
  7f73dceb6000-7f73dceb7000 rw-p 00016000 08:01 6920168                    /lib/libz.so.1.2.11
  7f73dceb7000-7f73dd0c3000 r-xp 00000000 08:01 6920876                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/jli/libjli.so
  7f73dd0c3000-7f73dd0c4000 r--p 0000c000 08:01 6920876                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/jli/libjli.so
  7f73dd0c4000-7f73dd0c5000 rw-p 0000d000 08:01 6920876                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/jli/libjli.so
  7f73dd0c5000-7f73dd152000 r-xp 00000000 08:01 6920159                    /lib/ld-musl-x86_64.so.1
  7f73dd152000-7f73dd153000 r--s 00000000 08:01 19845771                   /root/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
  7f73dd153000-7f73dd157000 r--s 0004b000 08:01 19845752                   /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.jar
  7f73dd157000-7f73dd170000 r--s 0010b000 08:01 19845751                   /root/.m2/repository/org/apache/logging/log4j/log4j-core/2.6.2/log4j-core-2.6.2.jar
  7f73dd170000-7f73dd173000 r--s 0000e000 08:01 19845759                   /root/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.5/jackson-annotations-2.9.5.jar
  7f73dd173000-7f73dd175000 r-xp 00000000 00:00 0 
  7f73dd175000-7f73dd177000 r--s 00019000 08:01 6920951                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/jce.jar
  7f73dd177000-7f73dd17b000 r--s 00056000 08:01 6920953                    /usr/lib/jvm/java-1.8-openjdk/jre/lib/jsse.jar
  7f73dd17b000-7f73dd17c000 r--s 00000000 08:01 6920104                    /etc/localtime
  7f73dd17c000-7f73dd246000 rw-p 00000000 00:00 0 
  7f73dd246000-7f73dd247000 ---p 00000000 00:00 0 
  7f73dd247000-7f73dd348000 rw-p 00000000 00:00 0 
  7f73dd348000-7f73dd350000 rw-s 00000000 08:01 19718440                   /tmp/hsperfdata_root/370
  7f73dd350000-7f73dd351000 rw-p 00000000 00:00 0 
  7f73dd351000-7f73dd352000 r--p 00000000 00:00 0 
  7f73dd352000-7f73dd353000 r--p 0008d000 08:01 6920159                    /lib/ld-musl-x86_64.so.1
  7f73dd353000-7f73dd354000 rw-p 0008e000 08:01 6920159                    /lib/ld-musl-x86_64.so.1
  7f73dd354000-7f73dd357000 rw-p 00000000 00:00 0 
  7ffc61d20000-7ffc61d42000 rw-p 00000000 00:00 0                          [stack]
  7ffc61dd1000-7ffc61dd4000 r--p 00000000 00:00 0                          [vvar]
  7ffc61dd4000-7ffc61dd6000 r-xp 00000000 00:00 0                          [vdso]
  ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

  VM Arguments:
  jvm_args: -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+DisableExplicitGC -Djava.awt.headless=true -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -Xmx1g -Xms1g -Xss2048k -Djffi.boot.library.path=/usr/share/logstash/vendor/jruby/lib/jni -Xbootclasspath/a:/usr/share/logstash/vendor/jruby/lib/jruby.jar -Djruby.home=/usr/share/logstash/vendor/jruby -Djruby.lib=/usr/share/logstash/vendor/jruby/lib -Djruby.script=jruby -Djruby.shell=/bin/sh 
  java_command: org.jruby.Main /usr/share/logstash/lib/bootstrap/environment.rb logstash/runner.rb -f stdin_pubsub.conf
  java_class_path (initial): :
  Launcher Type: SUN_STANDARD

  Environment Variables:
  JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk/jre
  PATH=/usr/share/logstash/vendor/bundle/jruby/1.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
  LD_LIBRARY_PATH=/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64

  Signal Handlers:
  SIGSEGV: [libjvm.so+0x635bfc], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGBUS: [libjvm.so+0x635bfc], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGFPE: [libjvm.so+0x564800], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  SIGXFSZ: [libjvm.so+0x564800], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGILL: [libjvm.so+0x564800], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  SIGUSR2: [libjvm.so+0x56499f], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
  SIGHUP: [libjvm.so+0x566a81], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGINT: [libjvm.so+0x566a81], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGTERM: [libjvm.so+0x566a81], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  SIGQUIT: [libjvm.so+0x566a81], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


  ---------------  S Y S T E M  ---------------

  OS:NAME="Alpine Linux"
  ID=alpine
  VERSION_ID=3.8.0
  PRETTY_NAME="Alpine Linux v3.8"
  HOME_URL="http://alpinelinux.org"
  BUG_REPORT_URL="http://bugs.alpinelinux.org"

  uname:Linux 4.14.22+ #1 SMP Wed May 30 13:49:27 PDT 2018 x86_64
  libc:glibc 2.9 NPTL 
  rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 1048576, AS infinity
  load average:0.37 0.30 0.30

  /proc/meminfo:
  MemTotal:       30881456 kB
  MemFree:        11256908 kB
  MemAvailable:   25859800 kB
  Buffers:          619308 kB
  Cached:         12686588 kB
  SwapCached:            0 kB
  Active:          6475064 kB
  Inactive:       10925208 kB
  Active(anon):    4096748 kB
  Inactive(anon):     1156 kB
  Active(file):    2378316 kB
  Inactive(file): 10924052 kB
  Unevictable:           0 kB
  Mlocked:               0 kB
  SwapTotal:             0 kB
  SwapFree:              0 kB
  Dirty:               628 kB
  Writeback:             0 kB
  AnonPages:       4056524 kB
  Mapped:           639036 kB
  Shmem:              3112 kB
  Slab:            2032452 kB
  SReclaimable:    1751160 kB
  SUnreclaim:       281292 kB
  KernelStack:       22848 kB
  PageTables:        24688 kB
  NFS_Unstable:          0 kB
  Bounce:                0 kB
  WritebackTmp:          0 kB
  CommitLimit:    15440728 kB
  Committed_AS:   12451236 kB
  VmallocTotal:   34359738367 kB
  VmallocUsed:           0 kB
  VmallocChunk:          0 kB
  AnonHugePages:     10240 kB
  ShmemHugePages:        0 kB
  ShmemPmdMapped:        0 kB
  HugePages_Total:       0
  HugePages_Free:        0
  HugePages_Rsvd:        0
  HugePages_Surp:        0
  Hugepagesize:       2048 kB
  DirectMap4k:      442316 kB
  DirectMap2M:    18432000 kB
  DirectMap1G:    14680064 kB


  CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 63 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

  /proc/cpuinfo:
  processor       : 0
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 0
  cpu cores       : 4
  apicid          : 0
  initial apicid  : 0
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 1
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 1
  cpu cores       : 4
  apicid          : 2
  initial apicid  : 2
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 2
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 2
  cpu cores       : 4
  apicid          : 4
  initial apicid  : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 3
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 3
  cpu cores       : 4
  apicid          : 6
  initial apicid  : 6
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 4
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 0
  cpu cores       : 4
  apicid          : 1
  initial apicid  : 1
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 5
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 1
  cpu cores       : 4
  apicid          : 3
  initial apicid  : 3
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 6
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 2
  cpu cores       : 4
  apicid          : 5
  initial apicid  : 5
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:

  processor       : 7
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 63
  model name      : Intel(R) Xeon(R) CPU @ 2.30GHz
  stepping        : 0
  microcode       : 0x1
  cpu MHz         : 2300.000
  cache size      : 46080 KB
  physical id     : 0
  siblings        : 8
  core id         : 3
  cpu cores       : 4
  apicid          : 7
  initial apicid  : 7
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
  bugs            : cpu_meltdown spectre_v1 spectre_v2
  bogomips        : 4600.00
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 46 bits physical, 48 bits virtual
  power management:



  Memory: 4k page, physical 30881456k(11256908k free), swap 0k(0k free)

  vm_info: OpenJDK 64-Bit Server VM (25.171-b11) for linux-amd64 JRE (1.8.0_171-b11), built on Jun 13 2018 18:39:48 by "buildozer" with gcc 6.4.0

  time: Mon Jul 30 19:24:13 2018
  elapsed time: 41 seconds (0d 0h 0m 41s)
  ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants