  INFO [Properties.<init>]                           VERSION: 1.4.3
  INFO [Properties.<init>]                           Classpath: data.jar
  INFO [Properties.<init>]                           Java VM: 11.0.28+6-LTS
  INFO [Properties.<init>]                           Java Runtime: 11.0.28+6-LTS
  INFO [Properties.<init>]                           OS: Windows 11 10.0 amd64
  INFO [Properties.<init>]                           Java Library Path: lib
  INFO [Properties.<init>]                           Max Memory: 268435456
  INFO [Properties.<init>]                           Avaialble Processors: 12
  INFO [PropertiesBase.readFromFile]                 Reading Settings from file settings.txt
  INFO [Updater.updateLauncher]                      launcher pid killed :21720, true
  INFO [SubstanceLoader.initLookAndFeel]             Window Skin: Default
  INFO [Main.main]                                   lpSolve: 5.5 Release 0 Build 14
  INFO [SoundPlayer.initialize]                      Initializing Sound System
  INFO [SlickLogSystem.info]                         Initialising sounds..
  INFO [SlickLogSystem.info]                         - Sound works
  INFO [SlickLogSystem.info]                         - 64 OpenAL source available
  INFO [SlickLogSystem.info]                         - Sounds source generated
  INFO [MasterClient.setServerAddress]               MasterClient: Address http://www.planetmule.com/server
  INFO [MasterClient.logSend]                        MasterClient: Sending Login
  INFO [MasterClient.apply]                          MasterClient: Session ID: a63d7d2400a3b118b35b1febb6e2b6b9
  INFO [Login$MasterListener$1.run]                  Logged in as "gohar" (id 15256)
