Skip to content

Instantly share code, notes, and snippets.

@skydogch
Created February 28, 2016 22:30
Show Gist options
  • Save skydogch/ac2cc84af0f4d8bf5262 to your computer and use it in GitHub Desktop.
Save skydogch/ac2cc84af0f4d8bf5262 to your computer and use it in GitHub Desktop.
test
Connected to the target VM, address: '127.0.0.1:35888', transport: 'socket'
23:20:48,805 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/skydog/workspace/Prjtes001/logback.xml] at [file:/home/skydog/workspace/Prjtes001/logback.xml]
23:20:49,544 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
23:20:49,577 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
23:20:49,631 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
23:20:49,744 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
23:20:49,893 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
23:20:49,894 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
23:20:49,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [general] to ERROR
23:20:49,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net] to INFO
23:20:49,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [wire] to OFF
23:20:49,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [gas] to OFF
23:20:49,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [VM] to OFF
23:20:49,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [sync] to INFO
23:20:49,899 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [blockqueue] to INFO
23:20:49,911 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
23:20:49,920 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@454b70a9 - Registering current configuration as safe fallback point
2016-02-28 23:20:52.470 WARN 9862 --- [ restartedMain] o.s.b.l.logback.LogbackLoggingSystem : Ignoring 'logback.configurationFile' system property. Please use 'logging.path' instead.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.0.RELEASE)
2016-02-28 23:20:53.322 INFO 9862 --- [ restartedMain] com.fsc.bc.tests.zt_fscontract : Starting zt_fscontract on stargate with PID 9862 (/home/skydog/workspace/Prjtes001/build/classes/main started by skydog in /home/skydog/workspace/Prjtes001)
2016-02-28 23:20:53.323 INFO 9862 --- [ restartedMain] com.fsc.bc.tests.zt_fscontract : No profiles are active
2016-02-28 23:20:55.367 INFO 9862 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4973ab0a: startup date [Sun Feb 28 23:20:55 CET 2016]; root of context hierarchy
2016-02-28 23:21:01.119 INFO 9862 --- [ restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
2016-02-28 23:21:03.874 INFO 9862 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$aaed8e86] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-02-28 23:21:05.316 INFO 9862 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2016-02-28 23:21:05.371 INFO 9862 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service Tomcat
2016-02-28 23:21:05.373 INFO 9862 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.28
2016-02-28 23:21:05.680 INFO 9862 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2016-02-28 23:21:05.680 INFO 9862 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 10324 ms
2016-02-28 23:21:07.803 INFO 9862 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2016-02-28 23:21:07.807 INFO 9862 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'webServlet' to [/h2-console/*]
2016-02-28 23:21:07.819 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*]
2016-02-28 23:21:07.820 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2016-02-28 23:21:07.820 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2016-02-28 23:21:07.820 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2016-02-28 23:21:07.821 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2016-02-28 23:21:07.821 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2016-02-28 23:21:07.821 INFO 9862 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2016-02-28 23:21:09.523 INFO 9862 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2016-02-28 23:21:09.584 INFO 9862 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2016-02-28 23:21:09.962 INFO 9862 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final}
2016-02-28 23:21:09.967 INFO 9862 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2016-02-28 23:21:09.977 INFO 9862 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2016-02-28 23:21:10.623 INFO 9862 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
2016-02-28 23:21:10.807 INFO 9862 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2016-02-28 23:21:10.971 INFO 9862 --- [ restartedMain] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory
2016-02-28 23:21:11.289 INFO 9862 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
2016-02-28 23:21:11.296 INFO 9862 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
2016-02-28 23:21:12.171 INFO 9862 --- [ restartedMain] general : Config ( yes ): default properties from resource 'ethereumj.conf'
2016-02-28 23:21:12.175 INFO 9862 --- [ restartedMain] general : Config ( no ): user properties from -Dethereumj.conf.file resource '/home/skydog/workspace/Prjtes001/ethereumj.conf'
2016-02-28 23:21:12.176 INFO 9862 --- [ restartedMain] general : Config ( no ): user properties from resource 'user.conf'
2016-02-28 23:21:12.177 INFO 9862 --- [ restartedMain] general : Config ( no ): user properties from file '/home/skydog/workspace/Prjtes001/config/ethereumj.conf'
2016-02-28 23:21:12.178 INFO 9862 --- [ restartedMain] general : Config ( no ): test properties from resource 'test-ethereumj.conf'
2016-02-28 23:21:12.178 INFO 9862 --- [ restartedMain] general : Config ( no ): test properties from resource 'test-user.conf'
2016-02-28 23:21:12.249 INFO 9862 --- [ restartedMain] general : Config ( yes ): user properties from -Dethereumj.conf.file file '/home/skydog/workspace/Prjtes001/ethereumj.conf'
2016-02-28 23:21:12.249 INFO 9862 --- [ restartedMain] general : Config ( no ): config passed via constructor
2016-02-28 23:21:12.915 INFO 9862 --- [ restartedMain] general : Running frontier-morden.json, core version: 1.1.0-stage-SNAPSHOT
2016-02-28 23:21:12.917 INFO 9862 --- [ restartedMain] general : git.hash: [7a3d77b]
2016-02-28 23:21:12.917 INFO 9862 --- [ restartedMain] general : build.time: [GMT]-[26/Feb/2016]-[16:04]
2016-02-28 23:21:12.918 INFO 9862 --- [ restartedMain] general :
2016-02-28 23:21:12.923 INFO 9862 --- [ restartedMain] general : capability eth version: [62]
2016-02-28 23:21:12.923 INFO 9862 --- [ restartedMain] general : capability shh version: [3]
2016-02-28 23:21:12.923 INFO 9862 --- [ restartedMain] general : capability bzz version: [0]
2016-02-28 23:21:12.943 INFO 9862 --- [ restartedMain] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@727b65b4: startup date [Sun Feb 28 23:21:12 CET 2016]; root of context hierarchy
2016-02-28 23:21:15.455 INFO 9862 --- [ restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'blockStore' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=remoteConfig; factoryMethodName=blockStore; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/ethereum/config/RemoteConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=defaultConfig; factoryMethodName=blockStore; initMethodName=null; destroyMethodName=(inferred); defined in org.ethereum.config.DefaultConfig]
2016-02-28 23:21:15.456 INFO 9862 --- [ restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'levelDbDataSource' with a different definition: replacing [Generic bean: class [org.ethereum.datasource.LevelDbDataSource]; scope=prototype; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/skydog/.gradle/caches/modules-2/files-2.1/org.ethereum/ethereumj-core/1.1.0-stage-SNAPSHOT/6be865d9fb7e4417a0f3365c29258961036fe98a/ethereumj-core-1.1.0-stage-SNAPSHOT.jar!/org/ethereum/datasource/LevelDbDataSource.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=defaultConfig; factoryMethodName=levelDbDataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.ethereum.config.DefaultConfig]
2016-02-28 23:21:16.053 INFO 9862 --- [ restartedMain] general : leveldb key-value data source created.
2016-02-28 23:21:16.096 INFO 9862 --- [ restartedMain] general : leveldb key-value data source created.
2016-02-28 23:21:17.211 INFO 9862 --- [ restartedMain] db : New LevelDbDataSource: blocks
2016-02-28 23:21:18.647 INFO 9862 --- [ restartedMain] general : External IP wasn't set, using checkip.amazonaws.com to identify it...
2016-02-28 23:21:18.985 INFO 9862 --- [ restartedMain] general : External address identified: 151.248.158.141
2016-02-28 23:21:18.986 INFO 9862 --- [ restartedMain] general : EthereumJ node started: enode://6b81c5ec2107873465066bfb2f4ca2e7f8aeba3caba0f8258ee6ed5aff037d9f8108fec5b3362f945a8551b5be18ace2fd69de8cbca0deadbdb2c00817c1a385@151.248.158.141:30401
2016-02-28 23:21:19.583 INFO 9862 --- [ Thread-6] sync : Sync Manager: ON
2016-02-28 23:21:19.583 INFO 9862 --- [ Thread-6] blockqueue : Start loading sync queue
2016-02-28 23:21:19.583 INFO 9862 --- [ Thread-6] blockqueue : Header store opened
2016-02-28 23:21:19.583 INFO 9862 --- [ Thread-6] blockqueue : Block queue opened
2016-02-28 23:21:19.599 INFO 9862 --- [ Thread-6] sync : Start Long sync
2016-02-28 23:21:19.618 INFO 9862 --- [pool-8-thread-1] sync :
2016-02-28 23:21:19.618 INFO 9862 --- [pool-8-thread-1] sync : State HASH_RETRIEVING
2016-02-28 23:21:19.828 INFO 9862 --- [ restartedMain] general : *** Loaded up to block [442888] totalDifficulty [2527315801926] with stateRoot [e89192f5965b37a6c8abf48d35c6992497f483d2761e1babd492d6f12e14ffdb]
2016-02-28 23:21:19.873 INFO 9862 --- [ restartedMain] general : Bind address wasn't set, Punching to identify it...
2016-02-28 23:21:19.892 INFO 9862 --- [ restartedMain] general : UDP local bound to: 192.168.1.190
2016-02-28 23:21:20.031 INFO 9862 --- [pool-3-thread-1] net : Listening for incoming connections, port: [30401]
2016-02-28 23:21:20.072 INFO 9862 --- [pool-3-thread-1] net : NodeId: [6b81c5ec2107873465066bfb2f4ca2e7f8aeba3caba0f8258ee6ed5aff037d9f8108fec5b3362f945a8551b5be18ace2fd69de8cbca0deadbdb2c00817c1a385]
2016-02-28 23:21:20.214 INFO 9862 --- [ restartedMain] general : In memory 'wireTransactions' storage created.
2016-02-28 23:21:20.238 INFO 9862 --- [ restartedMain] general : Connecting to the block store
2016-02-28 23:21:20.251 INFO 9862 --- [ restartedMain] o.s.j.d.DriverManagerDataSource : Loaded JDBC driver: org.h2.Driver
2016-02-28 23:21:20.642 INFO 9862 --- [ restartedMain] general : Ethereum listener added
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
FSEthereum constructor
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
2016-02-28 23:21:21.455 INFO 9862 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4973ab0a: startup date [Sun Feb 28 23:20:55 CET 2016]; root of context hierarchy
2016-02-28 23:21:22.037 INFO 9862 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
2016-02-28 23:21:22.039 INFO 9862 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2016-02-28 23:21:22.358 INFO 9862 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-02-28 23:21:22.358 INFO 9862 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-02-28 23:21:22.604 INFO 9862 --- [pool-7-thread-1] facade : Connecting to: 127.0.0.1:30303
2016-02-28 23:21:22.941 INFO 9862 --- [JClientWorker-0] net : Open outbound connection, channel: [id: 0xdf172f8a]
2016-02-28 23:21:23.020 INFO 9862 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-02-28 23:21:23.269 WARN 9862 --- [ restartedMain] o.s.b.a.t.ThymeleafAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
2016-02-28 23:21:23.371 INFO 9862 --- [JClientWorker-0] net : RLPX protocol activated
2016-02-28 23:21:23.566 INFO 9862 --- [pool-2-thread-1] net : New peers processed: [], active peers added: 0, total active peers: 0
2016-02-28 23:21:23.808 INFO 9862 --- [JClientWorker-0] net : To: localhost/127.0.0.1:30303 Send: AuthInitiateMessage{
sigBytes=7bf14188171ecaee607e8f1e6369cb9e127e8d8b28e227faab12ecc90cf83ea9398a82c177442aa700ddbfd0f1331884e841c88194738185dbfa4e4b1cb5d28201
ephemeralPublicHash=3e45d90d6795e60a23bdc95bbeef4e6114bd786bcb335efebf37404e768a770c
publicKey=046b81c5ec2107873465066bfb2f4ca2e7f8aeba3caba0f8258ee6ed5aff037d9f8108fec5b3362f945a8551b5be18ace2fd69de8cbca0deadbdb2c00817c1a385
nonce=9743fc734205cdd3376297c219d78bc00cc9433c76515cd3ecc08d8a273944d9
}
2016-02-28 23:21:24.078 INFO 9862 --- [JClientWorker-0] net : From: localhost/127.0.0.1:30303 Recv: AuthResponseMessage{
ephemeralPublicKey=(3184755f6ef51fe02db16bf4be6206cfa844d26c7da51dce00bf52a689596293,ba18d2f6b41c26bf46b2a0d86ed31725821bd5d6cbddb3a1db186ecee1b20332,1,0)
nonce=89fb475d3502dc29c4f99799dd1ea88ec3669f6141fe601bd9152ce990a99d37
isTokenUsed=false}
2016-02-28 23:21:24.081 INFO 9862 --- [JClientWorker-0] net : auth exchange done
2016-02-28 23:21:24.095 INFO 9862 --- [JClientWorker-0] net : To: localhost/127.0.0.1:30303 Send: [HELLO p2pVersion=4 clientId=Ethereum(J)/v1.1.0-stage/Dev/Linux/Java capabilities=[eth:62] peerPort=30401 peerId=6b81c5ec2107873465066bfb2f4ca2e7f8aeba3caba0f8258ee6ed5aff037d9f8108fec5b3362f945a8551b5be18ace2fd69de8cbca0deadbdb2c00817c1a385]
2016-02-28 23:21:24.121 INFO 9862 --- [JClientWorker-0] wire : MessageCodec: Buffer bytes: 176
2016-02-28 23:21:24.148 INFO 9862 --- [JClientWorker-0] net : From: localhost/127.0.0.1:30303 Recv: [HELLO p2pVersion=4 clientId=Geth/v1.3.3/linux/go1.5.1 capabilities=[eth:63 eth:62 eth:61] peerPort=0 peerId=6a1d31e279e31f07aeb53a362a5d3a32231082e7d3d21c615a45028d8fceaa056132b6998ffe1534743c4b2891f61dd4289babc8a9829ff21efe81632280e843]
2016-02-28 23:21:24.160 INFO 9862 --- [JClientWorker-0] net : P2P protocol activated
2016-02-28 23:21:24.311 INFO 9862 --- [JClientWorker-0] net : EthV62 [ address = localhost/127.0.0.1:30303 | id = 6a1d31e2 ]
2016-02-28 23:21:24.312 INFO 9862 --- [JClientWorker-0] net : ETH protocol activated
2016-02-28 23:21:24.566 INFO 9862 --- [pool-2-thread-1] net : New peers processed: [], active peers added: 0, total active peers: 0
2016-02-28 23:21:25.380 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [STATUS protocolVersion=62 networkId=2 totalDifficulty=03d1975bdac5 bestHash=b8a398eeab252b7c0bad57bf28d05991ccb903776b208381f098566c5ef8ab01 genesisHash=0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303]
2016-02-28 23:21:25.386 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [STATUS protocolVersion=62 networkId=2 totalDifficulty=024c6fc2b746 bestHash=9f2b3717a6d33b6d4846096b2edda95a77dfa650098e2fee328bad6a6a5dcd57 genesisHash=0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303]
2016-02-28 23:21:25.404 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=0 blockHash=b8a398eeab252b7c0bad57bf28d05991ccb903776b208381f098566c5ef8ab01 maxHeaders=1 skipBlocks=0 reverse=false]
2016-02-28 23:21:25.490 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 1 )]
2016-02-28 23:21:25.572 INFO 9862 --- [pool-2-thread-1] sync : Peer 6a1d31e2: added to pool
2016-02-28 23:21:25.572 INFO 9862 --- [pool-2-thread-1] net : New peers processed: [6a1d31e2 | localhost/127.0.0.1:30303], active peers added: 1, total active peers: 1
2016-02-28 23:21:25.609 INFO 9862 --- [pool-6-thread-1] sync : Peer 6a1d31e2: HASH_RETRIEVING initiated, askLimit [10000]
2016-02-28 23:21:25.611 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=442889 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:26.561 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
2016-02-28 23:21:27.465 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [PING]
2016-02-28 23:21:27.506 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [PONG]
2016-02-28 23:21:27.512 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=443081 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:28.291 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.294 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2016-02-28 23:21:28.294 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.296 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2016-02-28 23:21:28.297 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.299 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.315 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.318 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2016-02-28 23:21:28.318 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.319 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.321 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.322 INFO 9862 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-02-28 23:21:28.641 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
2016-02-28 23:21:29.042 INFO 9862 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2016-02-28 23:21:29.971 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=443273 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:29.992 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: NEW_BLOCK [ number: 479018 hash:da169a difficulty: 03d199e89bac ]
2016-02-28 23:21:29.994 INFO 9862 --- [JClientWorker-0] sync : New block received: block.index [479018]
2016-02-28 23:21:30.136 INFO 9862 --- [ restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2016-02-28 23:21:30.179 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
2016-02-28 23:21:30.186 INFO 9862 --- [ restartedMain] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2016-02-28 23:21:30.827 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=443465 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:31.001 INFO 9862 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2016-02-28 23:21:31.010 INFO 9862 --- [ restartedMain] com.fsc.bc.tests.zt_fscontract : Started zt_fscontract in 40.209 seconds (JVM running for 43.381)
2016-02-28 23:21:31.013 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
2016-02-28 23:21:31.162 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=443657 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:31.360 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
2016-02-28 23:21:31.552 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [PING]
2016-02-28 23:21:31.578 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [PONG]
2016-02-28 23:21:31.599 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=443849 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:31.777 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
2016-02-28 23:21:58.363 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_HEADERS blockNumber=461705 blockHash= maxHeaders=10000 skipBlocks=0 reverse=false]
2016-02-28 23:21:58.568 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_HEADERS count( 192 )]
693286942373690ddaed90d9a00617e2639ee762591f4cbe87869383b5ff9]
2016-02-28 23:22:00.191 INFO 9862 --- [ Thread-7] blockchain : block: num: [442890] hash: [e09ada], executed after: [5062924]nano
2016-02-28 23:22:00.191 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 0
2016-02-28 23:22:00.191 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 0
2016-02-28 23:22:00.192 INFO 9862 --- [ Thread-7] blockchain : Block saved: number: 442890, hash: e09ada, TD: 2527371727428
2016-02-28 23:22:00.193 INFO 9862 --- [ Thread-7] blockqueue : Success importing BEST: block.number: 442890, block.hash: e09ada, tx.size: 0
2016-02-28 23:22:00.193 INFO 9862 --- [ Thread-7] blockchain : Try connect block hash: 6881ba, number: 442891
2016-02-28 23:22:00.216 INFO 9862 --- [ Thread-7] blockchain : applyBlock: block: [442891] tx.list: [0]
2016-02-28 23:22:00.223 INFO 9862 --- [ Thread-7] blockchain : TD: updated to 2527399683353
2016-02-28 23:22:00.223 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 1
2016-02-28 23:22:00.225 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 1
2016-02-28 23:22:00.226 INFO 9862 --- [ Thread-7] state : applied reward for block: [442891]
state: [c9f570d64f760bce044f747a6bbcb89051a06b7c9b0f5c01ad72ce69036f52f0]
2016-02-28 23:22:00.226 INFO 9862 --- [ Thread-7] blockchain : block: num: [442891] hash: [6881ba], executed after: [10153690]nano
2016-02-28 23:22:00.226 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 0
2016-02-28 23:22:00.226 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 0
2016-02-28 23:22:00.227 INFO 9862 --- [ Thread-7] blockchain : Block saved: number: 442891, hash: 6881ba, TD: 2527399683353
2016-02-28 23:22:00.228 INFO 9862 --- [ Thread-7] blockqueue : Success importing BEST: block.number: 442891, block.hash: 6881ba, tx.size: 0
2016-02-28 23:22:00.229 INFO 9862 --- [ Thread-7] blockchain : Try connect block hash: fb5786, number: 442892
2016-02-28 23:22:00.244 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_BODIES count( 100 )]
2016-02-28 23:22:00.247 INFO 9862 --- [ Thread-7] blockchain : applyBlock: block: [442892] tx.list: [0]
2016-02-28 23:22:00.260 INFO 9862 --- [ Thread-7] blockchain : TD: updated to 2527427625632
2016-02-28 23:22:00.261 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 1
2016-02-28 23:22:00.262 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 1
2016-02-28 23:22:00.262 INFO 9862 --- [ Thread-7] state : applied reward for block: [442892]
state: [2e0d7c2ad77c62daad18f33310c9bd0aa3852cc7f332fb530f4a7eb744fd6ba6]
2016-02-28 23:22:00.266 INFO 9862 --- [ Thread-7] blockchain : block: num: [442892] hash: [fb5786], executed after: [18331806]nano
2016-02-28 23:22:00.266 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 0
2016-02-28 23:22:00.267 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 0
2016-02-28 23:22:00.267 INFO 9862 --- [ Thread-7] blockchain : Block saved: number: 442892, hash: fb5786, TD: 2527427625632
2016-02-28 23:22:00.275 INFO 9862 --- [ Thread-7] blockqueue : Success importing BEST: block.number: 442892, block.hash: fb5786, tx.size: 0
2016-02-28 23:22:00.275 INFO 9862 --- [ Thread-7] blockchain : Try connect block hash: 52eb24, number: 442893
2016-02-28 23:22:00.279 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_BODIES count( 100 ) 31be8c241b9cc5ad8af222232ff04738364784f72d037cfa8e87d765541ae4c7...b36a8b1551b9d3bb338a4e7aa34194f04adf67abae22ff655f90ee41b4cda61b]
2016-02-28 23:22:00.289 INFO 9862 --- [ Thread-7] blockchain : applyBlock: block: [442893] tx.list: [0]
2016-02-28 23:22:00.290 INFO 9862 --- [ Thread-7] blockchain : TD: updated to 2527455581558
2016-02-28 23:22:00.291 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 1
2016-02-28 23:22:00.295 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 1
2016-02-28 23:22:00.311 INFO 9862 --- [ Thread-7] state : applied reward for block: [442893]
state: [d2e4985865c9d1308dd1938b9e4a67dda86a7172593d610ff8ddad1806a38759]
2016-02-28 23:22:00.698 INFO 9862 --- [ Thread-7] blockchain : block: num: [442907] hash: [3541ae], executed after: [5607846]nano
2016-02-28 23:22:00.698 INFO 9862 --- [ Thread-7] repository : updatingBatch: detailsCache.size: 0
2016-02-28 23:22:00.698 INFO 9862 --- [ Thread-7] repository : updated: detailsCache.size: 0
2016-02-28 23:22:00.699 INFO 9862 --- [ Thread-7] blockchain : Block saved: number: 442907, hash: 3541ae, TD: 2527847661570
2016-02-28 23:22:00.699 INFO 9862 --- [ Thread-7] blockqueue : Success importing BEST: block.number: 442907, block.hash: 3541ae, tx.size: 0
2016-02-28 23:22:00.699 INFO 9862 --- [ Thread-7] blockchain : Try connect block hash: 32c11f, number: 442908
2016-02-28 23:22:00.714 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_BODIES count( 100 )]
2016-02-28 23:22:00.737 INFO 9862 --- [ Thread-7] blockchain : applyBlock: block: [442908] tx.list: [1]
2016-02-28 23:22:00.737 INFO 9862 --- [ Thread-7] state : apply block: [442908] tx: [1]
2016-02-28 23:22:00.771 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_BODIES count( 100 ) 892c76063defe5080b8e81bfe0814906a63b7ad2cfd4c009d4d8bea6effcbf44...e5155632e44a82e2256d0b1bfd81e6c8c254c8e86978aec26ca58348ad86d3ad]
2016-02-28 23:22:00.811 INFO 9862 --- [ Thread-7] execute : Paying: txGasCost: [25000000000000000], gasPrice: [50000000000], gasLimit: [500000]
2016-02-28 23:22:00.843 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_BODIES count( 100 )]
2016-02-28 23:22:00.922 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_BODIES count( 100 ) 5c13fbfdd72331e5241617663e727178535580cf1d54a7d09dd98266369c5186...6065e4381a1d22339d281924f6d2e6726cb53907061b43ee1cd1dffb241118c3]
2016-02-28 23:22:01.015 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_BODIES count( 100 )]
2016-02-28 23:22:01.098 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_BODIES count( 100 ) 861e058e38ccce294211ab644fa4154214e3d164f6419ee41fe9a0d9bbef10a8...eaf1334e0e81b0570c3a17ebc07f1cb68df1a12f2ea4a8522e6f375dcc9fa6fb]
2016-02-28 23:22:01.185 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_BODIES count( 100 )]
2016-02-28 23:22:01.232 INFO 9862 --- [ Thread-7] VM : Top level call:
address=a3dc945f0953009401a5dc08075643c437c5d1dd
origin=26588a9301b0428d95e6fc3a5024fce8bec12d51
caller=26588a9301b0428d95e6fc3a5024fce8bec12d51
balance=0
gasPrice=50000000000
gas=500000
callValue=0
data=7d242ae50000000000000000000000000000000000000000000000000000d304e7da18e7000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000221220df703a1e206fda33fd2988eaf0cc988ebc91b0ceaf6a5e18bfcf1e0e96030c31000000000000000000000000000000000000000000000000000000000000
lastHash=3541aeaa53f92fbdf99fcc7dd3db05563c8399090388f20f515442e33ad7fa30
coinbase=27dfe86d4230386da4357b8038d57aae7235eafc
timestamp=1456025412
blockNumber=442908
difficulty=01ac73d0
gaslimit=[47, -17, -40]
2016-02-28 23:22:01.242 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [PING]
2016-02-28 23:22:01.287 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [PONG]
2016-02-28 23:22:01.292 INFO 9862 --- [JClientWorker-0] net : To: 6a1d31e2 | localhost/127.0.0.1:30303 Send: [GET_BLOCK_BODIES count( 100 ) 3a717fe04ec48b0c437a75d5bc936b700ab2e341b3164476a14dcfb17094fd3d...84c9329220670e7f259ba2cf0c1271aa59f61005f9ab61b81d11d2dfa3dec882]
2016-02-28 23:22:01.329 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [TRANSACTION COST], gas: [24600]
2016-02-28 23:22:01.343 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH1], gas: [3]
2016-02-28 23:22:01.346 INFO 9862 --- [JClientWorker-0] net : From: 6a1d31e2 | localhost/127.0.0.1:30303 Recv: [BLOCK_BODIES count( 100 )]
2016-02-28 23:22:01.348 INFO 9862 --- [ Thread-7] VM : [2] Op: [PUSH1 ] Gas: [475397] Deep: [0] Hint: [60]
2016-02-28 23:22:01.349 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH1], gas: [3]
2016-02-28 23:22:01.349 INFO 9862 --- [ Thread-7] VM : [4] Op: [PUSH1 ] Gas: [475394] Deep: [0] Hint: [40]
2016-02-28 23:22:01.350 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [MSTORE], gas: [3]
2016-02-28 23:22:01.350 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [MSTORE (memory usage)], gas: [9]
2016-02-28 23:22:01.350 INFO 9862 --- [ Thread-7] VM : [5] Op: [MSTORE ] Gas: [475382] Deep: [0] Hint: [addr: 0000000000000000000000000000000000000000000000000000000000000040 value: 0000000000000000000000000000000000000000000000000000000000000060]
2016-02-28 23:22:01.350 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [CALLDATASIZE], gas: [2]
2016-02-28 23:22:01.351 INFO 9862 --- [ Thread-7] VM : [6] Op: [CALLDATASIZE] Gas: [475380] Deep: [0] Hint: [size: 164]
2016-02-28 23:22:01.351 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [ISZERO], gas: [3]
2016-02-28 23:22:01.361 INFO 9862 --- [ Thread-7] VM : [7] Op: [ISZERO ] Gas: [475377] Deep: [0] Hint: [0]
2016-02-28 23:22:01.362 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH2], gas: [3]
2016-02-28 23:22:01.363 INFO 9862 --- [ Thread-7] VM : [10] Op: [PUSH2 ] Gas: [475374] Deep: [0] Hint: [0111]
2016-02-28 23:22:01.363 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [JUMPI], gas: [10]
2016-02-28 23:22:01.363 INFO 9862 --- [ Thread-7] VM : [11] Op: [JUMPI ] Gas: [475364] Deep: [0] Hint: []
2016-02-28 23:22:01.364 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH1], gas: [3]
2016-02-28 23:22:01.364 INFO 9862 --- [ Thread-7] VM : [13] Op: [PUSH1 ] Gas: [475361] Deep: [0] Hint: [e0]
2016-02-28 23:22:01.364 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH1], gas: [3]
2016-02-28 23:22:01.364 INFO 9862 --- [ Thread-7] VM : [15] Op: [PUSH1 ] Gas: [475358] Deep: [0] Hint: [02]
2016-02-28 23:22:01.365 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [EXP], gas: [20]
2016-02-28 23:22:01.365 INFO 9862 --- [ Thread-7] VM : [16] Op: [EXP ] Gas: [475338] Deep: [0] Hint: [2 ** 224]
2016-02-28 23:22:01.365 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH1], gas: [3]
2016-02-28 23:22:01.366 INFO 9862 --- [ Thread-7] VM : [18] Op: [PUSH1 ] Gas: [475335] Deep: [0] Hint: [00]
2016-02-28 23:22:01.366 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [CALLDATALOAD], gas: [3]
2016-02-28 23:22:01.366 INFO 9862 --- [ Thread-7] VM : [19] Op: [CALLDATALOAD] Gas: [475332] Deep: [0] Hint: [data: 7d242ae50000000000000000000000000000000000000000000000000000d304]
2016-02-28 23:22:01.367 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [DIV], gas: [5]
2016-02-28 23:22:01.367 INFO 9862 --- [ Thread-7] VM : [20] Op: [DIV ] Gas: [475327] Deep: [0] Hint: [56603008614414672363706103972292808135613701329790232860410191263354513838852 / 26959946667150639794667015087019630673637144422540572481103610249216]
2016-02-28 23:22:01.368 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [PUSH4], gas: [3]
2016-02-28 23:22:01.368 INFO 9862 --- [ Thread-7] VM : [25] Op: [PUSH4 ] Gas: [475324] Deep: [0] Hint: [0f825673]
2016-02-28 23:22:01.368 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [DUP2], gas: [3]
2016-02-28 23:22:01.369 INFO 9862 --- [ Thread-7] VM : [26] Op: [DUP2 ] Gas: [475321] Deep: [0] Hint: []
2016-02-28 23:22:01.369 INFO 9862 --- [ Thread-7] gas : [1658475444] Spent for cause: [EQ], gas: [3]
2016-02-28 23:22:01.369 INFO 9862 --- [ Thread-7] VM : [27] Op: [EQ ] Gas: [475318] Deep: [0] Hint: [2099522277 == 260200051]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment