  INFO [Properties.<init>]                           VERSION: 1.3.6
  INFO [Properties.<init>]                           Classpath: data.jar
  INFO [Properties.<init>]                           Java VM: 14.0-b16
  INFO [Properties.<init>]                           Java Runtime: 1.6.0_14-b08
  INFO [Properties.<init>]                           OS: Windows XP 5.1 x86
  INFO [Properties.<init>]                           Java Library Path: lib
  INFO [Properties.<init>]                           Max Memory: 266403840
  INFO [Properties.<init>]                           Avaialble Processors: 1
  INFO [PropertiesBase.readFromFile]                 Reading Settings from file settings.txt
  INFO [SubstanceLoader.initLookAndFeel]             Window Skin: Default
  INFO [Main.main]                                   lpSolve: 5.5 Release 0 Build 15
  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: k0di503irkmoh5rbr16l0qijq0
  INFO [Login$MasterListener$1.run]                  Logged in as "Mulesballs" (id 100691)
  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 [Main.main]                                   Creating game container
  INFO [MuleGameContainer.<init>]                    LWJGL Version: 2.4.2
  INFO [MuleGameContainer.<init>]                    Desktop Display Mode: 1024 x 768 x 32 @60Hz
  INFO [MuleGameContainer.<init>]                    Current Display Mode: 1024 x 768 x 32 @60Hz
  INFO [MuleGameContainer.<init>]                    Display Adapter: igxprd32
  INFO [MuleGameContainer.<init>]                    Display Driver: 6.14.10.4935
  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 965/963 Graphics Media Accelerator
  INFO [MuleGameContainer.<init>]                    GL Version: 1.5.0 - Build 7.14.10.4935
  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
