iotaledger / hornet

HORNET is a powerful IOTA fullnode software
Apache License 2.0
310 stars 151 forks source link

Peers not synching after "service hornet restart" #1104

Closed ChristopherWalz closed 2 years ago

ChristopherWalz commented 3 years ago

Describe the bug After running service hornet restart only one out of 6 peers is synching. Other peers are just "Connected". But when I go to the unsynched peer and press the "Edit" button, don't change any data and press "OK", it says "Promoting peer please wait" and the peer will completely disconnect for a few seconds and then successfully connects and syncs.

To Reproduce Steps to reproduce the behavior:

Expected behavior All peers should be synced

Environment information:

Additional context image

muXxer commented 3 years ago

Are you sure the IDs of your neighbors are still correct?

ChristopherWalz commented 3 years ago

Yes, I just used service hornet restart without changing anything. But then again I just waited for max. 5 minutes. Might it take longer to sync with the peers after restarting? What suprises me, that one peer is immediately synced.

I will go restart again and wait for 15 minutes and report back to you if anything changes. Is there any log I can provide?

muXxer commented 3 years ago

Its not that you changed something, but maybe the peers deleted their p2pstore... and now they have a new ID that doesn't fit the one you know. Can you somehow try to verify that? Maybe in the logs of the node :shrug:

ChristopherWalz commented 3 years ago

peer.ID 12*Vhk1zP is the only working one. Maybe you can find any info in the log?

Log after restarting just now:

May 19 09:59:08 iota systemd[1]: Started HORNET.
May 19 09:59:09 iota hornet[14130]: Parameters loaded:
May 19 09:59:09 iota hornet[14130]:  {
May 19 09:59:09 iota hornet[14130]:   "coordinator": {
May 19 09:59:09 iota hornet[14130]:     "checkpoints": {
May 19 09:59:09 iota hornet[14130]:       "maxtrackedmessages": 10000
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "interval": "10s",
May 19 09:59:09 iota hornet[14130]:     "powworkercount": 0,
May 19 09:59:09 iota hornet[14130]:     "quorum": {
May 19 09:59:09 iota hornet[14130]:       "enabled": false,
May 19 09:59:09 iota hornet[14130]:       "timeout": "2s"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "signing": {
May 19 09:59:09 iota hornet[14130]:       "provider": "local",
May 19 09:59:09 iota hornet[14130]:       "remoteaddress": "localhost:12345"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "statefilepath": "coordinator.state",
May 19 09:59:09 iota hornet[14130]:     "tipsel": {
May 19 09:59:09 iota hornet[14130]:       "heaviestbranchselectiontimeout": "100ms",
May 19 09:59:09 iota hornet[14130]:       "maxheaviestbranchtipspercheckpoint": 10,
May 19 09:59:09 iota hornet[14130]:       "minheaviestbranchunreferencedmessagesthreshold": 20,
May 19 09:59:09 iota hornet[14130]:       "randomtipspercheckpoint": 3
May 19 09:59:09 iota hornet[14130]:     }
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "dashboard": {
May 19 09:59:09 iota hornet[14130]:     "auth": {
May 19 09:59:09 iota hornet[14130]:       "sessiontimeout": "72h",
May 19 09:59:09 iota hornet[14130]:       "username": "chris"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "bindaddress": "0.0.0.0:4032",
May 19 09:59:09 iota hornet[14130]:     "dev": false
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "db": {
May 19 09:59:09 iota hornet[14130]:     "autorevalidation": false,
May 19 09:59:09 iota hornet[14130]:     "debug": false,
May 19 09:59:09 iota hornet[14130]:     "engine": "rocksdb",
May 19 09:59:09 iota hornet[14130]:     "path": "mainnetdb"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "debug": {
May 19 09:59:09 iota hornet[14130]:     "whiteflagparentssolidtimeout": "2s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "gossip": {
May 19 09:59:09 iota hornet[14130]:     "streamreadtimeout": "1m0s",
May 19 09:59:09 iota hornet[14130]:     "streamwritetimeout": "10s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "logger": {
May 19 09:59:09 iota hornet[14130]:     "disablecaller": true,
May 19 09:59:09 iota hornet[14130]:     "encoding": "console",
May 19 09:59:09 iota hornet[14130]:     "level": "info",
May 19 09:59:09 iota hornet[14130]:     "outputpaths": [
May 19 09:59:09 iota hornet[14130]:       "stdout"
May 19 09:59:09 iota hornet[14130]:     ]
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "migrator": {
May 19 09:59:09 iota hornet[14130]:     "querycooldownperiod": "5s",
May 19 09:59:09 iota hornet[14130]:     "receiptmaxentries": 110,
May 19 09:59:09 iota hornet[14130]:     "statefilepath": "migrator.state"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "mqtt": {
May 19 09:59:09 iota hornet[14130]:     "bindaddress": "localhost:1883",
May 19 09:59:09 iota hornet[14130]:     "workercount": 100,
May 19 09:59:09 iota hornet[14130]:     "wsport": 1888
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "node": {
May 19 09:59:09 iota hornet[14130]:     "alias": "HORNET node",
May 19 09:59:09 iota hornet[14130]:     "disableplugins": [],
May 19 09:59:09 iota hornet[14130]:     "enableplugins": [
May 19 09:59:09 iota hornet[14130]:       "Spammer"
May 19 09:59:09 iota hornet[14130]:     ],
May 19 09:59:09 iota hornet[14130]:     "profile": "auto"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "p2p": {
May 19 09:59:09 iota hornet[14130]:     "bindmultiaddresses": [
May 19 09:59:09 iota hornet[14130]:       "/ip4/0.0.0.0/tcp/15600"
May 19 09:59:09 iota hornet[14130]:     ],
May 19 09:59:09 iota hornet[14130]:     "connectionmanager": {
May 19 09:59:09 iota hornet[14130]:       "highwatermark": 10,
May 19 09:59:09 iota hornet[14130]:       "lowwatermark": 5
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "gossipunknownpeerslimit": 4,
May 19 09:59:09 iota hornet[14130]:     "identityprivatekey": "",
May 19 09:59:09 iota hornet[14130]:     "peerstore": {
May 19 09:59:09 iota hornet[14130]:       "path": "./p2pstore"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "reconnectinterval": "30s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "p2pdisc": {
May 19 09:59:09 iota hornet[14130]:     "advertiseinterval": "30s",
May 19 09:59:09 iota hornet[14130]:     "maxdiscoveredpeerconns": 4,
May 19 09:59:09 iota hornet[14130]:     "rendezvouspoint": "between-two-vertices",
May 19 09:59:09 iota hornet[14130]:     "routingtablerefreshperiod": "60s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "pow": {
May 19 09:59:09 iota hornet[14130]:     "refreshtipsinterval": "5s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "profiling": {
May 19 09:59:09 iota hornet[14130]:     "bindaddress": "localhost:6060"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "prometheus": {
May 19 09:59:09 iota hornet[14130]:     "bindaddress": "localhost:9311",
May 19 09:59:09 iota hornet[14130]:     "cachesmetrics": true,
May 19 09:59:09 iota hornet[14130]:     "coordinatormetrics": true,
May 19 09:59:09 iota hornet[14130]:     "databasemetrics": true,
May 19 09:59:09 iota hornet[14130]:     "debugmetrics": false,
May 19 09:59:09 iota hornet[14130]:     "fileservicediscovery": {
May 19 09:59:09 iota hornet[14130]:       "enabled": false,
May 19 09:59:09 iota hornet[14130]:       "path": "target.json",
May 19 09:59:09 iota hornet[14130]:       "target": "localhost:9311"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "gometrics": false,
May 19 09:59:09 iota hornet[14130]:     "gossipmetrics": true,
May 19 09:59:09 iota hornet[14130]:     "migrationmetrics": true,
May 19 09:59:09 iota hornet[14130]:     "nodemetrics": true,
May 19 09:59:09 iota hornet[14130]:     "processmetrics": false,
May 19 09:59:09 iota hornet[14130]:     "promhttpmetrics": false,
May 19 09:59:09 iota hornet[14130]:     "restapimetrics": true
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "protocol": {
May 19 09:59:09 iota hornet[14130]:     "bech32hrp": "iota",
May 19 09:59:09 iota hornet[14130]:     "milestonepublickeycount": 2,
May 19 09:59:09 iota hornet[14130]:     "minpowscore": 4000,
May 19 09:59:09 iota hornet[14130]:     "networkid": "chrysalis-mainnet",
May 19 09:59:09 iota hornet[14130]:     "publickeyranges": [
May 19 09:59:09 iota hornet[14130]:       {
May 19 09:59:09 iota hornet[14130]:         "end": 777600,
May 19 09:59:09 iota hornet[14130]:         "key": "a9b46fe743df783dedd00c954612428b34241f5913cf249d75bed3aafd65e4cd",
May 19 09:59:09 iota hornet[14130]:         "start": 0
May 19 09:59:09 iota hornet[14130]:       },
May 19 09:59:09 iota hornet[14130]:       {
May 19 09:59:09 iota hornet[14130]:         "end": 1555200,
May 19 09:59:09 iota hornet[14130]:         "key": "365fb85e7568b9b32f7359d6cbafa9814472ad0ecbad32d77beaf5dd9e84c6ba",
May 19 09:59:09 iota hornet[14130]:         "start": 0
May 19 09:59:09 iota hornet[14130]:       }
May 19 09:59:09 iota hornet[14130]:     ]
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "pruning": {
May 19 09:59:09 iota hornet[14130]:     "delay": 60480,
May 19 09:59:09 iota hornet[14130]:     "enabled": true,
May 19 09:59:09 iota hornet[14130]:     "prunereceipts": false
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "receipts": {
May 19 09:59:09 iota hornet[14130]:     "backup": {
May 19 09:59:09 iota hornet[14130]:       "enabled": false,
May 19 09:59:09 iota hornet[14130]:       "folder": "receipts"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "validator": {
May 19 09:59:09 iota hornet[14130]:       "api": {
May 19 09:59:09 iota hornet[14130]:         "address": "http://localhost:14266",
May 19 09:59:09 iota hornet[14130]:         "timeout": "5s"
May 19 09:59:09 iota hornet[14130]:       },
May 19 09:59:09 iota hornet[14130]:       "coordinator": {
May 19 09:59:09 iota hornet[14130]:         "address": "UDYXTZBE9GZGPM9SSQV9LTZNDLJIZMPUVVXYXFYVBLIEUHLSEWFTKZZLXYRHHWVQV9MNNX9KZC9D9UZWZ",
May 19 09:59:09 iota hornet[14130]:         "merkletreedepth": 24
May 19 09:59:09 iota hornet[14130]:       },
May 19 09:59:09 iota hornet[14130]:       "ignoresofterrors": false,
May 19 09:59:09 iota hornet[14130]:       "validate": false
May 19 09:59:09 iota hornet[14130]:     }
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "requests": {
May 19 09:59:09 iota hornet[14130]:     "discardolderthan": "15s",
May 19 09:59:09 iota hornet[14130]:     "pendingreenqueueinterval": "5s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "restapi": {
May 19 09:59:09 iota hornet[14130]:     "bindaddress": "0.0.0.0:14265",
May 19 09:59:09 iota hornet[14130]:     "excludehealthcheckfromauth": false,
May 19 09:59:09 iota hornet[14130]:     "jwtauth": {
May 19 09:59:09 iota hornet[14130]:       "enabled": false,
May 19 09:59:09 iota hornet[14130]:       "salt": "HORNET"
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "limits": {
May 19 09:59:09 iota hornet[14130]:       "bodylength": "1M",
May 19 09:59:09 iota hornet[14130]:       "maxresults": 1000
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "permittedroutes": [
May 19 09:59:09 iota hornet[14130]:       "/health",
May 19 09:59:09 iota hornet[14130]:       "/mqtt",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/info",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/tips",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/messages/:messageID",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/messages/:messageID/metadata",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/messages/:messageID/raw",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/messages/:messageID/children",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/messages",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/transactions/:transactionID/included-message",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/milestones/:milestoneIndex",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/milestones/:milestoneIndex/utxo-changes",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/outputs/:outputID",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/addresses/:address",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/addresses/:address/outputs",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/addresses/ed25519/:address",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/addresses/ed25519/:address/outputs",
May 19 09:59:09 iota hornet[14130]:       "/api/v1/treasury"
May 19 09:59:09 iota hornet[14130]:     ],
May 19 09:59:09 iota hornet[14130]:     "powenabled": true,
May 19 09:59:09 iota hornet[14130]:     "powworkercount": 1,
May 19 09:59:09 iota hornet[14130]:     "whitelistedaddresses": [
May 19 09:59:09 iota hornet[14130]:       "127.0.0.1",
May 19 09:59:09 iota hornet[14130]:       "::1"
May 19 09:59:09 iota hornet[14130]:     ]
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "snapshots": {
May 19 09:59:09 iota hornet[14130]:     "deltapath": "snapshots/mainnet/delta_snapshot.bin",
May 19 09:59:09 iota hornet[14130]:     "deltasizethresholdpercentage": 50,
May 19 09:59:09 iota hornet[14130]:     "depth": 50,
May 19 09:59:09 iota hornet[14130]:     "downloadurls": [
May 19 09:59:09 iota hornet[14130]:       {
May 19 09:59:09 iota hornet[14130]:         "delta": "https://chrysalis-dbfiles.iota.org/snapshots/hornet/latest-delta_snapshot.bin",
May 19 09:59:09 iota hornet[14130]:         "full": "https://chrysalis-dbfiles.iota.org/snapshots/hornet/latest-full_snapshot.bin"
May 19 09:59:09 iota hornet[14130]:       }
May 19 09:59:09 iota hornet[14130]:     ],
May 19 09:59:09 iota hornet[14130]:     "fullpath": "snapshots/mainnet/full_snapshot.bin",
May 19 09:59:09 iota hornet[14130]:     "interval": 200
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "spammer": {
May 19 09:59:09 iota hornet[14130]:     "autostart": true,
May 19 09:59:09 iota hornet[14130]:     "cpumaxusage": 0.8,
May 19 09:59:09 iota hornet[14130]:     "index": "www.iota.wtf SPAM",
May 19 09:59:09 iota hornet[14130]:     "indexsemilazy": "HORNET Spammer Semi-Lazy",
May 19 09:59:09 iota hornet[14130]:     "message": "www.iota.wtf SPAM",
May 19 09:59:09 iota hornet[14130]:     "mpsratelimit": 5,
May 19 09:59:09 iota hornet[14130]:     "workers": 0
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "tangle": {
May 19 09:59:09 iota hornet[14130]:     "milestonetimeout": "30s"
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "tipsel": {
May 19 09:59:09 iota hornet[14130]:     "belowmaxdepth": 15,
May 19 09:59:09 iota hornet[14130]:     "maxdeltamsgoldestconerootindextocmi": 13,
May 19 09:59:09 iota hornet[14130]:     "maxdeltamsgyoungestconerootindextocmi": 8,
May 19 09:59:09 iota hornet[14130]:     "nonlazy": {
May 19 09:59:09 iota hornet[14130]:       "maxchildren": 30,
May 19 09:59:09 iota hornet[14130]:       "maxreferencedtipage": "3s",
May 19 09:59:09 iota hornet[14130]:       "retentionrulestipslimit": 100,
May 19 09:59:09 iota hornet[14130]:       "spammertipsthreshold": 0
May 19 09:59:09 iota hornet[14130]:     },
May 19 09:59:09 iota hornet[14130]:     "semilazy": {
May 19 09:59:09 iota hornet[14130]:       "maxchildren": 2,
May 19 09:59:09 iota hornet[14130]:       "maxreferencedtipage": "3s",
May 19 09:59:09 iota hornet[14130]:       "retentionrulestipslimit": 20,
May 19 09:59:09 iota hornet[14130]:       "spammertipsthreshold": 30
May 19 09:59:09 iota hornet[14130]:     }
May 19 09:59:09 iota hornet[14130]:   },
May 19 09:59:09 iota hornet[14130]:   "warpsync": {
May 19 09:59:09 iota hornet[14130]:     "advancementrange": 150
May 19 09:59:09 iota hornet[14130]:   }
May 19 09:59:09 iota hornet[14130]: }
May 19 09:59:09 iota hornet[14130]: The following plugins are enabled: SpammerSnapshotInfo:
May 19 09:59:09 iota hornet[14130]:         NetworkID: 1454675179895816119
May 19 09:59:09 iota hornet[14130]:         SnapshotIndex: 178891
May 19 09:59:09 iota hornet[14130]:         EntryPointIndex: 173952
May 19 09:59:09 iota hornet[14130]:         PruningIndex: 173952
May 19 09:59:09 iota hornet[14130]:         Timestamp: 2021-05-19 09:27:59 +0200 CEST
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        P2P        never share your ./p2pstore folder as it contains your node's private key!
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        P2P        retrieving existing peer identity from p2pstore/key.pub
May 19 09:59:09 iota hornet[14130]:               ██╗  ██╗ ██████╗ ██████╗ ███╗   ██╗███████╗████████╗
May 19 09:59:09 iota hornet[14130]:               ██║  ██║██╔═══██╗██╔══██╗████╗  ██║██╔════╝╚══██╔══╝
May 19 09:59:09 iota hornet[14130]:               ███████║██║   ██║██████╔╝██╔██╗ ██║█████╗     ██║
May 19 09:59:09 iota hornet[14130]:               ██╔══██║██║   ██║██╔══██╗██║╚██╗██║██╔══╝     ██║
May 19 09:59:09 iota hornet[14130]:               ██║  ██║╚██████╔╝██║  ██║██║ ╚████║███████╗   ██║
May 19 09:59:09 iota hornet[14130]:               ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝
May 19 09:59:09 iota hornet[14130]:                                    v1.0.1
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        App        Loading plugins ...
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Profile        Profile mode 'auto', Using profile '2gb'
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: Profile ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: ProtoCfg ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: Graceful Shutdown ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: Database ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: PoW ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        P2P        peer configured, ID: 12D3KooWEBU9GNBnM3MoAPtZ9xZqtZsjbs2u5onoTuJrnFAaPMhN
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: P2P ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: Gossip ... done
May 19 09:59:09 iota hornet[14130]: 2021-05-19T09:59:09+02:00        INFO        Node        Loading core plugin: Tangle ... done
May 19 09:59:14 iota hornet[14130]: 2021-05-19T09:59:14+02:00        INFO        Node        Loading core plugin: Snapshot ... done
May 19 09:59:14 iota hornet[14130]: 2021-05-19T09:59:14+02:00        INFO        Node        Loading plugin: Profiling ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        WARN        VersionCheck        Update check failed: Get "https://api.github.com/repos/gohornet/hornet/tags": dial tcp 140.82.121.5:443: i/o timeout
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: VersionCheck ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: RestAPI ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: RestAPIV1 ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: WarpSync ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: URTS ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: Dashboard ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: Spammer ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: MQTT ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Receipts        storing receipt backups in receipts
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Loading plugin: Receipts ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Executing core plugin ...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: Profile ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: ProtoCfg ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: Graceful Shutdown ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: Database ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: PoW ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: P2P ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: Gossip ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Starting TangleProcessor ...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: Tangle ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting core plugin: Snapshot ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Executing plugins ...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: Profiling ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: VersionCheck ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        RestAPI        Starting REST-API server ...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: RestAPI ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: RestAPIV1 ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: WarpSync ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: URTS ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Dashboard        You can now access the dashboard using: http://0.0.0.0:4032
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: Dashboard ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        WARN        Spammer        spammer.cpuMaxUsage not supported on single core machines. will be deactivated
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: Spammer ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        MQTT        Starting MQTT Broker (port 1883) ...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: MQTT ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting plugin: Receipts ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Node        Starting background workers ...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        MQTT        Starting MQTT Events ... done
May 19 09:59:44 iota hornet[14130]: ⇨ http server started on [::]:4032
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Gossip        Running BroadcastQueue
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Starting TangleProcessor[ReceiveTx] ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Starting TangleProcessor[MilestoneSolidifier] ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P        listening on: [/ip4/65.21.181.114/tcp/15600 /ip4/127.0.0.1/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        started
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connecting <peer.ID 12*Vhk1zP>: [/dns/node.iota-mannheim.de/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Gossip        Running GossipService
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Starting TangleProcessor[ProcessMilestone] ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Spammer        Starting Spammer 1... done
May 19 09:59:44 iota hornet[14130]: {"level":"info","timestamp":"2021-05-19T09:59:44.275+0200","logger":"broker","caller":"broker/broker.go:157","msg":"Start Websocket Listener on:","hp":":1888","path":"/ws"}
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        RestAPI        Starting REST-API server ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        RestAPI        You can now access the API using: http://0.0.0.0:14265
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        PoW        Starting PoW Handler ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Gossip        Running MessageProcessor
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Starting TangleProcessor[FutureConeSolidifier] ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        MQTT        You can now listen to MQTT via: http://localhost:1883
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        MQTT        Starting MQTT Broker (port 1883) ... done
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Snapshot        Starting Snapshots ... done
May 19 09:59:44 iota hornet[14130]: {"level":"info","timestamp":"2021-05-19T09:59:44.289+0200","logger":"broker","caller":"broker/broker.go:193","msg":"Start Listening client on ","hp":"localhost:1883"}
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connected <peer.ID 12*Vhk1zP> (Outbound)
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connecting <peer.ID 12*NMtWj1>: [/ip4/195.15.234.58/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connecting <peer.ID 12*655UtR>: [/ip4/195.15.234.105/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connecting <peer.ID 12*XrwDRk>: [/dns/tangle.iotaqubic.us/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connecting <peer.ID 12*Kk6THc>: [/ip4/195.15.233.39/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        P2P-Manager        connecting <peer.ID 12*TyQQec>: [/ip4/75.119.149.231/tcp/15600]
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        GossipService        started protocol with <peer.ID 12*Vhk1zP>
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        WarpSync        Synchronizing to milestone 179081
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Valid milestone detected! Index: 179081
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Run solidity check for Milestone (179081)...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        WARN        Tangle        Stopped solidifier due to missing msg -> Requested missing msgs (0/6), collect: 7ms
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Milestone couldn't be solidified! 179081
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Valid milestone detected! Index: 179080
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Valid milestone detected! Index: 179079
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Valid milestone detected! Index: 179078
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Run solidity check for Milestone (179078)...
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        WARN        Tangle        Stopped solidifier due to missing msg -> Requested missing msgs (0/6), collect: 4ms
May 19 09:59:44 iota hornet[14130]: 2021-05-19T09:59:44+02:00        INFO        Tangle        Milestone couldn't be solidified! 179078
May 19 09:59:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00091/00745/0075ms, reqQMs: 0, processor: 00743, CMI/LMI: 179077/179081, MPS (in/new/out): 01432/00633/00001, Tips (non-/semi-lazy): 0/0
May 19 09:59:45 iota hornet[14130]: 2021-05-19T09:59:45+02:00        INFO        Tangle        Run solidity check for Milestone (179078)...
May 19 09:59:45 iota hornet[14130]: 2021-05-19T09:59:45+02:00        INFO        Tangle        Solidifier finished: msgs: 142, collect: 80ms, solidity 6ms, propagation: 0s, total: 86ms
May 19 09:59:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179077/179081, MPS (in/new/out): 01432/00633/00001, Tips (non-/semi-lazy): 0/0
May 19 09:59:46 iota hornet[14130]: 2021-05-19T09:59:46+02:00        INFO        Tangle        Milestone confirmed (179078): txsReferenced: 725, txsValue: 0, txsZeroValue: 725, txsConflicting: 0, collect: 525ms, total: 528ms
May 19 09:59:46 iota hornet[14130]: 2021-05-19T09:59:46+02:00        INFO        Tangle        New confirmed milestone: 179078, 72.50 RMPS
May 19 09:59:46 iota hornet[14130]: 2021-05-19T09:59:46+02:00        INFO        Tangle        Run solidity check for Milestone (179079)...
May 19 09:59:46 iota hornet[14130]: 2021-05-19T09:59:46+02:00        INFO        Tangle        Solidifier finished: msgs: 655, collect: 21ms, solidity 52ms, propagation: 0s, total: 73ms
May 19 09:59:47 iota hornet[14130]: 2021-05-19T09:59:47+02:00        INFO        Dashboard        WebSocket client connection established
May 19 09:59:47 iota hornet[14130]: 2021-05-19T09:59:47+02:00        INFO        Tangle        Milestone confirmed (179079): txsReferenced: 657, txsValue: 0, txsZeroValue: 657, txsConflicting: 0, collect: 10ms, total: 729ms
May 19 09:59:47 iota hornet[14130]: 2021-05-19T09:59:47+02:00        INFO        Tangle        New confirmed milestone: 179079, 65.70 RMPS
May 19 09:59:47 iota hornet[14130]: 2021-05-19T09:59:47+02:00        INFO        Tangle        Run solidity check for Milestone (179080)...
May 19 09:59:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179079/179081, MPS (in/new/out): 00902/01571/00000, Tips (non-/semi-lazy): 107/0
May 19 09:59:47 iota hornet[14130]: 2021-05-19T09:59:47+02:00        INFO        Dashboard        WebSocket client connection established
May 19 09:59:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179079/179081, MPS (in/new/out): 00080/00061/00112, Tips (non-/semi-lazy): 107/0
May 19 09:59:48 iota hornet[14130]: 2021-05-19T09:59:48+02:00        INFO        Tangle        Solidifier finished: msgs: 689, collect: 9ms, solidity 38ms, propagation: 1.699s, total: 1.747s
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Milestone confirmed (179080): txsReferenced: 689, txsValue: 0, txsZeroValue: 689, txsConflicting: 0, collect: 8ms, total: 283ms
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        New confirmed milestone: 179080, 68.90 RMPS
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Run solidity check for Milestone (179081)...
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 09:59:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179081/179081, MPS (in/new/out): 00069/00072/00555, Tips (non-/semi-lazy): 100/0
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        WarpSync        Synchronized 4 milestones in 4.797s (580.54 MPS)
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Milestone confirmed (179081): txsReferenced: 718, txsValue: 0, txsZeroValue: 718, txsConflicting: 0, collect: 10ms, total: 87ms
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        New confirmed milestone: 179081, 71.80 RMPS
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Valid milestone detected! Index: 179082
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Run solidity check for Milestone (179082)...
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        WARN        Tangle        Stopped solidifier due to missing msg -> Requested missing msgs (149/149), collect: 162ms
May 19 09:59:49 iota hornet[14130]: 2021-05-19T09:59:49+02:00        INFO        Tangle        Milestone couldn't be solidified! 179082
May 19 09:59:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00001/00245/0155ms, reqQMs: 0, processor: 00255, CMI/LMI: 179081/179082, MPS (in/new/out): 00069/00072/00555, Tips (non-/semi-lazy): 101/0
May 19 09:59:50 iota hornet[14130]: 2021-05-19T09:59:50+02:00        INFO        Tangle        Run solidity check for Milestone (179082)...
May 19 09:59:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179081/179082, MPS (in/new/out): 00117/00373/00304, Tips (non-/semi-lazy): 102/0
May 19 09:59:51 iota hornet[14130]: 2021-05-19T09:59:51+02:00        INFO        Tangle        Solidifier finished: msgs: 633, collect: 10ms, solidity 335ms, propagation: 922ms, total: 1.269s
May 19 09:59:52 iota hornet[14130]: 2021-05-19T09:59:52+02:00        INFO        Tangle        Milestone confirmed (179082): txsReferenced: 716, txsValue: 0, txsZeroValue: 716, txsConflicting: 0, collect: 10ms, total: 133ms
May 19 09:59:52 iota hornet[14130]: 2021-05-19T09:59:52+02:00        INFO        Tangle        New confirmed milestone: 179082, 71.60 RMPS
May 19 09:59:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00070/00073/00542, Tips (non-/semi-lazy): 114/0
May 19 09:59:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00070/00073/00542, Tips (non-/semi-lazy): 96/0
May 19 09:59:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 96/0
May 19 09:59:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 89/0
May 19 09:59:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 86/0
May 19 09:59:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00083/00082/00004, Tips (non-/semi-lazy): 87/0
May 19 09:59:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179082, MPS (in/new/out): 00065/00066/00000, Tips (non-/semi-lazy): 87/0
May 19 09:59:59 iota hornet[14130]: 2021-05-19T09:59:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179083
May 19 09:59:59 iota hornet[14130]: 2021-05-19T09:59:59+02:00        INFO        Tangle        Run solidity check for Milestone (179083)...
May 19 09:59:59 iota hornet[14130]: 2021-05-19T09:59:59+02:00        WARN        Tangle        Stopped solidifier due to missing msg -> Requested missing msgs (10/10), collect: 7ms
May 19 09:59:59 iota hornet[14130]: 2021-05-19T09:59:59+02:00        INFO        Tangle        Milestone couldn't be solidified! 179083
May 19 09:59:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00010/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179083, MPS (in/new/out): 00065/00066/00000, Tips (non-/semi-lazy): 87/0
May 19 09:59:59 iota hornet[14130]: 2021-05-19T09:59:59+02:00        INFO        Tangle        Run solidity check for Milestone (179083)...
May 19 10:00:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179082/179083, MPS (in/new/out): 00068/00067/01033, Tips (non-/semi-lazy): 102/0
May 19 10:00:00 iota hornet[14130]: 2021-05-19T10:00:00+02:00        INFO        Tangle        Solidifier finished: msgs: 563, collect: 4ms, solidity 117ms, propagation: 980ms, total: 1.103s
May 19 10:00:00 iota hornet[14130]: 2021-05-19T10:00:00+02:00        INFO        Tangle        Milestone confirmed (179083): txsReferenced: 720, txsValue: 0, txsZeroValue: 720, txsConflicting: 0, collect: 40ms, total: 248ms
May 19 10:00:00 iota hornet[14130]: 2021-05-19T10:00:00+02:00        INFO        Tangle        New confirmed milestone: 179083, 61.20 MPS, 72.00 RMPS, 117.65% ref.rate
May 19 10:00:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00068/00067/01033, Tips (non-/semi-lazy): 102/0
May 19 10:00:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00063/00063/00187, Tips (non-/semi-lazy): 101/0
May 19 10:00:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00072/00073/00002, Tips (non-/semi-lazy): 101/0
May 19 10:00:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00072/00073/00002, Tips (non-/semi-lazy): 100/0
May 19 10:00:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00081/00082/00002, Tips (non-/semi-lazy): 100/0
May 19 10:00:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00070/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00064/00064/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179083/179083, MPS (in/new/out): 00069/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:09 iota hornet[14130]: 2021-05-19T10:00:09+02:00        INFO        Tangle        Valid milestone detected! Index: 179084
May 19 10:00:09 iota hornet[14130]: 2021-05-19T10:00:09+02:00        INFO        Tangle        Run solidity check for Milestone (179084)...
May 19 10:00:09 iota hornet[14130]: 2021-05-19T10:00:09+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:00:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00065/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:09 iota hornet[14130]: 2021-05-19T10:00:09+02:00        INFO        Tangle        Milestone confirmed (179084): txsReferenced: 677, txsValue: 0, txsZeroValue: 677, txsConflicting: 0, collect: 41ms, total: 185ms
May 19 10:00:09 iota hornet[14130]: 2021-05-19T10:00:09+02:00        INFO        Tangle        New confirmed milestone: 179084, 59.00 MPS, 67.70 RMPS, 114.75% ref.rate
May 19 10:00:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00064/00064/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00067/00068/00002, Tips (non-/semi-lazy): 100/0
May 19 10:00:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00079/00079/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 102/0
May 19 10:00:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00076/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179084/179084, MPS (in/new/out): 00073/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:19 iota hornet[14130]: 2021-05-19T10:00:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179085
May 19 10:00:19 iota hornet[14130]: 2021-05-19T10:00:19+02:00        INFO        Tangle        Run solidity check for Milestone (179085)...
May 19 10:00:19 iota hornet[14130]: 2021-05-19T10:00:19+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:00:19 iota hornet[14130]: 2021-05-19T10:00:19+02:00        INFO        Tangle        Milestone confirmed (179085): txsReferenced: 696, txsValue: 0, txsZeroValue: 696, txsConflicting: 0, collect: 42ms, total: 168ms
May 19 10:00:19 iota hornet[14130]: 2021-05-19T10:00:19+02:00        INFO        Tangle        New confirmed milestone: 179085, 74.00 MPS, 69.60 RMPS, 94.05% ref.rate
May 19 10:00:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00072/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00052/00050/00002, Tips (non-/semi-lazy): 100/0
May 19 10:00:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00067/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00067/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00060/00062/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00069/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00069/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00071/00069/00000, Tips (non-/semi-lazy): 102/0
May 19 10:00:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00071/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179085/179085, MPS (in/new/out): 00066/00068/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:29 iota hornet[14130]: 2021-05-19T10:00:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179086
May 19 10:00:29 iota hornet[14130]: 2021-05-19T10:00:29+02:00        INFO        Tangle        Run solidity check for Milestone (179086)...
May 19 10:00:29 iota hornet[14130]: 2021-05-19T10:00:29+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:00:30 iota hornet[14130]: 2021-05-19T10:00:30+02:00        INFO        Tangle        Milestone confirmed (179086): txsReferenced: 708, txsValue: 1, txsZeroValue: 707, txsConflicting: 0, collect: 37ms, total: 139ms
May 19 10:00:30 iota hornet[14130]: 2021-05-19T10:00:30+02:00        INFO        Tangle        New confirmed milestone: 179086, 69.60 MPS, 70.80 RMPS, 101.72% ref.rate
May 19 10:00:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00078/00075/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00064/00063/00000, Tips (non-/semi-lazy): 102/0
May 19 10:00:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00062/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00062/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00057/00057/00004, Tips (non-/semi-lazy): 100/0
May 19 10:00:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00082/00084/00002, Tips (non-/semi-lazy): 100/0
May 19 10:00:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00063/00062/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00055/00055/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00078/00078/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179086/179086, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:39 iota hornet[14130]: 2021-05-19T10:00:39+02:00        INFO        Tangle        Valid milestone detected! Index: 179087
May 19 10:00:39 iota hornet[14130]: 2021-05-19T10:00:39+02:00        INFO        Tangle        Run solidity check for Milestone (179087)...
May 19 10:00:39 iota hornet[14130]: 2021-05-19T10:00:39+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 1ms
May 19 10:00:39 iota hornet[14130]: 2021-05-19T10:00:39+02:00        INFO        Tangle        Milestone confirmed (179087): txsReferenced: 623, txsValue: 0, txsZeroValue: 623, txsConflicting: 0, collect: 25ms, total: 294ms
May 19 10:00:39 iota hornet[14130]: 2021-05-19T10:00:39+02:00        INFO        Tangle        New confirmed milestone: 179087, 63.00 MPS, 62.30 RMPS, 98.89% ref.rate
May 19 10:00:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:41 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00062/00060/00002, Tips (non-/semi-lazy): 103/0
May 19 10:00:42 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00074/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:43 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00058/00058/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:44 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00058/00058/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00067/00068/00002, Tips (non-/semi-lazy): 101/0
May 19 10:00:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00055/00055/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00082/00082/00000, Tips (non-/semi-lazy): 101/0
May 19 10:00:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00055/00054/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179087/179087, MPS (in/new/out): 00055/00054/00000, Tips (non-/semi-lazy): 104/0
May 19 10:00:50 iota hornet[14130]: 2021-05-19T10:00:50+02:00        INFO        Tangle        Valid milestone detected! Index: 179088
May 19 10:00:50 iota hornet[14130]: 2021-05-19T10:00:50+02:00        INFO        Tangle        Run solidity check for Milestone (179088)...
May 19 10:00:50 iota hornet[14130]: 2021-05-19T10:00:50+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:00:50 iota hornet[14130]: 2021-05-19T10:00:50+02:00        INFO        Tangle        Milestone confirmed (179088): txsReferenced: 687, txsValue: 1, txsZeroValue: 686, txsConflicting: 0, collect: 37ms, total: 203ms
May 19 10:00:50 iota hornet[14130]: 2021-05-19T10:00:50+02:00        INFO        Tangle        New confirmed milestone: 179088, 71.40 MPS, 68.70 RMPS, 96.22% ref.rate
May 19 10:00:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00059/00058/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00064/00064/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00054/00054/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00054/00054/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00048/00048/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00048/00048/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00070/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179088/179088, MPS (in/new/out): 00060/00060/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:59 iota hornet[14130]: 2021-05-19T10:00:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179089
May 19 10:00:59 iota hornet[14130]: 2021-05-19T10:00:59+02:00        INFO        Tangle        Run solidity check for Milestone (179089)...
May 19 10:00:59 iota hornet[14130]: 2021-05-19T10:00:59+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:00:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00048/00048/00000, Tips (non-/semi-lazy): 100/0
May 19 10:00:59 iota hornet[14130]: 2021-05-19T10:00:59+02:00        INFO        Tangle        Milestone confirmed (179089): txsReferenced: 582, txsValue: 0, txsZeroValue: 582, txsConflicting: 0, collect: 37ms, total: 181ms
May 19 10:00:59 iota hornet[14130]: 2021-05-19T10:00:59+02:00        INFO        Tangle        New confirmed milestone: 179089, 52.10 MPS, 58.20 RMPS, 111.71% ref.rate
May 19 10:01:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00052/00051/00000, Tips (non-/semi-lazy): 102/0
May 19 10:01:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00054/00055/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00043/00043/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00061/00061/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00061/00061/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00067/00068/00000, Tips (non-/semi-lazy): 97/0
May 19 10:01:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00051/00051/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00050/00049/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00052/00053/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179089/179089, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:09 iota hornet[14130]: 2021-05-19T10:01:09+02:00        INFO        Tangle        Valid milestone detected! Index: 179090
May 19 10:01:09 iota hornet[14130]: 2021-05-19T10:01:09+02:00        INFO        Tangle        Run solidity check for Milestone (179090)...
May 19 10:01:09 iota hornet[14130]: 2021-05-19T10:01:09+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:01:09 iota hornet[14130]: 2021-05-19T10:01:09+02:00        INFO        Tangle        Milestone confirmed (179090): txsReferenced: 554, txsValue: 0, txsZeroValue: 554, txsConflicting: 0, collect: 10ms, total: 97ms
May 19 10:01:09 iota hornet[14130]: 2021-05-19T10:01:09+02:00        INFO        Tangle        New confirmed milestone: 179090, 58.80 MPS, 55.40 RMPS, 94.22% ref.rate
May 19 10:01:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00072/00072/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00061/00062/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00044/00043/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00058/00059/00000, Tips (non-/semi-lazy): 97/0
May 19 10:01:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00065/00066/00002, Tips (non-/semi-lazy): 102/0
May 19 10:01:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00065/00066/00002, Tips (non-/semi-lazy): 98/0
May 19 10:01:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00052/00053/00002, Tips (non-/semi-lazy): 97/0
May 19 10:01:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00073/00069/00000, Tips (non-/semi-lazy): 99/0
May 19 10:01:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179090/179090, MPS (in/new/out): 00044/00048/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:19 iota hornet[14130]: 2021-05-19T10:01:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179091
May 19 10:01:19 iota hornet[14130]: 2021-05-19T10:01:19+02:00        INFO        Tangle        Run solidity check for Milestone (179091)...
May 19 10:01:19 iota hornet[14130]: 2021-05-19T10:01:19+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 6ms, total: 6ms
May 19 10:01:19 iota hornet[14130]: 2021-05-19T10:01:19+02:00        INFO        Tangle        Milestone confirmed (179091): txsReferenced: 581, txsValue: 0, txsZeroValue: 581, txsConflicting: 0, collect: 49ms, total: 222ms
May 19 10:01:19 iota hornet[14130]: 2021-05-19T10:01:19+02:00        INFO        Tangle        New confirmed milestone: 179091, 61.60 MPS, 58.10 RMPS, 94.32% ref.rate
May 19 10:01:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00067/00068/00004, Tips (non-/semi-lazy): 101/0
May 19 10:01:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00058/00058/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00069/00069/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00057/00057/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00046/00046/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00046/00046/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00050/00050/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00033/00033/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00053/00052/00000, Tips (non-/semi-lazy): 102/0
May 19 10:01:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179091/179091, MPS (in/new/out): 00043/00045/00002, Tips (non-/semi-lazy): 102/0
May 19 10:01:29 iota hornet[14130]: 2021-05-19T10:01:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179092
May 19 10:01:29 iota hornet[14130]: 2021-05-19T10:01:29+02:00        INFO        Tangle        Run solidity check for Milestone (179092)...
May 19 10:01:29 iota hornet[14130]: 2021-05-19T10:01:29+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:01:30 iota hornet[14130]: 2021-05-19T10:01:30+02:00        INFO        Tangle        Milestone confirmed (179092): txsReferenced: 521, txsValue: 0, txsZeroValue: 521, txsConflicting: 0, collect: 35ms, total: 118ms
May 19 10:01:30 iota hornet[14130]: 2021-05-19T10:01:30+02:00        INFO        Tangle        New confirmed milestone: 179092, 47.80 MPS, 52.10 RMPS, 109.00% ref.rate
May 19 10:01:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00037/00037/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00035/00034/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00050/00049/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00050/00049/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00051/00053/00002, Tips (non-/semi-lazy): 101/0
May 19 10:01:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00051/00053/00002, Tips (non-/semi-lazy): 101/0
May 19 10:01:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00056/00056/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00049/00047/00000, Tips (non-/semi-lazy): 103/0
May 19 10:01:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00049/00047/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00048/00050/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179092/179092, MPS (in/new/out): 00043/00043/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:40 iota hornet[14130]: 2021-05-19T10:01:40+02:00        INFO        Tangle        Valid milestone detected! Index: 179093
May 19 10:01:40 iota hornet[14130]: 2021-05-19T10:01:40+02:00        INFO        Tangle        Run solidity check for Milestone (179093)...
May 19 10:01:40 iota hornet[14130]: 2021-05-19T10:01:40+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:01:40 iota hornet[14130]: 2021-05-19T10:01:40+02:00        INFO        Tangle        Milestone confirmed (179093): txsReferenced: 460, txsValue: 0, txsZeroValue: 460, txsConflicting: 0, collect: 8ms, total: 95ms
May 19 10:01:40 iota hornet[14130]: 2021-05-19T10:01:40+02:00        INFO        Tangle        New confirmed milestone: 179093, 51.90 MPS, 46.00 RMPS, 88.63% ref.rate
May 19 10:01:41 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00050/00050/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:42 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00049/00049/00000, Tips (non-/semi-lazy): 102/0
May 19 10:01:43 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00040/00039/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:44 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00044/00044/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00044/00044/00000, Tips (non-/semi-lazy): 102/0
May 19 10:01:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00050/00051/00000, Tips (non-/semi-lazy): 103/0
May 19 10:01:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00047/00047/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179093/179093, MPS (in/new/out): 00047/00047/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:49 iota hornet[14130]: 2021-05-19T10:01:49+02:00        INFO        Tangle        Valid milestone detected! Index: 179094
May 19 10:01:49 iota hornet[14130]: 2021-05-19T10:01:49+02:00        INFO        Tangle        Run solidity check for Milestone (179094)...
May 19 10:01:49 iota hornet[14130]: 2021-05-19T10:01:49+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:01:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00043/00043/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:49 iota hornet[14130]: 2021-05-19T10:01:49+02:00        INFO        Tangle        Milestone confirmed (179094): txsReferenced: 515, txsValue: 0, txsZeroValue: 515, txsConflicting: 0, collect: 31ms, total: 157ms
May 19 10:01:49 iota hornet[14130]: 2021-05-19T10:01:49+02:00        INFO        Tangle        New confirmed milestone: 179094, 41.30 MPS, 51.50 RMPS, 124.70% ref.rate
May 19 10:01:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00051/00048/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00049/00052/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00051/00051/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00069/00071/00002, Tips (non-/semi-lazy): 100/0
May 19 10:01:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00081/00081/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00066/00065/00000, Tips (non-/semi-lazy): 101/0
May 19 10:01:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179094/179094, MPS (in/new/out): 00066/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:01:59 iota hornet[14130]: 2021-05-19T10:01:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179095
May 19 10:01:59 iota hornet[14130]: 2021-05-19T10:01:59+02:00        INFO        Tangle        Run solidity check for Milestone (179095)...
May 19 10:01:59 iota hornet[14130]: 2021-05-19T10:01:59+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:01:59 iota hornet[14130]: 2021-05-19T10:01:59+02:00        INFO        Tangle        Milestone confirmed (179095): txsReferenced: 659, txsValue: 0, txsZeroValue: 659, txsConflicting: 0, collect: 36ms, total: 141ms
May 19 10:01:59 iota hornet[14130]: 2021-05-19T10:01:59+02:00        INFO        Tangle        New confirmed milestone: 179095, 66.90 MPS, 65.90 RMPS, 98.51% ref.rate
May 19 10:02:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00066/00067/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00073/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00068/00068/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00079/00078/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00079/00078/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00069/00071/00001, Tips (non-/semi-lazy): 100/0
May 19 10:02:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00066/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00064/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00064/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179095/179095, MPS (in/new/out): 00073/00074/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:09 iota hornet[14130]: 2021-05-19T10:02:09+02:00        INFO        Tangle        Valid milestone detected! Index: 179096
May 19 10:02:09 iota hornet[14130]: 2021-05-19T10:02:09+02:00        INFO        Tangle        Run solidity check for Milestone (179096)...
May 19 10:02:09 iota hornet[14130]: 2021-05-19T10:02:09+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 1ms
May 19 10:02:09 iota hornet[14130]: 2021-05-19T10:02:09+02:00        INFO        Tangle        Milestone confirmed (179096): txsReferenced: 699, txsValue: 0, txsZeroValue: 699, txsConflicting: 0, collect: 37ms, total: 164ms
May 19 10:02:09 iota hornet[14130]: 2021-05-19T10:02:09+02:00        INFO        Tangle        New confirmed milestone: 179096, 74.10 MPS, 69.90 RMPS, 94.33% ref.rate
May 19 10:02:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00081/00080/00000, Tips (non-/semi-lazy): 103/0
May 19 10:02:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00068/00066/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00076/00079/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00071/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00077/00078/00004, Tips (non-/semi-lazy): 100/0
May 19 10:02:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00072/00073/00002, Tips (non-/semi-lazy): 101/0
May 19 10:02:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00072/00073/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00073/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179096/179096, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:19 iota hornet[14130]: 2021-05-19T10:02:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179097
May 19 10:02:19 iota hornet[14130]: 2021-05-19T10:02:19+02:00        INFO        Tangle        Run solidity check for Milestone (179097)...
May 19 10:02:19 iota hornet[14130]: 2021-05-19T10:02:19+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:02:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:19 iota hornet[14130]: 2021-05-19T10:02:19+02:00        INFO        Tangle        Milestone confirmed (179097): txsReferenced: 762, txsValue: 0, txsZeroValue: 762, txsConflicting: 0, collect: 42ms, total: 197ms
May 19 10:02:19 iota hornet[14130]: 2021-05-19T10:02:19+02:00        INFO        Tangle        New confirmed milestone: 179097, 70.00 MPS, 76.20 RMPS, 108.86% ref.rate
May 19 10:02:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00065/00066/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00066/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00069/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00069/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00074/00074/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179097/179097, MPS (in/new/out): 00072/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:29 iota hornet[14130]: 2021-05-19T10:02:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179098
May 19 10:02:29 iota hornet[14130]: 2021-05-19T10:02:29+02:00        INFO        Tangle        Run solidity check for Milestone (179098)...
May 19 10:02:29 iota hornet[14130]: 2021-05-19T10:02:29+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:02:29 iota hornet[14130]: 2021-05-19T10:02:29+02:00        INFO        Tangle        Milestone confirmed (179098): txsReferenced: 673, txsValue: 0, txsZeroValue: 673, txsConflicting: 0, collect: 39ms, total: 135ms
May 19 10:02:29 iota hornet[14130]: 2021-05-19T10:02:29+02:00        INFO        Tangle        New confirmed milestone: 179098, 71.40 MPS, 67.30 RMPS, 94.26% ref.rate
May 19 10:02:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00081/00082/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00081/00082/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00064/00064/00000, Tips (non-/semi-lazy): 101/0
May 19 10:02:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00082/00082/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00082/00082/00000, Tips (non-/semi-lazy): 102/0
May 19 10:02:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00073/00072/00000, Tips (non-/semi-lazy): 103/0
May 19 10:02:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00073/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00078/00078/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 102/0
May 19 10:02:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179098/179098, MPS (in/new/out): 00066/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:39 iota hornet[14130]: 2021-05-19T10:02:39+02:00        INFO        Tangle        Valid milestone detected! Index: 179099
May 19 10:02:39 iota hornet[14130]: 2021-05-19T10:02:39+02:00        INFO        Tangle        Run solidity check for Milestone (179099)...
May 19 10:02:39 iota hornet[14130]: 2021-05-19T10:02:39+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:02:40 iota hornet[14130]: 2021-05-19T10:02:40+02:00        INFO        Tangle        Milestone confirmed (179099): txsReferenced: 699, txsValue: 0, txsZeroValue: 699, txsConflicting: 0, collect: 44ms, total: 216ms
May 19 10:02:40 iota hornet[14130]: 2021-05-19T10:02:40+02:00        INFO        Tangle        New confirmed milestone: 179099, 75.30 MPS, 69.90 RMPS, 92.83% ref.rate
May 19 10:02:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:41 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00074/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:42 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00062/00061/00000, Tips (non-/semi-lazy): 99/0
May 19 10:02:43 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00070/00070/00000, Tips (non-/semi-lazy): 102/0
May 19 10:02:44 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00070/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00062/00063/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00062/00063/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00067/00068/00000, Tips (non-/semi-lazy): 96/0
May 19 10:02:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00067/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179099/179099, MPS (in/new/out): 00072/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:49 iota hornet[14130]: 2021-05-19T10:02:49+02:00        INFO        Tangle        Valid milestone detected! Index: 179100
May 19 10:02:49 iota hornet[14130]: 2021-05-19T10:02:49+02:00        INFO        Tangle        Run solidity check for Milestone (179100)...
May 19 10:02:49 iota hornet[14130]: 2021-05-19T10:02:49+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:02:49 iota hornet[14130]: 2021-05-19T10:02:49+02:00        INFO        Tangle        Milestone confirmed (179100): txsReferenced: 679, txsValue: 0, txsZeroValue: 679, txsConflicting: 0, collect: 39ms, total: 186ms
May 19 10:02:49 iota hornet[14130]: 2021-05-19T10:02:49+02:00        INFO        Tangle        New confirmed milestone: 179100, 62.40 MPS, 67.90 RMPS, 108.81% ref.rate
May 19 10:02:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00064/00061/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00064/00061/00002, Tips (non-/semi-lazy): 100/0
May 19 10:02:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00071/00072/00000, Tips (non-/semi-lazy): 95/0
May 19 10:02:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00078/00078/00000, Tips (non-/semi-lazy): 100/0
May 19 10:02:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00074/00074/00000, Tips (non-/semi-lazy): 97/0
May 19 10:02:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 95/0
May 19 10:02:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00069/00071/00004, Tips (non-/semi-lazy): 96/0
May 19 10:02:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00058/00058/00000, Tips (non-/semi-lazy): 95/0
May 19 10:02:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00069/00069/00000, Tips (non-/semi-lazy): 98/0
May 19 10:02:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179100/179100, MPS (in/new/out): 00066/00065/00000, Tips (non-/semi-lazy): 95/0
May 19 10:02:59 iota hornet[14130]: 2021-05-19T10:02:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179101
May 19 10:02:59 iota hornet[14130]: 2021-05-19T10:02:59+02:00        INFO        Tangle        Run solidity check for Milestone (179101)...
May 19 10:02:59 iota hornet[14130]: 2021-05-19T10:02:59+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:02:59 iota hornet[14130]: 2021-05-19T10:02:59+02:00        INFO        Tangle        Milestone confirmed (179101): txsReferenced: 691, txsValue: 0, txsZeroValue: 691, txsConflicting: 0, collect: 40ms, total: 202ms
May 19 10:02:59 iota hornet[14130]: 2021-05-19T10:02:59+02:00        INFO        Tangle        New confirmed milestone: 179101, 69.90 MPS, 69.10 RMPS, 98.86% ref.rate
May 19 10:03:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00085/00084/00002, Tips (non-/semi-lazy): 93/0
May 19 10:03:00 iota hornet[14130]: 2021-05-19T10:03:00+02:00        INFO        Dashboard        Removed websocket client
May 19 10:03:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00085/00084/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:01 iota hornet[14130]: 2021-05-19T10:03:01+02:00        INFO        Dashboard        WebSocket client connection established
May 19 10:03:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00075/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00078/00078/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00062/00062/00005, Tips (non-/semi-lazy): 101/0
May 19 10:03:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00062/00062/00005, Tips (non-/semi-lazy): 101/0
May 19 10:03:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00071/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00075/00076/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179101/179101, MPS (in/new/out): 00076/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:09 iota hornet[14130]: 2021-05-19T10:03:09+02:00        INFO        Tangle        Valid milestone detected! Index: 179102
May 19 10:03:09 iota hornet[14130]: 2021-05-19T10:03:09+02:00        INFO        Tangle        Run solidity check for Milestone (179102)...
May 19 10:03:09 iota hornet[14130]: 2021-05-19T10:03:09+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:03:09 iota hornet[14130]: 2021-05-19T10:03:09+02:00        INFO        Tangle        Milestone confirmed (179102): txsReferenced: 714, txsValue: 0, txsZeroValue: 714, txsConflicting: 0, collect: 39ms, total: 173ms
May 19 10:03:09 iota hornet[14130]: 2021-05-19T10:03:09+02:00        INFO        Tangle        New confirmed milestone: 179102, 69.60 MPS, 71.40 RMPS, 102.59% ref.rate
May 19 10:03:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00076/00078/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00074/00073/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00069/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00067/00067/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00069/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00069/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00070/00071/00004, Tips (non-/semi-lazy): 100/0
May 19 10:03:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179102/179102, MPS (in/new/out): 00069/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:19 iota hornet[14130]: 2021-05-19T10:03:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179103
May 19 10:03:19 iota hornet[14130]: 2021-05-19T10:03:19+02:00        INFO        Tangle        Run solidity check for Milestone (179103)...
May 19 10:03:19 iota hornet[14130]: 2021-05-19T10:03:19+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:03:19 iota hornet[14130]: 2021-05-19T10:03:19+02:00        INFO        Tangle        Milestone confirmed (179103): txsReferenced: 733, txsValue: 0, txsZeroValue: 733, txsConflicting: 0, collect: 44ms, total: 238ms
May 19 10:03:19 iota hornet[14130]: 2021-05-19T10:03:19+02:00        INFO        Tangle        New confirmed milestone: 179103, 74.60 MPS, 73.30 RMPS, 98.26% ref.rate
May 19 10:03:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00073/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00073/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00064/00065/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00073/00070/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00081/00083/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00074/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00092/00094/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00072/00072/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179103/179103, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:29 iota hornet[14130]: 2021-05-19T10:03:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179104
May 19 10:03:29 iota hornet[14130]: 2021-05-19T10:03:29+02:00        INFO        Tangle        Run solidity check for Milestone (179104)...
May 19 10:03:29 iota hornet[14130]: 2021-05-19T10:03:29+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:03:29 iota hornet[14130]: 2021-05-19T10:03:29+02:00        INFO        Tangle        Milestone confirmed (179104): txsReferenced: 734, txsValue: 1, txsZeroValue: 733, txsConflicting: 0, collect: 137ms, total: 269ms
May 19 10:03:29 iota hornet[14130]: 2021-05-19T10:03:29+02:00        INFO        Tangle        New confirmed milestone: 179104, 72.80 MPS, 73.40 RMPS, 100.82% ref.rate
May 19 10:03:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00073/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00080/00080/00002, Tips (non-/semi-lazy): 101/0
May 19 10:03:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00070/00071/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00076/00075/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00087/00086/00002, Tips (non-/semi-lazy): 101/0
May 19 10:03:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179104/179104, MPS (in/new/out): 00071/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:39 iota hornet[14130]: 2021-05-19T10:03:39+02:00        INFO        Tangle        Valid milestone detected! Index: 179105
May 19 10:03:39 iota hornet[14130]: 2021-05-19T10:03:39+02:00        INFO        Tangle        Run solidity check for Milestone (179105)...
May 19 10:03:39 iota hornet[14130]: 2021-05-19T10:03:39+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:03:39 iota hornet[14130]: 2021-05-19T10:03:39+02:00        INFO        Tangle        Milestone confirmed (179105): txsReferenced: 731, txsValue: 0, txsZeroValue: 731, txsConflicting: 0, collect: 37ms, total: 155ms
May 19 10:03:39 iota hornet[14130]: 2021-05-19T10:03:39+02:00        INFO        Tangle        New confirmed milestone: 179105, 73.10 MPS, 73.10 RMPS, 100.00% ref.rate
May 19 10:03:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00064/00065/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:41 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00064/00065/00002, Tips (non-/semi-lazy): 100/0
May 19 10:03:42 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00079/00079/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:43 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:44 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00074/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00074/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00069/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179105/179105, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:49 iota hornet[14130]: 2021-05-19T10:03:49+02:00        INFO        Tangle        Valid milestone detected! Index: 179106
May 19 10:03:49 iota hornet[14130]: 2021-05-19T10:03:49+02:00        INFO        Tangle        Run solidity check for Milestone (179106)...
May 19 10:03:49 iota hornet[14130]: 2021-05-19T10:03:49+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:03:49 iota hornet[14130]: 2021-05-19T10:03:49+02:00        INFO        Tangle        Milestone confirmed (179106): txsReferenced: 728, txsValue: 0, txsZeroValue: 728, txsConflicting: 0, collect: 43ms, total: 199ms
May 19 10:03:49 iota hornet[14130]: 2021-05-19T10:03:49+02:00        INFO        Tangle        New confirmed milestone: 179106, 72.50 MPS, 72.80 RMPS, 100.41% ref.rate
May 19 10:03:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00064/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00074/00073/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00067/00067/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00062/00063/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00062/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00076/00074/00000, Tips (non-/semi-lazy): 101/0
May 19 10:03:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00068/00070/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00069/00072/00004, Tips (non-/semi-lazy): 101/0
May 19 10:03:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00069/00072/00004, Tips (non-/semi-lazy): 100/0
May 19 10:03:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179106/179106, MPS (in/new/out): 00075/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:03:59 iota hornet[14130]: 2021-05-19T10:03:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179107
May 19 10:03:59 iota hornet[14130]: 2021-05-19T10:03:59+02:00        INFO        Tangle        Run solidity check for Milestone (179107)...
May 19 10:03:59 iota hornet[14130]: 2021-05-19T10:03:59+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:03:59 iota hornet[14130]: 2021-05-19T10:03:59+02:00        INFO        Tangle        Milestone confirmed (179107): txsReferenced: 683, txsValue: 0, txsZeroValue: 683, txsConflicting: 0, collect: 44ms, total: 236ms
May 19 10:03:59 iota hornet[14130]: 2021-05-19T10:03:59+02:00        INFO        Tangle        New confirmed milestone: 179107, 69.60 MPS, 68.30 RMPS, 98.13% ref.rate
May 19 10:04:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00068/00068/00002, Tips (non-/semi-lazy): 101/0
May 19 10:04:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00050/00051/00002, Tips (non-/semi-lazy): 101/0
May 19 10:04:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00050/00051/00002, Tips (non-/semi-lazy): 100/0
May 19 10:04:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00059/00059/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00068/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00064/00064/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00064/00064/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00060/00059/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00079/00079/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179107/179107, MPS (in/new/out): 00072/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:10 iota hornet[14130]: 2021-05-19T10:04:10+02:00        INFO        Tangle        Valid milestone detected! Index: 179108
May 19 10:04:10 iota hornet[14130]: 2021-05-19T10:04:10+02:00        INFO        Tangle        Run solidity check for Milestone (179108)...
May 19 10:04:10 iota hornet[14130]: 2021-05-19T10:04:10+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:04:10 iota hornet[14130]: 2021-05-19T10:04:10+02:00        INFO        Tangle        Milestone confirmed (179108): txsReferenced: 665, txsValue: 0, txsZeroValue: 665, txsConflicting: 0, collect: 38ms, total: 196ms
May 19 10:04:10 iota hornet[14130]: 2021-05-19T10:04:10+02:00        INFO        Tangle        New confirmed milestone: 179108, 70.00 MPS, 66.50 RMPS, 95.00% ref.rate
May 19 10:04:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00063/00064/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00054/00055/00004, Tips (non-/semi-lazy): 100/0
May 19 10:04:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00054/00055/00004, Tips (non-/semi-lazy): 100/0
May 19 10:04:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00053/00052/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00053/00052/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00073/00074/00002, Tips (non-/semi-lazy): 100/0
May 19 10:04:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00083/00083/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179108, MPS (in/new/out): 00073/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:19 iota hornet[14130]: 2021-05-19T10:04:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179109
May 19 10:04:19 iota hornet[14130]: 2021-05-19T10:04:19+02:00        INFO        Tangle        Run solidity check for Milestone (179109)...
May 19 10:04:19 iota hornet[14130]: 2021-05-19T10:04:19+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:04:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179108/179109, MPS (in/new/out): 00073/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:19 iota hornet[14130]: 2021-05-19T10:04:19+02:00        INFO        Tangle        Milestone confirmed (179109): txsReferenced: 669, txsValue: 0, txsZeroValue: 669, txsConflicting: 0, collect: 53ms, total: 359ms
May 19 10:04:19 iota hornet[14130]: 2021-05-19T10:04:19+02:00        INFO        Tangle        New confirmed milestone: 179109, 63.20 MPS, 66.90 RMPS, 105.85% ref.rate
May 19 10:04:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00083/00082/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 102/0
May 19 10:04:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00063/00062/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00065/00066/00002, Tips (non-/semi-lazy): 97/0
May 19 10:04:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00057/00057/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00072/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00056/00056/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179109/179109, MPS (in/new/out): 00062/00064/00002, Tips (non-/semi-lazy): 100/0
May 19 10:04:29 iota hornet[14130]: 2021-05-19T10:04:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179110
May 19 10:04:29 iota hornet[14130]: 2021-05-19T10:04:29+02:00        INFO        Tangle        Run solidity check for Milestone (179110)...
May 19 10:04:29 iota hornet[14130]: 2021-05-19T10:04:29+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:04:29 iota hornet[14130]: 2021-05-19T10:04:29+02:00        INFO        Tangle        Milestone confirmed (179110): txsReferenced: 631, txsValue: 0, txsZeroValue: 631, txsConflicting: 0, collect: 36ms, total: 146ms
May 19 10:04:29 iota hornet[14130]: 2021-05-19T10:04:29+02:00        INFO        Tangle        New confirmed milestone: 179110, 63.90 MPS, 63.10 RMPS, 98.75% ref.rate
May 19 10:04:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00049/00048/00002, Tips (non-/semi-lazy): 101/0
May 19 10:04:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00049/00048/00002, Tips (non-/semi-lazy): 97/0
May 19 10:04:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00071/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00063/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00064/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00068/00067/00000, Tips (non-/semi-lazy): 97/0
May 19 10:04:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00068/00067/00000, Tips (non-/semi-lazy): 98/0
May 19 10:04:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179110/179110, MPS (in/new/out): 00069/00070/00000, Tips (non-/semi-lazy): 92/0
May 19 10:04:39 iota hornet[14130]: 2021-05-19T10:04:39+02:00        INFO        Tangle        Valid milestone detected! Index: 179111
May 19 10:04:39 iota hornet[14130]: 2021-05-19T10:04:39+02:00        INFO        Tangle        Run solidity check for Milestone (179111)...
May 19 10:04:39 iota hornet[14130]: 2021-05-19T10:04:39+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:04:40 iota hornet[14130]: 2021-05-19T10:04:40+02:00        INFO        Tangle        Milestone confirmed (179111): txsReferenced: 667, txsValue: 0, txsZeroValue: 667, txsConflicting: 0, collect: 25ms, total: 204ms
May 19 10:04:40 iota hornet[14130]: 2021-05-19T10:04:40+02:00        INFO        Tangle        New confirmed milestone: 179111, 72.40 MPS, 66.70 RMPS, 92.13% ref.rate
May 19 10:04:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00070/00070/00000, Tips (non-/semi-lazy): 93/0
May 19 10:04:41 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00059/00059/00000, Tips (non-/semi-lazy): 96/0
May 19 10:04:42 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00080/00080/00000, Tips (non-/semi-lazy): 93/0
May 19 10:04:43 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00080/00080/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:44 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00060/00060/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00059/00059/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00065/00064/00000, Tips (non-/semi-lazy): 102/0
May 19 10:04:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00065/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00066/00066/00002, Tips (non-/semi-lazy): 100/0
May 19 10:04:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179111/179111, MPS (in/new/out): 00066/00066/00002, Tips (non-/semi-lazy): 100/0
May 19 10:04:49 iota hornet[14130]: 2021-05-19T10:04:49+02:00        INFO        Tangle        Valid milestone detected! Index: 179112
May 19 10:04:49 iota hornet[14130]: 2021-05-19T10:04:49+02:00        INFO        Tangle        Run solidity check for Milestone (179112)...
May 19 10:04:49 iota hornet[14130]: 2021-05-19T10:04:49+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:04:49 iota hornet[14130]: 2021-05-19T10:04:49+02:00        INFO        Tangle        Milestone confirmed (179112): txsReferenced: 714, txsValue: 0, txsZeroValue: 714, txsConflicting: 0, collect: 48ms, total: 195ms
May 19 10:04:49 iota hornet[14130]: 2021-05-19T10:04:49+02:00        INFO        Tangle        New confirmed milestone: 179112, 64.30 MPS, 71.40 RMPS, 111.04% ref.rate
May 19 10:04:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00060/00059/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00060/00059/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00080/00081/00002, Tips (non-/semi-lazy): 103/0
May 19 10:04:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00076/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00075/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00087/00087/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 101/0
May 19 10:04:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179112, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:59 iota hornet[14130]: 2021-05-19T10:04:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179113
May 19 10:04:59 iota hornet[14130]: 2021-05-19T10:04:59+02:00        INFO        Tangle        Run solidity check for Milestone (179113)...
May 19 10:04:59 iota hornet[14130]: 2021-05-19T10:04:59+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:04:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179112/179113, MPS (in/new/out): 00070/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:04:59 iota hornet[14130]: 2021-05-19T10:04:59+02:00        INFO        Tangle        Milestone confirmed (179113): txsReferenced: 728, txsValue: 0, txsZeroValue: 728, txsConflicting: 0, collect: 157ms, total: 315ms
May 19 10:04:59 iota hornet[14130]: 2021-05-19T10:04:59+02:00        INFO        Tangle        New confirmed milestone: 179113, 70.30 MPS, 72.80 RMPS, 103.56% ref.rate
May 19 10:05:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00062/00061/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00067/00066/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00067/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00066/00066/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00070/00069/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00070/00069/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00058/00059/00002, Tips (non-/semi-lazy): 101/0
May 19 10:05:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179113/179113, MPS (in/new/out): 00078/00078/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:09 iota hornet[14130]: 2021-05-19T10:05:09+02:00        INFO        Tangle        Valid milestone detected! Index: 179114
May 19 10:05:09 iota hornet[14130]: 2021-05-19T10:05:09+02:00        INFO        Tangle        Run solidity check for Milestone (179114)...
May 19 10:05:09 iota hornet[14130]: 2021-05-19T10:05:09+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:05:09 iota hornet[14130]: 2021-05-19T10:05:09+02:00        INFO        Tangle        Milestone confirmed (179114): txsReferenced: 687, txsValue: 0, txsZeroValue: 687, txsConflicting: 0, collect: 41ms, total: 195ms
May 19 10:05:09 iota hornet[14130]: 2021-05-19T10:05:09+02:00        INFO        Tangle        New confirmed milestone: 179114, 69.10 MPS, 68.70 RMPS, 99.42% ref.rate
May 19 10:05:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00062/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00062/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00076/00077/00004, Tips (non-/semi-lazy): 100/0
May 19 10:05:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00074/00074/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00081/00081/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00069/00069/00002, Tips (non-/semi-lazy): 101/0
May 19 10:05:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00069/00069/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00074/00072/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00065/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179114/179114, MPS (in/new/out): 00069/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:19 iota hornet[14130]: 2021-05-19T10:05:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179115
May 19 10:05:19 iota hornet[14130]: 2021-05-19T10:05:19+02:00        INFO        Tangle        Run solidity check for Milestone (179115)...
May 19 10:05:19 iota hornet[14130]: 2021-05-19T10:05:19+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:05:20 iota hornet[14130]: 2021-05-19T10:05:20+02:00        INFO        Tangle        Milestone confirmed (179115): txsReferenced: 708, txsValue: 1, txsZeroValue: 707, txsConflicting: 0, collect: 46ms, total: 207ms
May 19 10:05:20 iota hornet[14130]: 2021-05-19T10:05:20+02:00        INFO        Tangle        New confirmed milestone: 179115, 78.40 MPS, 70.80 RMPS, 90.31% ref.rate
May 19 10:05:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00069/00068/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00071/00072/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00071/00072/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00059/00058/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00059/00058/00002, Tips (non-/semi-lazy): 101/0
May 19 10:05:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00072/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00069/00069/00000, Tips (non-/semi-lazy): 102/0
May 19 10:05:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179115/179115, MPS (in/new/out): 00076/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:29 iota hornet[14130]: 2021-05-19T10:05:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179116
May 19 10:05:29 iota hornet[14130]: 2021-05-19T10:05:29+02:00        INFO        Tangle        Run solidity check for Milestone (179116)...
May 19 10:05:29 iota hornet[14130]: 2021-05-19T10:05:29+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:05:29 iota hornet[14130]: 2021-05-19T10:05:29+02:00        INFO        Tangle        Milestone confirmed (179116): txsReferenced: 719, txsValue: 0, txsZeroValue: 719, txsConflicting: 0, collect: 46ms, total: 198ms
May 19 10:05:29 iota hornet[14130]: 2021-05-19T10:05:29+02:00        INFO        Tangle        New confirmed milestone: 179116, 68.30 MPS, 71.90 RMPS, 105.27% ref.rate
May 19 10:05:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00061/00063/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00059/00059/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00070/00070/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00079/00079/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00079/00079/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00058/00059/00002, Tips (non-/semi-lazy): 101/0
May 19 10:05:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00066/00066/00004, Tips (non-/semi-lazy): 100/0
May 19 10:05:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00059/00059/00000, Tips (non-/semi-lazy): 105/0
May 19 10:05:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179116/179116, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:39 iota hornet[14130]: 2021-05-19T10:05:39+02:00        INFO        Tangle        Valid milestone detected! Index: 179117
May 19 10:05:39 iota hornet[14130]: 2021-05-19T10:05:39+02:00        INFO        Tangle        Run solidity check for Milestone (179117)...
May 19 10:05:39 iota hornet[14130]: 2021-05-19T10:05:39+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:05:39 iota hornet[14130]: 2021-05-19T10:05:39+02:00        INFO        Tangle        Milestone confirmed (179117): txsReferenced: 673, txsValue: 0, txsZeroValue: 673, txsConflicting: 0, collect: 37ms, total: 201ms
May 19 10:05:39 iota hornet[14130]: 2021-05-19T10:05:39+02:00        INFO        Tangle        New confirmed milestone: 179117, 67.70 MPS, 67.30 RMPS, 99.41% ref.rate
May 19 10:05:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00066/00064/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:41 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00092/00092/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:42 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00066/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:43 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:44 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00077/00076/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:45 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00077/00076/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:46 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00070/00071/00002, Tips (non-/semi-lazy): 100/0
May 19 10:05:47 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00073/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:48 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00073/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:49 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179117/179117, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:49 iota hornet[14130]: 2021-05-19T10:05:49+02:00        INFO        Tangle        Valid milestone detected! Index: 179118
May 19 10:05:49 iota hornet[14130]: 2021-05-19T10:05:49+02:00        INFO        Tangle        Run solidity check for Milestone (179118)...
May 19 10:05:49 iota hornet[14130]: 2021-05-19T10:05:49+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:05:49 iota hornet[14130]: 2021-05-19T10:05:49+02:00        INFO        Tangle        Milestone confirmed (179118): txsReferenced: 753, txsValue: 0, txsZeroValue: 753, txsConflicting: 0, collect: 76ms, total: 259ms
May 19 10:05:49 iota hornet[14130]: 2021-05-19T10:05:49+02:00        INFO        Tangle        New confirmed milestone: 179118, 72.60 MPS, 75.30 RMPS, 103.72% ref.rate
May 19 10:05:50 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00072/00069/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:51 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00065/00068/00000, Tips (non-/semi-lazy): 102/0
May 19 10:05:52 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:53 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00055/00053/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:54 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00074/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:55 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00074/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:56 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00069/00069/00002, Tips (non-/semi-lazy): 101/0
May 19 10:05:57 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00058/00059/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:58 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00080/00081/00000, Tips (non-/semi-lazy): 100/0
May 19 10:05:59 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179118/179118, MPS (in/new/out): 00080/00081/00000, Tips (non-/semi-lazy): 101/0
May 19 10:05:59 iota hornet[14130]: 2021-05-19T10:05:59+02:00        INFO        Tangle        Valid milestone detected! Index: 179119
May 19 10:05:59 iota hornet[14130]: 2021-05-19T10:05:59+02:00        INFO        Tangle        Run solidity check for Milestone (179119)...
May 19 10:05:59 iota hornet[14130]: 2021-05-19T10:05:59+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:05:59 iota hornet[14130]: 2021-05-19T10:05:59+02:00        INFO        Tangle        Milestone confirmed (179119): txsReferenced: 694, txsValue: 0, txsZeroValue: 694, txsConflicting: 0, collect: 44ms, total: 188ms
May 19 10:05:59 iota hornet[14130]: 2021-05-19T10:05:59+02:00        INFO        Tangle        New confirmed milestone: 179119, 70.90 MPS, 69.40 RMPS, 97.88% ref.rate
May 19 10:06:00 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:01 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00079/00077/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:02 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00064/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:03 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00064/00063/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:04 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00073/00073/00000, Tips (non-/semi-lazy): 103/0
May 19 10:06:05 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00073/00074/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:06 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00071/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:07 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00066/00066/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:08 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00075/00075/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:09 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179119/179119, MPS (in/new/out): 00081/00082/00002, Tips (non-/semi-lazy): 101/0
May 19 10:06:09 iota hornet[14130]: 2021-05-19T10:06:09+02:00        INFO        Tangle        Valid milestone detected! Index: 179120
May 19 10:06:09 iota hornet[14130]: 2021-05-19T10:06:09+02:00        INFO        Tangle        Run solidity check for Milestone (179120)...
May 19 10:06:09 iota hornet[14130]: 2021-05-19T10:06:09+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:06:10 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00081/00082/00002, Tips (non-/semi-lazy): 98/0
May 19 10:06:10 iota hornet[14130]: 2021-05-19T10:06:10+02:00        INFO        Tangle        Milestone confirmed (179120): txsReferenced: 713, txsValue: 0, txsZeroValue: 713, txsConflicting: 0, collect: 169ms, total: 1.115s
May 19 10:06:10 iota hornet[14130]: 2021-05-19T10:06:10+02:00        INFO        Tangle        New confirmed milestone: 179120, 81.10 MPS, 71.30 RMPS, 87.92% ref.rate
May 19 10:06:11 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00082/00078/00005, Tips (non-/semi-lazy): 100/0
May 19 10:06:12 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00082/00078/00005, Tips (non-/semi-lazy): 100/0
May 19 10:06:13 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00067/00066/00000, Tips (non-/semi-lazy): 101/0
May 19 10:06:14 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00058/00059/00000, Tips (non-/semi-lazy): 97/0
May 19 10:06:15 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00058/00059/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:16 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00074/00074/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:17 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00075/00076/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:18 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00077/00078/00000, Tips (non-/semi-lazy): 93/0
May 19 10:06:19 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179120/179120, MPS (in/new/out): 00079/00080/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:19 iota hornet[14130]: 2021-05-19T10:06:19+02:00        INFO        Tangle        Valid milestone detected! Index: 179121
May 19 10:06:19 iota hornet[14130]: 2021-05-19T10:06:19+02:00        INFO        Tangle        Run solidity check for Milestone (179121)...
May 19 10:06:19 iota hornet[14130]: 2021-05-19T10:06:19+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:06:20 iota hornet[14130]: 2021-05-19T10:06:20+02:00        INFO        Tangle        Milestone confirmed (179121): txsReferenced: 738, txsValue: 0, txsZeroValue: 738, txsConflicting: 0, collect: 43ms, total: 201ms
May 19 10:06:20 iota hornet[14130]: 2021-05-19T10:06:20+02:00        INFO        Tangle        New confirmed milestone: 179121, 67.20 MPS, 73.80 RMPS, 109.82% ref.rate
May 19 10:06:20 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00075/00076/00002, Tips (non-/semi-lazy): 97/0
May 19 10:06:21 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00075/00076/00002, Tips (non-/semi-lazy): 93/0
May 19 10:06:22 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00071/00070/00000, Tips (non-/semi-lazy): 95/0
May 19 10:06:23 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00070/00071/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:24 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00079/00079/00000, Tips (non-/semi-lazy): 102/0
May 19 10:06:25 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00066/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:26 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00058/00058/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:27 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00065/00065/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:28 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00061/00061/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:29 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179121/179121, MPS (in/new/out): 00067/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:29 iota hornet[14130]: 2021-05-19T10:06:29+02:00        INFO        Tangle        Valid milestone detected! Index: 179122
May 19 10:06:29 iota hornet[14130]: 2021-05-19T10:06:29+02:00        INFO        Tangle        Run solidity check for Milestone (179122)...
May 19 10:06:29 iota hornet[14130]: 2021-05-19T10:06:29+02:00        INFO        Tangle        Solidifier finished: msgs: 1, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:06:29 iota hornet[14130]: 2021-05-19T10:06:29+02:00        INFO        Tangle        Milestone confirmed (179122): txsReferenced: 671, txsValue: 0, txsZeroValue: 671, txsConflicting: 0, collect: 14ms, total: 125ms
May 19 10:06:29 iota hornet[14130]: 2021-05-19T10:06:29+02:00        INFO        Tangle        New confirmed milestone: 179122, 65.40 MPS, 67.10 RMPS, 102.60% ref.rate
May 19 10:06:30 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00069/00069/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:31 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00073/00073/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:32 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:33 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00068/00068/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:34 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00070/00069/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:35 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00067/00067/00000, Tips (non-/semi-lazy): 100/0
May 19 10:06:36 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00067/00067/00000, Tips (non-/semi-lazy): 101/0
May 19 10:06:37 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00066/00067/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:38 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179122, MPS (in/new/out): 00064/00065/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:39 iota hornet[14130]: 2021-05-19T10:06:39+02:00        INFO        Tangle        Valid milestone detected! Index: 179123
May 19 10:06:39 iota hornet[14130]: 2021-05-19T10:06:39+02:00        INFO        Tangle        Run solidity check for Milestone (179123)...
May 19 10:06:39 iota hornet[14130]: 2021-05-19T10:06:39+02:00        INFO        Tangle        Solidifier finished: msgs: 0, collect: 0s, solidity 0s, propagation: 0s, total: 0s
May 19 10:06:39 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179122/179123, MPS (in/new/out): 00064/00065/00002, Tips (non-/semi-lazy): 100/0
May 19 10:06:39 iota hornet[14130]: 2021-05-19T10:06:39+02:00        INFO        Tangle        Milestone confirmed (179123): txsReferenced: 695, txsValue: 0, txsZeroValue: 695, txsConflicting: 0, collect: 327ms, total: 557ms
May 19 10:06:39 iota hornet[14130]: 2021-05-19T10:06:39+02:00        INFO        Tangle        New confirmed milestone: 179123, 68.30 MPS, 69.50 RMPS, 101.76% ref.rate
May 19 10:06:40 iota hornet[14130]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, CMI/LMI: 179123/179123, MPS (in/new/out): 00067/00068/00000, Tips (non-/semi-lazy): 100/0

image

ChristopherWalz commented 3 years ago

The problems seems to have been disappeared after upgrading from Hetzner CX11 to CPX11

kaktus2 commented 3 years ago

I have the same problem with a node neighbor that uses a dynamic DNS, after I edit my node neighbor and confirm with OK it is connected again properly. Maybe it is a problem with an IP change that is not recognized by the my hornet node? How often the dyndns addresses from my neighbors get resolved to update the IP addresses?

muXxer commented 2 years ago

@ChristopherWalz @kaktus2 we did some peering related fixes in the 1.2.0.

Could you try again and then close the issue?

luca-moser commented 2 years ago

Closed due inactivity.