++++++++ END OF INITIALIZATION +++++++++++++++++++++++++++++++++++++++++++
  INFO [MetaFrame.<init>]                            Creating Meta Frame
  INFO [MapSkinParser.findSkins]                     No extra skins found
  INFO [MasterClient.logSend]                        MasterClient: Sending Enter Lobby
  INFO [Login.dispose]                               Disposing login
  INFO [Updater.updateLauncher]                      launcher pid killed :21720, false
  INFO [Main.main]                                   Creating game container
  INFO [MuleGameContainer.<init>]                    LWJGL Version: 2.9.2
  INFO [MuleGameContainer.<init>]                    Desktop Display Mode: 1920 x 1080 x 32 @60Hz
  INFO [MuleGameContainer.<init>]                    Current Display Mode: 1920 x 1080 x 32 @60Hz
  INFO [MuleGameContainer.<init>]                    Display Adapter: <>
  INFO [MuleGameContainer.<init>]                    Display Driver: null
  INFO [MuleGameContainer.setVSync]                  Setting vsync: true
  INFO [MuleGameContainer.<init>]                    Setting pixel format
  INFO [MuleGameContainer$1.run]                     Pixel format: Samples=0 Alpha=0 Depth=8 Stencil=0
  INFO [MuleGameContainer.<init>]                    GL Vendor: Intel
  INFO [MuleGameContainer.<init>]                    GL Renderer: Intel(R) Iris(R) Xe Graphics
  INFO [MuleGameContainer.<init>]                    GL Version: 4.6.0 - Build 32.0.101.5542
  INFO [MuleGameContainer.<init>]                    GL Max Texture Size: null
  INFO [SlickLogSystem.info]                         Use Java PNG Loader = true
  INFO [MuleGameContainer.<init>]                    Display finished
  INFO [Main.main]                                   Entering game loop
  INFO [MetaFrame$MasterListener$1.run]              Entered master server game lobby
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketTimeoutException: Read timed out
	 at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	 at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	 at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	 at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
	 at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
	 at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:789)
	 at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:724)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1659)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1556)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1554)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1553)
	 at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:504)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  INFO [LobbyChat.addLobbyMessages]                  Lobby Chat (856171) Cyber Ranger: Gohar - we can play, as long as you are able to set-aside all other topics - except M.U.L.E. ...
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  INFO [LobbyChat.addLobbyMessages]                  Lobby Chat (856172) Cyber Ranger: G - I truly love playing you, just not the religious rhetoric...
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby com.turborilla.mule.network.MasterResponseException: [/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()

Response:
error="[/var/www/planetmule.com/server/inc/begin.php 107] mysql_connect(): Too many connections
Stack trace:
#0 /var/www/planetmule.com/server/inc/begin.php(107): mysql_connect()
#1 /var/www/planetmule.com/server/refresh_lobby.php(3): require_once()
"
Too many connections

	 at com.turborilla.mule.network.MasterResponse.read(MasterResponse.java:74)
	 at com.turborilla.mule.network.MasterResponse$RefreshLobby.read(MasterResponse.java:350)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:526)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketTimeoutException: Read timed out
	 at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	 at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	 at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	 at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
	 at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
	 at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:789)
	 at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:724)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1659)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1556)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1554)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1553)
	 at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:504)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.ConnectException: Connection timed out: connect
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.ConnectException: Connection timed out: connect
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.ConnectException: Connection timed out: connect
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.ConnectException: Connection timed out: connect
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.ConnectException: Connection timed out: connect
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.SocketException: Software caused connection abort: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         RefreshLobby java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  SEVERE [MasterClient.send]                         Alive java.net.NoRouteToHostException: No route to host: connect
	 at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
	 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	 at java.base/java.net.Socket.connect(Socket.java:615)
	 at java.base/java.net.Socket.connect(Socket.java:563)
	 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
	 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:604)
	 at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:279)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:376)
	 at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:397)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1275)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1209)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1093)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1091)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1090)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1037)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1410)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1377)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1375)
	 at java.base/java.security.AccessController.doPrivileged(Native Method)
	 at java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:795)
	 at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1374)
	 at com.turborilla.mule.network.MasterClient.send(MasterClient.java:493)
	 at com.turborilla.mule.network.MasterClient$MasterCommunicator.run(MasterClient.java:441)
	 at java.base/java.lang.Thread.run(Thread.java:829)
  INFO [MetaFrame.startGame]                         Starting game number 0
  INFO [MetaFrame.startGame]                         Entering Game - ID: 0, Name: Mulebotlives_1.4.3, Address: 47.27.234.185, Is Host: false
  INFO [MuleGameContainer.init]                      *** Starting Game ***
  INFO [MuleGameContainer.init]                      Display: Created=true Active=true Visible=true
  INFO [MuleGameContainer.init]                      Making display the current GL context
  INFO [View.<init>]                                 Creating view...
  INFO [View.<init>]                                 Finished creating view
  INFO [Client.connect]                              Client connects...
  INFO [Client.connectUDP]                           Client UDP connects...
  INFO [Client.connectUDP]                           Client receive UDP address: 0.0.0.0/0.0.0.0:6261
  INFO [Client.connectUDP]                           Client: send UDP address: /47.27.234.185:6260
  INFO [Client.connectTCP]                           Client TCP connects...
  INFO [Client.connectTCP]                           Client: Connects TCP: /47.27.234.185:6260
  INFO [Client.connectTCP]                           Client: TCP receive buffer: 65536 send buffer: 65536
  INFO [GameController.setModel]                     ++++++++ New Model: CONNECT #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [Client.finishConnect]                        Client finishes connection
  INFO [ConnectPhase.update]                         my User Number: 11
  INFO [ConnectPhase.update]                         connection token: 005527d3bdfbd21eb860fc7d0f18ad3ebaf523eb52450997d3d8fa80f4fe0ff9
  INFO [ConnectPhase.sendRejoin]                     Attempt reconnect join: sent request for user 11
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: ReconnectRejected (0) 16 bytes
  INFO [UserController.apply]                        My client id is 9754ef18-2945-4fd6-8e0c-4f58a87e3918
  INFO [ConnectPhase.sendJoin]                       Attempt join: sent request for user...
  INFO [Client.initUDP]                              Sending UDP initialization message id 9754ef18-2945-4fd6-8e0c-4f58a87e3918
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: Join (12) 37 bytes
  INFO [Client.receiveTCPMessages]                   Client: Increasing TCP recieve buffer for GameModel (0) 7349 bytes
  INFO [Client.receiveTCPMessages]                   Client: GameModel (0) 7349 bytes
  INFO [Client.receiveTCPMessages]                   Client: ReconnectInfo (0) 120 bytes
  INFO [UserController.apply]                        My client id is 9754ef18-2945-4fd6-8e0c-4f58a87e3918
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [GameModel.setMyUser]                         (S12)Gohar is my user
  INFO [GameModel.setLocalUser]                      (S12)Gohar is a local Spectator
  INFO [GameModel.setRemoteUser]                     (S10)CCMuleBot01 is a remote Spectator
  INFO [GameModel.setRemoteUser]                     (S11)FluffyFiend is a remote Spectator
  INFO [GameModel.setMyUser]                         (S12)Gohar is my user
  INFO [GameModel.setLocalUser]                      (S12)Gohar is a local Spectator
  INFO [GameController.setModel]                     ++++++++ New Model: GAME_LOBBY #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S10)CCMuleBot01 (ID: 27633)
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S11)FluffyFiend (ID: 103178)
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S12)Gohar (ID: 15256)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S10)CCMuleBot01 (ID 27633)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S11)FluffyFiend (ID 103178)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S12)Gohar (ID 15256)
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (12) 0 bytes
  INFO [UserController.apply]                        (S12)Gohar joins the players
  INFO [Player.<init>]                               Creating (P12)Gohar
  INFO [GameModel.setMyUser]                         (P12)Gohar is my user
  INFO [GameModel.setLocalUser]                      (P12)Gohar is a local Player
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (13) 14 bytes
  INFO [Client.receiveTCPMessages]                   Client: VoteEvents (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [GameController.apply]                        (S11)FluffyFiend chat: server:addai
  INFO [Player.<init>]                               Creating (P13)<A.D.A.M.>
  INFO [UserController.setAiPlayer]                  (P13)<A.D.A.M.> is an AI player
  INFO [GameModel.setRemoteUser]                     (P13)<A.D.A.M.> is a remote Player
  INFO [GameLobbyPhase.apply]                        User 13 voted true
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (11) 0 bytes
  INFO [UserController.apply]                        (S11)FluffyFiend joins the players
  INFO [Player.<init>]                               Creating (P11)FluffyFiend
  INFO [GameModel.setRemoteUser]                     (P11)FluffyFiend is a remote Player
  INFO [GameController.apply]                        (P12)Gohar chat: hey ff
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (14) 14 bytes
  INFO [Client.receiveTCPMessages]                   Client: VoteEvents (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        (P11)FluffyFiend chat: server:addai
  INFO [Player.<init>]                               Creating (P14)<B.I.L.L.>
  INFO [UserController.setAiPlayer]                  (P14)<B.I.L.L.> is an AI player
  INFO [GameModel.setRemoteUser]                     (P14)<B.I.L.L.> is a remote Player
  INFO [GameLobbyPhase.apply]                        User 14 voted true
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [GameController.apply]                        (P11)FluffyFiend chat: need 5 mins
  INFO [GameController.apply]                        (P12)Gohar chat: kk
  INFO [Client.receiveTCPMessages]                   Client: VoteEvents (11) 0 bytes
  INFO [GameLobbyPhase.apply]                        User 11 voted true
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1001
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1001
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1001
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1001
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1001
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: DisableSelectedEvents (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: DisableSelectedEvents (10) 0 bytes
  INFO [GameLobbyPhase.apply]                        Starting Game - All players want to continue
  INFO [GameModel.updatePlayerRankOrder]             Random rank order: (P11)FluffyFiend (P13)<A.D.A.M.> (P12)Gohar (P14)<B.I.L.L.> 
  INFO [PlayerEventGenerator.removeSelectedEvents]   Removed selected events.
  INFO [PlayerEventGenerator.removeSelectedEvents]   Removed selected events.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 865
  INFO [GameController.beginNextPhase]               --------- INTRO #0 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 351 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- SUMMARY #0 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 351 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1238043847384543747
  INFO [GameModel.updatePlayerRankOrder]             Random rank order: (P13)<A.D.A.M.> (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [SummaryPhase2.begin]                         Total Memory: 72351744
  INFO [SummaryPhase2.begin]                         Free Memory: 42263840
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $48
  INFO [SummaryPhase2.begin]                         Shop Smithore: 8 units $50
  INFO [SummaryPhase2.begin]                         Shop Food: 8 units $30
  INFO [SummaryPhase2.begin]                         Shop Energy: 8 units $25
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 4680
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 9
  INFO [GameController.beginNextPhase]               --------- INTRO #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 360 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 360 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 360ms, max 360ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 360ms, max 360ms
  INFO [LandGrantPhase.apply]                        Grace duration 29 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 12 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 12: Mountain3 (3,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 335ms, max 335ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 20 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 20: Mountain2 (2,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 335ms, max 335ms
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 26: Mountain3 (0,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 335ms, max 335ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 30: River (4,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 335ms, max 335ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $160
  INFO [AbstractAuctionController.begin]             Begin auction id 1
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 335ms, max 335ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.44623524 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)Gohar bought the plot for $904
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -713142087812487915
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 1)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,3) with Food factory
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 1448
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $126, max: 47.5, left: 18.539337, fraction 0.39030182
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $126 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2083713750783933624
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 2)
  INFO [Player.useFood]                              (P12)Gohar has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.buyAssay]                          (P12)Gohar got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.buyAssay]                          (P12)Gohar got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Mountain2 (2,2) with Smithore factory
  INFO [GameModel.buyAssay]                          (P12)Gohar got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.gamble]                            (P12)Gohar gambles $59, max: 47.5, left: 7.339097, fraction 0.15450731
  INFO [DevelopmentMessenger.showMessage]            Gohar won $59 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 2044
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7776202415285570616
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 3)
  INFO [Player.useFood]                              (P11)FluffyFiend has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (0,3) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P11)FluffyFiend got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 1667
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $91, max: 47.5, left: 14.779251, fraction 0.31114212
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $91 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1633553517891122832
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 4)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 173. End Update: 172
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain3 (3,1) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 2375
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $51, max: 47.5, left: 0.5191035, fraction 0.010928495
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $51 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SUNSPOT_ACTIVITY
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6796405474014810975
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8048833864284541678
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 2 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 2 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 2 energy and needs 0 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 2 energy and needs 1 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 0 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 4 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 0 food, 4 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 0 food, 0 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 0 energy, 2 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 3 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 0 food, 4 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 0 food, 0 energy, 2 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6754994501007602198
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $50
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-7
  INFO [Shop.printPriceFactor]                       Smithore shop: 8, mules potentially available: 14, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 52%
  INFO [Shop.printPriceFactor]                       Smithore buy price $43 sell price $78
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 2 critical: 0 surplus: 2 money: $80
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $1001
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 0 critical: 0 surplus: 0 money: $1041
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 2 critical: 0 surplus: 2 money: $976
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 2
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.014314145 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $55 (3 units for $166)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2652536445882290998
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $48
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $76 sell price $216
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 0 critical: 0 surplus: 0 money: $168
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $1001
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $918
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 0 critical: 0 surplus: 0 money: $976
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 3
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $76 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4752910049248521922
  INFO [Shop.calcBuySellPrice]                       Current Food price $30
  INFO [Shop.printPriceFactor]                       Food shop: 8, total: 15, needed: 12
  INFO [Shop.printPriceFactor]                       Food is decreased to 85%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 1 critical: 3 surplus: -2 money: $168
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 4 critical: 3 surplus: 1 money: $1001
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 1 critical: 3 surplus: -2 money: $918
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 1 critical: 3 surplus: -2 money: $976
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 4
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.6759381 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $50 (8 units for $400)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3433229915181147651
  INFO [Shop.calcBuySellPrice]                       Current Energy price $25
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 17, needed: 7
  INFO [Shop.printPriceFactor]                       Energy is decreased to 56%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 1 critical: 2 surplus: -1 money: $168
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 1 critical: 2 surplus: -1 money: $1001
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 6 critical: 1 surplus: 5 money: $618
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 1 critical: 2 surplus: -1 money: $876
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.07999484 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.45067927 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $45 (8 units for $360)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6044561526530379841
  INFO [SummaryPhase2.begin]                         Total Memory: 70254592
  INFO [SummaryPhase2.begin]                         Free Memory: 41116864
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $348 Plots: 1 Assets: 1085 Total: 1933
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 7 Energy: 12 Smithore: 2 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $1001 Plots: 1 Assets: 305 Total: 1806
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 4 Energy: 1 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $786 Plots: 1 Assets: 505 Total: 1791
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 3 Energy: 3 Smithore: 2 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $168 Plots: 2 Assets: 205 Total: 1373
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 1 Energy: 1 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 4 mules for 8 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $76
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $55
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $50
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $45
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $110
  INFO [SummaryPhase2.begin]                         Colony total: 6903
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 5
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.apply]                        Grace duration 25 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 1: Mountain3 (1,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 10 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 10: Plain (1,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 19: Plain (3,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 20: Plain (5,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 317ms, max 317ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4993608222518736173
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.06780505
  INFO [PlayerEventPhase.begin]                      Event player: (P11)FluffyFiend (rank 1)
  INFO [PlayerEventPhase.begin]                      Event: GypsyInlaws
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your Space Gypsy inlaws made a mess of the town. It cost you $150 to clean it up
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P11)FluffyFiend has 7 food and needs 3 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend undevelops tile Mountain3 (0,3)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (0,3) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (1,0) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 2084
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $54, max: 47.5, left: 6.359098, fraction 0.13387574
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $54 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7542022314029985378
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7041443
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,2) with Energy factory
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 2012
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $65, max: 47.5, left: 7.7790966, fraction 0.16377045
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $65 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4529574499382756814
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5917041
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 3)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,2) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 1123
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $148, max: 47.5, left: 25.559498, fraction 0.5380947
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $148 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6849976100221505283
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5959721
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 4)
  INFO [Player.useFood]                              (P12)Gohar has 1 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,1) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 1008
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7395001518720250676
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3948309404118972065
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 1 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 1 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 12 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 3 energy and needs 1 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 1 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 5 food, 2 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 2 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 0 food, 2 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 1 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 4 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 1 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 0 food, 0 energy, 5 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3663051985281327367
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $55
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-7
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 10, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 63%
  INFO [Shop.printPriceFactor]                       Smithore buy price $43 sell price $78
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 3 critical: 0 surplus: 3 money: $108
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $1006
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 6 critical: 0 surplus: 6 money: $192
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 7 critical: 0 surplus: 7 money: $874
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 337ms, max 337ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.39240137 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $43 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2995324176497048285
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $76
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $128 sell price $268
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 0 critical: 0 surplus: 0 money: $108
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $1006
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $192
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 0 critical: 0 surplus: 0 money: $874
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $128 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8363750145151675713
  INFO [Shop.calcBuySellPrice]                       Current Food price $50
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 8, needed: 12
  INFO [Shop.printPriceFactor]                       Food is increased to 138%
  INFO [Shop.printPriceFactor]                       Food buy price $54 sell price $89
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 0 critical: 3 surplus: -3 money: $108
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 5 critical: 3 surplus: 2 money: $1006
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 3 critical: 3 surplus: 0 money: $192
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 0 critical: 3 surplus: -3 money: $874
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 337 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.119994834 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 345ms, max 345ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (11) 0 bytes
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.8341852 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $92 (2 units for $185)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 337 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1948886500953457939
  INFO [Shop.calcBuySellPrice]                       Current Energy price $45
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 11, needed: 9
  INFO [Shop.printPriceFactor]                       Energy is decreased to 86%
  INFO [Shop.printPriceFactor]                       Energy buy price $24 sell price $59
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 1 critical: 2 surplus: -1 money: $108
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 0 critical: 2 surplus: -2 money: $1191
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 8 critical: 3 surplus: 5 money: $96
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 2 critical: 2 surplus: 0 money: $785
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.34221315 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $39 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3785871012630037352
  INFO [SummaryPhase2.begin]                         Total Memory: 70254592
  INFO [SummaryPhase2.begin]                         Free Memory: 26375848
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $1191 Plots: 2 Assets: 421 Total: 2612
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 3 Energy: 0 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $785 Plots: 2 Assets: 666 Total: 2451
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 1 Energy: 2 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $96 Plots: 2 Assets: 1108 Total: 2204
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 4 Energy: 8 Smithore: 6 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $108 Plots: 3 Assets: 363 Total: 1971
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 0 Energy: 1 Smithore: 3 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 10 mules
  INFO [Shop.buildMules]                             A mule now costs $80
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $128
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $43
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $92
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $39
  INFO [SummaryPhase2.begin]                         Shop mules: 10 $80
  INFO [SummaryPhase2.begin]                         Colony total: 9238
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 1: Plain (2,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 9 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 9: Plain (2,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 10: River (4,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 34: Mountain3 (8,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6956891252525803704
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9141429
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 1)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 74. End Update: 73
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,3) with Energy factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain3 (8,4) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 2052
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $54, max: 47.5, left: 6.9790974, fraction 0.14692837
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $54 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4740354732533396454
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9690803
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 2)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 1 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain3 (3,1) with Food factory
  INFO [GameModel.sellMule]                          (P14)<B.I.L.L.> sold a mule for $155
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 758
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $50, max: 47.5, left: 4.0064163, fraction 0.08434561
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $50 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8816118012532620624
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.45231897
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 3)
  INFO [Player.useFood]                              (P11)FluffyFiend has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.sellMule]                          (P11)FluffyFiend sold a mule for $80
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (2,0) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 1570
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $95, max: 47.5, left: 16.679295, fraction 0.35114303
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $95 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1342967400297212401
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.37706012
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 4)
  INFO [Player.useFood]                              (P12)Gohar has 0 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.gamble]                            (P12)Gohar gambles $65, max: 47.5, left: 3.900001, fraction 0.08210529
  INFO [DevelopmentMessenger.showMessage]            Gohar won $65 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 55
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SUNSPOT_ACTIVITY
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4186808696999318818
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 587939660291026143
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 1 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 0 energy and needs 0 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 8 energy and needs 3 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 2 energy and needs 1 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 6 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 0 food, 18 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 5 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 1 food, 6 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 6 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 0 food, 20 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 5 food, 0 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 1 food, 7 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1532612332982479579
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $43
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $3
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 8, mules needed: 7
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 91%
  INFO [Shop.printPriceFactor]                       Smithore buy price $53 sell price $88
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 6 critical: 0 surplus: 6 money: $173
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $1190
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 9 critical: 0 surplus: 9 money: $186
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 7 critical: 0 surplus: 7 money: $885
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 12
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 324ms, max 324ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.5166361 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $53 (6 units for $318)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3718480975833517785
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $128
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $108 sell price $248
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 0 critical: 0 surplus: 0 money: $491
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $1190
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $27
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 0 critical: 0 surplus: 0 money: $885
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 13
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $108 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1574386704479843426
  INFO [Shop.calcBuySellPrice]                       Current Food price $92
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 7, needed: 12
  INFO [Shop.printPriceFactor]                       Food is increased to 154%
  INFO [Shop.printPriceFactor]                       Food buy price $126 sell price $161
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 0 critical: 3 surplus: -3 money: $491
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 0 critical: 3 surplus: -3 money: $1190
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 6 critical: 3 surplus: 3 money: $27
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 1 critical: 3 surplus: -2 money: $885
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 14
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 362
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.28302336 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $161 (3 units for $484)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6688168150412897682
  INFO [Shop.calcBuySellPrice]                       Current Energy price $39
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 38, needed: 9
  INFO [Shop.printPriceFactor]                       Energy is decreased to 43%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 6 critical: 2 surplus: 4 money: $329
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 20 critical: 1 surplus: 19 money: $1190
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 4 critical: 4 surplus: 0 money: $511
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 8 critical: 2 surplus: 6 money: $563
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 15
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.42122847 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $25 (5 units for $50)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3113276190090357265
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 26259880
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $461 Plots: 3 Assets: 1574 Total: 3535
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 3 Energy: 9 Smithore: 12 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $1190 Plots: 3 Assets: 755 Total: 3445
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 0 Energy: 20 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $613 Plots: 3 Assets: 1074 Total: 3187
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 3 Energy: 3 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $329 Plots: 4 Assets: 506 Total: 2835
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 1 Energy: 6 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 1 mules for 2 smithore and now has 9 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $108
  INFO [SummaryPhase2.begin]                         Shop Smithore: 1 units $53
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $161
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $25
  INFO [SummaryPhase2.begin]                         Shop mules: 9 $100
  INFO [SummaryPhase2.begin]                         Colony total: 13002
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 1: Plain (3,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 2: River (4,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 13 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 13: Plain (1,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 324ms, max 324ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 27: River (4,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5150300055633961353
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.038582325
  INFO [PlayerEventPhase.begin]                      Event player: (P11)FluffyFiend (rank 1)
  INFO [PlayerEventPhase.begin]                      Event: MischievousElves
  INFO [PlayerEventPhase$1.finished]                 Event Message: Mischievous Glac-Elves broke into your storage shed and stole half your food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Player.useFood]                              (P11)FluffyFiend has 1 food and needs 3 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (1,0) with Smithore factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (3,0) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 851
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $108, max: 47.5, left: 2.146418, fraction 0.04518775
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $108 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8782095346067822978
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6917324
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 0 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 60
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $108, max: 47.5, left: 3.8000011, fraction 0.08000002
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $108 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7376998654036336023
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.79077196
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 3)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 244. End Update: 243
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile River (4,0) with Food factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile River (4,1) with Food factory
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> caught the Mountain Wampus and got $200
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 2281
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $106, max: 47.5, left: 2.3991017, fraction 0.050507404
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $106 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4367694050816807336
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.58207947
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 4)
  INFO [Player.useFood]                              (P12)Gohar has 1 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,2) with Food factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 987
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8146774372741171857
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 6 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 20 energy and needs 0 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 9 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 3 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 2 food, 3 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 0 food, 9 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 6 food, 0 energy, 8 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 15 food, 3 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 2 food, 1 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 0 food, 9 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 9 food, 0 energy, 6 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 15 food, 3 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PIRATE_SHIP
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1227770665644036835
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1982974245327585230
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $53
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-8
  INFO [Shop.printPriceFactor]                       Smithore shop: 1, mules potentially available: 5, mules needed: 7
  INFO [Shop.printPriceFactor]                       Smithore is increased to 130%
  INFO [Shop.printPriceFactor]                       Smithore buy price $61 sell price $96
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 3 critical: 0 surplus: 3 money: $404
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $1298
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 18 critical: 0 surplus: 18 money: $394
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 7 critical: 0 surplus: 7 money: $669
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 17
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.51289916 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $61 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3856346393942084896
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $108
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $80 sell price $220
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 0 critical: 0 surplus: 0 money: $404
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $1298
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $394
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 0 critical: 0 surplus: 0 money: $669
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 18
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $80 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6570189078972239616
  INFO [Shop.calcBuySellPrice]                       Current Food price $161
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 26, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 71%
  INFO [Shop.printPriceFactor]                       Food buy price $100 sell price $135
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 2 critical: 4 surplus: -2 money: $404
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 0 critical: 4 surplus: -4 money: $1298
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 9 critical: 4 surplus: 5 money: $394
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 15 critical: 4 surplus: 11 money: $669
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 19
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.32753116 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $112 (11 units for $1242)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4166478266298217995
  INFO [Shop.calcBuySellPrice]                       Current Energy price $25
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 35, needed: 13
  INFO [Shop.printPriceFactor]                       Energy is decreased to 53%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 4 critical: 3 surplus: 1 money: $202
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 24 critical: 1 surplus: 23 money: $758
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 4 critical: 5 surplus: -1 money: $894
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 3 critical: 4 surplus: -1 money: $1411
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 20
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.36504993 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $45 (3 units for $135)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6701863191521191503
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 31102088
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $1321 Plots: 4 Assets: 1925 Total: 5246
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 9 Energy: 5 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $849 Plots: 4 Assets: 2111 Total: 4960
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 4 Energy: 5 Smithore: 18 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $893 Plots: 4 Assets: 1648 Total: 4541
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 4 Energy: 21 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $202 Plots: 5 Assets: 1066 Total: 3768
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 4 Energy: 4 Smithore: 3 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 5 mules
  INFO [Shop.buildMules]                             A mule now costs $120
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $80
  INFO [SummaryPhase2.begin]                         Shop Smithore: 1 units $61
  INFO [SummaryPhase2.begin]                         Shop Food: 5 units $112
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $45
  INFO [SummaryPhase2.begin]                         Shop mules: 5 $120
  INFO [SummaryPhase2.begin]                         Colony total: 18515
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [Development.setPlayerOrder]                  Reverse development order. 5 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 6: Plain (5,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 15 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 15: Plain (2,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 16: Plain (3,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 17: Plain (5,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8102752605616606339
  INFO [Development.setPlayerOrder]                  Reverse development order. 5 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.52851546
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 4)
  INFO [Player.useFood]                              (P12)Gohar has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.060002293 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,1) with Smithore factory
  INFO [GameModel.developLand]                       (P12)Gohar undevelops tile Plain (2,1)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,2) with Smithore factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,3) with Food factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,1) with Smithore factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,3) with Energy factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,1) with Food factory
  INFO [GameModel.gamble]                            (P12)Gohar gambles $118, max: 47.5, left: 6.6390977, fraction 0.13977048
  INFO [DevelopmentMessenger.showMessage]            Gohar won $118 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 2068
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4603781069648303263
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.46836102
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 3)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,3) with Food factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,2) with Smithore factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain3 (8,4) with Smithore factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,4) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 2375
  INFO [Mule.runAway]                                Mule runs away for (P13)<A.D.A.M.>
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8977432226206287800
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.36980057
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 2)
  INFO [Player.useFood]                              (P11)FluffyFiend has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (5,3) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 1085
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $195, max: 47.5, left: 28.73957, fraction 0.6050436
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $195 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 141544450899694166
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6868418
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 1)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 9 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> undevelops tile Mountain3 (3,1)
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,1) with Food factory
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 772
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $209, max: 47.5, left: 32.059647, fraction 0.67493993
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $209 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6012098223160195736
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 4 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 21 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 5 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 5 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 2 food, 3 energy, 11 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 10 food, 0 energy, 5 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 6 food, 3 energy, 8 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 16 food, 3 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 4 food, 5 energy, 11 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 11 food, 0 energy, 7 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 4 food, 3 energy, 6 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 19 food, 4 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: FIRE_IN_STORE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4502158828397975870
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7561423407406578313
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $61
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-3
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 0, mules needed: 7
  INFO [Shop.printPriceFactor]                       Smithore is increased to 250%
  INFO [Shop.printPriceFactor]                       Smithore buy price $150 sell price $185
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 14 critical: 0 surplus: 14 money: $130
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 7 critical: 0 surplus: 7 money: $528
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 24 critical: 0 surplus: 24 money: $1074
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 7 critical: 0 surplus: 7 money: $1530
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 22
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 317ms, max 317ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.42322788 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $150 (52 units for $7800)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2544620592872271918
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $80
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $92 sell price $232
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 0 critical: 0 surplus: 0 money: $2230
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $1578
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $4674
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 0 critical: 0 surplus: 0 money: $2580
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 23
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $92 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7245436959769613915
  INFO [Shop.calcBuySellPrice]                       Current Food price $112
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 41, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 54%
  INFO [Shop.printPriceFactor]                       Food buy price $46 sell price $81
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 4 critical: 4 surplus: 0 money: $2230
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 11 critical: 4 surplus: 7 money: $1578
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 4 critical: 4 surplus: 0 money: $4674
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 22 critical: 4 surplus: 18 money: $2580
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 24
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.07999484 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.8557429 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $81 (2 units for $162)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6053222592873276094
  INFO [Shop.calcBuySellPrice]                       Current Energy price $45
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 28, needed: 19
  INFO [Shop.printPriceFactor]                       Energy is decreased to 76%
  INFO [Shop.printPriceFactor]                       Energy buy price $19 sell price $54
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 5 critical: 5 surplus: 0 money: $2149
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 13 critical: 5 surplus: 8 money: $1740
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 4 critical: 5 surplus: -1 money: $4593
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 6 critical: 4 surplus: 2 money: $2580
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 25
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 327ms, max 327ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.68173754 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $64 (9 units for $578)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6460962325883551717
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 48856624
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $4321 Plots: 5 Assets: 1150 Total: 7971
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 5 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $2634 Plots: 5 Assets: 2367 Total: 7501
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 22 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $1843 Plots: 6 Assets: 1712 Total: 6555
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 5 Energy: 13 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $2264 Plots: 5 Assets: 1389 Total: 6153
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 9 Energy: 5 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 14 mules for 28 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $300
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $92
  INFO [SummaryPhase2.begin]                         Shop Smithore: 24 units $150
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $81
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $64
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $300
  INFO [SummaryPhase2.begin]                         Colony total: 28180
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 10: Mountain2 (6,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 14 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 14: Mountain1 (6,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 19: Mountain1 (3,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 20: Plain (5,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $844
  INFO [AbstractAuctionController.begin]             Begin auction id 26
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.2538821 (owner 10)
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P11)FluffyFiend bought the plot for $1844
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3525015885840645253
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.3449673
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 1)
  INFO [Player.useFood]                              (P11)FluffyFiend has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (5,4) with Energy factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (6,4) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 1457
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $162, max: 47.5, left: 18.899345, fraction 0.39788094
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $162 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3884374107330401440
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.640173
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 2)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 22 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,1) with Energy factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,2) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain3 (3,1) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain2 (6,2) with Smithore factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 2140
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $112, max: 47.5, left: 4.6990995, fraction 0.098928414
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $112 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5896995224891468890
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.2724957
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Gohar (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: MuseumBoughtComputer
  INFO [PlayerEventPhase$1.finished]                 Event Message: The museum bought your antique personal computer for $400
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P12)Gohar has 5 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Mountain1 (6,3) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P12)Gohar undevelops tile Plain (2,1)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,1) with Energy factory
  INFO [GameModel.gamble]                            (P12)Gohar gambles $124, max: 47.5, left: 7.419097, fraction 0.15619151
  INFO [DevelopmentMessenger.showMessage]            Gohar won $124 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 2452
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 337 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4781842409338461784
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.23845613
  INFO [PlayerEventPhase.begin]                      Event player: (P13)<A.D.A.M.> (rank 4)
  INFO [PlayerEventPhase.begin]                      Event: HomeWorldPackage
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: You just received a package from your home-world relatives containing 3 food and 2 energy units
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 12 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,2) with Crystite factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 522. End Update: 521
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,4) with Energy factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,3) with Crystite factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1875. End Update: 1874
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain1 (3,4) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 2165
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $100, max: 47.5, left: 4.1991, fraction 0.08840211
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $100 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7836809345707711490
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7543419482114716624
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 13 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 7 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 5 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 5 energy and needs 5 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 4 energy, 11 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 5 food, 1 energy, 4 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 8 food, 12 energy, 8 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 12 food, 2 energy, 13 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 3 energy, 10 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 5 food, 1 energy, 5 smithore, 10 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 7 food, 13 energy, 8 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 12 food, 4 energy, 11 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6931400527820578967
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $150
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-14
  INFO [Shop.printPriceFactor]                       Smithore shop: 24, mules potentially available: 19, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 45%
  INFO [Shop.printPriceFactor]                       Smithore buy price $53 sell price $88
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 10 critical: 0 surplus: 10 money: $2142
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 5 critical: 0 surplus: 5 money: $1514
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 8 critical: 0 surplus: 8 money: $2139
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 11 critical: 0 surplus: 11 money: $1946
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 27
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.5549846 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $53 (18 units for $954)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -670952701095446522
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $92
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $76 sell price $216
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 3 critical: 0 surplus: 3 money: $2672
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 10 critical: 0 surplus: 10 money: $1514
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $2563
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 0 critical: 0 surplus: 0 money: $1946
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 28
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.6776251 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $76 (3 units for $228)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -144417813259717126
  INFO [Shop.calcBuySellPrice]                       Current Food price $81
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 39, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 56%
  INFO [Shop.printPriceFactor]                       Food buy price $30 sell price $65
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 1 critical: 4 surplus: -3 money: $2900
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 9 critical: 4 surplus: 5 money: $1514
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 8 critical: 4 surplus: 4 money: $2563
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 21 critical: 4 surplus: 17 money: $1946
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 29
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.283247 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $30 (25 units for $767)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8405677169135827862
  INFO [Shop.calcBuySellPrice]                       Current Energy price $64
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 31, needed: 22
  INFO [Shop.printPriceFactor]                       Energy is decreased to 78%
  INFO [Shop.printPriceFactor]                       Energy buy price $35 sell price $70
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 10 critical: 5 surplus: 5 money: $2733
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 3 critical: 6 surplus: -3 money: $1664
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 14 critical: 5 surplus: 9 money: $2683
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 4 critical: 6 surplus: -2 money: $2443
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 30
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P11)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.7765535 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $51 (14 units for $721)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5039219076230695757
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 46186616
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $3139 Plots: 7 Assets: 970 Total: 7609
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 4 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $2998 Plots: 7 Assets: 1070 Total: 7568
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 6 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $2284 Plots: 6 Assets: 1625 Total: 6909
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 5 Energy: 7 Smithore: 11 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $1102 Plots: 6 Assets: 2519 Total: 6621
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 4 Energy: 14 Smithore: 5 Crystite: 10
  INFO [Shop.buildMules]                             Shop built 7 mules for 14 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $76
  INFO [SummaryPhase2.begin]                         Shop Smithore: 28 units $53
  INFO [SummaryPhase2.begin]                         Shop Food: 20 units $30
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $51
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 28707
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.apply]                        Grace duration 25 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 6: Plain (6,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 10: Plain (7,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 13 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 13: Plain (7,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 17: Plain (7,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1784
  INFO [AbstractAuctionController.begin]             Begin auction id 31
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 326ms, max 326ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.16514601 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P11)FluffyFiend bought the plot for $3060
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #2
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $3000
  INFO [AbstractAuctionController.begin]             Begin auction id 32
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.576576 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5911628365077424718
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9979917
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 1)
  INFO [Player.useFood]                              (P11)FluffyFiend has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (5,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (7,4) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 1782
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $136, max: 47.5, left: 12.379196, fraction 0.26061466
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $136 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2158301617810147103
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.08233905
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Gohar (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: DirtySolarCollectors
  INFO [PlayerEventPhase$1.finished]                 Event Message: The Solar Collectors on your energy M.U.L.E.s are dirty. Cleaning cost you $100 each for a total of $200
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P12)Gohar has 6 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (7,3) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,4) with Energy factory
  INFO [GameModel.gamble]                            (P12)Gohar gambles $106, max: 47.5, left: 1.4791026, fraction 0.031139003
  INFO [DevelopmentMessenger.showMessage]            Gohar won $106 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 2406
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 283010103073393410
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.41707307
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 3)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 326 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile River (4,1) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1368. End Update: 1367
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,2) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain2 (6,2) with Crystite factory
  INFO [GameModel.sellMule]                          (P14)<B.I.L.L.> sold a mule for $175
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 2208
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $104, max: 47.5, left: 3.3391008, fraction 0.07029686
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $104 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4818587580664109875
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.2407158
  INFO [PlayerEventPhase.begin]                      Event player: (P13)<A.D.A.M.> (rank 4)
  INFO [PlayerEventPhase.begin]                      Event: AgricultureAward
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: The colony council for agriculture awarded you $100 for each food plot you have developed. The total grant is $100
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 4 food and needs 4 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,4) with Food factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (6,1) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 1112
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $121, max: 47.5, left: 25.259491, fraction 0.53177875
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $121 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6297020503986600681
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 5 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 14 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 5 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 7 energy and needs 4 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 12 energy, 11 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 10 food, 0 energy, 4 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 6 food, 15 energy, 8 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 4 food, 7 energy, 4 smithore, 5 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 10 energy, 10 smithore, 6 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 12 food, 0 energy, 4 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 7 food, 19 energy, 9 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 4 food, 7 energy, 3 smithore, 3 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PEST_ATTACK
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3829125217855480441
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4957255350002550134
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $53
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-10
  INFO [Shop.printPriceFactor]                       Smithore shop: 28, mules potentially available: 24, mules needed: 6
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $40 sell price $75
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 10 critical: 0 surplus: 10 money: $2754
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 9 critical: 0 surplus: 9 money: $1148
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 9 critical: 0 surplus: 9 money: $215
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 14 critical: 0 surplus: 14 money: $2313
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 33
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.13999483 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.8134683 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $40 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8688244469786546381
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $76
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $116 sell price $256
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 6 critical: 0 surplus: 6 money: $2754
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 21 critical: 0 surplus: 21 money: $1148
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 3 critical: 0 surplus: 3 money: $215
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 3 critical: 0 surplus: 3 money: $2313
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 34
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.43106967 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $116 (33 units for $3828)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 851984885203010675
  INFO [Shop.calcBuySellPrice]                       Current Food price $30
  INFO [Shop.printPriceFactor]                       Food shop: 20, total: 41, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 54%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 1 critical: 4 surplus: -3 money: $3450
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 12 critical: 4 surplus: 8 money: $3584
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 3 critical: 4 surplus: -1 money: $563
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 5 critical: 4 surplus: 1 money: $2661
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 35
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.24430376 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $49 (8 units for $397)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 531626964513757225
  INFO [Shop.calcBuySellPrice]                       Current Energy price $51
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 45, needed: 25
  INFO [Shop.printPriceFactor]                       Energy is decreased to 67%
  INFO [Shop.printPriceFactor]                       Energy buy price $19 sell price $54
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 10 critical: 6 surplus: 4 money: $3153
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 6 critical: 8 surplus: -2 money: $3684
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 19 critical: 6 surplus: 13 money: $463
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 10 critical: 5 surplus: 5 money: $2708
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 36
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.97292745 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $54 (4 units for $216)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1446728429810983516
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 39919584
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $3099 Plots: 8 Assets: 2192 Total: 9291
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 7 Energy: 11 Smithore: 10 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $3522 Plots: 7 Assets: 2106 Total: 9128
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 10 Energy: 9 Smithore: 9 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $2924 Plots: 7 Assets: 1690 Total: 8114
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 4 Energy: 6 Smithore: 14 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $463 Plots: 9 Assets: 2361 Total: 7324
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 5 Energy: 19 Smithore: 9 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 4 mules for 8 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $80
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $116
  INFO [SummaryPhase2.begin]                         Shop Smithore: 20 units $40
  INFO [SummaryPhase2.begin]                         Shop Food: 15 units $49
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $54
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $80
  INFO [SummaryPhase2.begin]                         Colony total: 33857
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 2: Plain (6,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 5 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 5: Plain (0,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 6: Mountain1 (7,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 12: Plain (1,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [AbstractLandAuctionPhase.begin]              Player Land Auctions: 1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $2244
  INFO [AbstractAuctionController.begin]             Begin auction id 37
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.3217741 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1112
  INFO [AbstractAuctionController.begin]             Begin auction id 38
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -2.0402129 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)Gohar bought the plot for $1112
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6246591461173925272
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7303425
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 1)
  INFO [Player.useFood]                              (P12)Gohar has 7 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (8,0) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $300
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,1) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,2) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,1) with Crystite factory
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 2408
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2575674066474618104
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.961006
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 10 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found High amounts of Crystite
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (6,1) with Energy factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,4) with Energy factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (6,0) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 2049
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $154, max: 47.5, left: 6.519098, fraction 0.13724416
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $154 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3548345950529417640
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.46871203
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 3)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain1 (7,1) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (7,2) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> caught the Mountain Wampus and got $300
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 1764
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $187, max: 47.5, left: 12.739204, fraction 0.26819378
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $187 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8884576522435848916
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.21491784
  INFO [PlayerEventPhase.begin]                      Event player: (P11)FluffyFiend (rank 4)
  INFO [PlayerEventPhase.begin]                      Event: BestBuiltMule
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your M.U.L.E. was judged "Best Built" at the colony fair. You won $150
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Player.useFood]                              (P11)FluffyFiend has 5 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (5,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (2,4) with Energy factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (6,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (1,4) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $300
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 2327
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $153, max: 47.5, left: 1.4791026, fraction 0.031139003
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $153 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3431469072369350635
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5953483055422239992
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 11 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 9 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 19 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 6 energy and needs 6 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 9 energy, 3 smithore, 27 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 5 food, 9 energy, 4 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 14 food, 11 energy, 8 smithore, 12 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 8 food, 5 energy, 6 smithore, 10 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 8 energy, 4 smithore, 24 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 4 food, 11 energy, 4 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 14 food, 9 energy, 11 smithore, 15 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 7 food, 6 energy, 4 smithore, 9 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4505319785761529492
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $40
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $5
  INFO [Shop.printPriceFactor]                       Smithore shop: 20, mules potentially available: 17, mules needed: 4
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $55 sell price $90
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 14 critical: 0 surplus: 14 money: $1877
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 13 critical: 0 surplus: 13 money: $3571
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 20 critical: 0 surplus: 20 money: $706
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 18 critical: 0 surplus: 18 money: $3076
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 39
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.778968 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $55 (20 units for $1100)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8423457107944856721
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $116
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $136 sell price $276
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 24 critical: 0 surplus: 24 money: $1877
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 13 critical: 0 surplus: 13 money: $3571
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 15 critical: 0 surplus: 15 money: $1806
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 9 critical: 0 surplus: 9 money: $3076
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 40
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 318ms, max 318ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.42364252 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $136 (61 units for $8296)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7078962067431586233
  INFO [Shop.calcBuySellPrice]                       Current Food price $49
  INFO [Shop.printPriceFactor]                       Food shop: 15, total: 46, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 58%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 2 critical: 5 surplus: -3 money: $5141
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 7 critical: 5 surplus: 2 money: $5339
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 15 critical: 5 surplus: 10 money: $3846
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 7 critical: 5 surplus: 2 money: $4300
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 41
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 314ms, max 314ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 362
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.16145527 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $66 (19 units for $1260)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6857496785290527271
  INFO [Shop.calcBuySellPrice]                       Current Energy price $54
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 49, needed: 29
  INFO [Shop.printPriceFactor]                       Energy is decreased to 69%
  INFO [Shop.printPriceFactor]                       Energy buy price $22 sell price $57
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 11 critical: 8 surplus: 3 money: $4781
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 14 critical: 6 surplus: 8 money: $5389
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 18 critical: 8 surplus: 10 money: $2946
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 6 critical: 7 surplus: -1 money: $4760
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 42
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.2162876 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $87 (8 units for $696)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8166786784062674835
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 15771688
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $2547 Plots: 10 Assets: 5353 Total: 12900
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 33 Energy: 25 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $4484 Plots: 10 Assets: 3187 Total: 12671
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 3 Energy: 12 Smithore: 14 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $6085 Plots: 8 Assets: 2463 Total: 12548
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 6 Energy: 6 Smithore: 13 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $4760 Plots: 8 Assets: 2631 Total: 11391
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 4 Energy: 6 Smithore: 18 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 7 mules for 14 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $136
  INFO [SummaryPhase2.begin]                         Shop Smithore: 26 units $55
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $66
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $87
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $110
  INFO [SummaryPhase2.begin]                         Colony total: 49510
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 5
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 2: Plain (7,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 3 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 3: Plain (8,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 6: Plain (1,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 7: Plain (8,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2652844797359460691
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.48058283
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 1)
  INFO [Player.useFood]                              (P11)FluffyFiend has 33 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (7,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (2,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (1,3) with Energy factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend undevelops tile Mountain3 (0,3)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (0,3) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $300
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 2018
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $179, max: 47.5, left: 8.039097, fraction 0.16924414
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $179 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3602120095231574451
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.2370373
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Gohar (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: MulesDeteriorated
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your mining M.U.L.E.s have deteriorated from heavy use and cost $150 each to repair. The total cost is $1050
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P12)Gohar has 3 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Mountain2 (2,2) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (8,0) with Food factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (8,1) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $300
  INFO [GameModel.gamble]                            (P12)Gohar gambles $152, max: 47.5, left: 1.2994938, fraction 0.027357765
  INFO [DevelopmentMessenger.showMessage]            Gohar won $152 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 1488
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2668594039550802263
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.29591608
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 3)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 6 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile River (4,4) with Food factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (8,3) with Energy factory
  INFO [GameModel.buyAssay]                          (P13)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> caught the Mountain Wampus and got $300
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 1706
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $191, max: 47.5, left: 13.899231, fraction 0.29261538
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $191 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6511282187062558005
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.76087093
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 4)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 4 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.buyAssay]                          (P14)<B.I.L.L.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,2) with Energy factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain1 (7,1) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (7,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 1917
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $150, max: 47.5, left: 0.65929794, fraction 0.013879957
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $150 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: RADIATION
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6982366112026105137
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ColonyEvent.applyEvent]                      Radiation strikes (P11)FluffyFiend Mountain3 (1,0)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7376289011059329702
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 12 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 6 energy and needs 6 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 25 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 6 energy and needs 6 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 2 food, 12 energy, 0 smithore, 34 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 10 food, 14 energy, 4 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 6 food, 8 energy, 4 smithore, 17 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 4 food, 14 energy, 4 smithore, 14 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 3 food, 11 energy, 0 smithore, 37 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 10 food, 11 energy, 5 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 6 food, 9 energy, 3 smithore, 22 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 4 food, 14 energy, 5 smithore, 15 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1831011758077317954
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $55
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-3
  INFO [Shop.printPriceFactor]                       Smithore shop: 26, mules potentially available: 23, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $47 sell price $82
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 14 critical: 0 surplus: 14 money: $3726
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 18 critical: 0 surplus: 18 money: $6441
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 3 critical: 0 surplus: 3 money: $2766
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 23 critical: 0 surplus: 23 money: $4725
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 44
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.46041542 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $47 (41 units for $1927)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7704642445750024400
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $136
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $56 sell price $196
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 37 critical: 0 surplus: 37 money: $2034
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 11 critical: 0 surplus: 11 money: $7287
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 22 critical: 0 surplus: 22 money: $2531
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 15 critical: 0 surplus: 15 money: $5806
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 45
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.813626 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $80 (16 units for $1284)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1226318033217129483
  INFO [Shop.calcBuySellPrice]                       Current Food price $66
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 38, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 64%
  INFO [Shop.printPriceFactor]                       Food buy price $28 sell price $63
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 3 critical: 5 surplus: -2 money: $1950
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 11 critical: 5 surplus: 6 money: $7371
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 20 critical: 5 surplus: 15 money: $1331
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 4 critical: 5 surplus: -1 money: $7006
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 46
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.016760815 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $203 (2 units for $407)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3349240024822375965
  INFO [Shop.calcBuySellPrice]                       Current Energy price $87
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 61, needed: 32
  INFO [Shop.printPriceFactor]                       Energy is decreased to 64%
  INFO [Shop.printPriceFactor]                       Energy buy price $41 sell price $76
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 14 critical: 9 surplus: 5 money: $1606
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 11 critical: 7 surplus: 4 money: $7778
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 22 critical: 9 surplus: 13 money: $1331
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 14 critical: 7 surplus: 7 money: $6943
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 47
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (11) 0 bytes
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.44929406 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $63 (9 units for $570)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3194492855123691262
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 41923072
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $1331 Plots: 11 Assets: 9857 Total: 16688
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 20 Energy: 22 Smithore: 8 Crystite: 37
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $8006 Plots: 9 Assets: 4021 Total: 16527
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 9 Energy: 8 Smithore: 0 Crystite: 10
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $1036 Plots: 11 Assets: 8911 Total: 15447
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 4 Energy: 23 Smithore: 50 Crystite: 38
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $7285 Plots: 9 Assets: 2484 Total: 14269
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 5 Energy: 8 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 4 mules for 8 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $90
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $80
  INFO [SummaryPhase2.begin]                         Shop Smithore: 18 units $47
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $203
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $63
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $90
  INFO [SummaryPhase2.begin]                         Colony total: 62931
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P11)FluffyFiend is granted tile 0: Plain (0,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<A.D.A.M.> is granted tile 1: Mountain1 (5,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.update]                       (P12)Gohar pressed at plot 2 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Gohar is granted tile 2: Plain (0,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<B.I.L.L.> is granted tile 3: Plain (8,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8529837044622962799
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.08933222
  INFO [PlayerEventPhase.begin]                      Event player: (P11)FluffyFiend (rank 1)
  INFO [PlayerEventPhase.begin]                      Event: KazingaRaces
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: You lost $300 betting on the two-legged Kazinga races
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P11)FluffyFiend has 20 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.0799977 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (1,0) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain3 (0,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (0,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 2156
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $160, max: 47.5, left: 4.3791, fraction 0.09219158
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $160 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4878839086834186651
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.39097512
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 9 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 30. End Update: 29
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,2) with Food factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 647. End Update: 646
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,3) with Food factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (6,0) with Food factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain1 (5,0) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 1958
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $151, max: 47.5, left: 8.339104, fraction 0.17556007
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $151 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2198234219167601088
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.2358563
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Gohar (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: WormInfestation
  INFO [PlayerEventPhase$1.finished]                 Event Message: The colony awarded you $300 for stopping the Wart Worm infestation
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P12)Gohar has 4 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (8,0) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,4) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,2) with Energy factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,3) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,2) with Energy factory
  INFO [GameModel.developLand]                       (P12)Gohar undevelops tile Plain (2,1)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,1) with Energy factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (2,1) with Crystite factory
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 1950
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6990778411427058148
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6401022
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 4)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 5 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.0799977 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 108. End Update: 107
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (7,2) with Food factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain3 (3,1) with Food factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile River (4,1) with Food factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (8,2) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 1968
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $178, max: 47.5, left: 8.139099, fraction 0.17134945
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $178 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2601224092515602933
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 23 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 8 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 22 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 8 energy and needs 8 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 15 energy, 0 smithore, 53 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 33 food, 6 energy, 4 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 6 food, 8 energy, 0 smithore, 30 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 23 food, 8 energy, 0 smithore, 10 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 13 energy, 0 smithore, 50 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 34 food, 6 energy, 2 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 5 food, 8 energy, 0 smithore, 32 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 24 food, 8 energy, 0 smithore, 10 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PLANET_QUAKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1061433892670155116
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2599749741150727977
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $47
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $5
  INFO [Shop.printPriceFactor]                       Smithore shop: 18, mules potentially available: 18, mules needed: 3
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $55 sell price $90
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 50 critical: 0 surplus: 50 money: $1071
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 1 critical: 0 surplus: 1 money: $8217
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 8 critical: 0 surplus: 8 money: $786
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 0 critical: 0 surplus: 0 money: $7498
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 49
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [SlickLogSystem.info]                         Transaction #44
  INFO [SlickLogSystem.info]                         Transaction #45
  INFO [SlickLogSystem.info]                         Transaction #46
  INFO [SlickLogSystem.info]                         Transaction #47
  INFO [SlickLogSystem.info]                         Transaction #48
  INFO [SlickLogSystem.info]                         Transaction #49
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #50
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.3774387 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $55 (59 units for $3245)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 162
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1359370752987471369
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $80
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $148 sell price $288
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 59 critical: 0 surplus: 59 money: $3821
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 11 critical: 0 surplus: 11 money: $8272
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 50 critical: 0 surplus: 50 money: $1226
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 5 critical: 0 surplus: 5 money: $7498
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 50
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Player.increaseAuctionTeleportCount]         (P14)<B.I.L.L.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P13)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [SlickLogSystem.info]                         Transaction #44
  INFO [SlickLogSystem.info]                         Transaction #45
  INFO [SlickLogSystem.info]                         Transaction #46
  INFO [SlickLogSystem.info]                         Transaction #47
  INFO [SlickLogSystem.info]                         Transaction #48
  INFO [SlickLogSystem.info]                         Transaction #49
  INFO [SlickLogSystem.info]                         Transaction #50
  INFO [Player.increaseAuctionTeleportCount]         (P11)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #51
  INFO [SlickLogSystem.info]                         Transaction #52
  INFO [SlickLogSystem.info]                         Transaction #53
  INFO [SlickLogSystem.info]                         Transaction #54
  INFO [SlickLogSystem.info]                         Transaction #55
  INFO [SlickLogSystem.info]                         Transaction #56
  INFO [SlickLogSystem.info]                         Transaction #57
  INFO [SlickLogSystem.info]                         Transaction #58
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #59
  INFO [Player.increaseAuctionTeleportCount]         (P12)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4006004 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $148 (125 units for $18500)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6411604859386184150
  INFO [Shop.calcBuySellPrice]                       Current Food price $203
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 73, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 46%
  INFO [Shop.printPriceFactor]                       Food buy price $77 sell price $112
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 0 critical: 5 surplus: -5 money: $12553
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 36 critical: 5 surplus: 31 money: $9900
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 13 critical: 5 surplus: 8 money: $8626
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 24 critical: 5 surplus: 19 money: $8238
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 51
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.15999483 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 362
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.368632 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $230 (3 units for $810)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1065796808032118358
  INFO [Shop.calcBuySellPrice]                       Current Energy price $63
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 52, needed: 38
  INFO [Shop.printPriceFactor]                       Energy is decreased to 80%
  INFO [Shop.printPriceFactor]                       Energy buy price $35 sell price $70
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 24 critical: 10 surplus: 14 money: $11743
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 6 critical: 9 surplus: -3 money: $10012
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 14 critical: 10 surplus: 4 money: $8626
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 8 critical: 9 surplus: -1 money: $8936
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 52
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $50 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -29835083395948154
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 24973168
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $10012 Plots: 10 Assets: 9125 Total: 24137
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 35 Energy: 6 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $11743 Plots: 12 Assets: 3360 Total: 21103
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 3 Energy: 24 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $8936 Plots: 10 Assets: 6335 Total: 20271
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 22 Energy: 8 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $8626 Plots: 12 Assets: 4840 Total: 19466
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 13 Energy: 14 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 5 mules for 10 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $148
  INFO [SummaryPhase2.begin]                         Shop Smithore: 67 units $55
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $230
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $50
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $110
  INFO [SummaryPhase2.begin]                         Colony total: 84977
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               Forcibly ending uncompleted phase transition
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7983654536104692982
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.03923261
  INFO [PlayerEventGenerator.nextEvent]              No suitable event was found
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 1)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 35 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.0799977 (owner 10)
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain1 (3,4) with Energy factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain3 (8,4) with Energy factory
  INFO [GameModel.sellMule]                          (P13)<A.D.A.M.> sold a mule for $185
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 1440
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $170, max: 47.5, left: 18.69934, fraction 0.39367032
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $170 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4095083252181399358
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5261068
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 2)
  INFO [Player.useFood]                              (P12)Gohar has 3 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.0999977 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar undevelops tile Plain (1,2)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,2) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (1,2) with Crystite factory
  INFO [GameModel.gamble]                            (P12)Gohar gambles $155, max: 47.5, left: 2.159493, fraction 0.04546301
  INFO [DevelopmentMessenger.showMessage]            Gohar won $155 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 1417
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8584496045549134571
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.061947525
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<B.I.L.L.> (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: ArtificialDumbness
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your offworld investments in Artificial Dumbness paid $450 in dividends
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 22 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 30. End Update: 29
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain3 (3,1) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (7,2) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (8,2) with Crystite factory
  INFO [GameModel.sellMule]                          (P14)<B.I.L.L.> sold a mule for $135
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 1973
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $165, max: 47.5, left: 8.039097, fraction 0.16924414
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $165 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3973486078366481376
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9782731
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 4)
  INFO [Player.useFood]                              (P11)FluffyFiend has 13 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (1,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (2,0) with Energy factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (3,0) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1495. End Update: 1494
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain1 (1,3) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 2099
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $157, max: 47.5, left: 5.5190988, fraction 0.11619155
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $157 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: METEORITE_STRIKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7266149604941035798
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5999399007179675196
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 24 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 6 energy and needs 6 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 14 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 8 energy and needs 8 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 3 energy, 0 smithore, 58 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 33 food, 14 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 0 food, 8 energy, 0 smithore, 45 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 10 food, 8 energy, 0 smithore, 26 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 3 energy, 0 smithore, 55 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 30 food, 16 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 0 food, 7 energy, 0 smithore, 45 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 11 food, 7 energy, 0 smithore, 30 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8547319446341127588
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $55
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $2
  INFO [Shop.printPriceFactor]                       Smithore shop: 67, mules potentially available: 46, mules needed: 3
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $52 sell price $87
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 0 critical: 0 surplus: 0 money: $11798
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $10257
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 0 critical: 0 surplus: 0 money: $8473
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 0 critical: 0 surplus: 0 money: $9326
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 54
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P13)<A.D.A.M.> (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.510195 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $52 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -190048003633801183
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $148
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $76 sell price $216
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 55 critical: 0 surplus: 55 money: $11798
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $10257
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 45 critical: 0 surplus: 45 money: $8473
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 30 critical: 0 surplus: 30 money: $9326
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 55
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<A.D.A.M.> (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Gohar (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.8252761 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $76 (10 units for $760)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1116227978989399276
  INFO [Shop.calcBuySellPrice]                       Current Food price $230
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 69, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 47%
  INFO [Shop.printPriceFactor]                       Food buy price $93 sell price $128
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 0 critical: 5 surplus: -5 money: $12178
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 45 critical: 5 surplus: 40 money: $10257
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 4 critical: 5 surplus: -1 money: $8093
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 20 critical: 5 surplus: 15 money: $9706
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 56
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> (P14)<B.I.L.L.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.3518636 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $94 (5 units for $474)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3833251375084659282
  INFO [Shop.calcBuySellPrice]                       Current Energy price $50
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 48, needed: 37
  INFO [Shop.printPriceFactor]                       Energy is decreased to 83%
  INFO [Shop.printPriceFactor]                       Energy buy price $26 sell price $61
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 14 critical: 11 surplus: 3 money: $11797
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 16 critical: 7 surplus: 9 money: $10257
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 11 critical: 10 surplus: 1 money: $8000
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 7 critical: 9 surplus: -2 money: $10180
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 57
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (11) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Gohar (P11)FluffyFiend (P14)<B.I.L.L.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.362749 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $61 (5 units for $305)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -995400858916384400
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 31782496
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $11797 Plots: 12 Assets: 6465 Total: 24262
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 4 Energy: 14 Smithore: 0 Crystite: 50
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $10562 Plots: 10 Assets: 5601 Total: 21163
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 45 Energy: 11 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $7878 Plots: 12 Assets: 6448 Total: 20326
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 5 Energy: 13 Smithore: 0 Crystite: 50
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $9997 Plots: 10 Assets: 5020 Total: 20017
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 15 Energy: 10 Smithore: 0 Crystite: 25
  INFO [Shop.buildMules]                             Shop built 1 mules for 2 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $76
  INFO [SummaryPhase2.begin]                         Shop Smithore: 65 units $52
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $94
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $61
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 85768
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               Forcibly ending uncompleted phase transition
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2308734140768389620
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7392162
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Gohar (rank 1)
  INFO [Player.useFood]                              (P12)Gohar has 4 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Plain (0,1) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Gohar develops tile Crater (2,1) with Crystite factory
  INFO [GameModel.gamble]                            (P12)Gohar gambles $239, max: 47.5, left: 14.919449, fraction 0.31409365
  INFO [DevelopmentMessenger.showMessage]            Gohar won $239 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P12)Gohar finishes on update 1204
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6507995904226622879
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.38355464
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P13)<A.D.A.M.> has 45 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 339. End Update: 338
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Mountain1 (3,4) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,2) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<A.D.A.M.> develops tile Plain (3,3) with Crystite factory
  INFO [GameModel.sellMule]                          (P13)<A.D.A.M.> sold a mule for $125
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<A.D.A.M.> finishes on update 1412
  INFO [GameModel.gamble]                            (P13)<A.D.A.M.> gambles $250, max: 47.5, left: 19.259354, fraction 0.4054601
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $250 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4145425840903516097
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.36032706
  INFO [PlayerEventPhase.begin]                      No player event for (P11)FluffyFiend (rank 3)
  INFO [Player.useFood]                              (P11)FluffyFiend has 5 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [GameController.apply]                        (P12)Gohar chat: GG
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 523. End Update: 522
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (3,0) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Plain (2,0) with Crystite factory
  INFO [GameModel.developLand]                       (P11)FluffyFiend develops tile Mountain2 (0,3) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P11)FluffyFiend finishes on update 1610
  INFO [GameModel.gamble]                            (P11)FluffyFiend gambles $250, max: 47.5, left: 15.299263, fraction 0.32208976
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $250 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [GameController.apply]                        (P11)FluffyFiend chat: gg
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4499546714700353601
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9773835
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<B.I.L.L.> (rank 4)
  INFO [Player.useFood]                              (P14)<B.I.L.L.> has 15 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<B.I.L.L.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 397. End Update: 396
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Mountain3 (3,1) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,2) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<B.I.L.L.> develops tile Plain (5,1) with Food factory
  INFO [GameModel.sellMule]                          (P14)<B.I.L.L.> sold a mule for $150
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<B.I.L.L.> finishes on update 1102
  INFO [GameModel.gamble]                            (P14)<B.I.L.L.> gambles $250, max: 47.5, left: 25.459496, fraction 0.5359894
  INFO [DevelopmentMessenger.showMessage]            <B.I.L.L.> won $250 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1150254956395022773
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P12)Gohar has 14 energy and needs 12 energy
  INFO [ProductionPhase.finishPower]                 (P13)<A.D.A.M.> has 11 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P11)FluffyFiend has 13 energy and needs 12 energy
  INFO [ProductionPhase.finishPower]                 (P14)<B.I.L.L.> has 10 energy and needs 10 energy
  INFO [ProductionPhase.logProduction]               (P12)Gohar expects 0 food, 0 energy, 0 smithore, 81 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> expects 19 food, 12 energy, 0 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend expects 0 food, 0 energy, 0 smithore, 70 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> expects 16 food, 0 energy, 4 smithore, 27 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P12)Gohar produced 0 food, 0 energy, 0 smithore, 78 crystite
  INFO [ProductionPhase.logProduction]               (P13)<A.D.A.M.> produced 18 food, 11 energy, 0 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P11)FluffyFiend produced 0 food, 0 energy, 0 smithore, 72 crystite
  INFO [ProductionPhase.logProduction]               (P14)<B.I.L.L.> produced 17 food, 0 energy, 3 smithore, 34 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SHIP_RETURNS
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1029367716967995767
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -100590718017096451
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $52
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-6
  INFO [Shop.printPriceFactor]                       Smithore shop: 65, mules potentially available: 44, mules needed: 1
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $44 sell price $79
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Smithore: 0 critical: 0 surplus: 0 money: $11786
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $10612
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Smithore: 0 critical: 0 surplus: 0 money: $7828
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Smithore: 3 critical: 0 surplus: 3 money: $10247
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 59
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8774667535545710646
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $76
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $140 sell price $280
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Crystite: 128 critical: 0 surplus: 128 money: $11786
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Crystite: 11 critical: 0 surplus: 11 money: $10612
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Crystite: 122 critical: 0 surplus: 122 money: $7828
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Crystite: 59 critical: 0 surplus: 59 money: $10247
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 60
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7064701206905820050
  INFO [Shop.calcBuySellPrice]                       Current Food price $94
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 60, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 50%
  INFO [Shop.printPriceFactor]                       Food buy price $32 sell price $67
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Food: 0 critical: 0 surplus: 0 money: $11786
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Food: 38 critical: 0 surplus: 38 money: $10612
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Food: 0 critical: 0 surplus: 0 money: $7828
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Food: 22 critical: 0 surplus: 22 money: $10247
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 61
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7606390972270492702
  INFO [Shop.calcBuySellPrice]                       Current Energy price $61
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 17, needed: 45
  INFO [Shop.printPriceFactor]                       Energy is increased to 224%
  INFO [Shop.printPriceFactor]                       Energy buy price $121 sell price $156
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P12)Gohar Energy: 2 critical: 0 surplus: 2 money: $11786
  INFO [CollectionPhase.goToNextPhase]               (P13)<A.D.A.M.> Energy: 14 critical: 0 surplus: 14 money: $10612
  INFO [CollectionPhase.goToNextPhase]               (P11)FluffyFiend Energy: 1 critical: 0 surplus: 1 money: $7828
  INFO [CollectionPhase.goToNextPhase]               (P14)<B.I.L.L.> Energy: 0 critical: 0 surplus: 0 money: $10247
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 62
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- SUMMARY #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2728265533288120348
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 51616576
  INFO [SummaryPhase2.begin]                         (P12)Gohar Money: $11786 Plots: 12 Assets: 19812 Total: 37598
  INFO [SummaryPhase2.begin]                         (P12)Gohar Food: 0 Energy: 2 Smithore: 0 Crystite: 128
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Money: $7828 Plots: 12 Assets: 18836 Total: 32664
  INFO [SummaryPhase2.begin]                         (P11)FluffyFiend Food: 0 Energy: 1 Smithore: 0 Crystite: 122
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Money: $10247 Plots: 10 Assets: 10526 Total: 25773
  INFO [SummaryPhase2.begin]                         (P14)<B.I.L.L.> Food: 22 Energy: 0 Smithore: 3 Crystite: 59
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Money: $10612 Plots: 10 Assets: 6130 Total: 21742
  INFO [SummaryPhase2.begin]                         (P13)<A.D.A.M.> Food: 38 Energy: 14 Smithore: 0 Crystite: 11
  INFO [Shop.buildMules]                             Shop built 2 mules for 4 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $80
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $140
  INFO [SummaryPhase2.begin]                         Shop Smithore: 61 units $44
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $47
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $136
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $80
  INFO [SummaryPhase2.begin]                         Colony total: 117777
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [SummaryPhase2.getColonyMessage]              Colony rating: 5
  INFO [SummaryPhase2.getColonyMessage]              Overall, the Colony succeeded... Extremely well. You can now retire in elegant estates!
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [SummaryPhase2.apply]                         Score saved
  INFO [MetaFrame$6.actionPerformed]                 User chooses to disconnect
  INFO [MuleGameContainer.release]                   Closing game.
  INFO [GameController.close]                        -------- CLOSING GAME CONTROLLER ----------------------------------
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (12) 0 bytes
  INFO [GameController.close]                        Got my UserLeft (12) message.
  INFO [GameController.close]                        Left server in 301 ms
  INFO [MuleGameContainer.release]                   *** Game Over ***
  INFO [MetaFrame.startGame]                         Starting game number 1
  INFO [MetaFrame.startGame]                         Entering Game - ID: 0, Name: PlanetLandru, Address: 71.247.1.209, Is Host: false
  INFO [MuleGameContainer.init]                      *** Starting Game ***
  INFO [MuleGameContainer.init]                      Display: Created=true Active=false Visible=true
  INFO [MuleGameContainer.init]                      Making display the current GL context
  INFO [View.<init>]                                 Creating view...
  INFO [View.<init>]                                 Finished creating view
  INFO [Client.connect]                              Client connects...
  INFO [Client.connectUDP]                           Client UDP connects...
  INFO [Client.connectUDP]                           Client receive UDP address: 0.0.0.0/0.0.0.0:6261
  INFO [Client.connectUDP]                           Client: send UDP address: /71.247.1.209:6260
  INFO [Client.connectTCP]                           Client TCP connects...
  INFO [Client.connectTCP]                           Client: Connects TCP: /71.247.1.209:6260
  INFO [Client.connectTCP]                           Client: TCP receive buffer: 65536 send buffer: 65536
  INFO [GameController.setModel]                     ++++++++ New Model: CONNECT #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [Client.finishConnect]                        Client finishes connection
  INFO [ConnectPhase.update]                         my User Number: 12
  INFO [ConnectPhase.update]                         connection token: ddb545b0b82631442438580c3ea59e73020fde8889455143a3057b2fb24ebaad
  INFO [ConnectPhase.sendRejoin]                     Attempt reconnect join: sent request for user 12
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: ReconnectRejected (0) 16 bytes
  INFO [UserController.apply]                        My client id is 464db24c-3d89-4ba2-9ca7-13c8da1f48c3
  INFO [ConnectPhase.sendJoin]                       Attempt join: sent request for user...
  INFO [Client.initUDP]                              Sending UDP initialization message id 464db24c-3d89-4ba2-9ca7-13c8da1f48c3
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: Join (11) 37 bytes
  INFO [UserController.apply]                        My client id is 464db24c-3d89-4ba2-9ca7-13c8da1f48c3
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [GameModel.setMyUser]                         (S11)Gohar is my user
  INFO [GameModel.setLocalUser]                      (S11)Gohar is a local Spectator
  INFO [Client.receiveTCPMessages]                   Client: Increasing TCP recieve buffer for GameModel (0) 7258 bytes
  INFO [Client.receiveTCPMessages]                   Client: GameModel (0) 7258 bytes
  INFO [Client.receiveTCPMessages]                   Client: ReconnectInfo (0) 120 bytes
  INFO [GameModel.setRemoteUser]                     (S10)LandruBOT is a remote Spectator
  INFO [GameModel.setMyUser]                         (S11)Gohar is my user
  INFO [GameModel.setLocalUser]                      (S11)Gohar is a local Spectator
  INFO [GameController.setModel]                     ++++++++ New Model: GAME_LOBBY #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S10)LandruBOT (ID: 106940)
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S11)Gohar (ID: 15256)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S10)LandruBOT (ID 106940)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S11)Gohar (ID 15256)
  INFO [MetaFrame$6.actionPerformed]                 User chooses to disconnect
  INFO [MuleGameContainer.release]                   Closing game.
  INFO [GameController.close]                        -------- CLOSING GAME CONTROLLER ----------------------------------
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (11) 0 bytes
  INFO [GameController.close]                        Got my UserLeft (11) message.
  INFO [GameController.close]                        Left server in 232 ms
  INFO [MuleGameContainer.release]                   *** Game Over ***
  INFO [MetaFrame.startGame]                         Starting game number 2
  INFO [MetaFrame.startGame]                         Entering Game - ID: 0, Name: Mulebotlives_1.4.3, Address: 47.27.234.185, Is Host: false
  INFO [MuleGameContainer.init]                      *** Starting Game ***
  INFO [MuleGameContainer.init]                      Display: Created=true Active=true Visible=true
  INFO [MuleGameContainer.init]                      Making display the current GL context
  INFO [View.<init>]                                 Creating view...
  INFO [View.<init>]                                 Finished creating view
  INFO [Client.connect]                              Client connects...
  INFO [Client.connectUDP]                           Client UDP connects...
  INFO [Client.connectUDP]                           Client receive UDP address: 0.0.0.0/0.0.0.0:6261
  INFO [Client.connectUDP]                           Client: send UDP address: /47.27.234.185:6260
  INFO [Client.connectTCP]                           Client TCP connects...
  INFO [Client.connectTCP]                           Client: Connects TCP: /47.27.234.185:6260
  INFO [Client.connectTCP]                           Client: TCP receive buffer: 65536 send buffer: 65536
  INFO [GameController.setModel]                     ++++++++ New Model: CONNECT #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [Client.finishConnect]                        Client finishes connection
  INFO [ConnectPhase.update]                         my User Number: 11
  INFO [ConnectPhase.update]                         connection token: 4b395bd46565a56c31858d3d4b17c005081add673c12432af2d1bcb666149322
  INFO [ConnectPhase.sendRejoin]                     Attempt reconnect join: sent request for user 11
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: ReconnectRejected (0) 16 bytes
  INFO [UserController.apply]                        My client id is 971b537b-9824-45a6-b7ad-360bdd4bdfc7
  INFO [ConnectPhase.sendJoin]                       Attempt join: sent request for user...
  INFO [Client.initUDP]                              Sending UDP initialization message id 971b537b-9824-45a6-b7ad-360bdd4bdfc7
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: Join (11) 37 bytes
  INFO [Client.receiveTCPMessages]                   Client: Increasing TCP recieve buffer for GameModel (0) 7162 bytes
  INFO [Client.receiveTCPMessages]                   Client: GameModel (0) 7162 bytes
  INFO [Client.receiveTCPMessages]                   Client: ReconnectInfo (0) 120 bytes
  INFO [UserController.apply]                        My client id is 971b537b-9824-45a6-b7ad-360bdd4bdfc7
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [GameModel.setMyUser]                         (S11)Gohar is my user
  INFO [GameModel.setLocalUser]                      (S11)Gohar is a local Spectator
  INFO [GameModel.setRemoteUser]                     (S10)CCMuleBot01 is a remote Spectator
  INFO [GameModel.setMyUser]                         (S11)Gohar is my user
  INFO [GameModel.setLocalUser]                      (S11)Gohar is a local Spectator
  INFO [GameController.setModel]                     ++++++++ New Model: GAME_LOBBY #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S10)CCMuleBot01 (ID: 27633)
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S11)Gohar (ID: 15256)
  INFO [GameLobbyPhase.apply]                        My UDP connection is initialized
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S10)CCMuleBot01 (ID 27633)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S11)Gohar (ID 15256)
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (11) 0 bytes
  INFO [UserController.apply]                        (S11)Gohar joins the players
  INFO [Player.<init>]                               Creating (P11)Gohar
  INFO [GameModel.setMyUser]                         (P11)Gohar is my user
  INFO [GameModel.setLocalUser]                      (P11)Gohar is a local Player
  INFO [Client.receiveTCPMessages]                   Client: Join (12) 43 bytes
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [GameModel.setRemoteUser]                     (S12)FluffyFiend is a remote Spectator
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S12)FluffyFiend (ID: 103178)
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S12)FluffyFiend (ID 103178)
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (13) 12 bytes
  INFO [Client.receiveTCPMessages]                   Client: VoteEvents (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [GameController.apply]                        (S12)FluffyFiend chat: server:addai
  INFO [Player.<init>]                               Creating (P13)<D.A.N.>
  INFO [UserController.setAiPlayer]                  (P13)<D.A.N.> is an AI player
  INFO [GameModel.setRemoteUser]                     (P13)<D.A.N.> is a remote Player
  INFO [GameLobbyPhase.apply]                        User 13 voted true
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (12) 0 bytes
  INFO [UserController.apply]                        (S12)FluffyFiend joins the players
  INFO [Player.<init>]                               Creating (P12)FluffyFiend
  INFO [GameModel.setRemoteUser]                     (P12)FluffyFiend is a remote Player
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  INFO [Client.receiveTCPMessages]                   Client: VoteEvents (12) 0 bytes
  INFO [GameLobbyPhase.apply]                        User 12 voted true
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (14) 14 bytes
  INFO [Client.receiveTCPMessages]                   Client: VoteEvents (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        (P12)FluffyFiend chat: server:addai
  INFO [Player.<init>]                               Creating (P14)<A.D.A.M.>
  INFO [UserController.setAiPlayer]                  (P14)<A.D.A.M.> is an AI player
  INFO [GameModel.setRemoteUser]                     (P14)<A.D.A.M.> is a remote Player
  INFO [GameLobbyPhase.apply]                        User 14 voted true
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: DisableSelectedEvents (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: DisableSelectedEvents (10) 0 bytes
  INFO [GameLobbyPhase.apply]                        Starting Game - All players want to continue
  INFO [GameModel.updatePlayerRankOrder]             Random rank order: (P11)Gohar (P12)FluffyFiend (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [PlayerEventGenerator.removeSelectedEvents]   Removed selected events.
  INFO [PlayerEventGenerator.removeSelectedEvents]   Removed selected events.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 256
  INFO [GameController.beginNextPhase]               --------- INTRO #0 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 350 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- SUMMARY #0 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 350 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2494812083735065830
  INFO [GameModel.updatePlayerRankOrder]             Random rank order: (P13)<D.A.N.> (P14)<A.D.A.M.> (P12)FluffyFiend (P11)Gohar 
  INFO [SummaryPhase2.begin]                         Total Memory: 73400320
  INFO [SummaryPhase2.begin]                         Free Memory: 52162592
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $48
  INFO [SummaryPhase2.begin]                         Shop Smithore: 8 units $50
  INFO [SummaryPhase2.begin]                         Shop Food: 8 units $30
  INFO [SummaryPhase2.begin]                         Shop Energy: 8 units $25
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 4680
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 7
  INFO [GameController.beginNextPhase]               --------- INTRO #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 348 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 348 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 340ms, max 340ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 340ms, max 340ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 18: Mountain2 (0,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 22: Plain (5,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 25: Mountain2 (8,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 29 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 29: Mountain2 (3,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4542513529740174180
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (5,2) with Energy factory
  INFO [GameModel.buyAssay]                          (P13)<D.A.N.> got an assay bot
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 714. End Update: 713
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 1039
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $93, max: 47.5, left: 26.719524, fraction 0.56251633
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $93 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7681500105416010947
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,2) with Crystite factory
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2128
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $50, max: 47.5, left: 4.9390993, fraction 0.10398104
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $50 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 8
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1334487041922449206
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 3)
  INFO [Player.useFood]                              (P12)FluffyFiend has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 284. End Update: 283
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 388. End Update: 387
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Mountain2 (0,2) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 1232
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $128, max: 47.5, left: 23.45945, fraction 0.49388316
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $128 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5667944723131285521
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 4)
  INFO [Player.useFood]                              (P11)Gohar has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (3,3) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $100
  INFO [GameModel.gamble]                            (P11)Gohar gambles $122, max: 47.5, left: 21.379402, fraction 0.45009267
  INFO [DevelopmentMessenger.showMessage]            Gohar won $122 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 1528
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SUNSPOT_ACTIVITY
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3636993156378611049
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8567754707914987318
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 2 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 2 energy and needs 0 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 2 energy and needs 0 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 2 energy and needs 1 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 0 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 0 food, 6 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 0 food, 4 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 0 food, 0 energy, 0 smithore, 2 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 0 energy, 2 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 0 food, 5 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 0 food, 4 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 0 food, 0 energy, 0 smithore, 2 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1480782753468014415
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $50
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $10
  INFO [Shop.printPriceFactor]                       Smithore shop: 8, mules potentially available: 14, mules needed: 4
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 46%
  INFO [Shop.printPriceFactor]                       Smithore buy price $60 sell price $95
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 2 critical: 0 surplus: 2 money: $1047
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 0 critical: 0 surplus: 0 money: $943
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 0 critical: 0 surplus: 0 money: $1078
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $850
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 2
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.041358948 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $71 (3 units for $215)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 654193193005052664
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $48
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $72 sell price $212
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 0 critical: 0 surplus: 0 money: $1167
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 0 critical: 0 surplus: 0 money: $943
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $983
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 2 critical: 0 surplus: 2 money: $850
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 3
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4477236 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $72 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8613886000327445077
  INFO [Shop.calcBuySellPrice]                       Current Food price $30
  INFO [Shop.printPriceFactor]                       Food shop: 8, total: 12, needed: 12
  INFO [Shop.printPriceFactor]                       Food is increased to 100%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 1 critical: 3 surplus: -2 money: $1167
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 1 critical: 3 surplus: -2 money: $943
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 1 critical: 3 surplus: -2 money: $983
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 1 critical: 3 surplus: -2 money: $850
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 4
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.30414176 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $50 (8 units for $400)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -9131203275552046444
  INFO [Shop.calcBuySellPrice]                       Current Energy price $25
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 23, needed: 6
  INFO [Shop.printPriceFactor]                       Energy is decreased to 45%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 1 critical: 2 surplus: -1 money: $1017
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 7 critical: 1 surplus: 6 money: $943
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 6 critical: 1 surplus: 5 money: $833
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 1 critical: 2 surplus: -1 money: $750
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.21305789 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $45 (2 units for $90)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #1 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6999980574085994436
  INFO [SummaryPhase2.begin]                         Total Memory: 70254592
  INFO [SummaryPhase2.begin]                         Free Memory: 20915336
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $923 Plots: 1 Assets: 536 Total: 1959
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 4 Energy: 4 Smithore: 1 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $943 Plots: 1 Assets: 450 Total: 1893
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 1 Energy: 7 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $1017 Plots: 1 Assets: 355 Total: 1872
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 4 Energy: 1 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $660 Plots: 1 Assets: 564 Total: 1724
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 3 Energy: 3 Smithore: 0 Crystite: 2
  INFO [Shop.buildMules]                             Shop built 4 mules for 8 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $140
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $72
  INFO [SummaryPhase2.begin]                         Shop Smithore: 1 units $71
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $50
  INFO [SummaryPhase2.begin]                         Shop Energy: 8 units $45
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $140
  INFO [SummaryPhase2.begin]                         Colony total: 7448
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 11 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 11: Plain (2,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 13: River (4,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 18: Plain (1,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 26: River (4,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $160
  INFO [AbstractAuctionController.begin]             Begin auction id 6
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 325ms, max 325ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P11)Gohar chat: BOT?PRICES
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.1942079 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)FluffyFiend bought the plot for $824
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4147932279468478648
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.572681
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 1)
  INFO [Player.useFood]                              (P12)FluffyFiend has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend undevelops tile Mountain2 (0,2)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (6,1) with Food factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,2) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2034
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $56, max: 47.5, left: 7.359097, fraction 0.15492836
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $56 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1204917678946134058
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6578365
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 2)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 1 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile River (4,1) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 568
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $81, max: 47.5, left: 7.8064127, fraction 0.16434553
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $81 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2465940637310809173
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.040305316
  INFO [PlayerEventPhase.begin]                      Event player: (P11)Gohar (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: HomeWorldPackage
  INFO [PlayerEventPhase$1.finished]                 Event Message: You just received a package from your home-world relatives containing 3 food and 2 energy units
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Player.useFood]                              (P11)Gohar has 7 food and needs 3 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,1) with Food factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $100
  INFO [GameModel.gamble]                            (P11)Gohar gambles $78, max: 47.5, left: 12.599201, fraction 0.26524633
  INFO [DevelopmentMessenger.showMessage]            Gohar won $78 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2528
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -654154113682716573
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.30359656
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<A.D.A.M.> (rank 4)
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile River (4,3) with Food factory
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1584. End Update: 1583
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2132
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $50, max: 47.5, left: 5.379099, fraction 0.11324419
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $50 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SUNSPOT_ACTIVITY
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8286946992773909459
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -498908694112090318
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 3 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 7 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 4 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 3 energy and needs 2 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 2 food, 0 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 6 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 6 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 4 food, 0 energy, 0 smithore, 2 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 3 food, 0 energy, 2 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 3 food, 6 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 4 food, 5 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 3 food, 0 energy, 0 smithore, 4 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5684711333044144242
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $71
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $7
  INFO [Shop.printPriceFactor]                       Smithore shop: 1, mules potentially available: 10, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 63%
  INFO [Shop.printPriceFactor]                       Smithore buy price $57 sell price $92
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 2 critical: 0 surplus: 2 money: $1030
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 0 critical: 0 surplus: 0 money: $859
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 1 critical: 0 surplus: 1 money: $90
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $645
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.60992444 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $57 (3 units for $171)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8891407676097401026
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $72
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $96 sell price $236
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 0 critical: 0 surplus: 0 money: $1144
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 0 critical: 0 surplus: 0 money: $859
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $147
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 6 critical: 0 surplus: 6 money: $645
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 336ms, max 336ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4154964 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $96 (6 units for $576)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1812926049713059003
  INFO [Shop.calcBuySellPrice]                       Current Food price $50
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 16, needed: 12
  INFO [Shop.printPriceFactor]                       Food is decreased to 81%
  INFO [Shop.printPriceFactor]                       Food buy price $26 sell price $61
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 5 critical: 3 surplus: 2 money: $1144
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 3 critical: 3 surplus: 0 money: $859
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 5 critical: 3 surplus: 2 money: $147
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 3 critical: 3 surplus: 0 money: $1221
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 336ms, max 336ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.7278947 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $30 (2 units for $52)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 343 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5853868086456546323
  INFO [Shop.calcBuySellPrice]                       Current Energy price $45
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 29, needed: 10
  INFO [Shop.printPriceFactor]                       Energy is decreased to 51%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 1 critical: 3 surplus: -2 money: $1170
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 11 critical: 2 surplus: 9 money: $859
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 8 critical: 2 surplus: 6 money: $173
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 1 critical: 3 surplus: -2 money: $1221
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 343 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 356ms, max 356ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.018082531 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $31 (8 units for $255)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #2 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 343 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1590176668441681693
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 40123016
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $1056 Plots: 2 Assets: 502 Total: 2558
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 3 Energy: 7 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $1080 Plots: 2 Assets: 383 Total: 2463
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 4 Energy: 3 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $1114 Plots: 2 Assets: 328 Total: 2442
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 3 Energy: 3 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $173 Plots: 3 Assets: 513 Total: 2186
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 4 Energy: 8 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 2 mules for 4 smithore and now has 12 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $96
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $57
  INFO [SummaryPhase2.begin]                         Shop Food: 2 units $30
  INFO [SummaryPhase2.begin]                         Shop Energy: 8 units $31
  INFO [SummaryPhase2.begin]                         Shop mules: 12 $110
  INFO [SummaryPhase2.begin]                         Colony total: 9649
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 7
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 343 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 12 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 341ms, max 341ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 341ms, max 341ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 2: Mountain2 (2,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 337ms, max 337ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 14 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 14: Plain (8,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 336ms, max 336ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 16: Plain (3,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 21 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 21: Plain (2,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractLandAuctionPhase.begin]              Player Land Auctions: 1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $764
  INFO [AbstractAuctionController.begin]             Begin auction id 11
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.46409172 (owner 10)
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P11)Gohar bought the plot for $876
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 624219021449803004
  INFO [Development.setPlayerOrder]                  Normal development order. 12 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.8285954
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<A.D.A.M.> (rank 1)
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,2) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,2) with Smithore factory
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2011
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $63, max: 47.5, left: 7.279097, fraction 0.15324415
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $63 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5491435100477913910
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5099257
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 2)
  INFO [Player.useFood]                              (P11)Gohar has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,3) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $100
  INFO [GameModel.gamble]                            (P11)Gohar gambles $132, max: 47.5, left: 25.719501, fraction 0.5414632
  INFO [DevelopmentMessenger.showMessage]            Gohar won $132 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 1125
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1686555891288342816
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.30761087
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 3)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (2,0) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P13)<D.A.N.> got an assay bot
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1150. End Update: 1149
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [GameModel.buyAssay]                          (P13)<D.A.N.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found High amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 2006
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $64, max: 47.5, left: 7.8990965, fraction 0.16629677
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $64 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7922355668502851990
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.41559213
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 4)
  INFO [Player.useFood]                              (P12)FluffyFiend has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend undevelops tile Plain (1,2)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Mountain2 (0,2) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (8,1) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2068
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $53, max: 47.5, left: 6.6590977, fraction 0.14019153
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $53 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6324263182722360879
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 3 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 3 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 8 energy and needs 3 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 7 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 2 food, 3 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 3 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 0 energy, 3 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 4 food, 0 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 2 food, 4 energy, 2 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 3 food, 2 energy, 5 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 0 food, 0 energy, 2 smithore, 4 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 6 food, 0 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PEST_ATTACK
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3615992438226863146
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7315037652032078016
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $57
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $10
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 8, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 72%
  INFO [Shop.printPriceFactor]                       Smithore buy price $60 sell price $95
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 2 critical: 0 surplus: 2 money: $1152
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 5 critical: 0 surplus: 5 money: $1093
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 2 critical: 0 surplus: 2 money: $91
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 4 critical: 0 surplus: 4 money: $959
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 13
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 316ms, max 316ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.73302007 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $60 (4 units for $240)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6639446808903886378
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $96
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $144 sell price $284
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 0 critical: 0 surplus: 0 money: $1272
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 0 critical: 0 surplus: 0 money: $1093
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 4 critical: 0 surplus: 4 money: $211
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $959
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 315 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 14
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 316ms, max 316ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.30113944 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $144 (4 units for $576)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -200374835107798106
  INFO [Shop.calcBuySellPrice]                       Current Food price $30
  INFO [Shop.printPriceFactor]                       Food shop: 2, total: 9, needed: 12
  INFO [Shop.printPriceFactor]                       Food is increased to 125%
  INFO [Shop.printPriceFactor]                       Food buy price $23 sell price $58
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 3 critical: 3 surplus: 0 money: $1272
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 3 critical: 3 surplus: 0 money: $1093
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 1 critical: 3 surplus: -2 money: $787
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 0 critical: 3 surplus: -3 money: $959
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 15
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.70459056 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $58 (2 units for $116)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8585570429445305648
  INFO [Shop.calcBuySellPrice]                       Current Energy price $31
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 23, needed: 14
  INFO [Shop.printPriceFactor]                       Energy is decreased to 71%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 5 critical: 3 surplus: 2 money: $1272
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 3 critical: 3 surplus: 0 money: $1093
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 4 critical: 4 surplus: 0 money: $671
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 3 critical: 4 surplus: -1 money: $959
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 16
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.32658157 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $45 (7 units for $315)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #3 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3383971568380775936
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 36726784
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $1048 Plots: 3 Assets: 909 Total: 3457
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 3 Energy: 4 Smithore: 5 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $1182 Plots: 3 Assets: 744 Total: 3426
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 3 Energy: 7 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $581 Plots: 4 Assets: 749 Total: 3330
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 3 Energy: 6 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $869 Plots: 3 Assets: 745 Total: 3114
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 0 Energy: 5 Smithore: 4 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 2 mules for 4 smithore and now has 10 mules
  INFO [Shop.buildMules]                             A mule now costs $120
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $144
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $60
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $58
  INFO [SummaryPhase2.begin]                         Shop Energy: 1 units $45
  INFO [SummaryPhase2.begin]                         Shop mules: 10 $120
  INFO [SummaryPhase2.begin]                         Colony total: 13327
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 2: Plain (3,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 12: Mountain2 (7,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 324ms, max 324ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 13 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 13: Plain (2,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 21: Mountain2 (8,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $816
  INFO [AbstractAuctionController.begin]             Begin auction id 17
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.7448932 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P11)Gohar bought the plot for $816
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #2
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $756
  INFO [AbstractAuctionController.begin]             Begin auction id 18
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 318ms, max 318ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.624874 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5238780395633818439
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9548647
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (2,0) with Food factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (3,0) with Food factory
  INFO [GameModel.buyAssay]                          (P13)<D.A.N.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> caught the Mountain Wampus and got $200
  INFO [GameModel.buyAssay]                          (P13)<D.A.N.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 2401
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4341979793923588095
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.75576067
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 2)
  INFO [Player.useFood]                              (P11)Gohar has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (3,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (8,4) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Energy factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $100, max: 47.5, left: 2.7991014, fraction 0.05892845
  INFO [DevelopmentMessenger.showMessage]            Gohar won $100 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2263
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5885638842970414425
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6685389
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 3)
  INFO [Player.useFood]                              (P12)FluffyFiend has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Mountain2 (7,1) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,2) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 1783
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $135, max: 47.5, left: 12.399197, fraction 0.2610357
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $135 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 621945646957451651
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5901725
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<A.D.A.M.> (rank 4)
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 0 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 60
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $106, max: 47.5, left: 3.8000011, fraction 0.08000002
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $106 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6898905801106606785
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 7 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 4 energy and needs 3 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 6 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 5 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 2 food, 3 energy, 3 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 12 food, 3 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 3 energy, 3 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 4 food, 0 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 2 food, 3 energy, 3 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 12 food, 3 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 1 food, 4 energy, 3 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 4 food, 0 energy, 3 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PIRATE_SHIP
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8068251701539117544
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6390493365784916758
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $60
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-2
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 5, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is increased to 100%
  INFO [Shop.printPriceFactor]                       Smithore buy price $58 sell price $93
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 3 critical: 0 surplus: 3 money: $226
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 5 critical: 0 surplus: 5 money: $1153
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 3 critical: 0 surplus: 3 money: $526
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 7 critical: 0 surplus: 7 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 19
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.5178169 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $58 (6 units for $348)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8508613343403524405
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $144
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $68 sell price $208
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 0 critical: 0 surplus: 0 money: $400
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 0 critical: 0 surplus: 0 money: $1153
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $700
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 20
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $68 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6469320346441208580
  INFO [Shop.calcBuySellPrice]                       Current Food price $58
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 19, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 88%
  INFO [Shop.printPriceFactor]                       Food buy price $36 sell price $71
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 2 critical: 4 surplus: -2 money: $400
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 12 critical: 4 surplus: 8 money: $1153
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 1 critical: 4 surplus: -3 money: $700
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 4 critical: 4 surplus: 0 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 21
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 338ms, max 338ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.84878457 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $71 (7 units for $497)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 345 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3207859030341376967
  INFO [Shop.calcBuySellPrice]                       Current Energy price $45
  INFO [Shop.printPriceFactor]                       Energy shop: 1, total: 19, needed: 18
  INFO [Shop.printPriceFactor]                       Energy is decreased to 96%
  INFO [Shop.printPriceFactor]                       Energy buy price $28 sell price $63
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 6 critical: 5 surplus: 1 money: $187
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 4 critical: 4 surplus: 0 money: $1650
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 6 critical: 5 surplus: 1 money: $416
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 2 critical: 4 surplus: -2 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 22
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 362
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.81492615 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $63 (1 units for $63)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- SUMMARY #4 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5259209407668529763
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 35116384
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $1650 Plots: 4 Assets: 1162 Total: 4812
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 5 Energy: 4 Smithore: 5 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $416 Plots: 5 Assets: 1258 Total: 4174
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 5 Energy: 6 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $912 Plots: 4 Assets: 1159 Total: 4071
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 4 Energy: 3 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $187 Plots: 5 Assets: 1258 Total: 3945
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 5 Energy: 6 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 3 mules for 6 smithore and now has 8 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $68
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $58
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $71
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $63
  INFO [SummaryPhase2.begin]                         Shop mules: 8 $110
  INFO [SummaryPhase2.begin]                         Colony total: 17002
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 8 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 6: Plain (8,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 9: Plain (3,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 10: Plain (5,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 14 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 14: Plain (1,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 327ms, max 327ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $564
  INFO [AbstractAuctionController.begin]             Begin auction id 23
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.1768225 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P13)<D.A.N.> bought the plot for $568
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 43646855708524575
  INFO [Development.setPlayerOrder]                  Normal development order. 8 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9020356
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (2,0) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (3,0) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (5,1) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1858. End Update: 1857
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (1,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 2264
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $100, max: 47.5, left: 2.219102, fraction 0.046717934
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $100 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1672219668535540503
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.040957212
  INFO [PlayerEventPhase.begin]                      Event player: (P12)FluffyFiend (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: Charity
  INFO [PlayerEventPhase$1.finished]                 Event Message: A charity from your home-world took pity on you and sent $150
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P12)FluffyFiend has 5 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 523. End Update: 522
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Mountain2 (7,1) with Smithore factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (8,0) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 1023
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $176, max: 47.5, left: 27.579544, fraction 0.58062196
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $176 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5817874440023850716
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.15831113
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<A.D.A.M.> (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: MuseumBoughtComputer
  INFO [PlayerEventPhase$1.finished]                 Event Message: The museum bought your antique personal computer for $400
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 4 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,2) with Food factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,2) with Energy factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,1) with Food factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,3) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2362
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $100, max: 47.5, left: 0.2591034, fraction 0.005454808
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $100 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1408044350634318737
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.61001295
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 4)
  INFO [Player.useFood]                              (P11)Gohar has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 6 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Plain (2,1)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (3,3) with Smithore factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (1,3) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,3) with Smithore factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Smithore factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,1) with Energy factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $113, max: 47.5, left: 4.3991, fraction 0.09261263
  INFO [DevelopmentMessenger.showMessage]            Gohar won $113 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2181
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7723154367355346511
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 6 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 4 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 6 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 3 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 3 energy, 15 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 8 energy, 0 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 3 energy, 6 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 13 food, 4 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 3 energy, 16 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 3 food, 7 energy, 0 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 2 food, 4 energy, 9 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 14 food, 3 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PEST_ATTACK
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3240110446570111642
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -442107937489496217
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $58
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $2
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 2, mules needed: 4
  INFO [Shop.printPriceFactor]                       Smithore is increased to 175%
  INFO [Shop.printPriceFactor]                       Smithore buy price $104 sell price $139
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 16 critical: 0 surplus: 16 money: $290
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 5 critical: 0 surplus: 5 money: $662
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 9 critical: 0 surplus: 9 money: $757
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 7 critical: 0 surplus: 7 money: $1192
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 24
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4951021 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $104 (25 units for $2600)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1349075681891923513
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $68
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $136 sell price $276
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 2 critical: 0 surplus: 2 money: $1954
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 11 critical: 0 surplus: 11 money: $662
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 7 critical: 0 surplus: 7 money: $1693
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $1192
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 25
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.40753815 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $136 (20 units for $2720)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 948411319572879311
  INFO [Shop.calcBuySellPrice]                       Current Food price $71
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 19, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 88%
  INFO [Shop.printPriceFactor]                       Food buy price $48 sell price $83
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 1 critical: 4 surplus: -3 money: $2226
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 1 critical: 4 surplus: -3 money: $2158
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 3 critical: 4 surplus: -1 money: $2645
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 14 critical: 4 surplus: 10 money: $1192
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 26
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.3700805 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $83 (9 units for $747)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8879169511808466132
  INFO [Shop.calcBuySellPrice]                       Current Energy price $63
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 19, needed: 21
  INFO [Shop.printPriceFactor]                       Energy is increased to 108%
  INFO [Shop.printPriceFactor]                       Energy buy price $53 sell price $88
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 4 critical: 6 surplus: -2 money: $1894
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 7 critical: 5 surplus: 2 money: $1909
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 5 critical: 6 surplus: -1 money: $2479
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 3 critical: 4 surplus: -1 money: $1939
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 27
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 333ms, max 333ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.87153864 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $88 (1 units for $88)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #5 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7726777307686787743
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 25176968
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $1997 Plots: 6 Assets: 2015 Total: 7012
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 4 Energy: 6 Smithore: 5 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $2479 Plots: 6 Assets: 1490 Total: 6969
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 5 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $1806 Plots: 6 Assets: 1515 Total: 6321
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 5 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $1939 Plots: 5 Assets: 1757 Total: 6196
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 5 Energy: 3 Smithore: 7 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 12 mules for 24 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $200
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $136
  INFO [SummaryPhase2.begin]                         Shop Smithore: 1 units $104
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $83
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $88
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $200
  INFO [SummaryPhase2.begin]                         Colony total: 26498
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [LandGrantPhase.apply]                        Grace duration 27 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 3: Mountain2 (6,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 5: Mountain2 (0,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 6: Plain (1,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 15 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 15: Plain (2,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 323ms, max 323ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $508
  INFO [AbstractAuctionController.begin]             Begin auction id 28
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.20659778 (owner 10)
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)FluffyFiend bought the plot for $1868
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #2
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 323 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $1808
  INFO [AbstractAuctionController.begin]             Begin auction id 29
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 327ms, max 327ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.4976399 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 624056342780998709
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7123252
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 1103
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $120, max: 47.5, left: 25.959507, fraction 0.54651594
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $120 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7554661939289793994
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.31148422
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 2)
  INFO [Player.useFood]                              (P12)FluffyFiend has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,1) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1155. End Update: 1154
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (7,2) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2045
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $123, max: 47.5, left: 7.599097, fraction 0.15998098
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $123 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7868424728120119593
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.4061433
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 3)
  INFO [Player.useFood]                              (P11)Gohar has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Energy factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,4) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Gohar caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Mountain2 (3,3)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (3,3) with Crystite factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $107, max: 47.5, left: 8.479107, fraction 0.1785075
  INFO [DevelopmentMessenger.showMessage]            Gohar won $107 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2308
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6878837366719521004
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6276454
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<A.D.A.M.> (rank 4)
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 2 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (6,0) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 1434
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $135, max: 47.5, left: 19.339355, fraction 0.40714434
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $135 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8262147063328031044
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 5 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 6 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 5 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 3 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 8 energy, 3 smithore, 17 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 8 energy, 3 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 14 energy, 6 smithore, 7 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 13 food, 8 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 9 energy, 3 smithore, 15 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 2 food, 8 energy, 4 smithore, 12 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 3 food, 14 energy, 5 smithore, 6 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 13 food, 9 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PLANET_QUAKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6552396247039325580
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -462541243842156378
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $104
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-13
  INFO [Shop.printPriceFactor]                       Smithore shop: 1, mules potentially available: 9, mules needed: 4
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 58%
  INFO [Shop.printPriceFactor]                       Smithore buy price $48 sell price $83
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 1 critical: 0 surplus: 1 money: $1788
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 7 critical: 0 surplus: 7 money: $2042
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 2 critical: 0 surplus: 2 money: $434
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 7 critical: 0 surplus: 7 money: $2024
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 30
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 317ms, max 317ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.51902485 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $48 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5792487578627257256
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $136
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $120 sell price $260
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 7 critical: 0 surplus: 7 money: $1788
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 5 critical: 0 surplus: 5 money: $2042
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 2 critical: 0 surplus: 2 money: $434
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $2024
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 31
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4709035 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $120 (14 units for $1680)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4676002815785474852
  INFO [Shop.calcBuySellPrice]                       Current Food price $83
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 21, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 82%
  INFO [Shop.printPriceFactor]                       Food buy price $53 sell price $88
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 1 critical: 4 surplus: -3 money: $2628
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 2 critical: 4 surplus: -2 money: $2642
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 4 critical: 4 surplus: 0 money: $674
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 14 critical: 4 surplus: 10 money: $2024
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 32
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.07999484 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.3088597 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $88 (6 units for $528)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5520772964573103237
  INFO [Shop.calcBuySellPrice]                       Current Energy price $88
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 41, needed: 22
  INFO [Shop.printPriceFactor]                       Energy is decreased to 65%
  INFO [Shop.printPriceFactor]                       Energy buy price $42 sell price $77
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 9 critical: 6 surplus: 3 money: $2276
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 9 critical: 6 surplus: 3 money: $2554
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 14 critical: 6 surplus: 8 money: $586
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 9 critical: 4 surplus: 5 money: $2552
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 33
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.003853079 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $57 (4 units for $228)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #6 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6706522390086679156
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 19380728
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $2554 Plots: 7 Assets: 1858 Total: 7912
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 3 Energy: 9 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $2048 Plots: 7 Assets: 2049 Total: 7597
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 5 Energy: 13 Smithore: 1 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $2780 Plots: 6 Assets: 1760 Total: 7540
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 8 Energy: 5 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $586 Plots: 8 Assets: 2139 Total: 6725
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 5 Energy: 14 Smithore: 2 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 9 mules
  INFO [Shop.buildMules]                             A mule now costs $90
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $120
  INFO [SummaryPhase2.begin]                         Shop Smithore: 1 units $48
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $88
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $57
  INFO [SummaryPhase2.begin]                         Shop mules: 9 $90
  INFO [SummaryPhase2.begin]                         Colony total: 29774
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 1: River (4,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 5 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 5: Plain (0,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 9 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 9: Mountain2 (0,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 12: River (4,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1352
  INFO [AbstractAuctionController.begin]             Begin auction id 34
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -2.0576658 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P11)Gohar bought the plot for $1352
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5905596927217387942
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.55816483
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 3 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Food factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile River (4,0) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 1345
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $137, max: 47.5, left: 9.974384, fraction 0.20998704
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $137 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -86981758569463088
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.47367358
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 2)
  INFO [Player.useFood]                              (P11)Gohar has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (3,3) with Smithore factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (7,0) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Smithore factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (0,4) with Smithore factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $109, max: 47.5, left: 5.239099, fraction 0.11029682
  INFO [DevelopmentMessenger.showMessage]            Gohar won $109 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2113
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1236176693710429218
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.18841481
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<A.D.A.M.> (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: DeadMooseRat
  INFO [PlayerEventPhase$1.finished]                 Event Message: You found a dead Moose Rat and sold the hide for $100
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 8 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (6,0) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile River (4,4) with Food factory
  INFO [GameModel.buyAssay]                          (P14)<A.D.A.M.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2266
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $102, max: 47.5, left: 2.179102, fraction 0.04587583
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $102 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2731038352335326078
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.99723876
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 4)
  INFO [Player.useFood]                              (P12)FluffyFiend has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 340 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,2) with Smithore factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,1) with Smithore factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (0,3) with Smithore factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1808. End Update: 1807
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 1876
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $127, max: 47.5, left: 9.979141, fraction 0.21008718
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $127 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: METEORITE_STRIKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5702374833141721352
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4627060798378316456
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 13 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 9 energy and needs 6 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 14 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 5 energy and needs 5 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 3 energy, 12 smithore, 19 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 14 food, 8 energy, 0 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 3 energy, 18 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 20 food, 4 energy, 3 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 2 energy, 12 smithore, 19 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 12 food, 6 energy, 0 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 2 food, 3 energy, 20 smithore, 4 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 18 food, 5 energy, 3 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4218175124308365260
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $48
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $11
  INFO [Shop.printPriceFactor]                       Smithore shop: 1, mules potentially available: 4, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is increased to 119%
  INFO [Shop.printPriceFactor]                       Smithore buy price $68 sell price $103
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 13 critical: 0 surplus: 13 money: $425
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 7 critical: 0 surplus: 7 money: $2626
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 22 critical: 0 surplus: 22 money: $498
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 10 critical: 0 surplus: 10 money: $2842
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 35
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 324ms, max 324ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.38276637 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $68 (35 units for $2380)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4566587508861704532
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $120
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $68 sell price $208
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 19 critical: 0 surplus: 19 money: $1309
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 13 critical: 0 surplus: 13 money: $2626
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 4 critical: 0 surplus: 4 money: $1994
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $2842
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 36
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 327ms, max 327ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.51857275 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $68 (23 units for $1564)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2429357186707082553
  INFO [Shop.calcBuySellPrice]                       Current Food price $88
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 36, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 58%
  INFO [Shop.printPriceFactor]                       Food buy price $36 sell price $71
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 1 critical: 4 surplus: -3 money: $2601
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 12 critical: 4 surplus: 8 money: $2626
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 3 critical: 4 surplus: -1 money: $2266
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 20 critical: 4 surplus: 16 money: $2842
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 37
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4319079 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $37 (24 units for $909)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3893616602337606661
  INFO [Shop.calcBuySellPrice]                       Current Energy price $57
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 29, needed: 30
  INFO [Shop.printPriceFactor]                       Energy is increased to 103%
  INFO [Shop.printPriceFactor]                       Energy buy price $43 sell price $78
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 6 critical: 9 surplus: -3 money: $2357
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 9 critical: 7 surplus: 2 money: $2914
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 9 critical: 8 surplus: 1 money: $2177
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 5 critical: 6 surplus: -1 money: $3463
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 38
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 322ms, max 322ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.7947867 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $78 (1 units for $78)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #7 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1804700196486215916
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 14147128
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $2992 Plots: 8 Assets: 2887 Total: 9879
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 4 Energy: 8 Smithore: 7 Crystite: 13
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $3463 Plots: 7 Assets: 1738 Total: 8701
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 4 Energy: 5 Smithore: 10 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $2357 Plots: 9 Assets: 1817 Total: 8674
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 7 Energy: 6 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $2099 Plots: 9 Assets: 1795 Total: 8394
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 5 Energy: 10 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 10 mules for 20 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $130
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $68
  INFO [SummaryPhase2.begin]                         Shop Smithore: 16 units $68
  INFO [SummaryPhase2.begin]                         Shop Food: 16 units $37
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $78
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $130
  INFO [SummaryPhase2.begin]                         Colony total: 35648
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 0: Plain (0,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 321ms, max 321ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 3: Plain (5,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 318ms, max 318ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 5 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 5: Plain (7,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 317ms, max 317ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 6 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 6: Plain (1,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 317ms, max 317ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1292
  INFO [AbstractAuctionController.begin]             Begin auction id 39
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 317ms, max 317ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -2.2327225 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P11)Gohar bought the plot for $2160
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #2
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $2100
  INFO [AbstractAuctionController.begin]             Begin auction id 40
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 316ms, max 316ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -1.3715032 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3023925924610570561
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5056614
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile River (4,1) with Energy factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (5,2) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (0,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 2269
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $153, max: 47.5, left: 2.119102, fraction 0.044612672
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $153 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4364761926795972661
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.039565325
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<A.D.A.M.> (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: BestBuiltMule
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your M.U.L.E. was judged "Best Built" at the colony fair. You won $150
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 4 food and needs 4 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,1) with Energy factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,2) with Energy factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile River (4,3) with Energy factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (5,3) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 1919
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $161, max: 47.5, left: 9.119122, fraction 0.19198151
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $161 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6673983224745293678
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7308469
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 3)
  INFO [Player.useFood]                              (P11)Gohar has 7 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Mountain2 (3,3)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (3,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Mountain2 (8,4)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (1,4) with Energy factory
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Mountain2 (0,4)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (1,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Energy factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (0,4) with Crystite factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $152, max: 47.5, left: 1.2791028, fraction 0.02692848
  INFO [DevelopmentMessenger.showMessage]            Gohar won $152 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2311
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3538805472765367192
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9921296
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 4)
  INFO [Player.useFood]                              (P12)FluffyFiend has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (7,3) with Energy factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Mountain2 (7,1) with Crystite factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1304. End Update: 1303
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Crater (8,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2153
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $167, max: 47.5, left: 4.4391, fraction 0.09345473
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $167 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4485300208966700692
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 6 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 8 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 10 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 5 energy and needs 2 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 8 energy, 0 smithore, 26 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 7 energy, 0 smithore, 25 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 2 food, 8 energy, 14 smithore, 15 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 4 food, 31 energy, 3 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 5 energy, 0 smithore, 25 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 5 food, 9 energy, 0 smithore, 30 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 4 food, 8 energy, 13 smithore, 11 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 4 food, 31 energy, 2 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PEST_ATTACK
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5978195063618563122
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2171512438417045533
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $68
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $12
  INFO [Shop.printPriceFactor]                       Smithore shop: 16, mules potentially available: 18, mules needed: 6
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 50%
  INFO [Shop.printPriceFactor]                       Smithore buy price $62 sell price $97
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 0 critical: 0 surplus: 0 money: $324
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 7 critical: 0 surplus: 7 money: $2765
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 13 critical: 0 surplus: 13 money: $1831
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 12 critical: 0 surplus: 12 money: $3519
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 41
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.07999484 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 318ms, max 318ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.41554525 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $62 (13 units for $806)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4245887407991790516
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $68
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $100 sell price $240
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 25 critical: 0 surplus: 25 money: $324
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 43 critical: 0 surplus: 43 money: $2765
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 11 critical: 0 surplus: 11 money: $2637
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $3519
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 42
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.31999484 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.53942436 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $100 (79 units for $7900)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 322 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5126121318358896063
  INFO [Shop.calcBuySellPrice]                       Current Food price $37
  INFO [Shop.printPriceFactor]                       Food shop: 16, total: 27, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 81%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 2 critical: 5 surplus: -3 money: $2824
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 0 critical: 5 surplus: -5 money: $7065
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 5 critical: 5 surplus: 0 money: $3737
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 4 critical: 5 surplus: -1 money: $3519
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 43
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.7674541 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $50 (16 units for $800)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6801697491444933433
  INFO [Shop.calcBuySellPrice]                       Current Energy price $78
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 59, needed: 28
  INFO [Shop.printPriceFactor]                       Energy is decreased to 61%
  INFO [Shop.printPriceFactor]                       Energy buy price $32 sell price $67
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 5 critical: 8 surplus: -3 money: $2524
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 10 critical: 8 surplus: 2 money: $6965
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 10 critical: 9 surplus: 1 money: $3387
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 34 critical: 3 surplus: 31 money: $3469
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 44
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 330ms, max 330ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.31452745 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $48 (14 units for $678)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #8 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1097151017982881237
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 28812936
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $6965 Plots: 9 Assets: 2054 Total: 13519
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 2 Energy: 10 Smithore: 7 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $4147 Plots: 8 Assets: 2634 Total: 10781
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 5 Energy: 20 Smithore: 12 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $2950 Plots: 10 Assets: 2587 Total: 10537
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 12 Energy: 19 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $2283 Plots: 11 Assets: 1995 Total: 9778
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 8 Energy: 10 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 4 mules for 8 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $120
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $100
  INFO [SummaryPhase2.begin]                         Shop Smithore: 21 units $62
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $50
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $48
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $120
  INFO [SummaryPhase2.begin]                         Colony total: 44615
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 3
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P13)<D.A.N.> is granted tile 1: Plain (6,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 2: Plain (6,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.claimPlot]                    (P14)<A.D.A.M.> is granted tile 4: Plain (5,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 5 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P11)Gohar is granted tile 5: Plain (7,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 319ms, max 319ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1572
  INFO [AbstractAuctionController.begin]             Begin auction id 45
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 0 frames, rountrip 324ms, max 324ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 34.25 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.54874444 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (0) 16 bytes
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)FluffyFiend bought the plot for $2344
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 324 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6535421946791059521
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.98309225
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 2 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 145. End Update: 144
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Smithore factory
  INFO [GameModel.sellMule]                          (P13)<D.A.N.> sold a mule for $220
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 1032
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $155, max: 47.5, left: 1.3596864, fraction 0.028624976
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $155 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7269436583974463667
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.015416443
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<A.D.A.M.> (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: WormInfestation
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: The colony awarded you $300 for stopping the Wart Worm infestation
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 5 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 336 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile River (4,3) with Food factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,2) with Smithore factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1070. End Update: 1069
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,3) with Smithore factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (5,4) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2250
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $160, max: 47.5, left: 2.4991016, fraction 0.052612666
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $160 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1525175227032129403
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.2691751
  INFO [PlayerEventPhase.begin]                      Event player: (P12)FluffyFiend (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: SwampEelEating
  INFO [PlayerEventPhase$1.finished]                 Event Message: You won the colony Swamp Eel eating contest and collected $150 (Yuck!)
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P12)FluffyFiend has 12 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (5,0) with Food factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,2) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,1) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (7,2) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (6,3) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2308
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $154, max: 47.5, left: 1.3391027, fraction 0.028191637
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $154 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -496959574449966174
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.022256553
  INFO [PlayerEventPhase.begin]                      Event player: (P11)Gohar (rank 4)
  INFO [PlayerEventPhase.begin]                      Event: TapDancingMule
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your M.U.L.E. won the colony tap-dancing contest. You collected $300
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Player.useFood]                              (P11)Gohar has 8 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (6,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (7,4) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (6,4) with Energy factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Mountain2 (8,4) with Crystite factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $150, max: 47.5, left: 1.5191026, fraction 0.031981107
  INFO [DevelopmentMessenger.showMessage]            Gohar won $150 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 2299
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1765291779250042325
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 10 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 10 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 19 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 20 energy and needs 6 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 14 energy, 0 smithore, 49 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 7 energy, 3 smithore, 17 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 4 food, 8 energy, 6 smithore, 31 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 16 food, 14 energy, 14 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 14 energy, 0 smithore, 46 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 5 food, 8 energy, 4 smithore, 18 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 4 food, 8 energy, 6 smithore, 33 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 16 food, 17 energy, 13 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PIRATE_SHIP
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5844416709512149785
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4765694560073880124
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $62
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-3
  INFO [Shop.printPriceFactor]                       Smithore shop: 21, mules potentially available: 18, mules needed: 3
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $47 sell price $82
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 0 critical: 0 surplus: 0 money: $2123
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 11 critical: 0 surplus: 11 money: $7145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 6 critical: 0 surplus: 6 money: $495
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 25 critical: 0 surplus: 25 money: $4437
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 46
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 335ms, max 335ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.2920774 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $54 (18 units for $978)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8203334176335357315
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $100
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $136 sell price $276
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 0 critical: 0 surplus: 0 money: $1145
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 0 critical: 0 surplus: 0 money: $7145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 0 critical: 0 surplus: 0 money: $777
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 0 critical: 0 surplus: 0 money: $5133
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 47
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $136 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3466261514400928970
  INFO [Shop.calcBuySellPrice]                       Current Food price $50
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 31, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 73%
  INFO [Shop.printPriceFactor]                       Food buy price $22 sell price $57
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 2 critical: 5 surplus: -3 money: $1145
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 5 critical: 5 surplus: 0 money: $7145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 8 critical: 5 surplus: 3 money: $777
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 16 critical: 5 surplus: 11 money: $5133
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 335 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 48
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.07999484 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 344ms, max 344ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.34124768 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $57 (10 units for $570)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2899864017555464959
  INFO [Shop.calcBuySellPrice]                       Current Energy price $48
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 69, needed: 36
  INFO [Shop.printPriceFactor]                       Energy is decreased to 64%
  INFO [Shop.printPriceFactor]                       Energy buy price $16 sell price $51
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 15 critical: 10 surplus: 5 money: $575
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 11 critical: 8 surplus: 3 money: $7145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 15 critical: 11 surplus: 4 money: $777
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 28 critical: 7 surplus: 21 money: $5703
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 49
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.3663712 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $31 (22 units for $700)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #9 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5860267645518057523
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 30345528
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $7185 Plots: 10 Assets: 2173 Total: 14358
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 5 Energy: 9 Smithore: 11 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $6363 Plots: 9 Assets: 2057 Total: 12920
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 6 Energy: 8 Smithore: 13 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $17 Plots: 12 Assets: 4149 Total: 10166
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 12 Energy: 33 Smithore: 18 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $635 Plots: 12 Assets: 2365 Total: 9000
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 8 Energy: 19 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 6 mules for 12 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $136
  INFO [SummaryPhase2.begin]                         Shop Smithore: 9 units $54
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $57
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $31
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 46444
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [LandGrantPhase.apply]                        Grace duration 26 frames
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P11)Gohar pressed at plot 0 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)FluffyFiend is granted tile 0: Plain (3,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 331ms, max 331ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2138319551692955483
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.22816342
  INFO [PlayerEventPhase.begin]                      Event player: (P13)<D.A.N.> (rank 1)
  INFO [PlayerEventPhase.begin]                      Event: MulesDeteriorated
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your mining M.U.L.E.s have deteriorated from heavy use and cost $150 each to repair. The total cost is $900
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P13)<D.A.N.> has 5 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.039997704 (owner 10)
  INFO [GameModel.buyAssay]                          (P13)<D.A.N.> got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 561. End Update: 560
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (5,2) with Energy factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile River (4,1) with Food factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (6,2) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 2211
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $157, max: 47.5, left: 3.279101, fraction 0.069033705
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $157 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 328 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2959566021335201422
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.2540506
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<A.D.A.M.> (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: AgricultureAward
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: The colony council for agriculture awarded you $150 for each food plot you have developed. The total grant is $450
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 6 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 628. End Update: 627
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,2) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (8,3) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,1) with Crystite factory
  INFO [GameModel.sellMule]                          (P14)<A.D.A.M.> sold a mule for $150
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 2231
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $161, max: 47.5, left: 2.8791013, fraction 0.06061266
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $161 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2982828133183186588
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.8575997
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 3)
  INFO [Player.useFood]                              (P11)Gohar has 12 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059997704 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Plain (6,4)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,3) with Energy factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (6,4) with Crystite factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $185, max: 47.5, left: 23.859459, fraction 0.5023044
  INFO [DevelopmentMessenger.showMessage]            Gohar won $185 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 1182
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3140920986424472669
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9573415
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 4)
  INFO [Player.useFood]                              (P12)FluffyFiend has 8 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.13999769 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (6,3) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,2) with Energy factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (7,3) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,1) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1936. End Update: 1935
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (3,4) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2177
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $152, max: 47.5, left: 3.9591002, fraction 0.08334948
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $152 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6728835653633052188
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 33 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 9 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 19 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 8 energy and needs 7 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 15 energy, 0 smithore, 46 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 10 food, 8 energy, 0 smithore, 26 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 4 food, 14 energy, 6 smithore, 34 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 16 food, 6 energy, 3 smithore, 10 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 16 energy, 0 smithore, 49 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 11 food, 8 energy, 0 smithore, 24 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 4 food, 16 energy, 7 smithore, 37 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 15 food, 7 energy, 4 smithore, 11 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PLANET_QUAKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8449593985390506703
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1101646799579350525
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $54
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $8
  INFO [Shop.printPriceFactor]                       Smithore shop: 9, mules potentially available: 16, mules needed: 1
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $58 sell price $93
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 18 critical: 0 surplus: 18 money: $202
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 11 critical: 0 surplus: 11 money: $6292
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 3 critical: 0 surplus: 3 money: $637
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 15 critical: 0 surplus: 15 money: $6874
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 51
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.3274651 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $58 (47 units for $2726)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8340375613679317044
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $136
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $136 sell price $276
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 23 critical: 0 surplus: 23 money: $1246
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 9 critical: 0 surplus: 9 money: $6930
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 17 critical: 0 surplus: 17 money: $811
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 4 critical: 0 surplus: 4 money: $7744
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 52
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 329ms, max 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.45399225 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $136 (53 units for $7208)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 923
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2920462927157573244
  INFO [Shop.calcBuySellPrice]                       Current Food price $57
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 37, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 66%
  INFO [Shop.printPriceFactor]                       Food buy price $22 sell price $57
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 4 critical: 5 surplus: -1 money: $4374
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 11 critical: 5 surplus: 6 money: $8154
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 6 critical: 5 surplus: 1 money: $3123
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 16 critical: 5 surplus: 11 money: $8288
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 53
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.8284549 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $42 (16 units for $680)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6846481884114394669
  INFO [Shop.calcBuySellPrice]                       Current Energy price $31
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 74, needed: 38
  INFO [Shop.printPriceFactor]                       Energy is decreased to 64%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 34 critical: 10 surplus: 24 money: $4086
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 9 critical: 9 surplus: 0 money: $8378
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 23 critical: 11 surplus: 12 money: $2731
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 8 critical: 8 surplus: 0 money: $8744
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 54
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 334ms, max 334ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $25 (0 units for $0)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #10 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1684415521808329012
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 40557624
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $8378 Plots: 10 Assets: 1577 Total: 14955
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 6 Energy: 9 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $8744 Plots: 9 Assets: 1275 Total: 14519
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 5 Energy: 8 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $4086 Plots: 12 Assets: 2740 Total: 12826
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 10 Energy: 34 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $2731 Plots: 13 Assets: 2652 Total: 11883
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 16 Energy: 23 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 2 mules for 4 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $136
  INFO [SummaryPhase2.begin]                         Shop Smithore: 52 units $58
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $42
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $25
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $110
  INFO [SummaryPhase2.begin]                         Colony total: 54183
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               Forcibly ending uncompleted phase transition
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1760858115060128533
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.65790033
  INFO [PlayerEventPhase.begin]                      No player event for (P13)<D.A.N.> (rank 1)
  INFO [Player.useFood]                              (P13)<D.A.N.> has 6 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 244. End Update: 243
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Smithore factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (5,2) with Crystite factory
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile River (4,1) with Energy factory
  INFO [GameModel.sellMule]                          (P13)<D.A.N.> sold a mule for $135
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 1074
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $175, max: 47.5, left: 26.019508, fraction 0.54777914
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $175 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 334 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 664019891969409659
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.33964676
  INFO [PlayerEventPhase.begin]                      No player event for (P14)<A.D.A.M.> (rank 2)
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 5 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 154. End Update: 153
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (5,4) with Energy factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (3,2) with Crystite factory
  INFO [GameModel.sellMule]                          (P14)<A.D.A.M.> sold a mule for $160
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 1179
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $215, max: 47.5, left: 23.91946, fraction 0.5035676
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $215 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -436068108283931026
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.33556718
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 3)
  INFO [Player.useFood]                              (P11)Gohar has 10 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019997705 (owner 10)
  INFO [GameModel.developLand]                       (P11)Gohar undevelops tile Plain (2,2)
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,3) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,1) with Crystite factory
  INFO [GameModel.developLand]                       (P11)Gohar develops tile Plain (2,2) with Crystite factory
  INFO [GameModel.gamble]                            (P11)Gohar gambles $171, max: 47.5, left: 20.85939, fraction 0.43914506
  INFO [DevelopmentMessenger.showMessage]            Gohar won $171 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 1332
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5123909340467529182
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.8670305
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 4)
  INFO [Player.useFood]                              (P12)FluffyFiend has 16 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 2.2947788E-6 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 28. End Update: 27
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (6,1) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (5,0) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (3,4) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (0,3) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 2375
  INFO [GameModel.sellMule]                          (P12)FluffyFiend sold a mule for $185
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8548129160833039226
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 827120351044939009
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 34 energy and needs 12 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 9 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 23 energy and needs 11 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 8 energy and needs 7 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 0 energy, 0 smithore, 78 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 5 food, 5 energy, 3 smithore, 27 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 0 food, 6 energy, 3 smithore, 56 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 14 food, 5 energy, 3 smithore, 14 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 0 energy, 0 smithore, 76 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 4 food, 3 energy, 2 smithore, 26 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 0 food, 8 energy, 3 smithore, 60 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 13 food, 4 energy, 3 smithore, 16 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 316 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8916807591697711811
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $58
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-2
  INFO [Shop.printPriceFactor]                       Smithore shop: 52, mules potentially available: 40, mules needed: 1
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $48 sell price $83
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 0 critical: 0 surplus: 0 money: $4107
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 2 critical: 0 surplus: 2 money: $8503
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 3 critical: 0 surplus: 3 money: $2506
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 3 critical: 0 surplus: 3 money: $8884
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 318 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 56
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.059994843 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 318ms, max 318ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P12)FluffyFiend 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.67067766 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $51 (5 units for $255)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 325 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3249617012474331542
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $136
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $124 sell price $264
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 76 critical: 0 surplus: 76 money: $3852
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 26 critical: 0 surplus: 26 money: $8605
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 60 critical: 0 surplus: 60 money: $2506
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 16 critical: 0 surplus: 16 money: $9037
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 57
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040005155 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 320ms, max 320ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P13)<D.A.N.> (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Player.increaseAuctionTeleportCount]         (P14)<A.D.A.M.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [Player.increaseAuctionTeleportCount]         (P13)<D.A.N.> auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [SlickLogSystem.info]                         Transaction #44
  INFO [SlickLogSystem.info]                         Transaction #45
  INFO [SlickLogSystem.info]                         Transaction #46
  INFO [SlickLogSystem.info]                         Transaction #47
  INFO [SlickLogSystem.info]                         Transaction #48
  INFO [SlickLogSystem.info]                         Transaction #49
  INFO [SlickLogSystem.info]                         Transaction #50
  INFO [SlickLogSystem.info]                         Transaction #51
  INFO [SlickLogSystem.info]                         Transaction #52
  INFO [SlickLogSystem.info]                         Transaction #53
  INFO [SlickLogSystem.info]                         Transaction #54
  INFO [SlickLogSystem.info]                         Transaction #55
  INFO [SlickLogSystem.info]                         Transaction #56
  INFO [SlickLogSystem.info]                         Transaction #57
  INFO [SlickLogSystem.info]                         Transaction #58
  INFO [SlickLogSystem.info]                         Transaction #59
  INFO [SlickLogSystem.info]                         Transaction #60
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #61
  INFO [SlickLogSystem.info]                         Transaction #62
  INFO [SlickLogSystem.info]                         Transaction #63
  INFO [SlickLogSystem.info]                         Transaction #64
  INFO [SlickLogSystem.info]                         Transaction #65
  INFO [SlickLogSystem.info]                         Transaction #66
  INFO [SlickLogSystem.info]                         Transaction #67
  INFO [SlickLogSystem.info]                         Transaction #68
  INFO [SlickLogSystem.info]                         Transaction #69
  INFO [SlickLogSystem.info]                         Transaction #70
  INFO [SlickLogSystem.info]                         Transaction #71
  INFO [SlickLogSystem.info]                         Transaction #72
  INFO [SlickLogSystem.info]                         Transaction #73
  INFO [SlickLogSystem.info]                         Transaction #74
  INFO [SlickLogSystem.info]                         Transaction #75
  INFO [SlickLogSystem.info]                         Transaction #76
  INFO [SlickLogSystem.info]                         Transaction #77
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #78
  INFO [Player.increaseAuctionTeleportCount]         (P11)Gohar auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.46354628 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $124 (178 units for $22072)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 330 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5039582058308886153
  INFO [Shop.calcBuySellPrice]                       Current Food price $42
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 27, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 81%
  INFO [Shop.printPriceFactor]                       Food buy price $19 sell price $54
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 3 critical: 5 surplus: -2 money: $13276
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 5 critical: 5 surplus: 0 money: $11829
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 6 critical: 5 surplus: 1 money: $9946
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 13 critical: 5 surplus: 8 money: $11021
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 58
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 5.155802E-6 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 332ms, max 332ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P11)Gohar (P13)<D.A.N.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)FluffyFiend (P14)<A.D.A.M.> 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Player.increaseAuctionTeleportCount]         (P12)FluffyFiend auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.011143584 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $30 (1 units for $19)
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 332 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5884852380669915843
  INFO [Shop.calcBuySellPrice]                       Current Energy price $25
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 43, needed: 42
  INFO [Shop.printPriceFactor]                       Energy is decreased to 98%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 17 critical: 13 surplus: 4 money: $13257
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 4 critical: 9 surplus: -5 money: $11829
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 17 critical: 12 surplus: 5 money: $9965
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 5 critical: 8 surplus: -3 money: $11021
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 329 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 59
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at -0.019994844 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 0 frames, rountrip 328ms, max 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)<D.A.N.> (P14)<A.D.A.M.> 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P11)Gohar (P12)FluffyFiend 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at -0.4722678 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $43 (5 units for $219)
  INFO [GameController.beginNextPhase]               --------- SUMMARY #11 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 527118135322679948
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 33303000
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $13386 Plots: 12 Assets: 2597 Total: 21983
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 4 Energy: 14 Smithore: 5 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $10055 Plots: 13 Assets: 2578 Total: 19133
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 5 Energy: 15 Smithore: 3 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $11784 Plots: 10 Assets: 1515 Total: 18299
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 5 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $10847 Plots: 9 Assets: 1717 Total: 17064
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 13 Energy: 9 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $124
  INFO [SummaryPhase2.begin]                         Shop Smithore: 52 units $51
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $30
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $43
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 76479
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 4
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               Forcibly ending uncompleted phase transition
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6348769204881412867
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.28549284
  INFO [PlayerEventPhase.begin]                      No player event for (P11)Gohar (rank 1)
  INFO [Player.useFood]                              (P11)Gohar has 4 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11)Gohar
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.gamble]                            (P11)Gohar gambles $250, max: 47.5, left: 37.599968, fraction 0.7915783
  INFO [DevelopmentMessenger.showMessage]            Gohar won $250 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P11)Gohar finishes on update 70
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3816825543888836794
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.8895606
  INFO [PlayerEventPhase.begin]                      No player event for (P12)FluffyFiend (rank 2)
  INFO [Player.useFood]                              (P12)FluffyFiend has 5 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)FluffyFiend
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P12)FluffyFiend undevelops tile Plain (1,2)
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,1) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Mountain2 (0,2) with Crystite factory
  INFO [GameModel.developLand]                       (P12)FluffyFiend develops tile Plain (1,2) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)FluffyFiend finishes on update 1684
  INFO [GameModel.gamble]                            (P12)FluffyFiend gambles $207, max: 47.5, left: 13.819229, fraction 0.29093114
  INFO [DevelopmentMessenger.showMessage]            FluffyFiend won $207 in the pub
  INFO [GameController.apply]                        (P12)FluffyFiend chat: gg
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 317 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3923626906800770382
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.27402443
  INFO [PlayerEventPhase.begin]                      Event player: (P13)<D.A.N.> (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: WanderingSpaceTraveler
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: A wandering space traveler repaid your hospitality by leaving two bars of smithore
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [GameController.apply]                        (P12)FluffyFiend chat: last game for me, thanks for playing
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Player.useFood]                              (P13)<D.A.N.> has 5 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 320 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)<D.A.N.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.040002294 (owner 10)
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (5,2) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 499. End Update: 498
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Plain (6,2) with Energy factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 834. End Update: 833
  INFO [GameModel.developLand]                       (P13)<D.A.N.> develops tile Mountain2 (0,1) with Energy factory
  INFO [GameModel.sellMule]                          (P13)<D.A.N.> sold a mule for $175
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)<D.A.N.> finishes on update 1779
  INFO [GameModel.gamble]                            (P13)<D.A.N.> gambles $236, max: 47.5, left: 11.919186, fraction 0.25093022
  INFO [DevelopmentMessenger.showMessage]            <D.A.N.> won $236 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 331 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 121380286166113361
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.12408477
  INFO [PlayerEventPhase.begin]                      Event player: (P14)<A.D.A.M.> (rank 4)
  INFO [PlayerEventPhase.begin]                      Event: ArtificialDumbness
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your offworld investments in Artificial Dumbness paid $600 in dividends
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Player.useFood]                              (P14)<A.D.A.M.> has 13 food and needs 5 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 327 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)<A.D.A.M.>
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 3.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.020002294 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 226. End Update: 225
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (5,4) with Food factory
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 746. End Update: 745
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Mountain2 (6,0) with Crystite factory
  INFO [GameModel.developLand]                       (P14)<A.D.A.M.> develops tile Plain (5,3) with Crystite factory
  INFO [GameModel.sellMule]                          (P14)<A.D.A.M.> sold a mule for $150
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)<A.D.A.M.> finishes on update 1686
  INFO [GameModel.gamble]                            (P14)<A.D.A.M.> gambles $250, max: 47.5, left: 13.779228, fraction 0.290089
  INFO [DevelopmentMessenger.showMessage]            <A.D.A.M.> won $250 in the pub
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 333 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5942675816337142298
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P11)Gohar has 14 energy and needs 12 energy
  INFO [ProductionPhase.finishPower]                 (P13)<D.A.N.> has 5 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P12)FluffyFiend has 15 energy and needs 13 energy
  INFO [ProductionPhase.finishPower]                 (P14)<A.D.A.M.> has 9 energy and needs 9 energy
  INFO [ProductionPhase.logProduction]               (P11)Gohar expects 0 food, 0 energy, 0 smithore, 78 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> expects 4 food, 21 energy, 0 smithore, 16 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend expects 0 food, 0 energy, 0 smithore, 83 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> expects 16 food, 0 energy, 0 smithore, 23 crystite
  INFO [GameController.apply]                        (P11)Gohar chat: GG
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [ProductionPhase.logProduction]               (P11)Gohar produced 0 food, 0 energy, 0 smithore, 80 crystite
  INFO [ProductionPhase.logProduction]               (P13)<D.A.N.> produced 4 food, 21 energy, 0 smithore, 14 crystite
  INFO [ProductionPhase.logProduction]               (P12)FluffyFiend produced 0 food, 0 energy, 0 smithore, 88 crystite
  INFO [ProductionPhase.logProduction]               (P14)<A.D.A.M.> produced 20 food, 0 energy, 0 smithore, 20 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SHIP_RETURNS
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1542341127985183355
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P11)Gohar chat: ya me too, likewise
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8712619510437515856
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $51
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $9
  INFO [Shop.printPriceFactor]                       Smithore shop: 52, mules potentially available: 40, mules needed: 1
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $59 sell price $94
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Smithore: 5 critical: 0 surplus: 5 money: $13636
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Smithore: 2 critical: 0 surplus: 2 money: $12145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Smithore: 3 critical: 0 surplus: 3 money: $10137
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Smithore: 0 critical: 0 surplus: 0 money: $11647
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 61
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 321 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6312278797345996089
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $124
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $120 sell price $260
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Crystite: 80 critical: 0 surplus: 80 money: $13636
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Crystite: 14 critical: 0 surplus: 14 money: $12145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Crystite: 88 critical: 0 surplus: 88 money: $10137
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Crystite: 20 critical: 0 surplus: 20 money: $11647
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 62
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3663070945586511906
  INFO [Shop.calcBuySellPrice]                       Current Food price $30
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 28, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 79%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Food: 0 critical: 0 surplus: 0 money: $13636
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Food: 4 critical: 0 surplus: 4 money: $12145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Food: 0 critical: 0 surplus: 0 money: $10137
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Food: 24 critical: 0 surplus: 24 money: $11647
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 63
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3876067202485628284
  INFO [Shop.calcBuySellPrice]                       Current Energy price $43
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 25, needed: 43
  INFO [Shop.printPriceFactor]                       Energy is increased to 154%
  INFO [Shop.printPriceFactor]                       Energy buy price $51 sell price $86
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P11)Gohar Energy: 2 critical: 0 surplus: 2 money: $13636
  INFO [CollectionPhase.goToNextPhase]               (P13)<D.A.N.> Energy: 21 critical: 0 surplus: 21 money: $12145
  INFO [CollectionPhase.goToNextPhase]               (P12)FluffyFiend Energy: 2 critical: 0 surplus: 2 money: $10137
  INFO [CollectionPhase.goToNextPhase]               (P14)<A.D.A.M.> Energy: 0 critical: 0 surplus: 0 money: $11647
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 64
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [GameController.beginNextPhase]               --------- SUMMARY #12 --------------------------------------------------------
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 319 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 426643536024290438
  INFO [SummaryPhase2.begin]                         Total Memory: 67108864
  INFO [SummaryPhase2.begin]                         Free Memory: 35780456
  INFO [SummaryPhase2.begin]                         (P11)Gohar Money: $13636 Plots: 12 Assets: 11647 Total: 31283
  INFO [SummaryPhase2.begin]                         (P11)Gohar Food: 0 Energy: 2 Smithore: 5 Crystite: 80
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Money: $10137 Plots: 13 Assets: 12624 Total: 29261
  INFO [SummaryPhase2.begin]                         (P12)FluffyFiend Food: 0 Energy: 2 Smithore: 3 Crystite: 88
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Money: $12145 Plots: 10 Assets: 4329 Total: 21474
  INFO [SummaryPhase2.begin]                         (P13)<D.A.N.> Food: 4 Energy: 21 Smithore: 2 Crystite: 14
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Money: $11647 Plots: 9 Assets: 4110 Total: 20257
  INFO [SummaryPhase2.begin]                         (P14)<A.D.A.M.> Food: 24 Energy: 0 Smithore: 0 Crystite: 20
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $110
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $120
  INFO [SummaryPhase2.begin]                         Shop Smithore: 52 units $59
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $30
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $66
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $110
  INFO [SummaryPhase2.begin]                         Colony total: 102275
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [SummaryPhase2.getColonyMessage]              Colony rating: 5
  INFO [SummaryPhase2.getColonyMessage]              Overall, the Colony succeeded... Extremely well. You can now retire in elegant estates!
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [SummaryPhase2.apply]                         Score saved
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: UserDisconnected (0) 4 bytes
  INFO [MetaFrame$6.actionPerformed]                 User chooses to disconnect
  INFO [MuleGameContainer.release]                   Closing game.
  INFO [GameController.close]                        -------- CLOSING GAME CONTROLLER ----------------------------------
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
