| node3 | 0.000ns | 2026-05-06 15:44:57.041 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node3 | 100.000ms | 2026-05-06 15:44:57.141 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node3 | 128.000ms | 2026-05-06 15:44:57.169 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node3 | 1.302s | 2026-05-06 15:44:58.343 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node3 | 1.385s | 2026-05-06 15:44:58.426 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/6344 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/6198 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/6030 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/5862 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/5694 | |||||||||
| node3 | 1.386s | 2026-05-06 15:44:58.427 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node3 | 1.387s | 2026-05-06 15:44:58.428 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/6344 | |
| node3 | 1.388s | 2026-05-06 15:44:58.429 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/6344 | |
| node3 | 1.605s | 2026-05-06 15:44:58.646 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node3 | 1.652s | 2026-05-06 15:44:58.693 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node3 | 1.656s | 2026-05-06 15:44:58.697 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":6344,"consensusTimestamp":"2026-05-06T15:43:57.961404922Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node3 | 1.911s | 2026-05-06 15:44:58.952 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node3 | 1.912s | 2026-05-06 15:44:58.953 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node3 | 1.931s | 2026-05-06 15:44:58.972 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node3 | 1.933s | 2026-05-06 15:44:58.974 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node3 | 1.934s | 2026-05-06 15:44:58.975 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node3 | 1.934s | 2026-05-06 15:44:58.975 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 3 | |
| node3 | 1.935s | 2026-05-06 15:44:58.976 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 3 [ purpose = SIGNING, fileName = s-private-node4.pem ] | |
| node3 | 1.955s | 2026-05-06 15:44:58.996 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node3 | 1.955s | 2026-05-06 15:44:58.996 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 3 | |
| node3 | 1.969s | 2026-05-06 15:44:59.010 | 57 | WARN | STARTUP | <main> | EnhancedKeyStoreLoader: | No certificate found for nodeId 3 [purpose = AGREEMENT ] | |
| node3 | 1.970s | 2026-05-06 15:44:59.011 | 58 | ERROR | EXCEPTION | <main> | CryptoStatic: | Exception while loading/generating keys | |
| com.swirlds.platform.crypto.KeyLoadingException: No certificate found for nodeId 3 [purpose = AGREEMENT ] at com.swirlds.platform.crypto.EnhancedKeyStoreLoader.verify(EnhancedKeyStoreLoader.java:332) at com.swirlds.platform.crypto.CryptoStatic.initNodeSecurity(CryptoStatic.java:112) at com.hedera.node.app.ServicesMain.main(ServicesMain.java:215) | |||||||||
| node3 | 1.980s | 2026-05-06 15:44:59.021 | 59 | INFO | STARTUP | <main> | SystemExitUtils: | System exit requested (KEY_LOADING_FAILED) | |
| thread requesting exit: main com.swirlds.platform.system.SystemExitUtils.exitSystem(SystemExitUtils.java:37) at com.swirlds.platform.system.SystemExitUtils.exitSystem(SystemExitUtils.java:73) at com.swirlds.platform.crypto.CryptoStatic.initNodeSecurity(CryptoStatic.java:128) at com.hedera.node.app.ServicesMain.main(ServicesMain.java:215) | |||||||||
| node3 | 1.982s | 2026-05-06 15:44:59.023 | 60 | ERROR | EXCEPTION | <main> | SystemExitUtils: | Exiting system {"reason":"KEY_LOADING_FAILED","code":204} [com.swirlds.logging.legacy.payload.SystemExitPayload] | |
| node3 | 1.983s | 2026-05-06 15:44:59.024 | 61 | INFO | STARTUP | <<browser: shutdown-hook>> | Log4jSetup: | JVM is shutting down. | |
| node2 | 2.513s | 2026-05-06 15:44:59.554 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node2 | 2.614s | 2026-05-06 15:44:59.655 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node2 | 2.644s | 2026-05-06 15:44:59.685 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node1 | 2.844s | 2026-05-06 15:44:59.885 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node1 | 2.948s | 2026-05-06 15:44:59.989 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node1 | 2.979s | 2026-05-06 15:45:00.020 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node2 | 3.877s | 2026-05-06 15:45:00.918 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node2 | 3.954s | 2026-05-06 15:45:00.995 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6344 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6198 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6030 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5862 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5694 | |||||||||
| node2 | 3.955s | 2026-05-06 15:45:00.996 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node2 | 3.956s | 2026-05-06 15:45:00.997 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6344 | |
| node2 | 3.957s | 2026-05-06 15:45:00.998 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6344 | |
| node2 | 4.195s | 2026-05-06 15:45:01.236 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node1 | 4.201s | 2026-05-06 15:45:01.242 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node2 | 4.246s | 2026-05-06 15:45:01.287 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node2 | 4.249s | 2026-05-06 15:45:01.290 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":6344,"consensusTimestamp":"2026-05-06T15:43:57.961404922Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node1 | 4.271s | 2026-05-06 15:45:01.312 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6344 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6198 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6030 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5862 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5694 | |||||||||
| node1 | 4.272s | 2026-05-06 15:45:01.313 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node1 | 4.272s | 2026-05-06 15:45:01.313 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6344 | |
| node1 | 4.273s | 2026-05-06 15:45:01.314 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6344 | |
| node0 | 4.316s | 2026-05-06 15:45:01.357 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node0 | 4.432s | 2026-05-06 15:45:01.473 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node0 | 4.463s | 2026-05-06 15:45:01.504 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node1 | 4.491s | 2026-05-06 15:45:01.532 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node2 | 4.510s | 2026-05-06 15:45:01.551 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node2 | 4.511s | 2026-05-06 15:45:01.552 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node2 | 4.530s | 2026-05-06 15:45:01.571 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node1 | 4.541s | 2026-05-06 15:45:01.582 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node1 | 4.545s | 2026-05-06 15:45:01.586 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":6344,"consensusTimestamp":"2026-05-06T15:43:57.961404922Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node2 | 4.552s | 2026-05-06 15:45:01.593 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node2 | 4.552s | 2026-05-06 15:45:01.593 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node2 | 4.553s | 2026-05-06 15:45:01.594 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 2 | |
| node2 | 4.553s | 2026-05-06 15:45:01.594 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 2 [ purpose = SIGNING, fileName = s-private-node3.pem ] | |
| node2 | 4.556s | 2026-05-06 15:45:01.597 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node2 | 4.557s | 2026-05-06 15:45:01.598 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 2 | |
| node2 | 4.686s | 2026-05-06 15:45:01.727 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node1 | 4.803s | 2026-05-06 15:45:01.844 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node1 | 4.804s | 2026-05-06 15:45:01.845 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node1 | 4.823s | 2026-05-06 15:45:01.864 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node1 | 4.844s | 2026-05-06 15:45:01.885 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node1 | 4.845s | 2026-05-06 15:45:01.886 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node1 | 4.845s | 2026-05-06 15:45:01.886 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 1 | |
| node1 | 4.846s | 2026-05-06 15:45:01.887 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 1 [ purpose = SIGNING, fileName = s-private-node2.pem ] | |
| node1 | 4.849s | 2026-05-06 15:45:01.890 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node1 | 4.849s | 2026-05-06 15:45:01.890 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 1 | |
| node1 | 4.980s | 2026-05-06 15:45:02.021 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node2 | 5.769s | 2026-05-06 15:45:02.810 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27152167] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=69198, randomLong=-3340892660378434380, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=10745, randomLong=2034760385034690924, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1022514, data=35, exception=null] OS Health Check Report - Complete (took 1011 ms) | |||||||||
| node0 | 5.795s | 2026-05-06 15:45:02.836 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node2 | 5.836s | 2026-05-06 15:45:02.877 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node2 | 5.841s | 2026-05-06 15:45:02.882 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node2 | 5.842s | 2026-05-06 15:45:02.883 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node2 | 5.859s | 2026-05-06 15:45:02.900 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node2 | 5.861s | 2026-05-06 15:45:02.902 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node2 | 5.863s | 2026-05-06 15:45:02.904 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5.865s | 2026-05-06 15:45:02.906 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node2 | 5.866s | 2026-05-06 15:45:02.907 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node0 | 5.880s | 2026-05-06 15:45:02.921 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6344 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6198 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6030 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5862 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5694 | |||||||||
| node0 | 5.881s | 2026-05-06 15:45:02.922 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node0 | 5.881s | 2026-05-06 15:45:02.922 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6344 | |
| node0 | 5.883s | 2026-05-06 15:45:02.924 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6344 | |
| node1 | 6.074s | 2026-05-06 15:45:03.115 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27085085] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=90137, randomLong=-6440930957289804512, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=9758, randomLong=4720063942621469513, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1558134, data=35, exception=null] OS Health Check Report - Complete (took 1020 ms) | |||||||||
| node2 | 6.127s | 2026-05-06 15:45:03.168 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 6345 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99940900000000", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "IgpgMQ==", "port": 30124 }, { "ipAddressV4": "CoAALw==", "port": 30124 }] }, { "nodeId": "1", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "I8DUWg==", "port": 30125 }, { "ipAddressV4": "CoAAMg==", "port": 30125 }] }, { "nodeId": "2", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "IobqwQ==", "port": 30126 }, { "ipAddressV4": "CoAAKA==", "port": 30126 }] }] } Previous Roster: { "rosterEntries": [{ "weight": "2685636917", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "CoAALw==", "port": 30124 }, { "ipAddressV4": "IgpgMQ==", "port": 30124 }] }, { "nodeId": "1", "weight": "15745067016", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "CoAAMg==", "port": 30125 }, { "ipAddressV4": "I8DUWg==", "port": 30125 }] }, { "nodeId": "2", "weight": "15152326407", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "CoAAKA==", "port": 30126 }, { "ipAddressV4": "IobqwQ==", "port": 30126 }] }, { "nodeId": "3", "weight": "16416969660", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAOxH0o7YkAUoMA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTQwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTQwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDf6+SJl+puqRNd5r2Tb802jQTqPm7k3NXIeU8NQ3Hy9p0G+9p4Hgnt3ftipar7lKPKnp4PFrOP7E7XSKpafxK2OVQ0jTMvc6Yjqt+9mzyNSI1I8cSHTmhJ7kMBt0+NwVM8QN+fbKcbQaoNiPwMcckVtGeMad4aZM6hRyxzI0H3wgMj4JiM9VRwx7JbEo3R7akRwLwGr9ZQm2EQwqiyReNkBnXrsyP4KPPVAoeMfGchoAuBbV+r6v1OeYddocYmZkrsvMXUKF/uEcgd8gTu+pv3jObwIEVqXo1yC6ZlCFqO7LIvT8jTAAljkszoo67ykXTbKS0PZeLDg6nvdPvBMQ50yjfswR88S6N8VU6pud7Y+VbMYUiGzlrFi4MB9dikAjEj4PEetQyZdn84ZXGxerXlU/vTO2Fp4i1ec5rmX1P0WYMlbNELE408j5nfCfzD/qdcF5HZAiUVTYU/SWpzWcn34++KGpuqZZQdsGwCLQWeMeA/OEemYChis4cO94aOzrECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAlj5YIsbYXk2JGP9kRCBLDgz27ymYi1KDbO8g18V4T0zj2Zl7858U7mF9UBSSW+Cjl1UtUdvqFWZhh8jRoO3Jov1QGTULHRfyyPElD4VpwFribiu4GYJaodYy6NE50WwSJf32gLG0jHQWt7q+cOrn6WaG2h8O1sIxbTlnu1kqKQUQtu4oX8u23b5m9QXVJfJVdecwD5Rmab2d3dq/NNv2iNELH0myqtcoqw26xwIvXwaS4Gqi+Y0cOfjWL5Gv5AHIwvBXGIh3KUU7pbyBzqjkigbzSeoZw0C8G2cRTl0+QTuet2SVYlFh5J9/FBLvIfMfIpguglaU6xTVoRpo7RF24qQKFt2IlBROpqcwl0FyfE+2c19FGt1V8E5dYqE4T2mHT6FSOI3DckA2afBm1OCeMNtkqCQT8x+JvdKrgUh44QDm4PIVZDzaxog/zOzRWPCgpCPq0HcNMzgCVFt+4q8eTL9Ju/rQcS9bDosjMA69NGLIOCdPW2i/gkS9x9rTXgyp", "gossipEndpoint": [{ "ipAddressV4": "CoAAMA==", "port": 30127 }, { "ipAddressV4": "IkQIpw==", "port": 30127 }] }] } | |||||||||
| node0 | 6.130s | 2026-05-06 15:45:03.171 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node1 | 6.150s | 2026-05-06 15:45:03.191 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node1 | 6.157s | 2026-05-06 15:45:03.198 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node1 | 6.158s | 2026-05-06 15:45:03.199 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node1 | 6.177s | 2026-05-06 15:45:03.218 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node1 | 6.179s | 2026-05-06 15:45:03.220 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node1 | 6.182s | 2026-05-06 15:45:03.223 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6.183s | 2026-05-06 15:45:03.224 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node1 | 6.184s | 2026-05-06 15:45:03.225 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node0 | 6.188s | 2026-05-06 15:45:03.229 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node0 | 6.193s | 2026-05-06 15:45:03.234 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":6344,"consensusTimestamp":"2026-05-06T15:43:57.961404922Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node1 | 6.478s | 2026-05-06 15:45:03.519 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 6345 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99940900000000", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "IgpgMQ==", "port": 30124 }, { "ipAddressV4": "CoAALw==", "port": 30124 }] }, { "nodeId": "1", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "I8DUWg==", "port": 30125 }, { "ipAddressV4": "CoAAMg==", "port": 30125 }] }, { "nodeId": "2", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "IobqwQ==", "port": 30126 }, { "ipAddressV4": "CoAAKA==", "port": 30126 }] }] } Previous Roster: { "rosterEntries": [{ "weight": "2685636917", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "CoAALw==", "port": 30124 }, { "ipAddressV4": "IgpgMQ==", "port": 30124 }] }, { "nodeId": "1", "weight": "15745067016", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "CoAAMg==", "port": 30125 }, { "ipAddressV4": "I8DUWg==", "port": 30125 }] }, { "nodeId": "2", "weight": "15152326407", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "CoAAKA==", "port": 30126 }, { "ipAddressV4": "IobqwQ==", "port": 30126 }] }, { "nodeId": "3", "weight": "16416969660", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAOxH0o7YkAUoMA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTQwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTQwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDf6+SJl+puqRNd5r2Tb802jQTqPm7k3NXIeU8NQ3Hy9p0G+9p4Hgnt3ftipar7lKPKnp4PFrOP7E7XSKpafxK2OVQ0jTMvc6Yjqt+9mzyNSI1I8cSHTmhJ7kMBt0+NwVM8QN+fbKcbQaoNiPwMcckVtGeMad4aZM6hRyxzI0H3wgMj4JiM9VRwx7JbEo3R7akRwLwGr9ZQm2EQwqiyReNkBnXrsyP4KPPVAoeMfGchoAuBbV+r6v1OeYddocYmZkrsvMXUKF/uEcgd8gTu+pv3jObwIEVqXo1yC6ZlCFqO7LIvT8jTAAljkszoo67ykXTbKS0PZeLDg6nvdPvBMQ50yjfswR88S6N8VU6pud7Y+VbMYUiGzlrFi4MB9dikAjEj4PEetQyZdn84ZXGxerXlU/vTO2Fp4i1ec5rmX1P0WYMlbNELE408j5nfCfzD/qdcF5HZAiUVTYU/SWpzWcn34++KGpuqZZQdsGwCLQWeMeA/OEemYChis4cO94aOzrECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAlj5YIsbYXk2JGP9kRCBLDgz27ymYi1KDbO8g18V4T0zj2Zl7858U7mF9UBSSW+Cjl1UtUdvqFWZhh8jRoO3Jov1QGTULHRfyyPElD4VpwFribiu4GYJaodYy6NE50WwSJf32gLG0jHQWt7q+cOrn6WaG2h8O1sIxbTlnu1kqKQUQtu4oX8u23b5m9QXVJfJVdecwD5Rmab2d3dq/NNv2iNELH0myqtcoqw26xwIvXwaS4Gqi+Y0cOfjWL5Gv5AHIwvBXGIh3KUU7pbyBzqjkigbzSeoZw0C8G2cRTl0+QTuet2SVYlFh5J9/FBLvIfMfIpguglaU6xTVoRpo7RF24qQKFt2IlBROpqcwl0FyfE+2c19FGt1V8E5dYqE4T2mHT6FSOI3DckA2afBm1OCeMNtkqCQT8x+JvdKrgUh44QDm4PIVZDzaxog/zOzRWPCgpCPq0HcNMzgCVFt+4q8eTL9Ju/rQcS9bDosjMA69NGLIOCdPW2i/gkS9x9rTXgyp", "gossipEndpoint": [{ "ipAddressV4": "CoAAMA==", "port": 30127 }, { "ipAddressV4": "IkQIpw==", "port": 30127 }] }] } | |||||||||
| node0 | 6.516s | 2026-05-06 15:45:03.557 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node0 | 6.517s | 2026-05-06 15:45:03.558 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node0 | 6.538s | 2026-05-06 15:45:03.579 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node0 | 6.562s | 2026-05-06 15:45:03.603 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node0 | 6.563s | 2026-05-06 15:45:03.604 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node0 | 6.564s | 2026-05-06 15:45:03.605 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 0 | |
| node0 | 6.564s | 2026-05-06 15:45:03.605 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 0 [ purpose = SIGNING, fileName = s-private-node1.pem ] | |
| node0 | 6.568s | 2026-05-06 15:45:03.609 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node0 | 6.568s | 2026-05-06 15:45:03.609 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 0 | |
| node2 | 6.694s | 2026-05-06 15:45:03.735 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 6344 Timestamp: 2026-05-06T15:43:57.961404922Z Next consensus number: 74386 Legacy running event hash: e93d3f27a57eebb08e963d873edb4877587570f7fbc366c3670ad657ae3c96952b6d0b0b10bf743963949d1d5645d21d Legacy running event mnemonic: such-top-expect-meat Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=74, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1868250052 Root hash: 59b0387e38c1d81971cf72d9c9914762c69f66af82e939a172f8f8005683a17dafefe1df19ff15a3afd5303ad6379295 (root) VirtualMap state / current-average-blouse-woman {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3947},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"season-vehicle-alter-spice"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"lobster-net-conduct-tone"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"razor-duty-crew-custom"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"cactus-spend-off-pause"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"below-fix-update-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"dish-lucky-lamp-cargo"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"visa-number-bottom-resource"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"desert-victory-cram-portion"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"ten-try-analyst-lesson"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6.700s | 2026-05-06 15:45:03.741 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node0 | 6.714s | 2026-05-06 15:45:03.755 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node2 | 6.746s | 2026-05-06 15:45:03.787 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: e93d3f27a57eebb08e963d873edb4877587570f7fbc366c3670ad657ae3c96952b6d0b0b10bf743963949d1d5645d21d | |
| node2 | 6.756s | 2026-05-06 15:45:03.797 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 2 | |
| node2 | 6.757s | 2026-05-06 15:45:03.798 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node2 | 6.761s | 2026-05-06 15:45:03.802 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node2 | 6.762s | 2026-05-06 15:45:03.803 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node2 | 6.762s | 2026-05-06 15:45:03.803 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node2 | 6.770s | 2026-05-06 15:45:03.811 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 40.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node1 | 7.086s | 2026-05-06 15:45:04.127 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 6344 Timestamp: 2026-05-06T15:43:57.961404922Z Next consensus number: 74386 Legacy running event hash: e93d3f27a57eebb08e963d873edb4877587570f7fbc366c3670ad657ae3c96952b6d0b0b10bf743963949d1d5645d21d Legacy running event mnemonic: such-top-expect-meat Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=74, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1868250052 Root hash: 59b0387e38c1d81971cf72d9c9914762c69f66af82e939a172f8f8005683a17dafefe1df19ff15a3afd5303ad6379295 (root) VirtualMap state / current-average-blouse-woman {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3947},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"season-vehicle-alter-spice"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"lobster-net-conduct-tone"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"razor-duty-crew-custom"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"cactus-spend-off-pause"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"below-fix-update-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"dish-lucky-lamp-cargo"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"visa-number-bottom-resource"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"desert-victory-cram-portion"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"ten-try-analyst-lesson"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 7.089s | 2026-05-06 15:45:04.130 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node1 | 7.133s | 2026-05-06 15:45:04.174 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: e93d3f27a57eebb08e963d873edb4877587570f7fbc366c3670ad657ae3c96952b6d0b0b10bf743963949d1d5645d21d | |
| node1 | 7.142s | 2026-05-06 15:45:04.183 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 1 | |
| node1 | 7.143s | 2026-05-06 15:45:04.184 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node1 | 7.146s | 2026-05-06 15:45:04.187 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node1 | 7.147s | 2026-05-06 15:45:04.188 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node1 | 7.148s | 2026-05-06 15:45:04.189 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node1 | 7.154s | 2026-05-06 15:45:04.195 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 39.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node2 | 7.272s | 2026-05-06 15:45:04.313 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-8> | StatusStateMachine: | Platform spent 501.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node1 | 7.622s | 2026-05-06 15:45:04.663 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-6> | StatusStateMachine: | Platform spent 468.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node0 | 7.814s | 2026-05-06 15:45:04.855 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27023118] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=57338, randomLong=-1277246747872160250, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=10068, randomLong=1377278740556181062, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1058056, data=35, exception=null] OS Health Check Report - Complete (took 1011 ms) | |||||||||
| node0 | 7.886s | 2026-05-06 15:45:04.927 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node0 | 7.891s | 2026-05-06 15:45:04.932 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node0 | 7.892s | 2026-05-06 15:45:04.933 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node0 | 7.911s | 2026-05-06 15:45:04.952 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node0 | 7.913s | 2026-05-06 15:45:04.954 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node0 | 7.916s | 2026-05-06 15:45:04.957 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 7.918s | 2026-05-06 15:45:04.959 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node0 | 7.919s | 2026-05-06 15:45:04.960 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node0 | 8.249s | 2026-05-06 15:45:05.290 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 6345 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99940900000000", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "IgpgMQ==", "port": 30124 }, { "ipAddressV4": "CoAALw==", "port": 30124 }] }, { "nodeId": "1", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "I8DUWg==", "port": 30125 }, { "ipAddressV4": "CoAAMg==", "port": 30125 }] }, { "nodeId": "2", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "IobqwQ==", "port": 30126 }, { "ipAddressV4": "CoAAKA==", "port": 30126 }] }] } Previous Roster: { "rosterEntries": [{ "weight": "2685636917", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "CoAALw==", "port": 30124 }, { "ipAddressV4": "IgpgMQ==", "port": 30124 }] }, { "nodeId": "1", "weight": "15745067016", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "CoAAMg==", "port": 30125 }, { "ipAddressV4": "I8DUWg==", "port": 30125 }] }, { "nodeId": "2", "weight": "15152326407", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "CoAAKA==", "port": 30126 }, { "ipAddressV4": "IobqwQ==", "port": 30126 }] }, { "nodeId": "3", "weight": "16416969660", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAOxH0o7YkAUoMA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTQwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTQwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDf6+SJl+puqRNd5r2Tb802jQTqPm7k3NXIeU8NQ3Hy9p0G+9p4Hgnt3ftipar7lKPKnp4PFrOP7E7XSKpafxK2OVQ0jTMvc6Yjqt+9mzyNSI1I8cSHTmhJ7kMBt0+NwVM8QN+fbKcbQaoNiPwMcckVtGeMad4aZM6hRyxzI0H3wgMj4JiM9VRwx7JbEo3R7akRwLwGr9ZQm2EQwqiyReNkBnXrsyP4KPPVAoeMfGchoAuBbV+r6v1OeYddocYmZkrsvMXUKF/uEcgd8gTu+pv3jObwIEVqXo1yC6ZlCFqO7LIvT8jTAAljkszoo67ykXTbKS0PZeLDg6nvdPvBMQ50yjfswR88S6N8VU6pud7Y+VbMYUiGzlrFi4MB9dikAjEj4PEetQyZdn84ZXGxerXlU/vTO2Fp4i1ec5rmX1P0WYMlbNELE408j5nfCfzD/qdcF5HZAiUVTYU/SWpzWcn34++KGpuqZZQdsGwCLQWeMeA/OEemYChis4cO94aOzrECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAlj5YIsbYXk2JGP9kRCBLDgz27ymYi1KDbO8g18V4T0zj2Zl7858U7mF9UBSSW+Cjl1UtUdvqFWZhh8jRoO3Jov1QGTULHRfyyPElD4VpwFribiu4GYJaodYy6NE50WwSJf32gLG0jHQWt7q+cOrn6WaG2h8O1sIxbTlnu1kqKQUQtu4oX8u23b5m9QXVJfJVdecwD5Rmab2d3dq/NNv2iNELH0myqtcoqw26xwIvXwaS4Gqi+Y0cOfjWL5Gv5AHIwvBXGIh3KUU7pbyBzqjkigbzSeoZw0C8G2cRTl0+QTuet2SVYlFh5J9/FBLvIfMfIpguglaU6xTVoRpo7RF24qQKFt2IlBROpqcwl0FyfE+2c19FGt1V8E5dYqE4T2mHT6FSOI3DckA2afBm1OCeMNtkqCQT8x+JvdKrgUh44QDm4PIVZDzaxog/zOzRWPCgpCPq0HcNMzgCVFt+4q8eTL9Ju/rQcS9bDosjMA69NGLIOCdPW2i/gkS9x9rTXgyp", "gossipEndpoint": [{ "ipAddressV4": "CoAAMA==", "port": 30127 }, { "ipAddressV4": "IkQIpw==", "port": 30127 }] }] } | |||||||||
| node0 | 8.810s | 2026-05-06 15:45:05.851 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 6344 Timestamp: 2026-05-06T15:43:57.961404922Z Next consensus number: 74386 Legacy running event hash: e93d3f27a57eebb08e963d873edb4877587570f7fbc366c3670ad657ae3c96952b6d0b0b10bf743963949d1d5645d21d Legacy running event mnemonic: such-top-expect-meat Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=74, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1868250052 Root hash: 59b0387e38c1d81971cf72d9c9914762c69f66af82e939a172f8f8005683a17dafefe1df19ff15a3afd5303ad6379295 (root) VirtualMap state / current-average-blouse-woman {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3947},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"season-vehicle-alter-spice"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"lobster-net-conduct-tone"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"razor-duty-crew-custom"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"cactus-spend-off-pause"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"below-fix-update-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"dish-lucky-lamp-cargo"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"visa-number-bottom-resource"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"desert-victory-cram-portion"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"ten-try-analyst-lesson"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 8.813s | 2026-05-06 15:45:05.854 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node0 | 8.858s | 2026-05-06 15:45:05.899 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: e93d3f27a57eebb08e963d873edb4877587570f7fbc366c3670ad657ae3c96952b6d0b0b10bf743963949d1d5645d21d | |
| node0 | 8.867s | 2026-05-06 15:45:05.908 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 0 | |
| node0 | 8.868s | 2026-05-06 15:45:05.909 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node0 | 8.872s | 2026-05-06 15:45:05.913 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node0 | 8.873s | 2026-05-06 15:45:05.914 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node0 | 8.874s | 2026-05-06 15:45:05.915 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node0 | 8.880s | 2026-05-06 15:45:05.921 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-5> | StatusStateMachine: | Platform spent 39.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node0 | 9.390s | 2026-05-06 15:45:06.431 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 509.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node2 | 37.364s | 2026-05-06 15:45:34.405 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 30.1 s in OBSERVING. Now in CHECKING | |
| node2 | 37.393s | 2026-05-06 15:45:34.434 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-8> | StatusStateMachine: | Platform spent 28.0 ms in CHECKING. Now in ACTIVE | |
| node1 | 37.649s | 2026-05-06 15:45:34.690 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 30.0 s in OBSERVING. Now in CHECKING | |
| node0 | 39.476s | 2026-05-06 15:45:36.517 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 30.1 s in OBSERVING. Now in CHECKING | |
| node1 | 39.575s | 2026-05-06 15:45:36.616 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-6> | StatusStateMachine: | Platform spent 1.9 s in CHECKING. Now in ACTIVE | |
| node1 | 39.585s | 2026-05-06 15:45:36.626 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6351 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 39.587s | 2026-05-06 15:45:36.628 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 109.0 ms in CHECKING. Now in ACTIVE | |
| node2 | 39.589s | 2026-05-06 15:45:36.630 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6351 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 39.600s | 2026-05-06 15:45:36.641 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6351 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 39.672s | 2026-05-06 15:45:36.713 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6351 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6351 | |
| node0 | 39.673s | 2026-05-06 15:45:36.714 | 95 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 6351 | |
| node0 | 39.674s | 2026-05-06 15:45:36.715 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@6ab90b20 | |
| node1 | 39.683s | 2026-05-06 15:45:36.724 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6351 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6351 | |
| node2 | 39.683s | 2026-05-06 15:45:36.724 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6351 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6351 | |
| node1 | 39.684s | 2026-05-06 15:45:36.725 | 95 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 6351 | |
| node2 | 39.684s | 2026-05-06 15:45:36.725 | 95 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 6351 | |
| node1 | 39.685s | 2026-05-06 15:45:36.726 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@482de44 | |
| node2 | 39.685s | 2026-05-06 15:45:36.726 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@3515eb44 | |
| node1 | 42.888s | 2026-05-06 15:45:39.929 | 158 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@482de44 | |
| node1 | 42.889s | 2026-05-06 15:45:39.930 | 159 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 6351 | |
| node1 | 42.892s | 2026-05-06 15:45:39.933 | 160 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6351 Timestamp: 2026-05-06T15:45:34.491370Z Next consensus number: 74420 Legacy running event hash: 3d78c8683a4264d302dd31686187045864ad2667f69fa2d8c9da92b24de197ab9e9107869b90987d6159864c36588a0a Legacy running event mnemonic: pyramid-vessel-embark-omit Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 882642476 Root hash: 297629e97d2478546180615e46e4031522cfd98543364876bb21a646f8cec57dae3979cbb102ea011fffdcdf430af351 (root) VirtualMap state / conduct-diamond-pig-appear {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"guard-turn-alone-guess"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"amateur-miss-example-cycle"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"card-acquire-oval-language"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 42.897s | 2026-05-06 15:45:39.938 | 161 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 42.908s | 2026-05-06 15:45:39.949 | 162 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6351 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6351 {"round":6351,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6351/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 42.910s | 2026-05-06 15:45:39.951 | 158 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@6ab90b20 | |
| node0 | 42.910s | 2026-05-06 15:45:39.951 | 159 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 6351 | |
| node1 | 42.910s | 2026-05-06 15:45:39.951 | 163 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5694 | |
| node0 | 42.914s | 2026-05-06 15:45:39.955 | 160 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6351 Timestamp: 2026-05-06T15:45:34.491370Z Next consensus number: 74420 Legacy running event hash: 3d78c8683a4264d302dd31686187045864ad2667f69fa2d8c9da92b24de197ab9e9107869b90987d6159864c36588a0a Legacy running event mnemonic: pyramid-vessel-embark-omit Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 882642476 Root hash: 297629e97d2478546180615e46e4031522cfd98543364876bb21a646f8cec57dae3979cbb102ea011fffdcdf430af351 (root) VirtualMap state / conduct-diamond-pig-appear {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"guard-turn-alone-guess"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"amateur-miss-example-cycle"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"card-acquire-oval-language"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 42.918s | 2026-05-06 15:45:39.959 | 161 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 42.931s | 2026-05-06 15:45:39.972 | 162 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6351 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6351 {"round":6351,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6351/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 42.933s | 2026-05-06 15:45:39.974 | 163 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5694 | |
| node2 | 43.151s | 2026-05-06 15:45:40.192 | 158 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@3515eb44 | |
| node2 | 43.152s | 2026-05-06 15:45:40.193 | 159 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 6351 | |
| node2 | 43.158s | 2026-05-06 15:45:40.199 | 160 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6351 Timestamp: 2026-05-06T15:45:34.491370Z Next consensus number: 74420 Legacy running event hash: 3d78c8683a4264d302dd31686187045864ad2667f69fa2d8c9da92b24de197ab9e9107869b90987d6159864c36588a0a Legacy running event mnemonic: pyramid-vessel-embark-omit Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 882642476 Root hash: 297629e97d2478546180615e46e4031522cfd98543364876bb21a646f8cec57dae3979cbb102ea011fffdcdf430af351 (root) VirtualMap state / conduct-diamond-pig-appear {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"guard-turn-alone-guess"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"amateur-miss-example-cycle"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"card-acquire-oval-language"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 43.164s | 2026-05-06 15:45:40.205 | 161 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 43.179s | 2026-05-06 15:45:40.220 | 162 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6351 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6351 {"round":6351,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6351/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 43.182s | 2026-05-06 15:45:40.223 | 163 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5694 | |
| node1 | 1m 4.475s | 2026-05-06 15:46:01.516 | 297 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6766 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 1m 4.486s | 2026-05-06 15:46:01.527 | 297 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6766 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 4.487s | 2026-05-06 15:46:01.528 | 297 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6766 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 4.510s | 2026-05-06 15:46:01.551 | 300 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6766 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6766 | |
| node0 | 1m 4.511s | 2026-05-06 15:46:01.552 | 301 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 6766 | |
| node0 | 1m 4.511s | 2026-05-06 15:46:01.552 | 302 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@46a3ff22 | |
| node1 | 1m 4.520s | 2026-05-06 15:46:01.561 | 300 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6766 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6766 | |
| node1 | 1m 4.521s | 2026-05-06 15:46:01.562 | 301 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 6766 | |
| node2 | 1m 4.521s | 2026-05-06 15:46:01.562 | 300 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6766 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6766 | |
| node2 | 1m 4.521s | 2026-05-06 15:46:01.562 | 301 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 6766 | |
| node1 | 1m 4.522s | 2026-05-06 15:46:01.563 | 302 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@3f5e6709 | |
| node2 | 1m 4.522s | 2026-05-06 15:46:01.563 | 302 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@3b8e1c01 | |
| node0 | 1m 7.586s | 2026-05-06 15:46:04.627 | 351 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@46a3ff22 | |
| node0 | 1m 7.586s | 2026-05-06 15:46:04.627 | 352 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 6766 | |
| node0 | 1m 7.587s | 2026-05-06 15:46:04.628 | 353 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6766 Timestamp: 2026-05-06T15:46:01.405378415Z Next consensus number: 75666 Legacy running event hash: 6fed3c7c00cf296dd540f8f7669267a9fab4d0dea7c699089b0fa60b621096f2b78bbfdb1cc10108f9b04890e0b4e75f Legacy running event mnemonic: world-moon-boring-color Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1866034821 Root hash: d7ce360038cf3bd2344b683dfff669714ad66a45b9a189776f34f6e8aa2a1ec071053a6eff9a1c7808a9f21121f54261 (root) VirtualMap state / alien-scale-boring-kid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"soccer-clean-forum-fit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"invest-reason-parade-barrel"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"you-letter-average-review"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 1m 7.590s | 2026-05-06 15:46:04.631 | 354 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 1m 7.594s | 2026-05-06 15:46:04.635 | 355 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6766 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6766 {"round":6766,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6766/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 1m 7.596s | 2026-05-06 15:46:04.637 | 356 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5862 | |
| node1 | 1m 7.599s | 2026-05-06 15:46:04.640 | 351 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@3f5e6709 | |
| node1 | 1m 7.599s | 2026-05-06 15:46:04.640 | 352 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 6766 | |
| node1 | 1m 7.600s | 2026-05-06 15:46:04.641 | 353 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6766 Timestamp: 2026-05-06T15:46:01.405378415Z Next consensus number: 75666 Legacy running event hash: 6fed3c7c00cf296dd540f8f7669267a9fab4d0dea7c699089b0fa60b621096f2b78bbfdb1cc10108f9b04890e0b4e75f Legacy running event mnemonic: world-moon-boring-color Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1866034821 Root hash: d7ce360038cf3bd2344b683dfff669714ad66a45b9a189776f34f6e8aa2a1ec071053a6eff9a1c7808a9f21121f54261 (root) VirtualMap state / alien-scale-boring-kid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"soccer-clean-forum-fit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"invest-reason-parade-barrel"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"you-letter-average-review"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 1m 7.603s | 2026-05-06 15:46:04.644 | 354 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 1m 7.607s | 2026-05-06 15:46:04.648 | 355 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6766 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6766 {"round":6766,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6766/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 1m 7.609s | 2026-05-06 15:46:04.650 | 356 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5862 | |
| node2 | 1m 7.624s | 2026-05-06 15:46:04.665 | 351 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@3b8e1c01 | |
| node2 | 1m 7.625s | 2026-05-06 15:46:04.666 | 352 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 6766 | |
| node2 | 1m 7.626s | 2026-05-06 15:46:04.667 | 353 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6766 Timestamp: 2026-05-06T15:46:01.405378415Z Next consensus number: 75666 Legacy running event hash: 6fed3c7c00cf296dd540f8f7669267a9fab4d0dea7c699089b0fa60b621096f2b78bbfdb1cc10108f9b04890e0b4e75f Legacy running event mnemonic: world-moon-boring-color Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1866034821 Root hash: d7ce360038cf3bd2344b683dfff669714ad66a45b9a189776f34f6e8aa2a1ec071053a6eff9a1c7808a9f21121f54261 (root) VirtualMap state / alien-scale-boring-kid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"soccer-clean-forum-fit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"invest-reason-parade-barrel"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"you-letter-average-review"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 1m 7.630s | 2026-05-06 15:46:04.671 | 354 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 1m 7.635s | 2026-05-06 15:46:04.676 | 355 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6766 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6766 {"round":6766,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6766/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 1m 7.637s | 2026-05-06 15:46:04.678 | 356 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5862 | |
| node1 | 1m 35.074s | 2026-05-06 15:46:32.115 | 509 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7276 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 35.085s | 2026-05-06 15:46:32.126 | 509 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7276 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 1m 35.085s | 2026-05-06 15:46:32.126 | 509 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7276 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 35.110s | 2026-05-06 15:46:32.151 | 512 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7276 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7276 | |
| node0 | 1m 35.110s | 2026-05-06 15:46:32.151 | 513 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 7276 | |
| node0 | 1m 35.111s | 2026-05-06 15:46:32.152 | 514 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@1e8100e2 | |
| node1 | 1m 35.120s | 2026-05-06 15:46:32.161 | 512 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7276 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7276 | |
| node2 | 1m 35.120s | 2026-05-06 15:46:32.161 | 512 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7276 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7276 | |
| node1 | 1m 35.121s | 2026-05-06 15:46:32.162 | 513 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 7276 | |
| node1 | 1m 35.121s | 2026-05-06 15:46:32.162 | 514 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@517ca0da | |
| node2 | 1m 35.121s | 2026-05-06 15:46:32.162 | 513 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 7276 | |
| node2 | 1m 35.122s | 2026-05-06 15:46:32.163 | 514 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@1140ba6a | |
| node1 | 1m 38.256s | 2026-05-06 15:46:35.297 | 563 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@517ca0da | |
| node1 | 1m 38.257s | 2026-05-06 15:46:35.298 | 564 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 7276 | |
| node2 | 1m 38.257s | 2026-05-06 15:46:35.298 | 563 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@1140ba6a | |
| node1 | 1m 38.258s | 2026-05-06 15:46:35.299 | 565 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7276 Timestamp: 2026-05-06T15:46:32.005147590Z Next consensus number: 77196 Legacy running event hash: 7c5ae87e53180722bb17ec7b418e772dc50acfcc24c77ba4c0311b492113ccb04dd34a8b211accbb8094a388080ba02a Legacy running event mnemonic: mercy-utility-glide-tone Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -700564113 Root hash: f4994866011b24049a371a3f48c372460071a70d3f7ccc46f4f2f5192754eb2960fd8bb8519e39182883f76c7da57e1b (root) VirtualMap state / hollow-art-casino-letter {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"van-alter-security-state"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"gain-mystery-fossil-amount"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"danger-fetch-alter-cream"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 1m 38.258s | 2026-05-06 15:46:35.299 | 564 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 7276 | |
| node2 | 1m 38.259s | 2026-05-06 15:46:35.300 | 565 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7276 Timestamp: 2026-05-06T15:46:32.005147590Z Next consensus number: 77196 Legacy running event hash: 7c5ae87e53180722bb17ec7b418e772dc50acfcc24c77ba4c0311b492113ccb04dd34a8b211accbb8094a388080ba02a Legacy running event mnemonic: mercy-utility-glide-tone Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -700564113 Root hash: f4994866011b24049a371a3f48c372460071a70d3f7ccc46f4f2f5192754eb2960fd8bb8519e39182883f76c7da57e1b (root) VirtualMap state / hollow-art-casino-letter {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"van-alter-security-state"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"gain-mystery-fossil-amount"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"danger-fetch-alter-cream"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 1m 38.260s | 2026-05-06 15:46:35.301 | 566 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 1m 38.262s | 2026-05-06 15:46:35.303 | 566 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 1m 38.265s | 2026-05-06 15:46:35.306 | 567 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7276 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7276 {"round":7276,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7276/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 1m 38.266s | 2026-05-06 15:46:35.307 | 568 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6030 | |
| node2 | 1m 38.267s | 2026-05-06 15:46:35.308 | 567 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7276 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7276 {"round":7276,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7276/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 1m 38.269s | 2026-05-06 15:46:35.310 | 568 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6030 | |
| node0 | 1m 38.296s | 2026-05-06 15:46:35.337 | 563 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@1e8100e2 | |
| node0 | 1m 38.297s | 2026-05-06 15:46:35.338 | 564 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 7276 | |
| node0 | 1m 38.298s | 2026-05-06 15:46:35.339 | 565 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7276 Timestamp: 2026-05-06T15:46:32.005147590Z Next consensus number: 77196 Legacy running event hash: 7c5ae87e53180722bb17ec7b418e772dc50acfcc24c77ba4c0311b492113ccb04dd34a8b211accbb8094a388080ba02a Legacy running event mnemonic: mercy-utility-glide-tone Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -700564113 Root hash: f4994866011b24049a371a3f48c372460071a70d3f7ccc46f4f2f5192754eb2960fd8bb8519e39182883f76c7da57e1b (root) VirtualMap state / hollow-art-casino-letter {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3947,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"van-alter-security-state"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"gain-mystery-fossil-amount"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"danger-fetch-alter-cream"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 1m 38.301s | 2026-05-06 15:46:35.342 | 566 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 1m 38.305s | 2026-05-06 15:46:35.346 | 567 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7276 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7276 {"round":7276,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7276/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 1m 38.307s | 2026-05-06 15:46:35.348 | 568 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6030 | |
| node1 | 2m 3.635s | 2026-05-06 15:47:00.676 | 710 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7752 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 2m 3.645s | 2026-05-06 15:47:00.686 | 710 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7752 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 3.646s | 2026-05-06 15:47:00.687 | 710 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7752 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 3.671s | 2026-05-06 15:47:00.712 | 713 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7752 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7752 | |
| node0 | 2m 3.673s | 2026-05-06 15:47:00.714 | 714 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 7752 | |
| node0 | 2m 3.673s | 2026-05-06 15:47:00.714 | 715 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@626a1ad2 | |
| node2 | 2m 3.681s | 2026-05-06 15:47:00.722 | 713 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7752 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7752 | |
| node1 | 2m 3.682s | 2026-05-06 15:47:00.723 | 713 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7752 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7752 | |
| node1 | 2m 3.682s | 2026-05-06 15:47:00.723 | 714 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 7752 | |
| node2 | 2m 3.682s | 2026-05-06 15:47:00.723 | 714 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 7752 | |
| node2 | 2m 3.682s | 2026-05-06 15:47:00.723 | 715 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@2eb8d105 | |
| node1 | 2m 3.683s | 2026-05-06 15:47:00.724 | 715 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@74392d2 | |
| node0 | 2m 6.751s | 2026-05-06 15:47:03.792 | 764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@626a1ad2 | |
| node0 | 2m 6.751s | 2026-05-06 15:47:03.792 | 765 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 7752 | |
| node0 | 2m 6.752s | 2026-05-06 15:47:03.793 | 766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7752 Timestamp: 2026-05-06T15:47:00.568593421Z Next consensus number: 78624 Legacy running event hash: 1f0c447d12d7c1172dd0d995bdca62de6da6ac5bd6f10b9cc7737a6c02bdf8271eef08125d765d2757c19be8a7857b3d Legacy running event mnemonic: thunder-moral-foot-tag Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -2060758799 Root hash: 86708dcddcf41d4dd083ef0274d0b5c2346d6f7ab6f530b56735f6a25fcb66e7db87ff4a7ce84698085c248eeacd895f (root) VirtualMap state / craft-edit-ghost-predict {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28733,"lastLeafPath":57466},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"veteran-song-indoor-limit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"carbon-hazard-forum-shoulder"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"beyond-brass-paddle-laugh"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 6.755s | 2026-05-06 15:47:03.796 | 767 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 6.758s | 2026-05-06 15:47:03.799 | 764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@74392d2 | |
| node1 | 2m 6.758s | 2026-05-06 15:47:03.799 | 765 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 7752 | |
| node1 | 2m 6.759s | 2026-05-06 15:47:03.800 | 766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7752 Timestamp: 2026-05-06T15:47:00.568593421Z Next consensus number: 78624 Legacy running event hash: 1f0c447d12d7c1172dd0d995bdca62de6da6ac5bd6f10b9cc7737a6c02bdf8271eef08125d765d2757c19be8a7857b3d Legacy running event mnemonic: thunder-moral-foot-tag Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -2060758799 Root hash: 86708dcddcf41d4dd083ef0274d0b5c2346d6f7ab6f530b56735f6a25fcb66e7db87ff4a7ce84698085c248eeacd895f (root) VirtualMap state / craft-edit-ghost-predict {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28733,"lastLeafPath":57466},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"veteran-song-indoor-limit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"carbon-hazard-forum-shoulder"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"beyond-brass-paddle-laugh"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 6.760s | 2026-05-06 15:47:03.801 | 768 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7752 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7752 {"round":7752,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7752/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 2m 6.762s | 2026-05-06 15:47:03.803 | 769 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6198 | |
| node1 | 2m 6.763s | 2026-05-06 15:47:03.804 | 767 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 6.768s | 2026-05-06 15:47:03.809 | 768 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7752 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7752 {"round":7752,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7752/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 2m 6.769s | 2026-05-06 15:47:03.810 | 769 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6198 | |
| node2 | 2m 6.803s | 2026-05-06 15:47:03.844 | 764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@2eb8d105 | |
| node2 | 2m 6.803s | 2026-05-06 15:47:03.844 | 765 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 7752 | |
| node2 | 2m 6.804s | 2026-05-06 15:47:03.845 | 766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7752 Timestamp: 2026-05-06T15:47:00.568593421Z Next consensus number: 78624 Legacy running event hash: 1f0c447d12d7c1172dd0d995bdca62de6da6ac5bd6f10b9cc7737a6c02bdf8271eef08125d765d2757c19be8a7857b3d Legacy running event mnemonic: thunder-moral-foot-tag Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -2060758799 Root hash: 86708dcddcf41d4dd083ef0274d0b5c2346d6f7ab6f530b56735f6a25fcb66e7db87ff4a7ce84698085c248eeacd895f (root) VirtualMap state / craft-edit-ghost-predict {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28733,"lastLeafPath":57466},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"veteran-song-indoor-limit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"carbon-hazard-forum-shoulder"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"beyond-brass-paddle-laugh"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 6.807s | 2026-05-06 15:47:03.848 | 767 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 2m 6.811s | 2026-05-06 15:47:03.852 | 768 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7752 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7752 {"round":7752,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7752/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 2m 6.813s | 2026-05-06 15:47:03.854 | 769 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6198 | |
| node2 | 2m 34.258s | 2026-05-06 15:47:31.299 | 922 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8262 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 2m 34.269s | 2026-05-06 15:47:31.310 | 922 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8262 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 34.270s | 2026-05-06 15:47:31.311 | 922 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8262 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 34.330s | 2026-05-06 15:47:31.371 | 925 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8262 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8262 | |
| node0 | 2m 34.330s | 2026-05-06 15:47:31.371 | 926 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 8262 | |
| node0 | 2m 34.331s | 2026-05-06 15:47:31.372 | 927 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@320a858a | |
| node1 | 2m 34.340s | 2026-05-06 15:47:31.381 | 925 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8262 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8262 | |
| node2 | 2m 34.340s | 2026-05-06 15:47:31.381 | 925 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8262 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8262 | |
| node1 | 2m 34.341s | 2026-05-06 15:47:31.382 | 926 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 8262 | |
| node1 | 2m 34.341s | 2026-05-06 15:47:31.382 | 927 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@4e24e766 | |
| node2 | 2m 34.341s | 2026-05-06 15:47:31.382 | 926 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 8262 | |
| node2 | 2m 34.341s | 2026-05-06 15:47:31.382 | 927 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@16269346 | |
| node1 | 2m 37.411s | 2026-05-06 15:47:34.452 | 976 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@4e24e766 | |
| node1 | 2m 37.411s | 2026-05-06 15:47:34.452 | 977 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 8262 | |
| node1 | 2m 37.412s | 2026-05-06 15:47:34.453 | 978 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8262 Timestamp: 2026-05-06T15:47:31.164715785Z Next consensus number: 80154 Legacy running event hash: 8556fe5ac83a2060e8f7f421f976076473c426322085a5ae2484be101a13f0f78757438d42d7754c470e44f7101be6df Legacy running event mnemonic: fetch-crumble-web-army Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 687011245 Root hash: 66ec8849d78df65a93e04c599f30a4eab1bb87e8cb76cca6e94912cb708f382c5f88f914ad86c4603cc19b1ebd667f8f (root) VirtualMap state / talk-want-attack-crumble {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28733,"lastLeafPath":57466},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"arrange-glow-prepare-exhibit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"tomato-that-sing-mixture"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"view-runway-doll-twelve"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 2m 37.415s | 2026-05-06 15:47:34.456 | 979 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 37.420s | 2026-05-06 15:47:34.461 | 980 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8262 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8262 {"round":8262,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8262/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 2m 37.421s | 2026-05-06 15:47:34.462 | 981 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6344 | |
| node2 | 2m 37.520s | 2026-05-06 15:47:34.561 | 976 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@16269346 | |
| node2 | 2m 37.521s | 2026-05-06 15:47:34.562 | 977 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 8262 | |
| node2 | 2m 37.521s | 2026-05-06 15:47:34.562 | 978 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8262 Timestamp: 2026-05-06T15:47:31.164715785Z Next consensus number: 80154 Legacy running event hash: 8556fe5ac83a2060e8f7f421f976076473c426322085a5ae2484be101a13f0f78757438d42d7754c470e44f7101be6df Legacy running event mnemonic: fetch-crumble-web-army Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 687011245 Root hash: 66ec8849d78df65a93e04c599f30a4eab1bb87e8cb76cca6e94912cb708f382c5f88f914ad86c4603cc19b1ebd667f8f (root) VirtualMap state / talk-want-attack-crumble {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28733,"lastLeafPath":57466},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"arrange-glow-prepare-exhibit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"tomato-that-sing-mixture"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"view-runway-doll-twelve"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 37.526s | 2026-05-06 15:47:34.567 | 979 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 2m 37.530s | 2026-05-06 15:47:34.571 | 980 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8262 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8262 {"round":8262,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8262/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 2m 37.532s | 2026-05-06 15:47:34.573 | 981 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6344 | |
| node0 | 2m 37.535s | 2026-05-06 15:47:34.576 | 976 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@320a858a | |
| node0 | 2m 37.536s | 2026-05-06 15:47:34.577 | 977 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 8262 | |
| node0 | 2m 37.537s | 2026-05-06 15:47:34.578 | 978 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8262 Timestamp: 2026-05-06T15:47:31.164715785Z Next consensus number: 80154 Legacy running event hash: 8556fe5ac83a2060e8f7f421f976076473c426322085a5ae2484be101a13f0f78757438d42d7754c470e44f7101be6df Legacy running event mnemonic: fetch-crumble-web-army Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 687011245 Root hash: 66ec8849d78df65a93e04c599f30a4eab1bb87e8cb76cca6e94912cb708f382c5f88f914ad86c4603cc19b1ebd667f8f (root) VirtualMap state / talk-want-attack-crumble {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3948},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28733,"lastLeafPath":57466},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"sport-witness-describe-frog"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"arrange-glow-prepare-exhibit"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"tomato-that-sing-mixture"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"list-wonder-twenty-domain"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"view-runway-doll-twelve"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"credit-scout-snack-armed"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"evidence-taxi-lesson-trial"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 37.540s | 2026-05-06 15:47:34.581 | 979 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 2m 37.545s | 2026-05-06 15:47:34.586 | 980 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8262 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8262 {"round":8262,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8262/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 2m 37.547s | 2026-05-06 15:47:34.588 | 981 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6344 | |
| node2 | 3m 4.859s | 2026-05-06 15:48:01.900 | 1134 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8772 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 4.870s | 2026-05-06 15:48:01.911 | 1134 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8772 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 3m 4.870s | 2026-05-06 15:48:01.911 | 1134 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8772 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 4.929s | 2026-05-06 15:48:01.970 | 1137 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8772 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8772 | |
| node0 | 3m 4.930s | 2026-05-06 15:48:01.971 | 1138 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 8772 | |
| node0 | 3m 4.931s | 2026-05-06 15:48:01.972 | 1139 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@2cb8e766 | |
| node1 | 3m 4.940s | 2026-05-06 15:48:01.981 | 1137 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8772 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8772 | |
| node2 | 3m 4.940s | 2026-05-06 15:48:01.981 | 1137 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8772 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8772 | |
| node1 | 3m 4.941s | 2026-05-06 15:48:01.982 | 1138 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 8772 | |
| node1 | 3m 4.941s | 2026-05-06 15:48:01.982 | 1139 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@b97a971 | |
| node2 | 3m 4.942s | 2026-05-06 15:48:01.983 | 1138 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 8772 | |
| node2 | 3m 4.942s | 2026-05-06 15:48:01.983 | 1139 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@3451650f | |
| node0 | 3m 7.990s | 2026-05-06 15:48:05.031 | 1188 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@2cb8e766 | |
| node0 | 3m 7.991s | 2026-05-06 15:48:05.032 | 1189 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 8772 | |
| node0 | 3m 7.992s | 2026-05-06 15:48:05.033 | 1190 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8772 Timestamp: 2026-05-06T15:48:01.764610274Z Next consensus number: 81684 Legacy running event hash: 8ecb0f958e2f1d14a4a6946c6848c9595e8e60c742b6080ea390bc1b5c897c2a6bbf06dfebec6cb429ef8cde1d1b9a8f Legacy running event mnemonic: chase-verify-demand-penalty Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 931813434 Root hash: 5eb77d8b0403157ced9a5b0eec7903c33da366024c43ee16944c6719a69f6f3995d866d8e826d14993f413428c2ff83b (root) VirtualMap state / street-ramp-lesson-question {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"auto-scatter-scare-onion"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"muffin-verb-palm-only"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"useless-humble-various-random"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 3m 7.995s | 2026-05-06 15:48:05.036 | 1191 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 3m 8.000s | 2026-05-06 15:48:05.041 | 1192 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8772 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8772 {"round":8772,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8772/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 3m 8.002s | 2026-05-06 15:48:05.043 | 1193 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6351 | |
| node1 | 3m 8.012s | 2026-05-06 15:48:05.053 | 1188 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@b97a971 | |
| node1 | 3m 8.012s | 2026-05-06 15:48:05.053 | 1189 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 8772 | |
| node1 | 3m 8.013s | 2026-05-06 15:48:05.054 | 1190 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8772 Timestamp: 2026-05-06T15:48:01.764610274Z Next consensus number: 81684 Legacy running event hash: 8ecb0f958e2f1d14a4a6946c6848c9595e8e60c742b6080ea390bc1b5c897c2a6bbf06dfebec6cb429ef8cde1d1b9a8f Legacy running event mnemonic: chase-verify-demand-penalty Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 931813434 Root hash: 5eb77d8b0403157ced9a5b0eec7903c33da366024c43ee16944c6719a69f6f3995d866d8e826d14993f413428c2ff83b (root) VirtualMap state / street-ramp-lesson-question {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"auto-scatter-scare-onion"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"muffin-verb-palm-only"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"useless-humble-various-random"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 3m 8.016s | 2026-05-06 15:48:05.057 | 1191 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 3m 8.022s | 2026-05-06 15:48:05.063 | 1192 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8772 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8772 {"round":8772,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8772/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 3m 8.023s | 2026-05-06 15:48:05.064 | 1193 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6351 | |
| node2 | 3m 8.026s | 2026-05-06 15:48:05.067 | 1188 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@3451650f | |
| node2 | 3m 8.026s | 2026-05-06 15:48:05.067 | 1189 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 8772 | |
| node2 | 3m 8.027s | 2026-05-06 15:48:05.068 | 1190 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8772 Timestamp: 2026-05-06T15:48:01.764610274Z Next consensus number: 81684 Legacy running event hash: 8ecb0f958e2f1d14a4a6946c6848c9595e8e60c742b6080ea390bc1b5c897c2a6bbf06dfebec6cb429ef8cde1d1b9a8f Legacy running event mnemonic: chase-verify-demand-penalty Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 931813434 Root hash: 5eb77d8b0403157ced9a5b0eec7903c33da366024c43ee16944c6719a69f6f3995d866d8e826d14993f413428c2ff83b (root) VirtualMap state / street-ramp-lesson-question {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"auto-scatter-scare-onion"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"muffin-verb-palm-only"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"useless-humble-various-random"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 3m 8.030s | 2026-05-06 15:48:05.071 | 1191 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 3m 8.036s | 2026-05-06 15:48:05.077 | 1192 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8772 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8772 {"round":8772,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8772/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 3m 8.038s | 2026-05-06 15:48:05.079 | 1193 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6351 | |
| node2 | 3m 33.419s | 2026-05-06 15:48:30.460 | 1335 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9248 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 3m 33.429s | 2026-05-06 15:48:30.470 | 1335 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9248 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 33.430s | 2026-05-06 15:48:30.471 | 1335 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9248 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 33.490s | 2026-05-06 15:48:30.531 | 1338 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9248 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9248 | |
| node0 | 3m 33.490s | 2026-05-06 15:48:30.531 | 1339 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 9248 | |
| node0 | 3m 33.491s | 2026-05-06 15:48:30.532 | 1340 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@4cf2a962 | |
| node1 | 3m 33.500s | 2026-05-06 15:48:30.541 | 1338 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9248 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9248 | |
| node2 | 3m 33.500s | 2026-05-06 15:48:30.541 | 1338 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9248 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9248 | |
| node1 | 3m 33.501s | 2026-05-06 15:48:30.542 | 1339 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 9248 | |
| node2 | 3m 33.501s | 2026-05-06 15:48:30.542 | 1339 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 9248 | |
| node2 | 3m 33.501s | 2026-05-06 15:48:30.542 | 1340 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@3d53391a | |
| node1 | 3m 33.502s | 2026-05-06 15:48:30.543 | 1340 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@75066064 | |
| node2 | 3m 36.545s | 2026-05-06 15:48:33.586 | 1389 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@3d53391a | |
| node2 | 3m 36.546s | 2026-05-06 15:48:33.587 | 1390 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 9248 | |
| node2 | 3m 36.547s | 2026-05-06 15:48:33.588 | 1391 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9248 Timestamp: 2026-05-06T15:48:30.324724494Z Next consensus number: 83112 Legacy running event hash: d2bf5fc2b9c34951a29d3d66fcb92758313eab7442aa1708476194add59de97e3e0a0bb5242dec8a907422ac0e14379f Legacy running event mnemonic: popular-weapon-sibling-clay Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1928826174 Root hash: 25aa697f3b5f0b80132dbaf722cb893f9b4a8d4d4f48cf8dcd718659045b9433d0bfeb8cc48624ab4a1269a75fd1a80e (root) VirtualMap state / relief-copper-hip-hybrid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"poem-ask-pretty-hero"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"ranch-actor-noise-lion"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"near-devote-defy-season"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 3m 36.550s | 2026-05-06 15:48:33.591 | 1392 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 3m 36.556s | 2026-05-06 15:48:33.597 | 1393 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9248 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9248 {"round":9248,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9248/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 3m 36.558s | 2026-05-06 15:48:33.599 | 1394 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6766 | |
| node1 | 3m 36.571s | 2026-05-06 15:48:33.612 | 1389 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@75066064 | |
| node1 | 3m 36.572s | 2026-05-06 15:48:33.613 | 1390 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 9248 | |
| node1 | 3m 36.573s | 2026-05-06 15:48:33.614 | 1391 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9248 Timestamp: 2026-05-06T15:48:30.324724494Z Next consensus number: 83112 Legacy running event hash: d2bf5fc2b9c34951a29d3d66fcb92758313eab7442aa1708476194add59de97e3e0a0bb5242dec8a907422ac0e14379f Legacy running event mnemonic: popular-weapon-sibling-clay Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1928826174 Root hash: 25aa697f3b5f0b80132dbaf722cb893f9b4a8d4d4f48cf8dcd718659045b9433d0bfeb8cc48624ab4a1269a75fd1a80e (root) VirtualMap state / relief-copper-hip-hybrid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"poem-ask-pretty-hero"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"ranch-actor-noise-lion"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"near-devote-defy-season"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 3m 36.576s | 2026-05-06 15:48:33.617 | 1392 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 3m 36.578s | 2026-05-06 15:48:33.619 | 1389 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@4cf2a962 | |
| node0 | 3m 36.578s | 2026-05-06 15:48:33.619 | 1390 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 9248 | |
| node0 | 3m 36.579s | 2026-05-06 15:48:33.620 | 1391 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9248 Timestamp: 2026-05-06T15:48:30.324724494Z Next consensus number: 83112 Legacy running event hash: d2bf5fc2b9c34951a29d3d66fcb92758313eab7442aa1708476194add59de97e3e0a0bb5242dec8a907422ac0e14379f Legacy running event mnemonic: popular-weapon-sibling-clay Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1928826174 Root hash: 25aa697f3b5f0b80132dbaf722cb893f9b4a8d4d4f48cf8dcd718659045b9433d0bfeb8cc48624ab4a1269a75fd1a80e (root) VirtualMap state / relief-copper-hip-hybrid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"poem-ask-pretty-hero"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"ranch-actor-noise-lion"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"near-devote-defy-season"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 3m 36.582s | 2026-05-06 15:48:33.623 | 1392 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 3m 36.582s | 2026-05-06 15:48:33.623 | 1393 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9248 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9248 {"round":9248,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9248/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 3m 36.584s | 2026-05-06 15:48:33.625 | 1394 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6766 | |
| node0 | 3m 36.588s | 2026-05-06 15:48:33.629 | 1393 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9248 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9248 {"round":9248,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9248/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 3m 36.590s | 2026-05-06 15:48:33.631 | 1394 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6766 | |
| node2 | 4m 4.019s | 2026-05-06 15:49:01.060 | 1547 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9758 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 4.030s | 2026-05-06 15:49:01.071 | 1547 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9758 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 4m 4.030s | 2026-05-06 15:49:01.071 | 1547 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9758 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 4.089s | 2026-05-06 15:49:01.130 | 1550 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9758 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9758 | |
| node0 | 4m 4.090s | 2026-05-06 15:49:01.131 | 1551 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 9758 | |
| node0 | 4m 4.091s | 2026-05-06 15:49:01.132 | 1552 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@7b74e397 | |
| node1 | 4m 4.100s | 2026-05-06 15:49:01.141 | 1550 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9758 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9758 | |
| node2 | 4m 4.100s | 2026-05-06 15:49:01.141 | 1550 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9758 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9758 | |
| node1 | 4m 4.101s | 2026-05-06 15:49:01.142 | 1551 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 9758 | |
| node1 | 4m 4.101s | 2026-05-06 15:49:01.142 | 1552 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@78729ba9 | |
| node2 | 4m 4.101s | 2026-05-06 15:49:01.142 | 1551 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 9758 | |
| node2 | 4m 4.101s | 2026-05-06 15:49:01.142 | 1552 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@9d6d512 | |
| node1 | 4m 7.159s | 2026-05-06 15:49:04.200 | 1601 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@78729ba9 | |
| node1 | 4m 7.159s | 2026-05-06 15:49:04.200 | 1602 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 9758 | |
| node0 | 4m 7.160s | 2026-05-06 15:49:04.201 | 1601 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@7b74e397 | |
| node1 | 4m 7.160s | 2026-05-06 15:49:04.201 | 1603 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9758 Timestamp: 2026-05-06T15:49:00.924682032Z Next consensus number: 84642 Legacy running event hash: 2d9ed71e6f0ba3676258cf52640e8effe5c15c22996c8f4559e2362a12c4a8ffdb7df0ffbc6218f2afc0c2090bda5a2d Legacy running event mnemonic: record-brisk-thumb-nasty Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1092083761 Root hash: b0c82f6321262575ca59cbd3c02ec5d7470c57778a7cfb4e6455f4122f25951cfec37725e6069d27562f1c368b8f2576 (root) VirtualMap state / train-unaware-cave-push {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"mesh-old-nerve-poet"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"avocado-retire-fee-olive"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"ostrich-leader-piece-ramp"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 4m 7.161s | 2026-05-06 15:49:04.202 | 1602 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 9758 | |
| node0 | 4m 7.162s | 2026-05-06 15:49:04.203 | 1603 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9758 Timestamp: 2026-05-06T15:49:00.924682032Z Next consensus number: 84642 Legacy running event hash: 2d9ed71e6f0ba3676258cf52640e8effe5c15c22996c8f4559e2362a12c4a8ffdb7df0ffbc6218f2afc0c2090bda5a2d Legacy running event mnemonic: record-brisk-thumb-nasty Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1092083761 Root hash: b0c82f6321262575ca59cbd3c02ec5d7470c57778a7cfb4e6455f4122f25951cfec37725e6069d27562f1c368b8f2576 (root) VirtualMap state / train-unaware-cave-push {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"mesh-old-nerve-poet"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"avocado-retire-fee-olive"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"ostrich-leader-piece-ramp"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 4m 7.163s | 2026-05-06 15:49:04.204 | 1604 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4m 7.165s | 2026-05-06 15:49:04.206 | 1604 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 4m 7.169s | 2026-05-06 15:49:04.210 | 1605 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9758 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9758 {"round":9758,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9758/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 4m 7.170s | 2026-05-06 15:49:04.211 | 1606 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7276 | |
| node0 | 4m 7.171s | 2026-05-06 15:49:04.212 | 1605 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9758 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9758 {"round":9758,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9758/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4m 7.172s | 2026-05-06 15:49:04.213 | 1606 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7276 | |
| node2 | 4m 7.232s | 2026-05-06 15:49:04.273 | 1601 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@9d6d512 | |
| node2 | 4m 7.232s | 2026-05-06 15:49:04.273 | 1602 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 9758 | |
| node2 | 4m 7.233s | 2026-05-06 15:49:04.274 | 1603 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9758 Timestamp: 2026-05-06T15:49:00.924682032Z Next consensus number: 84642 Legacy running event hash: 2d9ed71e6f0ba3676258cf52640e8effe5c15c22996c8f4559e2362a12c4a8ffdb7df0ffbc6218f2afc0c2090bda5a2d Legacy running event mnemonic: record-brisk-thumb-nasty Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1092083761 Root hash: b0c82f6321262575ca59cbd3c02ec5d7470c57778a7cfb4e6455f4122f25951cfec37725e6069d27562f1c368b8f2576 (root) VirtualMap state / train-unaware-cave-push {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"mesh-old-nerve-poet"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"avocado-retire-fee-olive"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"ostrich-leader-piece-ramp"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 4m 7.237s | 2026-05-06 15:49:04.278 | 1604 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 4m 7.244s | 2026-05-06 15:49:04.285 | 1605 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9758 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9758 {"round":9758,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9758/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4m 7.245s | 2026-05-06 15:49:04.286 | 1606 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7276 | |
| node2 | 4m 34.618s | 2026-05-06 15:49:31.659 | 1759 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10268 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 34.629s | 2026-05-06 15:49:31.670 | 1759 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10268 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 4m 34.629s | 2026-05-06 15:49:31.670 | 1759 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10268 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 34.690s | 2026-05-06 15:49:31.731 | 1762 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10268 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10268 | |
| node0 | 4m 34.690s | 2026-05-06 15:49:31.731 | 1763 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 10268 | |
| node0 | 4m 34.691s | 2026-05-06 15:49:31.732 | 1764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@5a144e1b | |
| node1 | 4m 34.700s | 2026-05-06 15:49:31.741 | 1762 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10268 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10268 | |
| node2 | 4m 34.700s | 2026-05-06 15:49:31.741 | 1762 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10268 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10268 | |
| node1 | 4m 34.701s | 2026-05-06 15:49:31.742 | 1763 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 10268 | |
| node1 | 4m 34.701s | 2026-05-06 15:49:31.742 | 1764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@4ea4702f | |
| node2 | 4m 34.701s | 2026-05-06 15:49:31.742 | 1763 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 10268 | |
| node2 | 4m 34.701s | 2026-05-06 15:49:31.742 | 1764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@20a636dc | |
| node1 | 4m 37.705s | 2026-05-06 15:49:34.746 | 1813 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@4ea4702f | |
| node1 | 4m 37.709s | 2026-05-06 15:49:34.750 | 1814 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 10268 | |
| node1 | 4m 37.710s | 2026-05-06 15:49:34.751 | 1815 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10268 Timestamp: 2026-05-06T15:49:31.524750166Z Next consensus number: 86172 Legacy running event hash: 9141731feccc817ea4c3de5a88b6e5af1d1954fc8ba563978de15b6b82475cf6f3c4a7721ff9aef5a0379bb748457f11 Legacy running event mnemonic: subject-glue-grief-space Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1713567489 Root hash: c1b8091931d94d49b1f0465367432278a66a3642b705fc188af9abe932894478424cfcbbe4e210e09531225036d80ea1 (root) VirtualMap state / simple-case-depth-powder {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"enjoy-drum-swing-leisure"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"citizen-boost-spoil-rude"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"weird-elbow-hazard-veteran"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 4m 37.713s | 2026-05-06 15:49:34.754 | 1816 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4m 37.715s | 2026-05-06 15:49:34.756 | 1813 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@5a144e1b | |
| node1 | 4m 37.719s | 2026-05-06 15:49:34.760 | 1817 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10268 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10268 {"round":10268,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10268/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4m 37.720s | 2026-05-06 15:49:34.761 | 1814 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 10268 | |
| node1 | 4m 37.720s | 2026-05-06 15:49:34.761 | 1818 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7752 | |
| node0 | 4m 37.721s | 2026-05-06 15:49:34.762 | 1815 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10268 Timestamp: 2026-05-06T15:49:31.524750166Z Next consensus number: 86172 Legacy running event hash: 9141731feccc817ea4c3de5a88b6e5af1d1954fc8ba563978de15b6b82475cf6f3c4a7721ff9aef5a0379bb748457f11 Legacy running event mnemonic: subject-glue-grief-space Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1713567489 Root hash: c1b8091931d94d49b1f0465367432278a66a3642b705fc188af9abe932894478424cfcbbe4e210e09531225036d80ea1 (root) VirtualMap state / simple-case-depth-powder {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"enjoy-drum-swing-leisure"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"citizen-boost-spoil-rude"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"weird-elbow-hazard-veteran"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 4m 37.724s | 2026-05-06 15:49:34.765 | 1816 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4m 37.730s | 2026-05-06 15:49:34.771 | 1817 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10268 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10268 {"round":10268,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10268/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4m 37.731s | 2026-05-06 15:49:34.772 | 1818 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7752 | |
| node2 | 4m 37.762s | 2026-05-06 15:49:34.803 | 1813 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@20a636dc | |
| node2 | 4m 37.765s | 2026-05-06 15:49:34.806 | 1814 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 10268 | |
| node2 | 4m 37.766s | 2026-05-06 15:49:34.807 | 1815 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10268 Timestamp: 2026-05-06T15:49:31.524750166Z Next consensus number: 86172 Legacy running event hash: 9141731feccc817ea4c3de5a88b6e5af1d1954fc8ba563978de15b6b82475cf6f3c4a7721ff9aef5a0379bb748457f11 Legacy running event mnemonic: subject-glue-grief-space Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1713567489 Root hash: c1b8091931d94d49b1f0465367432278a66a3642b705fc188af9abe932894478424cfcbbe4e210e09531225036d80ea1 (root) VirtualMap state / simple-case-depth-powder {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3948,"path":48671,"tail":3949},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"key-search-food-lottery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"enjoy-drum-swing-leisure"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"alcohol-enroll-broom-slight"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"citizen-boost-spoil-rude"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"letter-helmet-meadow-nuclear"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"weird-elbow-hazard-veteran"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"program-change-stone-piano"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"chest-baby-file-guard"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"boy-picnic-skate-delay"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 4m 37.769s | 2026-05-06 15:49:34.810 | 1816 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 4m 37.776s | 2026-05-06 15:49:34.817 | 1817 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10268 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10268 {"round":10268,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10268/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4m 37.778s | 2026-05-06 15:49:34.819 | 1818 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7752 | |
| node2 | 5m 3.479s | 2026-05-06 15:50:00.520 | 1960 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10749 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 5m 3.489s | 2026-05-06 15:50:00.530 | 1960 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10749 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 3.490s | 2026-05-06 15:50:00.531 | 1960 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10749 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 3.550s | 2026-05-06 15:50:00.591 | 1963 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10749 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10749 | |
| node0 | 5m 3.551s | 2026-05-06 15:50:00.592 | 1964 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 10749 | |
| node0 | 5m 3.551s | 2026-05-06 15:50:00.592 | 1965 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@40d38f50 | |
| node1 | 5m 3.561s | 2026-05-06 15:50:00.602 | 1963 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10749 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10749 | |
| node1 | 5m 3.561s | 2026-05-06 15:50:00.602 | 1964 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 10749 | |
| node2 | 5m 3.561s | 2026-05-06 15:50:00.602 | 1963 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10749 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10749 | |
| node2 | 5m 3.561s | 2026-05-06 15:50:00.602 | 1964 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 10749 | |
| node1 | 5m 3.562s | 2026-05-06 15:50:00.603 | 1965 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@608bfc5d | |
| node2 | 5m 3.562s | 2026-05-06 15:50:00.603 | 1965 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@4d33cb14 | |
| node1 | 5m 6.609s | 2026-05-06 15:50:03.650 | 2014 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@608bfc5d | |
| node1 | 5m 6.609s | 2026-05-06 15:50:03.650 | 2015 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 10749 | |
| node1 | 5m 6.610s | 2026-05-06 15:50:03.651 | 2016 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10749 Timestamp: 2026-05-06T15:50:00.384477414Z Next consensus number: 87615 Legacy running event hash: 057d1478a63b4e131438b374c01834dd51856cf33e46908f04e88939ef03c35d0fc3ad4d72ca4d785383da54eb792322 Legacy running event mnemonic: quick-monitor-december-second Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -650238293 Root hash: d8b7707e868e769e8dfce2d6e4927efd0ea97050f86d75814c9609fac2faf8af0a60a3300e0ccaddd8fde1079befec4f (root) VirtualMap state / truck-average-comic-stable {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4083},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28872,"lastLeafPath":57744},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"marble-hunt-boring-axis"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"entry-fuel-glare-book"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"achieve-interest-sick-vacant"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"wrong-timber-obscure-shine"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"topic-double-fog-obscure"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"silent-weapon-elder-swing"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"hold-spice-choose-strong"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5m 6.613s | 2026-05-06 15:50:03.654 | 2017 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 6.621s | 2026-05-06 15:50:03.662 | 2018 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10749 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10749 {"round":10749,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10749/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5m 6.622s | 2026-05-06 15:50:03.663 | 2019 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8262 | |
| node0 | 5m 6.656s | 2026-05-06 15:50:03.697 | 2014 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@40d38f50 | |
| node0 | 5m 6.657s | 2026-05-06 15:50:03.698 | 2015 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 10749 | |
| node0 | 5m 6.657s | 2026-05-06 15:50:03.698 | 2016 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10749 Timestamp: 2026-05-06T15:50:00.384477414Z Next consensus number: 87615 Legacy running event hash: 057d1478a63b4e131438b374c01834dd51856cf33e46908f04e88939ef03c35d0fc3ad4d72ca4d785383da54eb792322 Legacy running event mnemonic: quick-monitor-december-second Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -650238293 Root hash: d8b7707e868e769e8dfce2d6e4927efd0ea97050f86d75814c9609fac2faf8af0a60a3300e0ccaddd8fde1079befec4f (root) VirtualMap state / truck-average-comic-stable {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4083},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28872,"lastLeafPath":57744},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"marble-hunt-boring-axis"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"entry-fuel-glare-book"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"achieve-interest-sick-vacant"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"wrong-timber-obscure-shine"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"topic-double-fog-obscure"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"silent-weapon-elder-swing"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"hold-spice-choose-strong"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 6.660s | 2026-05-06 15:50:03.701 | 2014 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@4d33cb14 | |
| node2 | 5m 6.660s | 2026-05-06 15:50:03.701 | 2015 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 10749 | |
| node0 | 5m 6.661s | 2026-05-06 15:50:03.702 | 2017 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5m 6.661s | 2026-05-06 15:50:03.702 | 2016 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10749 Timestamp: 2026-05-06T15:50:00.384477414Z Next consensus number: 87615 Legacy running event hash: 057d1478a63b4e131438b374c01834dd51856cf33e46908f04e88939ef03c35d0fc3ad4d72ca4d785383da54eb792322 Legacy running event mnemonic: quick-monitor-december-second Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -650238293 Root hash: d8b7707e868e769e8dfce2d6e4927efd0ea97050f86d75814c9609fac2faf8af0a60a3300e0ccaddd8fde1079befec4f (root) VirtualMap state / truck-average-comic-stable {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4083},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":28872,"lastLeafPath":57744},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"marble-hunt-boring-axis"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"entry-fuel-glare-book"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"achieve-interest-sick-vacant"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"wrong-timber-obscure-shine"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"topic-double-fog-obscure"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"silent-weapon-elder-swing"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"hold-spice-choose-strong"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 6.666s | 2026-05-06 15:50:03.707 | 2017 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5m 6.668s | 2026-05-06 15:50:03.709 | 2018 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10749 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10749 {"round":10749,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10749/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5m 6.669s | 2026-05-06 15:50:03.710 | 2019 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8262 | |
| node2 | 5m 6.675s | 2026-05-06 15:50:03.716 | 2018 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10749 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10749 {"round":10749,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10749/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5m 6.677s | 2026-05-06 15:50:03.718 | 2019 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8262 | |
| node2 | 5m 34.919s | 2026-05-06 15:50:31.960 | 2172 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11273 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 5m 34.929s | 2026-05-06 15:50:31.970 | 2172 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11273 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 34.930s | 2026-05-06 15:50:31.971 | 2172 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11273 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 34.990s | 2026-05-06 15:50:32.031 | 2175 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11273 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11273 | |
| node0 | 5m 34.990s | 2026-05-06 15:50:32.031 | 2176 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 11273 | |
| node0 | 5m 34.991s | 2026-05-06 15:50:32.032 | 2177 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@9221e3d | |
| node1 | 5m 35.000s | 2026-05-06 15:50:32.041 | 2175 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11273 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11273 | |
| node2 | 5m 35.000s | 2026-05-06 15:50:32.041 | 2175 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11273 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11273 | |
| node1 | 5m 35.001s | 2026-05-06 15:50:32.042 | 2176 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 11273 | |
| node1 | 5m 35.001s | 2026-05-06 15:50:32.042 | 2177 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@49a42f07 | |
| node2 | 5m 35.001s | 2026-05-06 15:50:32.042 | 2176 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 11273 | |
| node2 | 5m 35.001s | 2026-05-06 15:50:32.042 | 2177 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@7c5317ca | |
| node2 | 5m 38.039s | 2026-05-06 15:50:35.080 | 2227 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@7c5317ca | |
| node2 | 5m 38.039s | 2026-05-06 15:50:35.080 | 2228 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 11273 | |
| node2 | 5m 38.040s | 2026-05-06 15:50:35.081 | 2229 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11273 Timestamp: 2026-05-06T15:50:31.824379459Z Next consensus number: 89187 Legacy running event hash: 7b52f311c2b15179cac74a668fc38d68d817c083d45f1b464d50e389ead81a401d057aa5bea7f13791aa7f4d91f1d8a0 Legacy running event mnemonic: heart-over-prepare-connect Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -119065231 Root hash: 83b44374fff4eb8089cd382875389741451d08d880ac8be67e86f29b52c98c4ebfc2dddf95ac70b0fe96ec651ad09efc (root) VirtualMap state / maze-hub-account-mosquito {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4419},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29208,"lastLeafPath":58416},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"flush-nose-genius-suffer"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"airport-paddle-act-damp"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"enable-hospital-client-urge"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"duck-quantum-worry-olympic"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"despair-title-dry-crowd"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"dry-myth-skin-pave"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"thrive-pear-nurse-train"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 38.042s | 2026-05-06 15:50:35.083 | 2230 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5m 38.051s | 2026-05-06 15:50:35.092 | 2231 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11273 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11273 {"round":11273,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11273/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5m 38.052s | 2026-05-06 15:50:35.093 | 2232 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8772 | |
| node0 | 5m 38.087s | 2026-05-06 15:50:35.128 | 2227 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@9221e3d | |
| node0 | 5m 38.087s | 2026-05-06 15:50:35.128 | 2228 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 11273 | |
| node0 | 5m 38.088s | 2026-05-06 15:50:35.129 | 2229 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11273 Timestamp: 2026-05-06T15:50:31.824379459Z Next consensus number: 89187 Legacy running event hash: 7b52f311c2b15179cac74a668fc38d68d817c083d45f1b464d50e389ead81a401d057aa5bea7f13791aa7f4d91f1d8a0 Legacy running event mnemonic: heart-over-prepare-connect Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -119065231 Root hash: 83b44374fff4eb8089cd382875389741451d08d880ac8be67e86f29b52c98c4ebfc2dddf95ac70b0fe96ec651ad09efc (root) VirtualMap state / maze-hub-account-mosquito {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4419},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29208,"lastLeafPath":58416},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"flush-nose-genius-suffer"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"airport-paddle-act-damp"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"enable-hospital-client-urge"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"duck-quantum-worry-olympic"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"despair-title-dry-crowd"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"dry-myth-skin-pave"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"thrive-pear-nurse-train"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5m 38.088s | 2026-05-06 15:50:35.129 | 2227 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@49a42f07 | |
| node1 | 5m 38.088s | 2026-05-06 15:50:35.129 | 2228 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 11273 | |
| node1 | 5m 38.089s | 2026-05-06 15:50:35.130 | 2229 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11273 Timestamp: 2026-05-06T15:50:31.824379459Z Next consensus number: 89187 Legacy running event hash: 7b52f311c2b15179cac74a668fc38d68d817c083d45f1b464d50e389ead81a401d057aa5bea7f13791aa7f4d91f1d8a0 Legacy running event mnemonic: heart-over-prepare-connect Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -119065231 Root hash: 83b44374fff4eb8089cd382875389741451d08d880ac8be67e86f29b52c98c4ebfc2dddf95ac70b0fe96ec651ad09efc (root) VirtualMap state / maze-hub-account-mosquito {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4419},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29208,"lastLeafPath":58416},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"flush-nose-genius-suffer"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"airport-paddle-act-damp"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"enable-hospital-client-urge"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"shine-frown-draft-drastic"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"duck-quantum-worry-olympic"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"despair-title-dry-crowd"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"dry-myth-skin-pave"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"thrive-pear-nurse-train"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5m 38.092s | 2026-05-06 15:50:35.133 | 2230 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 38.092s | 2026-05-06 15:50:35.133 | 2230 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 38.100s | 2026-05-06 15:50:35.141 | 2231 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11273 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11273 {"round":11273,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11273/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5m 38.101s | 2026-05-06 15:50:35.142 | 2232 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8772 | |
| node0 | 5m 38.104s | 2026-05-06 15:50:35.145 | 2231 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11273 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11273 {"round":11273,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11273/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5m 38.105s | 2026-05-06 15:50:35.146 | 2232 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8772 | |
| node2 | 6m 3.959s | 2026-05-06 15:51:01.000 | 2374 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11757 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 6m 3.969s | 2026-05-06 15:51:01.010 | 2374 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11757 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 6m 3.969s | 2026-05-06 15:51:01.010 | 2374 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11757 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 6m 4.029s | 2026-05-06 15:51:01.070 | 2377 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11757 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11757 | |
| node0 | 6m 4.030s | 2026-05-06 15:51:01.071 | 2378 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 11757 | |
| node0 | 6m 4.030s | 2026-05-06 15:51:01.071 | 2379 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@3e550915 | |
| node1 | 6m 4.040s | 2026-05-06 15:51:01.081 | 2377 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11757 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11757 | |
| node1 | 6m 4.040s | 2026-05-06 15:51:01.081 | 2378 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 11757 | |
| node1 | 6m 4.040s | 2026-05-06 15:51:01.081 | 2379 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@4c41437f | |
| node2 | 6m 4.040s | 2026-05-06 15:51:01.081 | 2377 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11757 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11757 | |
| node2 | 6m 4.040s | 2026-05-06 15:51:01.081 | 2378 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 11757 | |
| node2 | 6m 4.041s | 2026-05-06 15:51:01.082 | 2379 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@52aae3bd | |
| node1 | 6m 7.078s | 2026-05-06 15:51:04.119 | 2428 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@4c41437f | |
| node1 | 6m 7.079s | 2026-05-06 15:51:04.120 | 2429 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 11757 | |
| node1 | 6m 7.080s | 2026-05-06 15:51:04.121 | 2430 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11757 Timestamp: 2026-05-06T15:51:00.864700177Z Next consensus number: 90639 Legacy running event hash: b8efdb17832fc47d26228690c0b6d7ae90111d085c50b0225e54852e449bd58de0f8f99575053e0d7e7a2e650d9ecb02 Legacy running event mnemonic: timber-outdoor-olive-idea Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 2063054662 Root hash: 155cfa950a1eba71893cb839700603226d2baecf977eb97107a0ca368d60f6e7dcc1b5ab8397ee7ff9988b85068c3390 (root) VirtualMap state / process-pulp-duck-rapid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4581},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29370,"lastLeafPath":58740},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"opinion-timber-book-power"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"kiwi-bless-visual-ensure"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"near-remain-mouse-hill"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"great-enrich-retreat-awesome"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"giant-unfold-annual-clerk"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"fluid-health-zoo-diagram"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"cup-scene-say-catalog"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"escape-solar-vague-loan"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 6m 7.083s | 2026-05-06 15:51:04.124 | 2431 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 7.092s | 2026-05-06 15:51:04.133 | 2432 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11757 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11757 {"round":11757,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11757/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 6m 7.093s | 2026-05-06 15:51:04.134 | 2433 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9248 | |
| node0 | 6m 7.120s | 2026-05-06 15:51:04.161 | 2428 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@3e550915 | |
| node0 | 6m 7.121s | 2026-05-06 15:51:04.162 | 2429 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 11757 | |
| node0 | 6m 7.121s | 2026-05-06 15:51:04.162 | 2430 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11757 Timestamp: 2026-05-06T15:51:00.864700177Z Next consensus number: 90639 Legacy running event hash: b8efdb17832fc47d26228690c0b6d7ae90111d085c50b0225e54852e449bd58de0f8f99575053e0d7e7a2e650d9ecb02 Legacy running event mnemonic: timber-outdoor-olive-idea Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 2063054662 Root hash: 155cfa950a1eba71893cb839700603226d2baecf977eb97107a0ca368d60f6e7dcc1b5ab8397ee7ff9988b85068c3390 (root) VirtualMap state / process-pulp-duck-rapid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4581},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29370,"lastLeafPath":58740},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"opinion-timber-book-power"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"kiwi-bless-visual-ensure"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"near-remain-mouse-hill"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"great-enrich-retreat-awesome"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"giant-unfold-annual-clerk"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"fluid-health-zoo-diagram"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"cup-scene-say-catalog"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"escape-solar-vague-loan"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 7.123s | 2026-05-06 15:51:04.164 | 2428 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@52aae3bd | |
| node2 | 6m 7.123s | 2026-05-06 15:51:04.164 | 2429 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 11757 | |
| node0 | 6m 7.124s | 2026-05-06 15:51:04.165 | 2431 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 6m 7.124s | 2026-05-06 15:51:04.165 | 2430 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11757 Timestamp: 2026-05-06T15:51:00.864700177Z Next consensus number: 90639 Legacy running event hash: b8efdb17832fc47d26228690c0b6d7ae90111d085c50b0225e54852e449bd58de0f8f99575053e0d7e7a2e650d9ecb02 Legacy running event mnemonic: timber-outdoor-olive-idea Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 2063054662 Root hash: 155cfa950a1eba71893cb839700603226d2baecf977eb97107a0ca368d60f6e7dcc1b5ab8397ee7ff9988b85068c3390 (root) VirtualMap state / process-pulp-duck-rapid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4581},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29370,"lastLeafPath":58740},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"opinion-timber-book-power"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"kiwi-bless-visual-ensure"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"near-remain-mouse-hill"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"great-enrich-retreat-awesome"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"giant-unfold-annual-clerk"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"fluid-health-zoo-diagram"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"cup-scene-say-catalog"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"escape-solar-vague-loan"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 7.127s | 2026-05-06 15:51:04.168 | 2431 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 6m 7.133s | 2026-05-06 15:51:04.174 | 2432 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11757 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11757 {"round":11757,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11757/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 6m 7.135s | 2026-05-06 15:51:04.176 | 2433 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9248 | |
| node2 | 6m 7.136s | 2026-05-06 15:51:04.177 | 2432 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11757 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11757 {"round":11757,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11757/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 6m 7.137s | 2026-05-06 15:51:04.178 | 2433 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9248 | |
| node2 | 6m 7.918s | 2026-05-06 15:51:04.959 | 2442 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 11823 consensusTimeStamp: 2026-05-06T15:51:04.824433981Z | |
| node2 | 6m 7.919s | 2026-05-06 15:51:04.960 | 2443 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 5.5 m in ACTIVE. Now in FREEZING | |
| node2 | 6m 7.919s | 2026-05-06 15:51:04.960 | 2444 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-05-06T15:51:04.824433981Z | |
| node2 | 6m 7.925s | 2026-05-06 15:51:04.966 | 2446 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11823 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node2 | 6m 7.927s | 2026-05-06 15:51:04.968 | 2449 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 11823 was not fully signed. This is expected. | |
| Collected signatures representing 0/99940900000000 (0.0%) weight. | |||||||||
| node2 | 6m 7.927s | 2026-05-06 15:51:04.968 | 2450 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11823 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11823 | |
| node2 | 6m 7.927s | 2026-05-06 15:51:04.968 | 2451 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 11823 | |
| node2 | 6m 7.927s | 2026-05-06 15:51:04.968 | 2452 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@2752f15f | |
| node0 | 6m 7.929s | 2026-05-06 15:51:04.970 | 2442 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 11823 consensusTimeStamp: 2026-05-06T15:51:04.824433981Z | |
| node0 | 6m 7.929s | 2026-05-06 15:51:04.970 | 2443 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-05-06T15:51:04.824433981Z | |
| node1 | 6m 7.929s | 2026-05-06 15:51:04.970 | 2442 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 11823 consensusTimeStamp: 2026-05-06T15:51:04.824433981Z | |
| node0 | 6m 7.930s | 2026-05-06 15:51:04.971 | 2444 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 5.5 m in ACTIVE. Now in FREEZING | |
| node1 | 6m 7.930s | 2026-05-06 15:51:04.971 | 2443 | INFO | PLATFORM_STATUS | <platformForkJoinThread-5> | StatusStateMachine: | Platform spent 5.5 m in ACTIVE. Now in FREEZING | |
| node1 | 6m 7.931s | 2026-05-06 15:51:04.972 | 2444 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-05-06T15:51:04.824433981Z | |
| node0 | 6m 7.936s | 2026-05-06 15:51:04.977 | 2446 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11823 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node0 | 6m 7.938s | 2026-05-06 15:51:04.979 | 2449 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 11823 was not fully signed. This is expected. | |
| Collected signatures representing 0/99940900000000 (0.0%) weight. | |||||||||
| node0 | 6m 7.939s | 2026-05-06 15:51:04.980 | 2450 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11823 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11823 | |
| node0 | 6m 7.939s | 2026-05-06 15:51:04.980 | 2451 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 11823 | |
| node0 | 6m 7.939s | 2026-05-06 15:51:04.980 | 2452 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@50075494 | |
| node1 | 6m 7.939s | 2026-05-06 15:51:04.980 | 2446 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 11823 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node1 | 6m 7.941s | 2026-05-06 15:51:04.982 | 2449 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 11823 was not fully signed. This is expected. | |
| Collected signatures representing 0/99940900000000 (0.0%) weight. | |||||||||
| node1 | 6m 7.941s | 2026-05-06 15:51:04.982 | 2450 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 11823 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11823 | |
| node1 | 6m 7.942s | 2026-05-06 15:51:04.983 | 2451 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 11823 | |
| node1 | 6m 7.942s | 2026-05-06 15:51:04.983 | 2452 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@1b77e30f | |
| node2 | 6m 7.949s | 2026-05-06 15:51:04.990 | 2461 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node0 | 6m 7.960s | 2026-05-06 15:51:05.001 | 2461 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node1 | 6m 7.960s | 2026-05-06 15:51:05.001 | 2462 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node0 | 6m 10.944s | 2026-05-06 15:51:07.985 | 2499 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@50075494 | |
| node0 | 6m 10.945s | 2026-05-06 15:51:07.986 | 2500 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 11823 | |
| node0 | 6m 10.946s | 2026-05-06 15:51:07.987 | 2501 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11823 Timestamp: 2026-05-06T15:51:04.824433981Z Next consensus number: 90837 Legacy running event hash: 909979028c94ef812867842511c6b9f77bca2bf0a70c75243701439892856760f1aa026ff571920c9aedd79b080e512f Legacy running event mnemonic: undo-cake-horn-avocado Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1082326018 Root hash: b660203575e152541f950223ca218b492fa8f12357a51c2b3122fd5107f9835a144ba948154cf3254ca1baf756154d5f (root) VirtualMap state / cross-allow-rotate-enhance {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4581},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29370,"lastLeafPath":58740},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"opinion-timber-book-power"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"spoon-they-achieve-replace"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"banana-useless-squeeze-carbon"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"great-enrich-retreat-awesome"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rescue-egg-border-depend"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"fluid-health-zoo-diagram"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"cup-scene-say-catalog"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"escape-solar-vague-loan"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 6m 10.948s | 2026-05-06 15:51:07.989 | 2502 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 6m 10.949s | 2026-05-06 15:51:07.990 | 2503 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11823 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11823 {"round":11823,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/11823/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 6m 10.950s | 2026-05-06 15:51:07.991 | 2504 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9758 | |
| node1 | 6m 10.976s | 2026-05-06 15:51:08.017 | 2499 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@1b77e30f | |
| node1 | 6m 10.976s | 2026-05-06 15:51:08.017 | 2500 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 11823 | |
| node1 | 6m 10.977s | 2026-05-06 15:51:08.018 | 2501 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11823 Timestamp: 2026-05-06T15:51:04.824433981Z Next consensus number: 90837 Legacy running event hash: 909979028c94ef812867842511c6b9f77bca2bf0a70c75243701439892856760f1aa026ff571920c9aedd79b080e512f Legacy running event mnemonic: undo-cake-horn-avocado Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1082326018 Root hash: b660203575e152541f950223ca218b492fa8f12357a51c2b3122fd5107f9835a144ba948154cf3254ca1baf756154d5f (root) VirtualMap state / cross-allow-rotate-enhance {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4581},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29370,"lastLeafPath":58740},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"opinion-timber-book-power"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"spoon-they-achieve-replace"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"banana-useless-squeeze-carbon"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"great-enrich-retreat-awesome"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rescue-egg-border-depend"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"fluid-health-zoo-diagram"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"cup-scene-say-catalog"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"escape-solar-vague-loan"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 6m 10.979s | 2026-05-06 15:51:08.020 | 2502 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 10.981s | 2026-05-06 15:51:08.022 | 2503 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11823 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11823 {"round":11823,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/11823/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 6m 10.981s | 2026-05-06 15:51:08.022 | 2504 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9758 | |
| node0 | 6m 10.983s | 2026-05-06 15:51:08.024 | 2505 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 3.1 s in FREEZING. Now in FREEZE_COMPLETE | |
| node2 | 6m 11.006s | 2026-05-06 15:51:08.047 | 2499 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@2752f15f | |
| node2 | 6m 11.007s | 2026-05-06 15:51:08.048 | 2500 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 11823 | |
| node2 | 6m 11.008s | 2026-05-06 15:51:08.049 | 2501 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 11823 Timestamp: 2026-05-06T15:51:04.824433981Z Next consensus number: 90837 Legacy running event hash: 909979028c94ef812867842511c6b9f77bca2bf0a70c75243701439892856760f1aa026ff571920c9aedd79b080e512f Legacy running event mnemonic: undo-cake-horn-avocado Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1082326018 Root hash: b660203575e152541f950223ca218b492fa8f12357a51c2b3122fd5107f9835a144ba948154cf3254ca1baf756154d5f (root) VirtualMap state / cross-allow-rotate-enhance {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3949,"path":48671,"tail":4581},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":53423,"tail":27967}},"VirtualMapMetadata":{"firstLeafPath":29370,"lastLeafPath":58740},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"opinion-timber-book-power"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"spoon-they-achieve-replace"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"loan-double-rival-mosquito"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"banana-useless-squeeze-carbon"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"open-forward-document-carbon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"great-enrich-retreat-awesome"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rescue-egg-border-depend"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"fluid-health-zoo-diagram"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"cup-scene-say-catalog"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"escape-solar-vague-loan"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"emotion-copy-swift-left"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 11.011s | 2026-05-06 15:51:08.052 | 2502 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 11.012s | 2026-05-06 15:51:08.053 | 2505 | INFO | PLATFORM_STATUS | <platformForkJoinThread-6> | StatusStateMachine: | Platform spent 3.1 s in FREEZING. Now in FREEZE_COMPLETE | |
| node2 | 6m 11.013s | 2026-05-06 15:51:08.054 | 2503 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 11823 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11823 {"round":11823,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/11823/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 6m 11.014s | 2026-05-06 15:51:08.055 | 2504 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9758 | |
| node2 | 6m 11.045s | 2026-05-06 15:51:08.086 | 2505 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 3.1 s in FREEZING. Now in FREEZE_COMPLETE | |