++++++++ END OF INITIALIZATION +++++++++++++++++++++++++++++++++++++++++++
  INFO [MetaFrame.startGame]                         Starting game number 0
  INFO [MetaFrame.startGame]                         Entering Game - ID: 0, Name: JGS-2948, Address: 127.0.0.1, Is Host: true
  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 [GameController.setModel]                     ++++++++ New Model: CONNECT #0 +++++++++++++++++++++++++++++++++++++++++++
  INFO [Server.<init>]                               Server: Creating
  INFO [Server.<init>]                               Server: Started on TCP address /0.0.0.0:6260
  INFO [Server.<init>]                               Server: Started on UDP address /0.0.0.0:6260
  INFO [Client.connect]                              Client connects...
  INFO [Client.connect]                              Client UDP local address: 0.0.0.0/0.0.0.0:6261
  INFO [Client.connect]                              Client: Connects TCP: /127.0.0.1:6260 UDP: /127.0.0.1:6260
  INFO [Client.connect]                              Client: TCP receive buffer: 8192 send buffer: 8192
  INFO [Server.acceptClients]                        Server: Accepted client /127.0.0.1 id 33b5b363-b3fe-4d1d-8a6a-82232d83d0b0
  INFO [Client.finishConnect]                        Client finishes connection
  INFO [ServerMessageHandler.processJoin]            Server: Client /127.0.0.1 <S10> joins
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: Join (10) 42 bytes
  INFO [UserController.apply]                        My client id is 33b5b363-b3fe-4d1d-8a6a-82232d83d0b0
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [GameModel.setMyUser]                         (S10)MulesBalls is my user
  INFO [GameModel.setLocalUser]                      (S10)MulesBalls is a local Spectator
  INFO [GameModel.setServerUser]                     (S10)MulesBalls is hosting the server
  INFO [GameController.beginNextPhase]               (S10)MulesBalls is not accepted
  INFO [GameController.beginNextPhase]               --------- GAME_LOBBY #0 --------------------------------------------------------
  INFO [Server.acceptClientJoin]                     Server: Join accepted for /127.0.0.1 <S10>
  INFO [Server.logRoundtrip]                         Roundtrips: <S10> 0ms (0ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S10)MulesBalls (ID: 100691)
  INFO [Client.initUDP]                              Sending UDP initialization message id 33b5b363-b3fe-4d1d-8a6a-82232d83d0b0
  INFO [Server.initUdp]                              Server: Client /127.0.0.1 <S10> requests UDP address /127.0.0.1:6261
  INFO [GameLobbyPhase.apply]                        My UDP connection is initialized
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [Server.acceptClients]                        Server: Accepted client /54.214.39.13 id 1e24d994-c3ab-483e-8f9e-db55e14cd1ef
  INFO [MasterClient.logSend]                        MasterClient: Sending New Game
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S10)MulesBalls (ID 100691)
  INFO [GameLobbyPhase$MasterListener.apply]         Master server gives game ID 103204
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [ServerMessageHandler.processAIJoin]          Server: AI gets user number 11
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (11) 12 bytes
  INFO [Player.<init>]                               Creating (P11)<D.A.N.>
  INFO [UserController.setAiPlayer]                  (P11)<D.A.N.> is an AI player
  INFO [UserController.setAiPlayer]                  <D.A.N.> is using the Adam's AI
  INFO [GameModel.setLocalUser]                      (P11)<D.A.N.> is a local Player
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [Client.receiveTCPMessages]                   Client: Continue (11) 0 bytes
  INFO [ServerMessageHandler.processPlayerJoin]      /127.0.0.1 <S10 P11> joins game as a player
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (10) 0 bytes
  INFO [UserController.apply]                        (S10)MulesBalls joins the players
  INFO [Player.<init>]                               Creating (P10)MulesBalls
  INFO [GameModel.setServerUser]                     (P10)MulesBalls is hosting the server
  INFO [GameModel.setMyUser]                         (P10)MulesBalls is my user
  INFO [GameModel.setLocalUser]                      (P10)MulesBalls is a local Player
  INFO [Server.acceptClients]                        Server: Accepted client /99.228.104.73 id afd88f75-8f0b-40ef-b655-0a4c0cf28494
  INFO [ServerMessageHandler.processJoin]            Server: Client /99.228.104.73 <S12> joins
  INFO [Client.receiveTCPMessages]                   Client: Join (12) 37 bytes
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [GameModel.setRemoteUser]                     (S12)Lenin is a remote Spectator
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S12)Lenin (ID: 26480)
  INFO [Server.acceptClientJoin]                     Server: Join accepted for /99.228.104.73 <S12>
  INFO [GameModelSerializer.serializeModel]          Packed game model to 7203 bytes
  INFO [Server.initUdp]                              Server: Client /99.228.104.73 <S12> requests UDP address /99.228.104.73:6261
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S12)Lenin (ID 26480)
  INFO [ServerMessageHandler.processPlayerJoin]      /99.228.104.73 <S12> joins game as a player
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (12) 0 bytes
  INFO [UserController.apply]                        (S12)Lenin joins the players
  INFO [Player.<init>]                               Creating (P12)Lenin
  INFO [GameModel.setRemoteUser]                     (P12)Lenin is a remote Player
  INFO [Server.acceptClients]                        Server: Accepted client /70.209.3.184 id 81ff0944-7fa4-4004-9d00-832a6e7b256d
  INFO [ServerMessageHandler.processJoin]            Server: Client /70.209.3.184 <S13> joins
  INFO [Client.receiveTCPMessages]                   Client: Join (13) 38 bytes
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [GameModel.setRemoteUser]                     (S13)Rhodan is a remote Spectator
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S13)Rhodan (ID: 11145)
  INFO [Server.acceptClientJoin]                     Server: Join accepted for /70.209.3.184 <S13>
  INFO [GameModelSerializer.serializeModel]          Packed game model to 7316 bytes
  INFO [Server.initUdp]                              Server: Client /70.209.3.184 <S13> requests UDP address /70.209.3.184:6114
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S13)Rhodan (ID 11145)
  INFO [ServerMessageHandler.processPlayerJoin]      /70.209.3.184 <S13> joins game as a player
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (13) 0 bytes
  INFO [UserController.apply]                        (S13)Rhodan joins the players
  INFO [Player.<init>]                               Creating (P13)Rhodan
  INFO [GameModel.setRemoteUser]                     (P13)Rhodan is a remote Player
  INFO [GameController.apply]                        (P10)MulesBalls chat: hi
  INFO [Server.acceptClients]                        Server: Accepted client /99.227.215.131 id d015151a-e53f-4287-a1c3-f49001e1cb5b
  INFO [ServerMessageHandler.processJoin]            Server: Client /99.227.215.131 <S14> joins
  INFO [Client.receiveTCPMessages]                   Client: Join (14) 40 bytes
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [GameModel.setRemoteUser]                     (S14)jagov808 is a remote Spectator
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S14)jagov808 (ID: 26481)
  INFO [Server.acceptClientJoin]                     Server: Join accepted for /99.227.215.131 <S14>
  INFO [GameModelSerializer.serializeModel]          Packed game model to 7397 bytes
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S14)jagov808 (ID 26481)
  INFO [Server.initUdp]                              Server: Client /99.227.215.131 <S14> requests UDP address /99.227.215.131:6261
  INFO [Client.receiveTCPMessages]                   Client: KickUser (0) 4 bytes
  INFO [MasterClient.logSend]                        MasterClient: Sending User Left ID 0 user number 11
  INFO [ConnectedClient.removeUser]                  Server: Removing user 11 from /127.0.0.1 <P10 P11>
  INFO [ServerMessageHandler.processPlayerJoin]      /99.227.215.131 <S14> joins game as a player
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (14) 0 bytes
  INFO [UserController.apply]                        (S14)jagov808 joins the players
  INFO [Player.<init>]                               Creating (P14)jagov808
  INFO [GameModel.setRemoteUser]                     (P14)jagov808 is a remote Player
  INFO [GameController.apply]                        (P13)Rhodan chat: need 2 mins
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: ok
  INFO [GameController.apply]                        (P14)jagov808 chat: me too, need to shake off my bad play 
  INFO [GameController.apply]                        (P12)Lenin chat: ok.....me too, brb
  INFO [GameController.apply]                        (P14)jagov808 chat: and pour some welsh whiskey 
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: mulesball should pre-roll 
  INFO [GameController.apply]                        (P10)MulesBalls chat: im smoking half j and rolling another for rd6
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  WARNING [Server.receiveMessages]                   Server: TCP receive failed from /54.214.39.13 <>. java.io.IOException: An established connection was aborted by the software in your host machine
  INFO [Server.removeClient]                         Server: Removing client /54.214.39.13 <> with id 1e24d994-c3ab-483e-8f9e-db55e14cd1ef
  INFO [Server.sendMessages]                         Server: Closing connection to removed client /54.214.39.13 <>
  INFO [Server.acceptClients]                        Server: Accepted client /84.142.40.36 id 40692086-da3f-46e1-b36e-0266013e1312
  INFO [ServerMessageHandler.processJoin]            Server: Client /84.142.40.36 <S11> joins
  INFO [Client.receiveTCPMessages]                   Client: Join (11) 38 bytes
  INFO [Player.<init>]                               Creating (P0)Spectator
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [GameModel.setRemoteUser]                     (S11)Akhran is a remote Spectator
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S11)Akhran (ID: 101331)
  INFO [Server.acceptClientJoin]                     Server: Join accepted for /84.142.40.36 <S11>
  INFO [GameModelSerializer.serializeModel]          Packed game model to 7441 bytes
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S11)Akhran (ID 101331)
  INFO [GameLobbyPhase$MasterListener.apply]         No statistics available for (S11)Akhran (ID 101331)
  INFO [Server.initUdp]                              Server: Client /84.142.40.36 <S11> requests UDP address /84.142.40.36:6261
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [GameController.apply]                        (P12)Lenin chat: hi
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (11) 0 bytes
  INFO [MasterClient.logSend]                        MasterClient: Sending User Left ID 101331 user number 11
  INFO [ConnectedClient.removeUser]                  Server: Removing user 11 from /84.142.40.36 <S11>
  INFO [Server.removeClient]                         Server: Removing client /84.142.40.36 <> with id 40692086-da3f-46e1-b36e-0266013e1312
  INFO [Server.sendMessages]                         Server: Closing connection to removed client /84.142.40.36 <>
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [GameLobbyPhase.apply]                        Starting Game - All players want to continue
  INFO [GameModel.updatePlayerRankOrder]             Random rank order: (P13)Rhodan (P14)jagov808 (P10)MulesBalls (P12)Lenin 
  INFO [MasterClient.logSend]                        MasterClient: Sending Start Game
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 282
  INFO [GameController.beginNextPhase]               --------- INTRO #0 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (79ms) <P13> 203ms (360ms) <P14> 78ms (78ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 137
  INFO [GameController.beginNextPhase]               --------- SUMMARY #0 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (79ms) <P13> 219ms (360ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6079528716028389782
  INFO [GameModel.updatePlayerRankOrder]             Random rank order: (P12)Lenin (P10)MulesBalls (P14)jagov808 (P13)Rhodan 
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 47497552
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $1000 Plots: 0 Assets: 170 Total: 1170
  INFO [SummaryPhase2.begin]                         (P13)Rhodan 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 Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 254
  INFO [GameController.beginNextPhase]               --------- INTRO #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (93ms) <P13> 219ms (375ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 76
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 219ms (375ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 375ms 28 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 0 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 0: Mountain3 (0,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 20: Mountain3 (2,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 28: Plain (2,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 6 frames, rountrip 0ms, max 203ms
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 30: River (4,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 326
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 187ms (343ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 47
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 187ms (343ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4863069160417436063
  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 (P12)Lenin (rank 1)
  INFO [Player.useFood]                              (P12)Lenin has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 45
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 172ms (235ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,3) with Food factory
  INFO [DevelopmentMessenger.showMessage]            Lenin caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P12)Lenin got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [GameModel.buyAssay]                          (P12)Lenin got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2309
  INFO [GameModel.gamble]                            (P12)Lenin gambles $50, max: 47.5, left: 1.9191022, fraction 0.04040215
  INFO [DevelopmentMessenger.showMessage]            Lenin won $50 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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 457
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8622000726387643610
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 2)
  INFO [Player.useFood]                              (P10)MulesBalls has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 64
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (0,0) with Smithore factory
  INFO [GameModel.buyAssay]                          (P10)MulesBalls got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found High amounts of Crystite
  INFO [GameModel.buyAssay]                          (P10)MulesBalls got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [GameModel.buyAssay]                          (P10)MulesBalls got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2375
  INFO [Mule.runAway]                                Mule runs away for (P10)MulesBalls
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 432
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 172ms (203ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1763272698901110825
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 3)
  INFO [Player.useFood]                              (P14)jagov808 has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 53
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 172ms (203ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile River (4,3) with Food factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: 1 high is top river
  INFO [GameController.apply]                        (P10)MulesBalls chat: 100%
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 1739
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $78, max: 47.5, left: 13.619225, fraction 0.2867205
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $78 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 402
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 172ms (188ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 953228829646553714
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              No event frist round
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 4)
  INFO [Player.useFood]                              (P13)Rhodan has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 64
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 172ms (188ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 14 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain3 (2,2) with Food factory
  INFO [GameController.apply]                        (P14)jagov808 chat: 1 high is chiliwack 100%
  INFO [GameModel.buyAssay]                          (P13)Rhodan got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [DevelopmentMessenger.showMessage]            Rhodan caught the Mountain Wampus and got $100
  INFO [GameModel.buyAssay]                          (P13)Rhodan got an assay bot
  INFO [DevelopmentMessenger.showMessage]            No Crystite found
  INFO [GameModel.buyAssay]                          (P13)Rhodan got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found High amounts of Crystite
  INFO [GameModel.buyAssay]                          (P13)Rhodan got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)Rhodan finishes on update 2439
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 588
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (203ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 9222336632284093355
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 103
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (219ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7710080850828090214
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 2 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 2 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 2 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 2 energy and needs 1 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 5 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 0 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 3 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 2 food, 0 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 4 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 0 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 2 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 2 food, 0 energy, 0 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 186
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (234ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (234ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8317854589932455028
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $50
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $3
  INFO [Shop.printPriceFactor]                       Smithore shop: 8, mules potentially available: 13, mules needed: 4
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 48%
  INFO [Shop.printPriceFactor]                       Smithore buy price $53 sell price $88
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 1high top river
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $1053
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 4 critical: 0 surplus: 4 money: $625
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 0 critical: 0 surplus: 0 money: $1025
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 0 critical: 0 surplus: 0 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 60
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (203ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 1
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: 100%
  INFO [GameController.apply]                        (P10)MulesBalls chat: , 1 high left
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81299996 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 187ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Lenin (P13)Rhodan (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls 
  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]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy a plot guys
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: i cant
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $53 (4 units for $212)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 217
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 187ms (203ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1120360254232936097
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $48
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $140 sell price $280
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 0 critical: 0 surplus: 0 money: $1053
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $837
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 0 critical: 0 surplus: 0 money: $1025
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 0 critical: 0 surplus: 0 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 34
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 187ms (203ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 1
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $140 (0 units for $0)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 28
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (203ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3514143048221573334
  INFO [Shop.calcBuySellPrice]                       Current Food price $30
  INFO [Shop.printPriceFactor]                       Food shop: 8, total: 20, needed: 12
  INFO [Shop.printPriceFactor]                       Food is decreased to 70%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: plots start at 150
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 5 critical: 3 surplus: 2 money: $1053
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 1 critical: 3 surplus: -2 money: $837
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 3 critical: 3 surplus: 0 money: $1025
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 3 critical: 3 surplus: 0 money: $975
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 172
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (344ms) <P14> 78ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 1
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81299996 seconds
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [AbstractAuctionPhase.apply]                  Choose direction arrived after countdown finished
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P14)jagov808 
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 187ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P14)jagov808 
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P14)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $49 (6 units for $295)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 370
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 187ms (203ms) <P14> 93ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2831191426455935667
  INFO [Shop.calcBuySellPrice]                       Current Energy price $25
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 12, needed: 8
  INFO [Shop.printPriceFactor]                       Energy is decreased to 75%
  INFO [Shop.printPriceFactor]                       Energy buy price $10 sell price $45
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 1 critical: 2 surplus: -1 money: $1148
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 1 critical: 2 surplus: -1 money: $691
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 1 critical: 2 surplus: -1 money: $1025
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 1 critical: 2 surplus: -1 money: $826
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 143
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 187ms (344ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 1
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81299996 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 187ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 329ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan (P14)jagov808 
  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 [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Rhodan rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [GameController.apply]                        (P10)MulesBalls chat: land
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 329ms
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 362
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $45 (8 units for $360)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 200
  INFO [GameController.beginNextPhase]               --------- SUMMARY #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (79ms) <P13> 172ms (203ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1525101999575937927
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 47034128
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $1148 Plots: 1 Assets: 252 Total: 1900
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 3 Energy: 1 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1025 Plots: 1 Assets: 252 Total: 1777
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 3 Energy: 1 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $466 Plots: 1 Assets: 759 Total: 1725
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 6 Energy: 9 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $691 Plots: 1 Assets: 351 Total: 1542
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 4 Energy: 1 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 $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $140
  INFO [SummaryPhase2.begin]                         Shop Smithore: 2 units $53
  INFO [SummaryPhase2.begin]                         Shop Food: 4 units $49
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $45
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $100
  INFO [SummaryPhase2.begin]                         Colony total: 6944
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 18
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (79ms) <P13> 203ms (344ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 6 frames, rountrip 0ms, max 203ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 344ms 26 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 6 frames, rountrip 0ms, max 203ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 11: Plain (3,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 6 frames, rountrip 0ms, max 203ms
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 15 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 15: Mountain3 (7,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 6 frames, rountrip 0ms, max 203ms
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 32: Plain (1,4)
  INFO [GameController.apply]                        (P10)MulesBalls chat: sorry rho, no land for u grab high
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 33: Plain (2,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 455
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (79ms) <P13> 188ms (313ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 55
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 203ms (344ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 578580243648686996
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.10738617
  INFO [PlayerEventPhase.begin]                      Event player: (P14)jagov808 (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 [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P14)jagov808 has 1 food and needs 3 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 126
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 203ms (360ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 11 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (3,1) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 902
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $51, max: 47.5, left: 1.1264191, fraction 0.023714086
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $51 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 225
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 188ms (313ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6918614599149156830
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.12039292
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Lenin (rank 2)
  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 [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P12)Lenin has 6 food and needs 3 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 179
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 188ms (234ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 11 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: make tite
  INFO [GameController.apply]                        (P14)jagov808 chat: well played sir
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,3) with Energy factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,4) with Energy factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: rho is too good these days
  INFO [GameController.apply]                        (P14)jagov808 chat: tite
  INFO [GameController.apply]                        (P14)jagov808 chat: why no tite production 
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2244
  INFO [GameModel.gamble]                            (P12)Lenin gambles $60, max: 47.5, left: 2.6191015, fraction 0.05513898
  INFO [DevelopmentMessenger.showMessage]            Lenin won $60 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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 532
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (203ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6619025959459749765
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.53817296
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 3)
  INFO [Player.useFood]                              (P13)Rhodan has 6 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 58
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (203ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 11 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: i gave rho left high as a christmas gift
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameController.apply]                        (P14)jagov808 chat: if my people went to the trouble of sending me a package i wouldnt dishonor them by not making tite 
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,4) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Rhodan caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P13)Rhodan undevelops tile Mountain3 (2,2)
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain3 (2,2) with Smithore factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)Rhodan finishes on update 1687
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $92, max: 47.5, left: 14.399242, fraction 0.30314195
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $92 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [GameController.apply]                        (P10)MulesBalls chat: len messed up
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 352
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (187ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2654665846239906898
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.59909415
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 4)
  INFO [Player.useFood]                              (P10)MulesBalls has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 57
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (187ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 11 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (7,1) with Energy factory
  INFO [GameModel.buyAssay]                          (P10)MulesBalls got an assay bot
  INFO [DevelopmentMessenger.showMessage]            Found High amounts of Crystite
  INFO [GameModel.buyAssay]                          (P10)MulesBalls got an assay bot
  INFO [GameController.apply]                        (P14)jagov808 chat: communists do have trouble with economics 
  INFO [DevelopmentMessenger.showMessage]            Found Low amounts of Crystite
  INFO [DevelopmentMessenger.showMessage]            MulesBalls caught the Mountain Wampus and got $100
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $63, max: 47.5, left: 6.6190977, fraction 0.13934943
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $63 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2082
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 512
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (188ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (188ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6216852493849216998
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 1 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 1 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 3 energy and needs 0 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 9 energy and needs 2 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 4 food, 3 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 0 food, 1 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 0 food, 8 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 0 food, 0 energy, 4 smithore, 3 crystite
  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 [ProductionPhase.logProduction]               (P14)jagov808 produced 5 food, 2 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 0 food, 0 energy, 1 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 0 food, 7 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 0 food, 0 energy, 4 smithore, 3 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 277
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 172ms (219ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: FIRE_IN_STORE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4476101004369798801
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 66
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 172ms (219ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -511057869094353462
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $53
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-8
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 10, mules needed: 4
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 55%
  INFO [Shop.printPriceFactor]                       Smithore buy price $42 sell price $77
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $1049
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 1 critical: 0 surplus: 1 money: $704
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 0 critical: 0 surplus: 0 money: $910
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 4 critical: 0 surplus: 4 money: $408
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 82
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 172ms (219ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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: ChooseDirection (13) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.828 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $42 (0 units for $0)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 68
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 188ms (219ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3102397068690959243
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $140
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $76 sell price $216
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 0 critical: 0 surplus: 0 money: $1049
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $704
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 0 critical: 0 surplus: 0 money: $910
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 3 critical: 0 surplus: 3 money: $408
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 54
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 188ms (219ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81200004 seconds
  INFO [GameController.apply]                        (P10)MulesBalls chat: thought len was euro
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  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.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $76 (0 units for $0)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 192
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 188ms (219ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1273266410841464080
  INFO [Shop.calcBuySellPrice]                       Current Food price $49
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 10, needed: 12
  INFO [Shop.printPriceFactor]                       Food is increased to 115%
  INFO [Shop.printPriceFactor]                       Food buy price $41 sell price $76
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 5 critical: 3 surplus: 2 money: $1049
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 1 critical: 3 surplus: -2 money: $704
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 2 critical: 3 surplus: -1 money: $910
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 2 critical: 3 surplus: -1 money: $408
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 183
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 188ms (328ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81200004 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: he hails from the land of missing teeth
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (12) 0 bytes
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 360
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: england?
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $101 (1 units for $101)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 314
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 172ms (328ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3543607159447062400
  INFO [Shop.calcBuySellPrice]                       Current Energy price $45
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 18, needed: 8
  INFO [Shop.printPriceFactor]                       Energy is decreased to 58%
  INFO [Shop.printPriceFactor]                       Energy buy price $11 sell price $46
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P14)jagov808 chat: yes sir 
  INFO [GameController.apply]                        (P10)MulesBalls chat: thought goh was the token englishman here
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 2 critical: 2 surplus: 0 money: $1150
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 0 critical: 2 surplus: -2 money: $603
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 10 critical: 1 surplus: 9 money: $910
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 6 critical: 3 surplus: 3 money: $408
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 181
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (93ms) <P13> 172ms (313ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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 [GameController.apply]                        (P10)MulesBalls chat: oh so 2!
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.828 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 313ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P13)Rhodan 
  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 [GameController.apply]                        (P14)jagov808 chat: but now he is in canuckistan
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 172ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 172ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $179 (1 units for $179)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 371
  INFO [GameController.beginNextPhase]               --------- SUMMARY #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 172ms (172ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 572401566759626577
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 48149496
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1089 Plots: 2 Assets: 1983 Total: 4072
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 2 Energy: 9 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $408 Plots: 2 Assets: 1917 Total: 3325
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 2 Energy: 6 Smithore: 4 Crystite: 3
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $1150 Plots: 2 Assets: 907 Total: 3057
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 4 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $424 Plots: 2 Assets: 618 Total: 2042
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 2 Energy: 1 Smithore: 1 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 $76
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $42
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $101
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $179
  INFO [SummaryPhase2.begin]                         Shop mules: 10 $80
  INFO [SummaryPhase2.begin]                         Colony total: 12496
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: grab a med for good luck len!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 24
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 172ms (188ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 313ms 24 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 2: Plain (3,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 13 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 13: Plain (6,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 23: Plain (1,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 24: Mountain2 (3,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 389
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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 3
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy a med!
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan (P14)jagov808 
  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]                        (P14)jagov808 chat: i will buy lenin's med
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P14)jagov808 bought the plot for $1068
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #2
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 510
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $1008
  INFO [AbstractAuctionController.begin]             Begin auction id 4
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy a dud
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan (P14)jagov808 
  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.0 (owner 10)
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: ?
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 280
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (172ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7278473012648174128
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.26022893
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Lenin (rank 1)
  INFO [PlayerEventPhase.begin]                      Event: FlyingCatBugs
  INFO [PlayerEventPhase$1.finished]                 Event Message: Flying Cat-Bugs ate the roof off your house. Repairs cost $100
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P12)Lenin has 2 food and needs 3 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 160
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: len drunk early tonight?
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,4) with Food factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: nrg 200
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,3) with Food factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Mountain2 (3,3) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            Lenin caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 1685
  INFO [GameModel.gamble]                            (P12)Lenin gambles $52, max: 47.5, left: 0.7327633, fraction 0.015426596
  INFO [DevelopmentMessenger.showMessage]            Lenin won $52 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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 513
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 187ms (204ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5125054431713239028
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.58260155
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 2)
  INFO [Player.useFood]                              (P13)Rhodan has 2 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 82
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 188ms (250ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: dont make nrg!
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,3) with Food factory
  INFO [DevelopmentMessenger.showMessage]            Rhodan caught the Mountain Wampus and got $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)Rhodan finishes on update 1441
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $55, max: 47.5, left: 14.112896, fraction 0.2971136
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $55 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 453
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 188ms (204ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3890337693554501918
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.47408628
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 3)
  INFO [Player.useFood]                              (P14)jagov808 has 4 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: go tite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 69
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 188ms (203ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $100
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (3,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2401
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 719
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (188ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4476078500165916534
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.46644157
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 4)
  INFO [Player.useFood]                              (P10)MulesBalls has 2 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 85
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (188ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 9 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (0,0) with Food factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (6,1) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            MulesBalls caught the Mountain Wampus and got $100
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $51, max: 47.5, left: 4.4927597, fraction 0.09458441
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $51 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 1474
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 395
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (187ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (187ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6682198765170236693
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 2 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 1 energy and needs 1 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 9 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 6 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 4 food, 3 energy, 0 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 1 food, 6 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 6 food, 1 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 2 food, 0 energy, 4 smithore, 3 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: damn
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [GameController.apply]                        (P10)MulesBalls chat: jag got last high!
  INFO [GameController.apply]                        (P10)MulesBalls chat: nice!
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 2 food, 1 energy, 0 smithore, 4 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 2 food, 5 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 4 food, 2 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 2 food, 0 energy, 4 smithore, 3 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 251
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (281ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PLANET_QUAKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1267207758247268592
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 2highs touch!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 106
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (297ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8471119612763967696
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $42
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $1
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 6, mules needed: 5
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 88%
  INFO [Shop.printPriceFactor]                       Smithore buy price $51 sell price $86
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P14)jagov808 chat: i needed that to be a med 
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $2
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 1 critical: 0 surplus: 1 money: $495
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 0 critical: 0 surplus: 0 money: $1061
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 6 critical: 0 surplus: 6 money: $458
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 81
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 203ms (328ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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 [GameController.apply]                        (P10)MulesBalls chat: u can win
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: now the vultures will attack me
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.781 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: and my land 
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 297ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $51 (1 units for $51)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 309
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 203ms (297ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3773745495997946209
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $76
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $60 sell price $200
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 60!
  INFO [GameController.apply]                        (P10)MulesBalls chat: hold
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 2 critical: 0 surplus: 2 money: $2
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 0 critical: 0 surplus: 0 money: $1010
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 4 critical: 0 surplus: 4 money: $458
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 85
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 219ms (297ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.781 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 297ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan (P14)jagov808 
  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)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 297ms
  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 [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $64 (6 units for $384)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 317
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (109ms) <P13> 188ms (219ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2759506968316926721
  INFO [Shop.calcBuySellPrice]                       Current Food price $101
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 11, needed: 12
  INFO [Shop.printPriceFactor]                       Food is increased to 107%
  INFO [Shop.printPriceFactor]                       Food buy price $93 sell price $128
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 3 critical: 3 surplus: 0 money: $130
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 2 critical: 3 surplus: -1 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 4 critical: 3 surplus: 1 money: $626
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 2 critical: 3 surplus: -1 money: $714
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 181
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (93ms) <P13> 188ms (266ms) <P14> 93ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (13) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81200004 seconds
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [AbstractAuctionPhase.apply]                  Choose direction arrived after countdown finished
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P13)Rhodan (P14)jagov808 
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P13)Rhodan (P14)jagov808 
  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 [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Rhodan rank 2 takes over trade from seller Lenin rank 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: plots!
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $93 (4 units for $372)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 383
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 188ms (266ms) <P14> 78ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5581496687385841100
  INFO [Shop.calcBuySellPrice]                       Current Energy price $179
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 17, needed: 12
  INFO [Shop.printPriceFactor]                       Energy is decreased to 78%
  INFO [Shop.printPriceFactor]                       Energy buy price $125 sell price $160
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: who gets to  buy land?
  INFO [GameController.apply]                        (P10)MulesBalls chat: nrg decides
  INFO [GameController.apply]                        (P14)jagov808 chat: not me
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 1 critical: 3 surplus: -2 money: $130
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 5 critical: 2 surplus: 3 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 8 critical: 3 surplus: 5 money: $905
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 3 critical: 4 surplus: -1 money: $807
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 197
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 188ms (266ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81200004 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)Rhodan (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P12)Lenin 
  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)Lenin auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 281ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $125 (9 units for $1125)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 308
  INFO [GameController.beginNextPhase]               --------- SUMMARY #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 188ms (250ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2621959506165727646
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 48950832
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1655 Plots: 3 Assets: 983 Total: 4138
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 1 Energy: 2 Smithore: 1 Crystite: 6
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $807 Plots: 3 Assets: 1079 Total: 3386
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 1 Energy: 3 Smithore: 6 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $921 Plots: 3 Assets: 666 Total: 3087
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 2 Energy: 2 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $130 Plots: 4 Assets: 684 Total: 2814
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 3 Energy: 1 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 6 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $64
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $51
  INFO [SummaryPhase2.begin]                         Shop Food: 4 units $93
  INFO [SummaryPhase2.begin]                         Shop Energy: 9 units $125
  INFO [SummaryPhase2.begin]                         Shop mules: 6 $100
  INFO [SummaryPhase2.begin]                         Colony total: 13425
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: grab a med for good luck guys!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 25
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 219ms (281ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Reverse development order. 6 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 6 frames, rountrip 0ms, max 219ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 281ms 22 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 7 frames, rountrip 0ms, max 235ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 1: Plain (2,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 7 frames, rountrip 0ms, max 235ms
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 5 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 5: Plain (7,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 7 frames, rountrip 0ms, max 235ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 15: Plain (3,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 7 frames, rountrip 0ms, max 235ms
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 18: Mountain1 (7,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 7 frames, rountrip 0ms, max 235ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 376
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 235ms (281ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $752
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy 1
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan (P14)jagov808 
  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]                        (P14)jagov808 chat: good spot for rho 
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)Lenin bought the plot for $852
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #2
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 505
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $792
  INFO [AbstractAuctionController.begin]             Begin auction id 6
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan (P14)jagov808 
  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 [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P10)MulesBalls bought the plot for $808
  INFO [GameController.apply]                        (P10)MulesBalls chat: very nice
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 398
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (187ms) <P14> 79ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1098618621484872545
  INFO [Development.setPlayerOrder]                  Reverse development order. 6 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6156902
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 4)
  INFO [Player.useFood]                              (P14)jagov808 has 3 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 86
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (187ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P14)jagov808 undevelops tile Plain (3,0)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 545. End Update: 544
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (3,0) with Energy factory
  INFO [GameModel.developLand]                       (P14)jagov808 undevelops tile Plain (3,1)
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (3,0) with Crystite factory
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (3,1) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $200
  INFO [GameModel.sellMule]                          (P14)jagov808 sold a mule for $100
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2221
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $104, max: 47.5, left: 3.6791005, fraction 0.077454746
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $104 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 685
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (204ms) <P14> 93ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3820780459811121944
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.21512222
  INFO [PlayerEventPhase.begin]                      Event player: (P10)MulesBalls (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: WormInfestation
  INFO [PlayerEventPhase$1.finished]                 Event Message: The colony awarded you $200 for stopping the Wart Worm infestation
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: cash!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P10)MulesBalls has 2 food and needs 3 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 242
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (281ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (0,0) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (7,0) with Food factory
  INFO [DevelopmentMessenger.showMessage]            MulesBalls caught the Mountain Wampus and got $200
  INFO [GameModel.sellMule]                          (P10)MulesBalls sold a mule for $100
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $106, max: 47.5, left: 3.5527606, fraction 0.07479496
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $106 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 1991
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 653
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 172ms (281ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1188556671622050819
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.12523264
  INFO [PlayerEventPhase.begin]                      Event player: (P13)Rhodan (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: WanderingSpaceTraveler
  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 [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: make 230 ore guys
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P13)Rhodan has 1 food and needs 3 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 222
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 188ms (328ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [GameController.apply]                        (P10)MulesBalls chat: if u want to buy a plot next rd
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: like me
  INFO [GameController.apply]                        (P10)MulesBalls chat: 808 i payed
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,4) with Energy factory
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain1 (7,2) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)Rhodan finishes on update 959
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 82
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 188ms (313ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -18489727511384842
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.4270224
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 1)
  INFO [Player.useFood]                              (P12)Lenin has 1 food and needs 3 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 21
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 79ms (94ms) <P13> 188ms (313ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (3,2) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 927
  INFO [GameModel.gamble]                            (P12)Lenin gambles $102, max: 47.5, left: 0.62641954, fraction 0.01318778
  INFO [DevelopmentMessenger.showMessage]            Lenin won $102 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 74
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 188ms (422ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: METEORITE_STRIKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3092620614763556456
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 18
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (93ms) <P13> 188ms (422ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5361491554373926312
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 1 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 2 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 2 energy and needs 2 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 3 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 0 food, 3 energy, 0 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 2 food, 6 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 6 food, 6 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 2 food, 3 energy, 4 smithore, 2 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: grab that 1 jag
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 0 food, 3 energy, 0 smithore, 4 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 1 food, 7 energy, 3 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 4 food, 8 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 3 food, 3 energy, 3 smithore, 2 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 40
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 188ms (453ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 188ms (453ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7736087855124547171
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $51
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-17
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 3, mules needed: 8
  INFO [Shop.printPriceFactor]                       Smithore is increased to 225%
  INFO [Shop.printPriceFactor]                       Smithore buy price $98 sell price $133
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 98!
  INFO [GameController.apply]                        (P10)MulesBalls chat: land time
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $434
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 3 critical: 0 surplus: 3 money: $444
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 1 critical: 0 surplus: 1 money: $755
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 11 critical: 0 surplus: 11 money: $657
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 6
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 281ms (453ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.719 seconds
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [AbstractAuctionPhase.apply]                  Choose direction arrived after countdown finished
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P12)Lenin (P13)Rhodan 
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 8 frames, rountrip 0ms, max 281ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 453ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P12)Lenin (P13)Rhodan 
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 453ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin 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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 453ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 375ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 375ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 375ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 375ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 375ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 375ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $98 (15 units for $1470)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 46
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 188ms (375ms) <P14> 94ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8094184369539802602
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $64
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $112 sell price $252
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 112!
  INFO [GameController.apply]                        (P10)MulesBalls chat: profit!
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 4 critical: 0 surplus: 4 money: $434
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $738
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 6 critical: 0 surplus: 6 money: $853
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 2 critical: 0 surplus: 2 money: $1735
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 8
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 219ms (375ms) <P14> 94ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: x2
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.828 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 297ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P13)Rhodan (P14)jagov808 
  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]         (P13)Rhodan auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Player.increaseAuctionTeleportCount]         (P14)jagov808 auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 297ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: 60 last rd
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $112 (12 units for $1344)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 24
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 172ms (281ms) <P14> 94ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3979491553868730511
  INFO [Shop.calcBuySellPrice]                       Current Food price $93
  INFO [Shop.printPriceFactor]                       Food shop: 4, total: 12, needed: 16
  INFO [Shop.printPriceFactor]                       Food is increased to 125%
  INFO [Shop.printPriceFactor]                       Food buy price $101 sell price $136
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 101?
  INFO [GameController.apply]                        (P10)MulesBalls chat: shit
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 0 critical: 4 surplus: -4 money: $882
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 1 critical: 4 surplus: -3 money: $738
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 4 critical: 4 surplus: 0 money: $1525
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 3 critical: 4 surplus: -1 money: $1959
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 14
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 172ms (219ms) <P14> 94ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (13) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.828 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 266ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P13)Rhodan 
  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.calcRoundtripTime]      Auction uses roundtrip: 266ms
  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.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $136 (4 units for $544)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 18
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 172ms (266ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1182305545349048079
  INFO [Shop.calcBuySellPrice]                       Current Energy price $125
  INFO [Shop.printPriceFactor]                       Energy shop: 9, total: 30, needed: 13
  INFO [Shop.printPriceFactor]                       Energy is decreased to 58%
  INFO [Shop.printPriceFactor]                       Energy buy price $57 sell price $92
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 3 critical: 3 surplus: 0 money: $338
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 7 critical: 3 surplus: 4 money: $738
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 8 critical: 3 surplus: 5 money: $1525
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 3 critical: 4 surplus: -1 money: $1959
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 22
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 188ms (313ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.81200004 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 313ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)Rhodan (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P12)Lenin 
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 313ms
  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]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 313ms
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 313ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $57 (6 units for $344)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 27
  INFO [GameController.beginNextPhase]               --------- SUMMARY #4 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (78ms) <P13> 188ms (313ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -319320104496263556
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 48024144
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1639 Plots: 5 Assets: 1176 Total: 5315
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 4 Energy: 6 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $1900 Plots: 4 Assets: 1026 Total: 4926
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 3 Energy: 4 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $968 Plots: 5 Assets: 647 Total: 4115
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 1 Energy: 3 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $338 Plots: 5 Assets: 995 Total: 3833
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 4 Energy: 3 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 7 mules for 14 smithore and now has 10 mules
  INFO [Shop.buildMules]                             A mule now costs $190
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $112
  INFO [SummaryPhase2.begin]                         Shop Smithore: 1 units $98
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $136
  INFO [SummaryPhase2.begin]                         Shop Energy: 14 units $57
  INFO [SummaryPhase2.begin]                         Shop mules: 10 $190
  INFO [SummaryPhase2.begin]                         Colony total: 18189
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  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 [GameController.apply]                        (P10)MulesBalls chat: leave me the superhigh jag!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 22
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 188ms (281ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 281ms 22 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 5 frames, rountrip 0ms, max 188ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 2 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 2: Plain (5,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 6: Plain (1,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 172ms
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 10: Plain (8,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 187ms
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 13: Crater (6,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 5 frames, rountrip 0ms, max 187ms
  INFO [LandGrantPhase.moveToNextTile]               Land grant ends
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 384
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (281ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $768
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 5 frames, rountrip 0ms, max 187ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy rho!
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P13)Rhodan (P14)jagov808 
  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]                        (P10)MulesBalls chat: food is spiked right now!
  INFO [GameController.apply]                        (P10)MulesBalls chat: bot:prices
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P13)Rhodan bought the plot for $1700
  INFO [PlotSeller.generateNextColonyAuction]        Colony doesn't sell a plot
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 633
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 16ms (16ms) <P12> 79ms (94ms) <P13> 172ms (203ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2153571419862912525
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.47453463
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 1)
  INFO [Player.useFood]                              (P12)Lenin has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 97
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 16ms (16ms) <P12> 79ms (94ms) <P13> 172ms (203ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,3) with Smithore factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (1,2) with Food factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Mountain2 (3,3) with Smithore factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,4) with Energy factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: 101$ food
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (1,1) with Food factory
  INFO [GameModel.developLand]                       (P12)Lenin undevelops tile Plain (3,2)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (3,2) with Smithore factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2276
  INFO [GameModel.gamble]                            (P12)Lenin gambles $105, max: 47.5, left: 1.9791021, fraction 0.04166531
  INFO [DevelopmentMessenger.showMessage]            Lenin won $105 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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 704
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (16ms) <P12> 78ms (94ms) <P13> 187ms (203ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6774953388703478211
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.82551664
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 2)
  INFO [Player.useFood]                              (P13)Rhodan has 3 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 111
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (219ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P13)Rhodan undevelops tile Mountain1 (7,2)
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,3) with Energy factory
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile River (4,0) with Food factory
  INFO [DevelopmentMessenger.showMessage]            Rhodan caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain1 (7,2) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P13)Rhodan finishes on update 1870
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 736
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 172ms (188ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3601228228157410633
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.04839456
  INFO [PlayerEventPhase.begin]                      Event player: (P10)MulesBalls (rank 3)
  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 [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: cash!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P10)MulesBalls has 1 food and needs 4 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 228
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 78ms (94ms) <P13> 187ms (328ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (3,4) with Smithore factory
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $102, max: 47.5, left: 0.8648324, fraction 0.018206999
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $102 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 738
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 293
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (328ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8437972862610914304
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7056271
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 4)
  INFO [Player.useFood]                              (P14)jagov808 has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 95
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (94ms) <P13> 187ms (328ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 5 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: make tite
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 90. End Update: 89
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Crater (6,2) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (2,0) with Food factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2275
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $101, max: 47.5, left: 2.5191016, fraction 0.053033717
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $101 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 787
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 172ms (204ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 93ms (94ms) <P13> 172ms (204ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2565160975359871549
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 3 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 3 energy and needs 3 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 6 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 4 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 6 food, 3 energy, 0 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 2 food, 6 energy, 8 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 6 food, 3 energy, 11 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 5 food, 8 energy, 4 smithore, 0 crystite
  INFO [GameController.apply]                        (P14)jagov808 chat: oops
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 5 food, 2 energy, 0 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 4 food, 5 energy, 11 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 8 food, 2 energy, 9 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 4 food, 9 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 697
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (109ms) <P13> 219ms (343ms) <P14> 93ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PEST_ATTACK
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2461112701840491874
  INFO [GameController.apply]                        Client Synchronization OK
  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 (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 135
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10> 0ms (0ms) <P12> 94ms (109ms) <P13> 250ms (375ms) <P14> 93ms (140ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5851144133617557174
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $98
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $0
  INFO [Shop.printPriceFactor]                       Smithore shop: 1, mules potentially available: 4, mules needed: 7
  INFO [Shop.printPriceFactor]                       Smithore is increased to 156%
  INFO [Shop.printPriceFactor]                       Smithore buy price $153 sell price $188
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $134
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 11 critical: 0 surplus: 11 money: $955
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 9 critical: 0 surplus: 9 money: $1189
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 4 critical: 0 surplus: 4 money: $235
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: ?
  INFO [GameController.apply]                        (P10)MulesBalls chat: ?
  SEVERE [GameController.checkReadyTimeout]          Rhodan is not responding to continue
  INFO [GameController.apply]                        (P12)Lenin chat: ?
  INFO [GameController.apply]                        (P10)MulesBalls chat: oh rho
  INFO [GameController.apply]                        (P10)MulesBalls chat: hold ore for 230?
  INFO [GameController.apply]                        (P10)MulesBalls chat: ok
  WARNING [Server.receiveMessages]                   Server: TCP receive failed from /70.209.3.184 <P13>. java.io.IOException: An existing connection was forcibly closed by the remote host
  INFO [Server.removeClient]                         Server: Removing client /70.209.3.184 <P13> with id 81ff0944-7fa4-4004-9d00-832a6e7b256d
  INFO [ConnectedClient.removeUser]                  Server: Removing user 13 from /70.209.3.184 <P13>
  INFO [Server.sendMessages]                         Server: Closing connection to removed client /70.209.3.184 <>
  INFO [Client.receiveTCPMessages]                   Client: UserDisconnected (0) 4 bytes
  INFO [MasterClient.logSend]                        MasterClient: Sending User Left ID 11145 user number 13
  INFO [UserController.setAiPlayer]                  (P13)Rhodan is taken over by an AI player
  INFO [UserController.setAiPlayer]                  Rhodan is using the Adam's AI
  INFO [Server.addUserToClient]                      Server: /127.0.0.1 <P10> gets user number 13
  INFO [GameModel.setLocalUser]                      (P13)Rhodan is a local Player
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 906
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $153
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $150
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 5
  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]         (P13)Rhodan auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: rho got bumped
  INFO [GameController.apply]                        (P14)jagov808 chat: yup
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (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 [Shop.setAveragePrice]                        Smithore price set to average $153 (24 units for $3672)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 326
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3927078526820464856
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $112
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $116 sell price $256
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 3 critical: 0 surplus: 3 money: $134
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $2638
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 0 critical: 0 surplus: 0 money: $2566
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 0 critical: 0 surplus: 0 money: $847
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 109
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $88
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: now a bumpy road for me, canrt read bot
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer MulesBalls rank 3 takes over trade from buyer Lenin rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  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)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (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 [Shop.setAveragePrice]                        Crystite price set to average $116 (3 units for $348)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 335
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8151318687877114358
  INFO [Shop.calcBuySellPrice]                       Current Food price $136
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 16, needed: 16
  INFO [Shop.printPriceFactor]                       Food is increased to 100%
  INFO [Shop.printPriceFactor]                       Food buy price $121 sell price $156
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: i can read rhos moves
  INFO [GameController.apply]                        (P10)MulesBalls chat: 121!
  INFO [GameController.apply]                        (P10)MulesBalls chat: who got food?
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 5 critical: 4 surplus: 1 money: $482
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 4 critical: 4 surplus: 0 money: $2638
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 3 critical: 4 surplus: -1 money: $2566
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 4 critical: 4 surplus: 0 money: $847
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 210
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $156
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: lenin is the wildcard
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.89100003 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)Rhodan (P12)Lenin 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $156
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller jagov808 rank 4 takes over trade from seller MulesBalls rank 3
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $156
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P14)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $121 (2 units for $242)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 305
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6715760059012178723
  INFO [Shop.calcBuySellPrice]                       Current Energy price $57
  INFO [Shop.printPriceFactor]                       Energy shop: 14, total: 34, needed: 19
  INFO [Shop.printPriceFactor]                       Energy is decreased to 67%
  INFO [Shop.printPriceFactor]                       Energy buy price $23 sell price $58
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: lenin got tite
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 2 critical: 5 surplus: -3 money: $603
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 5 critical: 4 surplus: 1 money: $2759
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 3 critical: 6 surplus: -3 money: $2445
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 10 critical: 4 surplus: 6 money: $847
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 238
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 5
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 110ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $58 (11 units for $638)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 356
  INFO [GameController.beginNextPhase]               --------- SUMMARY #5 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1032182618576837095
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 48040192
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $2643 Plots: 6 Assets: 1219 Total: 6862
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 3 Energy: 7 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $2097 Plots: 6 Assets: 1541 Total: 6638
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 4 Energy: 9 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $1137 Plots: 6 Assets: 1174 Total: 5311
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 4 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $429 Plots: 6 Assets: 1249 Total: 4678
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 4 Energy: 5 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 $300
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $116
  INFO [SummaryPhase2.begin]                         Shop Smithore: 5 units $153
  INFO [SummaryPhase2.begin]                         Shop Food: 1 units $121
  INFO [SummaryPhase2.begin]                         Shop Energy: 8 units $58
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $300
  INFO [SummaryPhase2.begin]                         Colony total: 23489
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: wtf?
  INFO [GameController.apply]                        (P10)MulesBalls chat: why me?
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 22
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan is using the LP to pick tiles.
  INFO [LandGrantActuator.getAdamTile]               AI: Rhodan wants River (4,1)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Try to agree on tiles to claim.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 110ms 12 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 1 frame 7
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 1: Mountain1 (6,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase.update]                       (P13)Rhodan pressed at plot 5 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 5: River (4,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 8: Plain (5,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 10: Plain (0,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 342
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1640
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan originally valued the plot at $2327
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan targets price $96
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  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: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 2 frames, rountrip 0ms, max 78ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: ill grab
  INFO [GameController.apply]                        (P10)MulesBalls chat: no choice
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  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]                        (P14)jagov808 chat: thanks
  INFO [GameController.apply]                        (P14)jagov808 chat: the colony appreciates your efforts
  INFO [GameController.apply]                        (P14)jagov808 chat: you're a good man
  INFO [GameController.apply]                        (P10)MulesBalls chat: lenin should have stayed down
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P10)MulesBalls bought the plot for $2160
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 635
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $2100
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan originally valued the plot at $1877
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan targets price $96
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [GameController.apply]                        (P10)MulesBalls chat: nobuy
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  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.0 (owner 10)
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 368
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 110ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1248506057731169953
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.09008151
  INFO [PlayerEventPhase.begin]                      Event player: (P10)MulesBalls (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 $300 to clean it up
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: no i can make tite finally
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Player.useFood]                              (P10)MulesBalls has 3 food and needs 4 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 247
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (109ms) <P14> 110ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 4 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls undevelops tile Mountain3 (3,4)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (7,1) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (7,1) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain1 (6,0) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            MulesBalls caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (5,1) with Food factory
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2095
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 785
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 125ms (219ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1150016841230574559
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.4546309
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 2)
  INFO [Player.useFood]                              (P12)Lenin 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 111
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 140ms (219ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 4 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: i got tite out1
  INFO [GameController.apply]                        (P10)MulesBalls chat: sweet
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,3) with Energy factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: finally rd6
  INFO [GameController.apply]                        (P10)MulesBalls chat: half the game no tite
  INFO [GameController.apply]                        (P14)jagov808 chat: lol
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (0,3) with Food factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: now i need it to biuy land
  INFO [GameModel.buyAssay]                          (P12)Lenin got an assay bot
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2375
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 934
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 141ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2987556552030212707
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7189358
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 3)
  INFO [Player.useFood]                              (P13)Rhodan 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 114
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 141ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 4 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 2099.0 from previous solution.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 15ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 5084.0
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 5 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (1,3) into Food from Energy
  INFO [DevelopmentPlanner.finalizePlan]             	2. make plot (1,4) into Food from Energy
  INFO [DevelopmentPlanner.finalizePlan]             	3. make plot (7,2) into Energy from Food
  INFO [DevelopmentPlanner.finalizePlan]             	4. make plot (4,1) into Food from Empty
  INFO [DevelopmentPlanner.finalizePlan]             	5. make plot (8,1) into Energy from Empty
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (1,3): Energy --> Food
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain1 (7,2): Food --> Energy
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (1,4): Energy --> Food
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (8,1): Empty --> Energy
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying River (4,1): Empty --> Food
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameController.apply]                        (P14)jagov808 chat: round six is time to light up 
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,3) with Food factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameController.apply]                        (P10)MulesBalls chat: im back in it i think
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain1 (7,2) with Energy factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,4) with Food factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameController.apply]                        (P10)MulesBalls chat: got tite on the go go now
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (8,1) with Energy factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile River (4,1) with Food factory
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testHuntWampus]          AI: Rhodan not enough time to assay.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan not enough time to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [GameController.apply]                        (P14)jagov808 chat: ive got more tite than i can handle
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $122, max: 47.5, left: 5.9990983, fraction 0.1262968
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $122 in the pub
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan gambled and can't do more actions.
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 2075
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [GameController.apply]                        (P10)MulesBalls chat: u got 2 highs jag!
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 889
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 125ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -491339875366324701
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.41296643
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 4)
  INFO [Player.useFood]                              (P14)jagov808 has 4 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: use it
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 128
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 125ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 4 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 269. End Update: 268
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 385. End Update: 384
  INFO [GameController.apply]                        (P10)MulesBalls chat: 3meds too!
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (3,1) with Crystite factory
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (5,2) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P14)jagov808 undevelops tile Plain (2,0)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 1681. End Update: 1680
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (2,0) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2354
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $101, max: 47.5, left: 0.91910315, fraction 0.01934954
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $101 in the pub
  INFO [GameController.apply]                        (P10)MulesBalls chat: mega tite
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 840
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4449213933885060688
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 5 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 7 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 9 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 5 energy and needs 5 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 4 food, 3 energy, 0 smithore, 18 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 4 food, 3 energy, 6 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 11 food, 8 energy, 6 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 20 food, 4 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [GameController.apply]                        (P10)MulesBalls chat: igot 3units!
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 5 food, 3 energy, 0 smithore, 16 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 7 food, 3 energy, 5 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 7 food, 11 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 22 food, 6 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 296
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: FIRE_IN_STORE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7113066006858402902
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 107
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4777068629465339906
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $153
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $2
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 9, mules needed: 7
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 83%
  INFO [Shop.printPriceFactor]                       Smithore buy price $130 sell price $165
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $255
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 5 critical: 0 surplus: 5 money: $8
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 4 critical: 0 surplus: 4 money: $1797
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 4 critical: 0 surplus: 4 money: $609
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 99
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 6
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $130
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $130
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy my ore
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.89100003 seconds
  INFO [AbstractAuctionPhase.apply]                  Choose direction arrived after countdown finished
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan 
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [AbstractAuctionPhase.apply]                  Choose direction arrived after countdown finished
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan 
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 110ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 7
  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]         (P13)Rhodan auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 110ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: 230
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  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]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: fuck
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $130 (9 units for $1170)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 303
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5087885922904364692
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $116
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $60 sell price $200
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: i need cash for mules
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 16 critical: 0 surplus: 16 money: $255
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 3 critical: 0 surplus: 3 money: $658
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 0 critical: 0 surplus: 0 money: $627
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 0 critical: 0 surplus: 0 money: $1129
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 98
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 6
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $88
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: 300 each
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 110ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)Rhodan (P12)Lenin 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $60 (14 units for $840)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 400
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4627991906019475925
  INFO [Shop.calcBuySellPrice]                       Current Food price $121
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 41, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 54%
  INFO [Shop.printPriceFactor]                       Food buy price $51 sell price $86
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: let rho buy a plot
  INFO [GameController.apply]                        (P10)MulesBalls chat: he will need it
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 5 critical: 4 surplus: 1 money: $915
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 7 critical: 4 surplus: 3 money: $838
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 7 critical: 4 surplus: 3 money: $87
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 22 critical: 4 surplus: 18 money: $1129
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 285
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 110ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 6
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.875 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 125ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 188ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 188ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 188ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $51
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 188ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $51 (24 units for $1224)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 420
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 110ms (188ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2684572160350589492
  INFO [Shop.calcBuySellPrice]                       Current Energy price $58
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 28, needed: 24
  INFO [Shop.printPriceFactor]                       Energy is decreased to 89%
  INFO [Shop.printPriceFactor]                       Energy buy price $37 sell price $72
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: fire soon
  INFO [GameController.apply]                        (P10)MulesBalls chat: store full of food
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 3 critical: 6 surplus: -3 money: $915
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 5 critical: 6 surplus: -1 money: $991
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 14 critical: 6 surplus: 8 money: $240
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 6 critical: 6 surplus: 0 money: $2047
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 268
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (250ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 6
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $52
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.89100003 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  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 [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $52
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $89 (1 units for $89)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 393
  INFO [GameController.beginNextPhase]               --------- SUMMARY #6 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4406791976640405472
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 48044904
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $329 Plots: 7 Assets: 4161 Total: 7990
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 4 Energy: 13 Smithore: 13 Crystite: 9
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $2047 Plots: 7 Assets: 1258 Total: 6805
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 4 Energy: 6 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $991 Plots: 8 Assets: 1209 Total: 6200
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 4 Energy: 5 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $826 Plots: 7 Assets: 1596 Total: 5922
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 5 Energy: 4 Smithore: 0 Crystite: 5
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 9 mules
  INFO [Shop.buildMules]                             A mule now costs $260
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $60
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $130
  INFO [SummaryPhase2.begin]                         Shop Food: 24 units $51
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $89
  INFO [SummaryPhase2.begin]                         Shop mules: 9 $260
  INFO [SummaryPhase2.begin]                         Colony total: 26917
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  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 (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 34
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan is using the LP to pick tiles.
  INFO [LandGrantActuator.getAdamTile]               AI: Rhodan wants Plain (8,2)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Try to agree on tiles to claim.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 141ms 14 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 0 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 0: Plain (1,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 2: Mountain1 (0,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [LandGrantPhase.moveToNextTile]               Overtime: 3
  INFO [LandGrantPhase.update]                       (P13)Rhodan pressed at plot 5 frame 4
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 5: Plain (8,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 7: Plain (6,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 3 frames, rountrip 0ms, max 109ms
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 336
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 109ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1572
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan originally valued the plot at $1475
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan targets price $1472
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  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]                        (P10)MulesBalls chat: nobuy
  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.0 (owner 10)
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 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: 338
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (93ms) <P14> 109ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -541152404151989972
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.34889632
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 1)
  INFO [Player.useFood]                              (P12)Lenin 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 118
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (93ms) <P14> 110ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 3 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.sellMule]                          (P12)Lenin sold a mule for $260
  INFO [GameModel.developLand]                       (P12)Lenin undevelops tile Plain (0,3)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (0,3) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Lenin caught the Mountain Wampus and got $200
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2407
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 883
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 141ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3317283886917561
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.37397712
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 2)
  INFO [Player.useFood]                              (P13)Rhodan 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 117
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 141ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 3 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 1617.0 from previous solution.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 78ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 3596.0
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 4 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (4,1) into Energy from Food
  INFO [DevelopmentPlanner.finalizePlan]             	2. make plot (1,3) into Energy from Food
  INFO [DevelopmentPlanner.finalizePlan]             	3. make plot (1,4) into Energy from Food
  INFO [DevelopmentPlanner.finalizePlan]             	4. make plot (8,2) into Energy from Empty
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying River (4,1): Food --> Energy
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (1,3): Food --> Energy
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (1,4): Food --> Energy
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (8,2): Empty --> Energy
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  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.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile River (4,1) with Energy factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,3) with Energy factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (1,4) with Energy factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (8,2) with Energy factory
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testHuntWampus]          AI: Rhodan not enough time to assay.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan not enough time to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 2375
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 795
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 141ms (188ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1755350777618457536
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.8853082
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 3)
  INFO [Player.useFood]                              (P10)MulesBalls 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 110
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 141ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 3 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (5,1) with Energy factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (3,4) with Smithore factory
  INFO [DevelopmentMessenger.showMessage]            MulesBalls caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (6,1) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (5,0) with Energy factory
  INFO [GameModel.developLand]                       (P10)MulesBalls undevelops tile Plain (6,1)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (7,1) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (6,1) with Crystite factory
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $119, max: 47.5, left: 5.5990987, fraction 0.11787576
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $119 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2138
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 734
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 141ms (218ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7915656347759640657
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.41918707
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 4)
  INFO [Player.useFood]                              (P14)jagov808 has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: fillplots for 230
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 152
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 141ms (282ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 3 mountains, reward is $200
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 343. End Update: 342
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (0,4) with Energy factory
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $200
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Crater (6,2) with Energy factory
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (6,3) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2098
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $105, max: 47.5, left: 6.459098, fraction 0.13598101
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $105 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 765
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 109ms (312ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 109ms (312ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4671756580135475192
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 4 energy and needs 4 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 5 energy and needs 6 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 13 energy and needs 5 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 6 energy and needs 2 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 4 food, 19 energy, 0 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 2 food, 8 energy, 13 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 6 food, 8 energy, 6 smithore, 1 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 4 food, 32 energy, 4 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 5 food, 19 energy, 0 smithore, 12 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 2 food, 7 energy, 15 smithore, 1 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 6 food, 7 energy, 6 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 5 food, 30 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 292
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 109ms (313ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PLANET_QUAKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1905714625285201482
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 159
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 218ms (375ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 932552365599473215
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $130
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $8
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 4, mules needed: 6
  INFO [Shop.printPriceFactor]                       Smithore is increased to 138%
  INFO [Shop.printPriceFactor]                       Smithore buy price $187 sell price $222
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 187
  INFO [GameController.apply]                        (P10)MulesBalls chat: 230 next rd1
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $561
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 7 critical: 0 surplus: 7 money: $615
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 16 critical: 0 surplus: 16 money: $454
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 2 critical: 0 surplus: 2 money: $1662
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 117
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 218ms (375ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $187
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $110
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: nice
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.875 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 125ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 5
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 313ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 120ms
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin 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 [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $187 (23 units for $4301)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 465
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (93ms) <P14> 234ms (328ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8973967678620877056
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $60
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $120 sell price $260
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 120!
  INFO [GameController.apply]                        (P10)MulesBalls chat: len1
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 10 critical: 0 surplus: 10 money: $561
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $1924
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 9 critical: 0 surplus: 9 money: $3446
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 0 critical: 0 surplus: 0 money: $1662
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 91
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 141ms (328ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $88
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: len won1
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.85899997 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 4 frames, rountrip 0ms, max 141ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller jagov808 rank 4 takes over trade from seller Lenin rank 1
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Player.increaseAuctionTeleportCount]         (P14)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 328ms
  INFO [GameController.apply]                        (P14)jagov808 chat: but he aint got not tite
  INFO [GameController.apply]                        (P10)MulesBalls chat: 2500lead!
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (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 [Shop.setAveragePrice]                        Crystite price set to average $120 (19 units for $2280)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 311
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 125ms (328ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4521191970265224174
  INFO [Shop.calcBuySellPrice]                       Current Food price $51
  INFO [Shop.printPriceFactor]                       Food shop: 24, total: 43, needed: 16
  INFO [Shop.printPriceFactor]                       Food is decreased to 53%
  INFO [Shop.printPriceFactor]                       Food buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: he got plots1
  INFO [GameController.apply]                        (P10)MulesBalls chat: now
  INFO [GameController.apply]                        (P14)jagov808 chat: he's titeless
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 6 critical: 4 surplus: 2 money: $1761
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 2 critical: 4 surplus: -2 money: $1924
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 6 critical: 4 surplus: 2 money: $4526
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 5 critical: 4 surplus: 1 money: $1662
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 267
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 125ms (234ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.89100003 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 234ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 4 takes over trade from buyer MulesBalls rank 3
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 4 takes over trade from buyer MulesBalls rank 3
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 4 takes over trade from buyer MulesBalls rank 3
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 4 takes over trade from buyer MulesBalls rank 3
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 344ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 265ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $50 (7 units for $350)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 465
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 125ms (265ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7463313131456298612
  INFO [Shop.calcBuySellPrice]                       Current Energy price $89
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 72, needed: 21
  INFO [Shop.printPriceFactor]                       Energy is decreased to 47%
  INFO [Shop.printPriceFactor]                       Energy buy price $27 sell price $62
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: he got 1 med and a whole gaggle of lows
  INFO [GameController.apply]                        (P10)MulesBalls chat: he can win easy
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 19 critical: 5 surplus: 14 money: $1711
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 7 critical: 7 surplus: 0 money: $1774
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 13 critical: 6 surplus: 7 money: $4376
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 33 critical: 3 surplus: 30 money: $1712
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 304
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 125ms (219ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 7
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.875 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 125ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $42
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 219ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: where is he? fullscreen?
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $62 (27 units for $1674)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 469
  INFO [GameController.beginNextPhase]               --------- SUMMARY #7 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6255295357018439251
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 51633544
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $3880 Plots: 8 Assets: 2397 Total: 10277
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 9 Energy: 21 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $3386 Plots: 8 Assets: 1626 Total: 9012
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 4 Energy: 6 Smithore: 2 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $905 Plots: 8 Assets: 3139 Total: 8044
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 7 Energy: 32 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $1402 Plots: 9 Assets: 1861 Total: 7763
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 5 Energy: 13 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 $370
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $120
  INFO [SummaryPhase2.begin]                         Shop Smithore: 3 units $187
  INFO [SummaryPhase2.begin]                         Shop Food: 18 units $50
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $62
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $370
  INFO [SummaryPhase2.begin]                         Colony total: 35096
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: guys to busy thinking his ass off he cant chat
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 46
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 93ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan is using the LP to pick tiles.
  INFO [LandGrantActuator.getAdamTile]               AI: Rhodan wants Mountain2 (5,3)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Try to agree on tiles to claim.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 2 frames, rountrip 0ms, max 93ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 110ms 12 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 2 frames, rountrip 0ms, max 93ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 0 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 0: Plain (8,0)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 93ms
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 1: Plain (2,1)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 93ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 2: Plain (0,2)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase.update]                       (P13)Rhodan pressed at plot 3 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 3: Mountain2 (5,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 305
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $776
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan originally valued the plot at $1625
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan targets price $1624
  INFO [AbstractAuctionController.begin]             Begin auction id 11
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  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: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy and win len!
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  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 [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1604 (changed $-20)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1636 (changed $32)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1648 (changed $12)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1680 (changed $32)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1660 (changed $-20)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1712 (changed $52)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1772 (changed $60)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1756 (changed $-16)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1776 (changed $20)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1808 (changed $32)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1820 (changed $12)
  INFO [GameController.apply]                        (P10)MulesBalls chat: buylen!!
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1864 (changed $44)
  INFO [GameController.apply]                        (P10)MulesBalls chat: ?
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1864 (changed $0)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1828 (changed $-36)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: Rhodan new price $1848 (changed $20)
  INFO [GameController.apply]                        (P10)MulesBalls chat: no bot1
  INFO [SlickLogSystem.info]                         Local players finished auction
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)Lenin bought the plot for $1468
  INFO [GameController.apply]                        (P10)MulesBalls chat: close1
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 784
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 141ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [PlotSeller.beginAuction]                     Land auction price: $1408
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan originally valued the plot at $1061
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan targets price $1060
  INFO [AbstractAuctionController.begin]             Begin auction id 12
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy more!
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 4 frames, rountrip 0ms, max 141ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  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]                        (P14)jagov808 chat: 2 plots for lenin
  INFO [GameController.apply]                        (P14)jagov808 chat: nice
  INFO [GameController.apply]                        (P10)MulesBalls chat: he won
  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.0 (owner 10)
  INFO [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [AbstractLandAuctionPhase.buyLand]            (P12)Lenin bought the plot for $1420
  INFO [GameController.apply]                        (P10)MulesBalls chat: he will win in plots
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 482
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 141ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2010005968100733897
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.13888162
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Lenin (rank 1)
  INFO [PlayerEventPhase.begin]                      Event: LostPlot
  INFO [PlayerEventPhase$1.finished]                 Event Message: You lost a plot of land because the claim was not recorded
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: hes acting like pap with the plots and not talking
  INFO [GameController.apply]                        (P10)MulesBalls chat: gay
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Player.useFood]                              (P12)Lenin has 9 food and needs 4 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 252
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 141ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: oh fuck!
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (7,3) with Food factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: he buy too much, game hates that
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (0,2) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            Lenin caught the Mountain Wampus and got $300
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2402
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1004
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 83
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (16ms) <P12> 94ms (109ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7085319095040084676
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.21418798
  INFO [PlayerEventPhase.begin]                      Event player: (P13)Rhodan (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: MuleLostBolt
  INFO [PlayerEventPhase$1.finished]                 Event Message: One of your M.U.L.E.s lost a bolt. Repairs cost you $225
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P14)jagov808 chat: need 2 min at summary to refil drink 
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Player.useFood]                              (P13)Rhodan has 4 food and needs 4 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 275
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 94ms (109ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 2756.0 from previous solution.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 1437ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 3550.9999999999995
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 4 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (8,1) into Smithore from Energy
  INFO [DevelopmentPlanner.finalizePlan]             	2. make plot (7,2) into Smithore from Energy
  INFO [DevelopmentPlanner.finalizePlan]             	3. make plot (8,2) into Smithore from Energy
  INFO [DevelopmentPlanner.finalizePlan]             	4. make plot (5,3) into Smithore from Empty
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (8,1): Energy --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain1 (7,2): Energy --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (8,2): Energy --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain2 (5,3): Empty --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: ok
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameController.apply]                        (P14)jagov808 chat: may take less time
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (8,1) with Smithore factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [GameController.apply]                        (P10)MulesBalls chat: make the tite u need, and the tite u want
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain1 (7,2) with Smithore factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (8,2) with Smithore factory
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan developed a tile but is short on time: 7.499097
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActuator.doEndingActions]         AI: Rhodan needs to sell his mule before doing anything else!
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameModel.sellMule]                          (P13)Rhodan sold a mule for $420
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testHuntWampus]          AI: Rhodan not enough time to assay.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan not enough time to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $153, max: 47.5, left: 1.8991022, fraction 0.0399811
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $153 in the pub
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan gambled and can't do more actions.
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 2280
  INFO [GameController.apply]                        (P14)jagov808 chat: i feel like lenin is busy talking to pirates rather than us
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 170
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (16ms) <P12> 79ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7530664797614893115
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.3106038
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 3)
  INFO [Player.useFood]                              (P14)jagov808 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 25
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: hes busy trying tobust a nut over this win over rho
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (0,4) with Crystite factory
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (2,1) with Crystite factory
  INFO [DevelopmentMessenger.showMessage]            jagov808 caught the Mountain Wampus and got $300
  INFO [GameModel.developLand]                       (P14)jagov808 undevelops tile Crater (6,2)
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Crater (6,2) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2416
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 152
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 93ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2306739877931416211
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6269045
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 4)
  INFO [Player.useFood]                              (P10)MulesBalls has 5 food and needs 4 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: i hate snobs, mostly english snobs
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 16
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 93ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 1 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (1,0) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (7,0) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (8,0) with Food factory
  INFO [DevelopmentMessenger.showMessage]            MulesBalls caught the Mountain Wampus and got $300
  INFO [GameController.apply]                        (P14)jagov808 chat: are we just lulling him into complacency with this talk of him winning, when its pretty clear that a native born canadian will win?
  INFO [GameModel.developLand]                       (P10)MulesBalls undevelops tile Plain (6,1)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (6,1) with Smithore factory
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2871
  INFO [Mule.runAway]                                Mule runs away for (P10)MulesBalls
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 136
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SUNSPOT_ACTIVITY
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7209340431812812273
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: nice!
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 20
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7426094861239226771
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: i need nrg
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 32 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 13 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 21 energy and needs 7 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 6 energy and needs 5 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 4 food, 12 energy, 0 smithore, 30 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 2 food, 14 energy, 37 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 11 food, 14 energy, 6 smithore, 3 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 4 food, 22 energy, 15 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 4 food, 10 energy, 0 smithore, 30 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 4 food, 15 energy, 33 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 9 food, 13 energy, 6 smithore, 5 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 4 food, 21 energy, 8 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 40
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7311297025349459316
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $187
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-6
  INFO [Shop.printPriceFactor]                       Smithore shop: 3, mules potentially available: 8, mules needed: 6
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 81%
  INFO [Shop.printPriceFactor]                       Smithore buy price $146 sell price $181
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $635
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 33 critical: 0 surplus: 33 money: $467
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 6 critical: 0 surplus: 6 money: $7
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 10 critical: 0 surplus: 10 money: $3239
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 20
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $146
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $90
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 110ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 5
  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 [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: fire due
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $146 (49 units for $7154)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 42
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 78ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -2971717380187641681
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $120
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $76 sell price $216
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: hold tites
  INFO [GameController.apply]                        (P10)MulesBalls chat: for 144
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 30 critical: 0 surplus: 30 money: $635
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $5285
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 5 critical: 0 surplus: 5 money: $883
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 0 critical: 0 surplus: 0 money: $4699
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 18
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $88
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: its due also
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  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]         (P12)Lenin auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (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 [Shop.setAveragePrice]                        Crystite price set to average $76 (15 units for $1140)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 20
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1729439933750867820
  INFO [Shop.calcBuySellPrice]                       Current Food price $50
  INFO [Shop.printPriceFactor]                       Food shop: 18, total: 45, 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 [GameController.apply]                        (P10)MulesBalls chat: i luv tite
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 6 critical: 5 surplus: 1 money: $1395
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 5 critical: 5 surplus: 0 money: $4145
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 12 critical: 5 surplus: 7 money: $1263
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 4 critical: 5 surplus: -1 money: $4699
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 16
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer Rhodan rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer Rhodan rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer Rhodan rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer Rhodan rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer MulesBalls rank 4 takes over trade from buyer jagov808 rank 3
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $14
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $14
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 140ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $50 (12 units for $600)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 28
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (140ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -1056507802495216001
  INFO [Shop.calcBuySellPrice]                       Current Energy price $62
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 94, needed: 31
  INFO [Shop.printPriceFactor]                       Energy is decreased to 50%
  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]               (P14)jagov808 Energy: 29 critical: 8 surplus: 21 money: $1295
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 19 critical: 9 surplus: 10 money: $3695
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 24 critical: 8 surplus: 16 money: $1613
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 22 critical: 6 surplus: 16 money: $4649
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 23
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (16ms) <P12> 78ms (78ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 8
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $31
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (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 [Shop.setAveragePrice]                        Energy price set to average $51 (11 units for $561)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 26
  INFO [GameController.beginNextPhase]               --------- SUMMARY #8 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 8873853270859589322
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 49001728
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $3695 Plots: 10 Assets: 3809 Total: 12504
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 14 Energy: 19 Smithore: 0 Crystite: 15
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $5210 Plots: 9 Assets: 1566 Total: 11276
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 5 Energy: 11 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $887 Plots: 9 Assets: 4847 Total: 10234
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 8 Energy: 37 Smithore: 0 Crystite: 20
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1460 Plots: 10 Assets: 2467 Total: 8927
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 5 Energy: 27 Smithore: 0 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 7 mules for 14 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $290
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $76
  INFO [SummaryPhase2.begin]                         Shop Smithore: 38 units $146
  INFO [SummaryPhase2.begin]                         Shop Food: 13 units $50
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $51
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $290
  INFO [SummaryPhase2.begin]                         Colony total: 42941
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: jags drink
  INFO [GameController.apply]                        (P10)MulesBalls chat: get off fullscreen len!
  INFO [GameController.apply]                        (P12)Lenin chat: forgot
  INFO [GameController.apply]                        (P10)MulesBalls chat: you act like little lord fauntlaroy
  INFO [GameController.apply]                        (P14)jagov808 chat: ready?
  INFO [GameController.apply]                        (P10)MulesBalls chat: len?
  INFO [GameController.apply]                        (P12)Lenin chat: who me......i have been on the phone long distance
  INFO [GameController.apply]                        (P10)MulesBalls chat: oh
  INFO [GameController.apply]                        (P12)Lenin chat: rdy
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 88
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan is using the LP to pick tiles.
  INFO [LandGrantActuator.getAdamTile]               AI: Rhodan wants Plain (5,4)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Try to agree on tiles to claim.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 1 frames, rountrip 16ms, max 78ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 94ms 11 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 1 frames, rountrip 16ms, max 78ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P10)MulesBalls pressed at plot 0 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P10)MulesBalls is granted tile 0: Plain (8,3)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 1 frames, rountrip 16ms, max 78ms
  INFO [LandGrantPhase.update]                       (P13)Rhodan pressed at plot 2 frame 2
  INFO [LandGrantPhase.claimPlot]                    (P13)Rhodan is granted tile 2: Plain (5,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 1 frames, rountrip 16ms, max 78ms
  INFO [LandGrantPhase.claimPlot]                    (P14)jagov808 is granted tile 3: Plain (6,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 1 frames, rountrip 16ms, max 78ms
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 4: Mountain1 (7,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 1 frames, rountrip 16ms, max 78ms
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 313
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (94ms) <P14> 78ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [PlotSeller.generateNextColonyAuction]        Colony sells plot #1
  INFO [PlotSeller.beginAuction]                     Starting auction set
  INFO [PlotSeller.beginAuction]                     Land auction price: $1384
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan originally valued the plot at $639
  INFO [LandAuctionActuator.beginLandAuction]        AI: Rhodan targets price $636
  INFO [AbstractAuctionController.begin]             Begin auction id 13
  INFO [GameController.apply]                        (P10)MulesBalls chat: ill buy
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  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: Synchronized (10) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandAuctionStart is delivered in 1 frames, rountrip 16ms, max 78ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  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 [AbstractLandAuctionPhase.update]             Reached final auction state
  INFO [Client.receiveTCPMessages]                   Client: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [AbstractLandAuctionPhase.buyLand]            (P10)MulesBalls bought the plot for $1464
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 700
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (16ms) <P12> 78ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 437939425909822463
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.41131055
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 1)
  INFO [Player.useFood]                              (P10)MulesBalls has 14 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 129
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 94ms (140ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (7,1) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (6,1) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (7,0) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (8,0) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile River (4,4) with Food factory
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $155, max: 47.5, left: 1.2791028, fraction 0.02692848
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $155 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2311
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [GameController.apply]                        (P14)jagov808 chat: someone should be documenting this moment for all the kids out there
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 975
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 156ms (375ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4422389932640562243
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6505406
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 2)
  INFO [Player.useFood]                              (P13)Rhodan 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 141
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 157ms (375ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 1931.0 from previous solution.
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [GameController.apply]                        (P14)jagov808 chat: I need someone to write my memoirs
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 3014ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 2395.9999999999995
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 5 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (8,1) into Crystite from Smithore
  INFO [DevelopmentPlanner.finalizePlan]             	2. make plot (7,2) into Crystite from Smithore
  INFO [DevelopmentPlanner.finalizePlan]             	3. make plot (8,2) into Crystite from Smithore
  INFO [DevelopmentPlanner.finalizePlan]             	4. make plot (5,3) into Crystite from Empty
  INFO [DevelopmentPlanner.finalizePlan]             	5. make plot (5,4) into Crystite from Empty
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (8,1): Smithore --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain1 (7,2): Smithore --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (8,2): Smithore --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain2 (5,3): Empty --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (5,4): Empty --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [GameController.apply]                        (P14)jagov808 chat: How I won with only 10 spots
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameController.apply]                        (P14)jagov808 chat: the Jagov808 story 
  INFO [GameController.apply]                        (P10)MulesBalls chat: get len to do it during games
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (8,1) with Crystite factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain1 (7,2) with Crystite factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [GameController.apply]                        (P10)MulesBalls chat: hes good with talking on phone AND playing mule
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (8,2) with Crystite factory
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan developed a tile but is short on time: 5.319099
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActuator.doEndingActions]         AI: Rhodan needs to sell his mule before doing anything else!
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameModel.sellMule]                          (P13)Rhodan sold a mule for $365
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan not enough time to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 2375
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 169
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 109ms (234ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5008355526332952701
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.83930683
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 3)
  INFO [Player.useFood]                              (P14)jagov808 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 23
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 125ms (234ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 264. End Update: 263
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (6,3) with Crystite factory
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (5,2) with Crystite factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy ore store for the win
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile Plain (6,4) with Crystite factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 2203
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $157, max: 47.5, left: 3.4391007, fraction 0.07240212
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $157 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 132
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6656284072666883081
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.43089163
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 4)
  INFO [Player.useFood]                              (P12)Lenin 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 20
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 94ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: first make tite
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Mountain1 (7,4) with Smithore factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: bot made tite
  INFO [GameController.apply]                        (P10)MulesBalls chat: sign of  144 next
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (1,2) with Crystite factory
  INFO [GameController.apply]                        (P14)jagov808 chat: rho back in charge 
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (1,1) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Mountain1 (0,1) with Crystite factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: rho may win in tites
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2375
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 155
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 79ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: METEORITE_STRIKE
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 114883159828719300
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 25
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 79ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7311263281635914101
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 37 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 19 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 27 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 11 energy and needs 5 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 4 food, 0 energy, 0 smithore, 49 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 4 food, 8 energy, 19 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 2 food, 8 energy, 11 smithore, 9 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 4 food, 13 energy, 4 smithore, 11 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: no, len has won
  INFO [GameController.apply]                        (P10)MulesBalls chat: shit!
  INFO [GameController.apply]                        (P12)Lenin chat: sweeeet
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 5 food, 0 energy, 0 smithore, 46 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 4 food, 9 energy, 19 smithore, 13 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 2 food, 9 energy, 14 smithore, 5 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 3 food, 15 energy, 4 smithore, 11 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 54
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 78ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 78ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 3902563159472411588
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $146
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $4
  INFO [Shop.printPriceFactor]                       Smithore shop: 38, mules potentially available: 29, mules needed: 6
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $68 sell price $103
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: buy store
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $554
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 19 critical: 0 surplus: 19 money: $1946
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 14 critical: 0 surplus: 14 money: $555
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 4 critical: 0 surplus: 4 money: $5135
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: or sell me ore
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 14
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 78ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $68
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $70
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.922 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 78ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 93ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 120ms
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 93ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  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]         (P12)Lenin auction teleport count: 1
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $99 (19 units for $1889)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 45
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 93ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6911247507206290451
  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 [GameController.apply]                        (P10)MulesBalls chat: 128!
  INFO [GameController.apply]                        (P10)MulesBalls chat: holding tite is fun!
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 66 critical: 0 surplus: 66 money: $554
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 28 critical: 0 surplus: 28 money: $572
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 5 critical: 0 surplus: 5 money: $40
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 11 critical: 0 surplus: 11 money: $5479
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 8
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 78ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $128
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: jag may do this
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.922 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 78ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 5
  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)Lenin auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #22
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #23
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #24
  INFO [GameController.apply]                        (P10)MulesBalls chat: unless ore 230 soon
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #44
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #45
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #46
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #47
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #48
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #49
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #50
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #51
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #52
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #53
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #54
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #55
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #56
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #57
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #58
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #59
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #60
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #61
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #62
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #63
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #64
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #65
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #66
  INFO [Player.increaseAuctionTeleportCount]         (P14)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 125ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $128 (110 units for $14080)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 32
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 93ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4165368589977721572
  INFO [Shop.calcBuySellPrice]                       Current Food price $50
  INFO [Shop.printPriceFactor]                       Food shop: 13, total: 34, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 69%
  INFO [Shop.printPriceFactor]                       Food buy price $20 sell price $55
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 7 critical: 5 surplus: 2 money: $9002
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 9 critical: 5 surplus: 4 money: $4156
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 2 critical: 5 surplus: -3 money: $680
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 3 critical: 5 surplus: -2 money: $6887
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 16
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 78ms (93ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.922 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 78ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 93ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)Rhodan (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer Rhodan rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer Rhodan rank 2
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer Rhodan rank 2
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $19
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 120ms
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $19
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 93ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $20
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 93ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $21
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $22
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 93ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $55 (9 units for $495)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 42
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 93ms (187ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -649777184459513599
  INFO [Shop.calcBuySellPrice]                       Current Energy price $51
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 82, needed: 36
  INFO [Shop.printPriceFactor]                       Energy is decreased to 58%
  INFO [Shop.printPriceFactor]                       Energy buy price $15 sell price $50
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 21 critical: 11 surplus: 10 money: $8837
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 17 critical: 10 surplus: 7 money: $4321
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 24 critical: 9 surplus: 15 money: $460
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 20 critical: 6 surplus: 14 money: $6777
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 22
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 93ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 9
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.907 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 93ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 172ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer MulesBalls rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer MulesBalls rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer jagov808 rank 3 takes over trade from buyer MulesBalls rank 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Lenin rank 4 takes over trade from seller Rhodan rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Seller Lenin rank 4 takes over trade from seller Rhodan rank 2
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #19
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #20
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #21
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $30
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 157ms
  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.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Energy price set to average $50 (21 units for $1050)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 38
  INFO [GameController.beginNextPhase]               --------- SUMMARY #9 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (172ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2199862954567260002
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 44814568
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $7787 Plots: 10 Assets: 3925 Total: 16712
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 10 Energy: 42 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $4321 Plots: 12 Assets: 5632 Total: 15953
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 6 Energy: 17 Smithore: 33 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $7427 Plots: 10 Assets: 1455 Total: 13882
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 5 Energy: 7 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $860 Plots: 11 Assets: 4111 Total: 10471
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 6 Energy: 16 Smithore: 19 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 4 mules for 8 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $190
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $128
  INFO [SummaryPhase2.begin]                         Shop Smithore: 15 units $99
  INFO [SummaryPhase2.begin]                         Shop Food: 7 units $55
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $50
  INFO [SummaryPhase2.begin]                         Shop mules: 14 $190
  INFO [SummaryPhase2.begin]                         Colony total: 57018
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 24
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (157ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan Not enough tiles, grab any tile.
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase$2.finished]                   Grace duration 125ms 13 frames (6 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [LandGrantPhase.apply]                        Starting land grant
  INFO [LandGrantPhase.update]                       (P13)Rhodan pressed at plot 0 frame 1
  INFO [LandGrantPhase.claimPlot]                    (P12)Lenin is granted tile 0: Plain (8,4)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 2 frames, rountrip 0ms, max 94ms
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 184
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 107
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7483791260317291283
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6209771
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 1)
  INFO [Player.useFood]                              (P14)jagov808 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 155
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 336. End Update: 335
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 424
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $225, max: 47.5, left: 39.019806, fraction 0.8214696
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $225 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 346
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 110ms (157ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8490299209244541784
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.86891794
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 2)
  INFO [Player.useFood]                              (P10)MulesBalls has 6 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P14)jagov808 chat: i shouldnt have bought food
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 133
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 110ms (157ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameController.apply]                        (P14)jagov808 chat: men with 10 plots dont need food
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain1 (6,0) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (8,0) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (8,3) with Energy factory
  INFO [GameModel.gamble]                            (P10)MulesBalls gambles $153, max: 47.5, left: 3.8191004, fraction 0.08040211
  INFO [DevelopmentMessenger.showMessage]            MulesBalls won $153 in the pub
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2184
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 946
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 171ms (297ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1111397890985672767
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.6150254
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 3)
  INFO [Player.useFood]                              (P13)Rhodan 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 132
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 171ms (297ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 2466.0 from previous solution.
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 3030ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 3148.9999999999995
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 3 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (2,2) into Crystite from Smithore
  INFO [DevelopmentPlanner.finalizePlan]             	2. make plot (5,3) into Crystite from Empty
  INFO [DevelopmentPlanner.finalizePlan]             	3. make plot (5,4) into Crystite from Empty
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain3 (2,2): Smithore --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain2 (5,3): Empty --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (5,4): Empty --> Crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameController.apply]                        (P10)MulesBalls chat: tite 144 now
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain3 (2,2) with Crystite factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [GameController.apply]                        (P10)MulesBalls chat: bot makes more!
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain2 (5,3) with Crystite factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameController.apply]                        (P10)MulesBalls chat: i go ore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameController.apply]                        (P14)jagov808 chat: rho is back in spirit
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (5,4) with Crystite factory
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan is assaying River (4,0).
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: Assay
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToAssayStore
  INFO [GameModel.buyAssay]                          (P13)Rhodan got an assay bot
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: Assay
  INFO [DevelopmentMessenger.showMessage]            Found High amounts of Crystite
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan not enough time to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $156, max: 47.5, left: 3.0191011, fraction 0.063560024
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $156 in the pub
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan gambled and can't do more actions.
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 2224
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 156
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (93ms) <P14> 156ms (422ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7600451352260821838
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.13487118
  INFO [PlayerEventPhase.begin]                      Event player: (P12)Lenin (rank 4)
  INFO [PlayerEventPhase.begin]                      Event: MuseumBoughtComputer
  INFO [PlayerEventPhase$1.finished]                 Event Message: The museum bought your antique personal computer for $600
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: rho wants your win jag
  INFO [GameController.apply]                        (P10)MulesBalls chat: ill buy store
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Player.useFood]                              (P12)Lenin has 6 food and needs 5 food
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 33
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (16ms) <P12> 78ms (93ms) <P14> 125ms (266ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (8,4) with Energy factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,4) with Crystite factory
  INFO [GameController.apply]                        (P14)jagov808 chat: rho cant complain about his bot, this is a premium bot working for him 
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (2,3) with Crystite factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Crater (1,2) with Crystite factory
  INFO [GameController.apply]                        (P10)MulesBalls chat: bigtime
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2375
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 114
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -8249992106426711670
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: acid!
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 44
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2157252680574460332
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 42 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 17 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 16 energy and needs 11 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 7 energy and needs 7 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 5 food, 0 energy, 0 smithore, 49 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 5 food, 10 energy, 14 smithore, 19 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 3 food, 2 energy, 11 smithore, 29 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 5 food, 9 energy, 0 smithore, 22 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 4 food, 0 energy, 0 smithore, 50 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 5 food, 10 energy, 13 smithore, 18 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 3 food, 2 energy, 13 smithore, 25 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 6 food, 11 energy, 0 smithore, 25 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 52
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 94ms (157ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 94ms (157ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5339694819669129223
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $99
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $5
  INFO [Shop.printPriceFactor]                       Smithore shop: 15, mules potentially available: 16, mules needed: 1
  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 [GameController.apply]                        (P10)MulesBalls chat: buy all
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 0 critical: 0 surplus: 0 money: $8012
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 46 critical: 0 surplus: 46 money: $4184
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 32 critical: 0 surplus: 32 money: $830
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 0 critical: 0 surplus: 0 money: $6978
  INFO [Client.receiveTCPMessages]                   Client: Ready (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]               --------- AUCTION_SMITHORE #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 16ms (16ms) <P12> 78ms (78ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 16 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $38
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $50
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 16ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin 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 [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Smithore price set to average $90 (15 units for $1350)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 18
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (16ms) <P12> 78ms (94ms) <P14> 94ms (157ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4123264168633251370
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $128
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $148 sell price $288
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: see?
  INFO [GameController.apply]                        (P10)MulesBalls chat: it knew
  INFO [GameController.apply]                        (P14)jagov808 chat: 148!
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 50 critical: 0 surplus: 50 money: $7832
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 18 critical: 0 surplus: 18 money: $3824
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 25 critical: 0 surplus: 25 money: $20
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 25 critical: 0 surplus: 25 money: $6978
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 23
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $148
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 110ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P13)Rhodan (P12)Lenin (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 5
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: MulesBalls: tite 144 now MulesBalls: bot makes more! MulesBalls: i go ore jagov808: rho is bac
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: jag won
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #9
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #10
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #11
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #12
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #13
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #14
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #15
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #16
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #17
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  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 [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #25
  INFO [Player.increaseAuctionTeleportCount]         (P12)Lenin auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #26
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #27
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #28
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #29
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #30
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #31
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] New seller enters shop line
  INFO [SlickLogSystem.info]                         Transaction #32
  INFO [SlickLogSystem.info]                         Transaction #33
  INFO [SlickLogSystem.info]                         Transaction #34
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #35
  INFO [SlickLogSystem.info]                         Transaction #36
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #37
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #38
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #39
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #40
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #41
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #42
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #43
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #44
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #45
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: 9g lead!
  INFO [SlickLogSystem.info]                         Transaction #46
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #47
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #48
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #49
  INFO [Player.increaseAuctionTeleportCount]         (P10)MulesBalls auction teleport count: 1
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #50
  INFO [Player.increaseAuctionTeleportCount]         (P14)jagov808 auction teleport count: 1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $148 (118 units for $17464)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 28
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (204ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6736103762859605789
  INFO [Shop.calcBuySellPrice]                       Current Food price $55
  INFO [Shop.printPriceFactor]                       Food shop: 7, total: 30, needed: 20
  INFO [Shop.printPriceFactor]                       Food is decreased to 75%
  INFO [Shop.printPriceFactor]                       Food buy price $26 sell price $61
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 7 critical: 5 surplus: 2 money: $15232
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 6 critical: 5 surplus: 1 money: $6488
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 4 critical: 5 surplus: -1 money: $3720
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 6 critical: 5 surplus: 1 money: $10678
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 12
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $26
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $26
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Player.increaseAuctionTeleportCount]         (P13)Rhodan auction teleport count: 1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer Lenin rank 4 takes over trade from buyer MulesBalls rank 2
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $26
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $26
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $26
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #5
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $36
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #6
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $41
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #7
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $49
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.playerTransactionCount] Adding transaction grace time 80ms
  INFO [SlickLogSystem.info]                         Transaction #8
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $62
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [AbstractAuctionPhase.storeClosed]            Store closed. Current max tick: 362
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 141ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $61 (8 units for $488)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 30
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -5647745021725341632
  INFO [Shop.calcBuySellPrice]                       Current Energy price $50
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 57, needed: 41
  INFO [Shop.printPriceFactor]                       Energy is decreased to 79%
  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]               (P14)jagov808 Energy: 24 critical: 11 surplus: 13 money: $15232
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 16 critical: 10 surplus: 6 money: $6488
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 6 critical: 12 surplus: -6 money: $3232
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 11 critical: 8 surplus: 3 money: $10739
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 16
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (266ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 10
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $39
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.89 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 110ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 250ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $39
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $39
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 157ms
  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.0 (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 [Shop.setAveragePrice]                        Energy price set to average $59 (2 units for $118)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 28
  INFO [GameController.beginNextPhase]               --------- SUMMARY #10 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -994674353689201543
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 47710224
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $15232 Plots: 10 Assets: 3298 Total: 23530
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 7 Energy: 24 Smithore: 2 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $6488 Plots: 12 Assets: 7130 Total: 19618
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 6 Energy: 16 Smithore: 50 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $10857 Plots: 10 Assets: 1961 Total: 17818
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 5 Energy: 9 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $3114 Plots: 12 Assets: 6314 Total: 15428
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 12 Energy: 8 Smithore: 41 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 9 mules
  INFO [Shop.buildMules]                             A mule now costs $180
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $148
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $90
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $61
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $59
  INFO [SummaryPhase2.begin]                         Shop mules: 9 $180
  INFO [SummaryPhase2.begin]                         Colony total: 76394
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  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 (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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 26
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan Not enough tiles, grab any tile.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [GameController.beginNextPhase]               Forcibly ending uncompleted phase transition
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 2
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (78ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 84
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4386797443311499507
  INFO [Development.setPlayerOrder]                  Normal development order. 9 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.74348927
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 1)
  INFO [Player.useFood]                              (P14)jagov808 has 7 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 141
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P14)jagov808 undevelops tile River (4,3)
  INFO [AvatarCommandStream.update]                  Needs to buffer more frames. Update: 355. End Update: 354
  INFO [GameController.apply]                        (P10)MulesBalls chat: ore 230 now?
  INFO [GameModel.developLand]                       (P14)jagov808 develops tile River (4,3) with Energy factory
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 1043
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $248, max: 47.5, left: 26.639523, fraction 0.5608321
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $248 in the pub
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 549
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 370762546861588588
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.5585861
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 2)
  INFO [Player.useFood]                              (P10)MulesBalls 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 135
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls undevelops tile Mountain3 (3,4)
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (8,3) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (0,0) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (1,0) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (3,4) with Crystite factory
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2375
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1002
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 88
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 5530557349159054506
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.3518721
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 3)
  INFO [Player.useFood]                              (P13)Rhodan has 5 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P14)jagov808 chat: A solid 2nd 
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 130
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 3497.0 from previous solution.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 1000ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 3981.000000000001
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 1 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (4,1) into Food from Energy
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying River (4,1): Energy --> Food
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [SlickLogSystem.info]                         Too much real time passed since last frame. Breaking sync with real time.
  INFO [GameController.apply]                        (P14)jagov808 chat: nothing to be ashamed of
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile River (4,1) with Food factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameModel.sellMule]                          (P13)Rhodan sold a mule for $230
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan chose not to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [GameController.apply]                        (P10)MulesBalls chat: pirates now?
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $185, max: 47.5, left: 34.739708, fraction 0.7313623
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $185 in the pub
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan gambled and can't do more actions.
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 638
  INFO [GameController.apply]                        (P10)MulesBalls chat: bot:probs
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 375
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (109ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6316233321841942432
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.92835474
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 4)
  INFO [Player.useFood]                              (P12)Lenin 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 142
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (109ms) <P14> 109ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $300
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: 15.2%pirates
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (3,2) with Energy factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (7,3) with Energy factory
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Mountain1 (7,4) with Energy factory
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2375
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 997
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 25409606268179761
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 24 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 16 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 8 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 9 energy and needs 8 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 0 food, 2 energy, 0 smithore, 49 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 4 food, 8 energy, 0 smithore, 45 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 0 food, 17 energy, 3 smithore, 29 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 10 food, 8 energy, 0 smithore, 22 crystite
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 0 food, 2 energy, 0 smithore, 53 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 4 food, 8 energy, 0 smithore, 44 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 0 food, 14 energy, 2 smithore, 27 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 10 food, 8 energy, 0 smithore, 22 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 364
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: PIRATE_SHIP
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7498381212645508803
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: yuup
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 239
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6593583989523753835
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $90
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $18
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 5, mules needed: 1
  INFO [Shop.printPriceFactor]                       Smithore is decreased to 44%
  INFO [Shop.printPriceFactor]                       Smithore buy price $68 sell price $103
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: as soon as i get 9 out
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 2 critical: 0 surplus: 2 money: $15455
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 50 critical: 0 surplus: 50 money: $6363
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 43 critical: 0 surplus: 43 money: $2294
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 0 critical: 0 surplus: 0 money: $11067
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 124
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (156ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 11
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $18
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $30
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: should haved dumped
  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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.89100003 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 3 frames, rountrip 0ms, max 109ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 156ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P13)Rhodan (P12)Lenin 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P10)MulesBalls (P14)jagov808 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 156ms
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (12) 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 [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 156ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 156ms
  INFO [GameController.apply]                        (P10)MulesBalls chat: now ore 230
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [GameController.apply]                        (P10)MulesBalls chat: shit
  INFO [Client.receiveTCPMessages]                   Client: Ready (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 [Shop.setAveragePrice]                        Smithore price set to average $171 (1 units for $171)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 385
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4833432910725316371
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $148
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $80 sell price $220
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 0 critical: 0 surplus: 0 money: $15455
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 0 critical: 0 surplus: 0 money: $6534
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 0 critical: 0 surplus: 0 money: $2123
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 0 critical: 0 surplus: 0 money: $11067
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 73
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 11
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $88
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [GameController.apply]                        (P10)MulesBalls chat: no time to switch all
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Crystite price set to average $80 (0 units for $0)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 61
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (109ms) <P14> 109ms (141ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1184194001880449664
  INFO [Shop.calcBuySellPrice]                       Current Food price $61
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 20, needed: 20
  INFO [Shop.printPriceFactor]                       Food is increased to 100%
  INFO [Shop.printPriceFactor]                       Food buy price $46 sell price $81
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 1 critical: 5 surplus: -4 money: $15455
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 5 critical: 5 surplus: 0 money: $6534
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 4 critical: 5 surplus: -1 money: $2123
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 10 critical: 5 surplus: 5 money: $11067
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 254
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (109ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 11
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $61
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.907 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 93ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P12)Lenin (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P13)Rhodan 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #1
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $61
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $72
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [SlickLogSystem.info]                         Transaction #3
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $72
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [SlickLogSystem.info]                         Transaction #4
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $92
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 109ms
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 1 "phase timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Shop.setAveragePrice]                        Food price set to average $81 (4 units for $324)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 396
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6920882571090235920
  INFO [Shop.calcBuySellPrice]                       Current Energy price $59
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 50, needed: 39
  INFO [Shop.printPriceFactor]                       Energy is decreased to 84%
  INFO [Shop.printPriceFactor]                       Energy buy price $34 sell price $69
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: guess ill dump my river to spike that ore to 200
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 14 critical: 10 surplus: 4 money: $15455
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 13 critical: 11 surplus: 2 money: $6534
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 14 critical: 9 surplus: 5 money: $1799
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 9 critical: 9 surplus: 0 money: $11391
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 331
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 93ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 11
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $49
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $0
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (12) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: ChooseDirection (14) 4 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.0 (owner 10)
  INFO [AbstractAuctionPhase.timerFinished]          Starting auction in 0.906 seconds
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 45 bytes
  INFO [DelayedMessageQueue.add]                     StartAuction is delivered in 2 frames, rountrip 0ms, max 94ms
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 94ms
  INFO [Auction.setBuyersAndSellers]                 Auction buyers: (P10)MulesBalls (P13)Rhodan (P14)jagov808 
  INFO [Auction.setBuyersAndSellers]                 Auction sellers: (P12)Lenin 
  INFO [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.beginAuction]                AI: Rhodan has buyout mask 15
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: StoreClosed (14) 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.0 (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 [Shop.setAveragePrice]                        Energy price set to average $49 (0 units for $0)
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 386
  INFO [GameController.beginNextPhase]               --------- SUMMARY #11 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 4603649365061921004
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 49793312
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $6534 Plots: 12 Assets: 10866 Total: 23400
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 5 Energy: 13 Smithore: 49 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $15455 Plots: 10 Assets: 2409 Total: 22864
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 1 Energy: 14 Smithore: 2 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $11391 Plots: 10 Assets: 2027 Total: 18418
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 6 Energy: 9 Smithore: 0 Crystite: 0
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $1799 Plots: 12 Assets: 10253 Total: 18052
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 8 Energy: 14 Smithore: 44 Crystite: 0
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 5 mules
  INFO [Shop.buildMules]                             A mule now costs $340
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $80
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $171
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $81
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $49
  INFO [SummaryPhase2.begin]                         Shop mules: 5 $340
  INFO [SummaryPhase2.begin]                         Colony total: 82734
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  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 (12) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 44
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Reverse development order. 5 mules.
  INFO [LandGrantActuator.begin]                     AI: Rhodan Not enough tiles, grab any tile.
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [GameController.beginNextPhase]               Forcibly ending uncompleted phase transition
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 84
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6289450882031214092
  INFO [Development.setPlayerOrder]                  Reverse development order. 5 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.9881825
  INFO [PlayerEventPhase.begin]                      No player event for (P12)Lenin (rank 4)
  INFO [Player.useFood]                              (P12)Lenin 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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 129
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12)Lenin
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 4.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.0 (owner 10)
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [GameController.apply]                        (P10)MulesBalls chat: make ore1
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [Mule.runAway]                                Mule runs away for (P12)Lenin
  INFO [GameModel.developLand]                       (P12)Lenin undevelops tile Plain (7,3)
  INFO [GameModel.developLand]                       (P12)Lenin develops tile Plain (7,3) with Energy factory
  INFO [GameController.apply]                        (P14)jagov808 chat: lord fantlaroy doing your bidding sire
  INFO [AbstractDevelopmentPhase.apply]              Remote (P12)Lenin finishes on update 2130
  INFO [GameModel.gamble]                            (P12)Lenin gambles $207, max: 47.5, left: 4.8990993, fraction 0.10313893
  INFO [DevelopmentMessenger.showMessage]            Lenin won $207 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 833
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 94ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -4388712991792610144
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.7715564
  INFO [PlayerEventPhase.begin]                      No player event for (P13)Rhodan (rank 3)
  INFO [Player.useFood]                              (P13)Rhodan 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 [MuleGameContainer.logSkippedFrames]          Skipped frames: 135
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13)Rhodan
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan copying development state.
  INFO [DevelopmentActuator.beginThreaded]           AI: Rhodan beginning threaded development.
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanner.begin]                    AI: Rhodan starts by assaying Plain (1,3)
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: Assay
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan started Development LP.
  INFO [PlayerLP.tryToFindFeasibleSolution]          AI: Rhodan got lower bound of 4542.0 from previous solution.
  INFO [PlayerLP.makeDevelopmentPlan]                AI: Rhodan finished Development LP in time 671ms
  INFO [PlayerLP.makeDevelopmentPlan]                	Optimal Value: 6429.0
  INFO [DevelopmentPlanner.finalizePlan]             AI: Rhodan picked 3 tiles to be modified
  INFO [DevelopmentPlanner.finalizePlan]             	1. make plot (2,2) into Smithore from Crystite
  INFO [DevelopmentPlanner.finalizePlan]             	2. make plot (5,3) into Smithore from Crystite
  INFO [DevelopmentPlanner.finalizePlan]             	3. make plot (5,4) into Smithore from Crystite
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan is using the heuristic enqueueing scheme.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain3 (2,2): Crystite --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Mountain2 (5,3): Crystite --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- is trying Plain (5,4): Crystite --> Smithore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: PlaceMule
  INFO [DevelopmentPlanner.enqueueDevelop]           AI: Rhodan ------- succeeded.
  INFO [DevelopmentPlanner.enqueueHeuristic]         AI: Rhodan successfully enqueued the entire plan.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [GameController.apply]                        (P10)MulesBalls chat: i helped spike
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToAssayStore
  INFO [GameModel.buyAssay]                          (P13)Rhodan got an assay bot
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: Assay
  INFO [GameController.apply]                        (P12)Lenin chat: hey gets me second
  INFO [DevelopmentMessenger.showMessage]            Found Medium amounts of Crystite
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [GameController.apply]                        (P14)jagov808 chat: no gentlemen 
  INFO [GameController.apply]                        (P14)jagov808 chat: I appreciate the effort 
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain3 (2,2) with Smithore factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameController.apply]                        (P14)jagov808 chat: but I will be first even with your 230 
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Mountain2 (5,3) with Smithore factory
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: PlaceMule
  INFO [GameModel.developLand]                       (P13)Rhodan develops tile Plain (5,4) with Smithore factory
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan developed a tile but is short on time: 7.219097
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToMuleStore
  INFO [DevelopmentActuator.doEndingActions]         AI: Rhodan needs to sell his mule before doing anything else!
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToMuleStore
  INFO [GameModel.sellMule]                          (P13)Rhodan sold a mule for $440
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan action queue is empty.
  INFO [DevelopmentActuator.testAssayLast]           AI: Rhodan not enough time to assay.
  INFO [DevelopmentActionQueue2.addAction]           AI: Rhodan Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: Rhodan Action: GoToPub
  INFO [GameModel.gamble]                            (P13)Rhodan gambles $212, max: 47.5, left: 2.8791013, fraction 0.06061266
  INFO [DevelopmentMessenger.showMessage]            Rhodan won $212 in the pub
  INFO [DevelopmentActuator.actionComplete]          AI: Rhodan gambled and can't do more actions.
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P13)Rhodan finishes on update 2231
  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 (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 947
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 7847439431790122650
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.90352446
  INFO [PlayerEventPhase.begin]                      No player event for (P14)jagov808 (rank 2)
  INFO [Player.useFood]                              (P14)jagov808 has 1 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: we know
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 137
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 110ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P14)jagov808
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P10)MulesBalls chat: and im pissed
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.apply]              Remote (P14)jagov808 finishes on update 120
  INFO [GameModel.gamble]                            (P14)jagov808 gambles $221, max: 47.5, left: 11.099945, fraction 0.23368305
  INFO [DevelopmentMessenger.showMessage]            jagov808 won $221 in the pub
  INFO [GameController.apply]                        (P10)MulesBalls chat: long ass game
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 228
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (94ms) <P14> 109ms (125ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -6263711071388170383
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventGenerator.nextEvent]              Event random chance: 0.4044332
  INFO [PlayerEventPhase.begin]                      No player event for (P10)MulesBalls (rank 1)
  INFO [Player.useFood]                              (P10)MulesBalls has 5 food and needs 5 food
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: 2joints
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 136
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (109ms) <P14> 109ms (110ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10)MulesBalls
  INFO [Wampus.<init>]                               Wampus has 0 mountains, reward is $400
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameController.apply]                        (P14)jagov808 chat: len may move in front of the bot 
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [GameModel.developLand]                       (P10)MulesBalls undevelops tile River (4,4)
  INFO [GameController.apply]                        (P14)jagov808 chat: but the bot put up quite a fight 
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (1,0) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (5,1) with Crystite factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Mountain3 (0,0) with Smithore factory
  INFO [GameModel.developLand]                       (P10)MulesBalls develops tile Plain (5,0) with Crystite factory
  INFO [Mule.runAway]                                Mule runs away for (P10)MulesBalls
  INFO [GameModel.developLand]                       (P10)MulesBalls undevelops tile Mountain3 (3,4)
  INFO [AbstractDevelopmentPhase.updatePlayer]       My user (P10)MulesBalls finishes on update 2375
  INFO [Mule.runAway]                                Mule runs away for (P10)MulesBalls
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 1001
  INFO [AbstractDevelopmentPhase.startOutroIfDone]   Starting outro
  INFO [GameController.apply]                        (P10)MulesBalls chat: oopsy
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 128
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -7412309115544974354
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [Client.receiveTCPMessages]                   Client: Continue (14) 0 bytes
  INFO [ProductionPhase.finishPower]                 (P14)jagov808 has 14 energy and needs 9 energy
  INFO [ProductionPhase.finishPower]                 (P10)MulesBalls has 13 energy and needs 10 energy
  INFO [ProductionPhase.finishPower]                 (P12)Lenin has 14 energy and needs 8 energy
  INFO [ProductionPhase.finishPower]                 (P13)Rhodan has 9 energy and needs 8 energy
  INFO [ProductionPhase.logProduction]               (P14)jagov808 expects 0 food, 2 energy, 0 smithore, 49 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls expects 0 food, 0 energy, 7 smithore, 35 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin expects 0 food, 17 energy, 3 smithore, 29 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan expects 10 food, 8 energy, 13 smithore, 11 crystite
  INFO [GameController.apply]                        (P10)MulesBalls chat: 230 100%
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ProductionPhase.apply]                       Skipping production
  INFO [ProductionPhase.logProduction]               (P14)jagov808 produced 0 food, 2 energy, 0 smithore, 52 crystite
  INFO [ProductionPhase.logProduction]               (P10)MulesBalls produced 0 food, 0 energy, 6 smithore, 32 crystite
  INFO [ProductionPhase.logProduction]               (P12)Lenin produced 0 food, 17 energy, 2 smithore, 25 crystite
  INFO [ProductionPhase.logProduction]               (P13)Rhodan produced 10 food, 8 energy, 16 smithore, 12 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 316
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: SHIP_RETURNS
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3794022620020091250
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P14)jagov808 chat: i made mega tite 
  INFO [GameController.apply]                        (P14)jagov808 chat: for a 10 spotter 
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 317
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 1559516372081189909
  INFO [Shop.calcBuySellPrice]                       Current Smithore price $171
  INFO [Shop.calcBuySellPrice]                       Smithore random variation $-10
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 1, mules needed: 3
  INFO [Shop.printPriceFactor]                       Smithore is increased to 250%
  INFO [Shop.printPriceFactor]                       Smithore buy price $230 sell price $265
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: tite 54
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Smithore: 2 critical: 0 surplus: 2 money: $15676
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Smithore: 55 critical: 0 surplus: 55 money: $6484
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Smithore: 46 critical: 0 surplus: 46 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Smithore: 16 critical: 0 surplus: 16 money: $11678
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 156
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 109ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $-2
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $10
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 46
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 109ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 6728450351674772855
  INFO [Shop.calcBuySellPrice]                       Current Crystite price $80
  INFO [Shop.calcBuySellPrice]                       Crystite buy price $72 sell price $212
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: huh?
  INFO [GameController.apply]                        (P10)MulesBalls chat: jag won
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Crystite: 52 critical: 0 surplus: 52 money: $15676
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Crystite: 32 critical: 0 surplus: 32 money: $6484
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Crystite: 25 critical: 0 surplus: 25 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Crystite: 12 critical: 0 surplus: 12 money: $11678
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 265
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $88
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $100
  INFO [GameController.apply]                        (P12)Lenin chat: ?
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 45
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 94ms (110ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -902434440842757178
  INFO [Shop.calcBuySellPrice]                       Current Food price $81
  INFO [Shop.printPriceFactor]                       Food shop: 0, total: 13, needed: 20
  INFO [Shop.printPriceFactor]                       Food is increased to 140%
  INFO [Shop.printPriceFactor]                       Food buy price $99 sell price $134
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Food: 0 critical: 0 surplus: 0 money: $15676
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Food: 0 critical: 0 surplus: 0 money: $6484
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Food: 2 critical: 0 surplus: 2 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Food: 11 critical: 0 surplus: 11 money: $11678
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 244
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $100
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $-69
  INFO [GameController.apply]                        (P10)MulesBalls chat: the 72tite is =to 120 in goods
  INFO [GameController.apply]                        (P10)MulesBalls chat: each
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (14) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 47
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 79ms (94ms) <P14> 94ms (109ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: 2828441535444907105
  INFO [Shop.calcBuySellPrice]                       Current Energy price $49
  INFO [Shop.printPriceFactor]                       Energy shop: 0, total: 40, needed: 39
  INFO [Shop.printPriceFactor]                       Energy is decreased to 98%
  INFO [Shop.printPriceFactor]                       Energy buy price $33 sell price $68
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        (P10)MulesBalls chat: the ore is diff, just worth 230
  INFO [CollectionPhase.goToNextPhase]               (P14)jagov808 Energy: 6 critical: 0 surplus: 6 money: $15676
  INFO [CollectionPhase.goToNextPhase]               (P10)MulesBalls Energy: 3 critical: 0 surplus: 3 money: $6484
  INFO [CollectionPhase.goToNextPhase]               (P12)Lenin Energy: 22 critical: 0 surplus: 22 money: $546
  INFO [CollectionPhase.goToNextPhase]               (P13)Rhodan Energy: 9 critical: 0 surplus: 9 money: $11678
  INFO [Client.receiveTCPMessages]                   Client: Ready (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: 271
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractAuctionController.begin]             Begin auction id 12
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan target price $48
  INFO [AuctionActuator.calcTargetPrice]             AI: Rhodan calculated the target price (via method 2) to be $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 (12) 8 bytes
  INFO [AbstractAuctionPhase.end]                    No average price on last round
  INFO [MuleGameContainer.logSkippedFrames]          Skipped frames: 45
  INFO [GameController.beginNextPhase]               --------- SUMMARY #12 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P13> 0ms (0ms) <P12> 78ms (94ms) <P14> 93ms (94ms) 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [GameController.checkClientSynchronization]   Sending synchonization checksum: -3373645612700100393
  INFO [SummaryPhase2.begin]                         Total Memory: 66715648
  INFO [SummaryPhase2.begin]                         Free Memory: 46712584
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Money: $6484 Plots: 12 Assets: 16398 Total: 28882
  INFO [SummaryPhase2.begin]                         (P10)MulesBalls Food: 0 Energy: 3 Smithore: 55 Crystite: 32
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Money: $15676 Plots: 10 Assets: 5792 Total: 26468
  INFO [SummaryPhase2.begin]                         (P14)jagov808 Food: 0 Energy: 6 Smithore: 2 Crystite: 52
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Money: $11678 Plots: 10 Assets: 7255 Total: 23933
  INFO [SummaryPhase2.begin]                         (P13)Rhodan Food: 11 Energy: 9 Smithore: 16 Crystite: 12
  INFO [SummaryPhase2.begin]                         (P12)Lenin Money: $546 Plots: 12 Assets: 15059 Total: 21605
  INFO [SummaryPhase2.begin]                         (P12)Lenin Food: 2 Energy: 22 Smithore: 46 Crystite: 25
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 1 mules
  INFO [Shop.buildMules]                             A mule now costs $460
  INFO [SummaryPhase2.begin]                         Shop Crystite: 0 units $72
  INFO [SummaryPhase2.begin]                         Shop Smithore: 0 units $230
  INFO [SummaryPhase2.begin]                         Shop Food: 0 units $114
  INFO [SummaryPhase2.begin]                         Shop Energy: 0 units $48
  INFO [SummaryPhase2.begin]                         Shop mules: 1 $460
  INFO [SummaryPhase2.begin]                         Colony total: 100888
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Round Results
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Round
  INFO [MasterClient.logSend]                        MasterClient: Sending Finish Game
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [GameController.apply]                        Client Synchronization OK
  INFO [SummaryPhase2.apply]                         Score saved
  INFO [GameController.apply]                        (P10)MulesBalls chat: huh?
  INFO [GameController.apply]                        (P10)MulesBalls chat: gg!
  INFO [GameController.apply]                        (P12)Lenin chat: see
  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]                        (P14)jagov808 chat: gg
  INFO [GameController.apply]                        (P10)MulesBalls chat: oh
  INFO [GameController.apply]                        (P12)Lenin chat: gg
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (12) 0 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 User Left ID 100691 user number 10
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
