  INFO [Properties.<init>]                           VERSION: 1.0.0
  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 [PropertiesBase.readFromFile]                 Reading Settings from file settings.txt
  INFO [MasterClient.logSend]                        MasterClient: Sending Login
  INFO [MasterClient$1.run]                          MasterClient: Address http://www.planetmule.com/server
  INFO [MasterClient.apply]                          MasterClient: Session ID: c2918e8e89112cf5610ccc070b29f615
  INFO [Login$MasterListener$1.run]                  Logged in as "Roide" (id 1566)
  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.create]                    LWJGL Version: 2.2.1
  INFO [MuleGameContainer.create]                    OriginalDisplayMode: 1280 x 1024 x 32 @60Hz
  INFO [MuleGameContainer.create]                    Adapter: nv4_disp
  INFO [SlickLogSystem.info]                         Slick Build #269
  INFO [MuleGameContainer.<init>]                    TargetDisplayMode: 640 x 480 x 0 @0Hz
  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 [SlickLogSystem.info]                         Starting display 640x480
  INFO [SlickLogSystem.info]                         Use Java PNG Loader = true
  INFO [MuleGameContainer.<init>]                    Input controllers not available
  INFO [MuleGameContainer.setVSync]                  Setting vsync: true
  INFO [MuleGameContainer.<init>]                    Display finished
  INFO [SettingsDialog.applySettings]                Changing map skin to default
  INFO [Main.main]                                   Entering game loop
  INFO [MetaFrame$MasterListener$1.run]              Entered master server game lobby
  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 [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [View.<init>]                                 Creating view...
  INFO [SlickLogSystem.info]                         Initialising sounds..
  INFO [SlickLogSystem.info]                         - Sound works
  INFO [SlickLogSystem.info]                         - 64 OpenAL source available
  INFO [SlickLogSystem.info]                         - Sounds source generated
  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: localhost/127.0.0.1:6260 UDP: localhost/127.0.0.1:6260
  INFO [Client.connect]                              Client: TCP receive buffer: 8192 send buffer: 8192
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [Server.acceptClients]                        Server: Accepted client 127.0.0.1 id 02c2694f-f6a5-4d99-9071-439a6d7d8902
  INFO [Client.finishConnect]                        Client finishes connection
  INFO [ServerMessageHandler.processJoin]            Server: Client 127.0.0.1 joins and gets spectator number 10
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: Join (10) 37 bytes
  INFO [UserController.apply]                        My client id is 02c2694f-f6a5-4d99-9071-439a6d7d8902
  INFO [Player.<init>]                               Creating (P0) spectator
  INFO [GameModel.setMyUser]                         (S10) Roide is my user
  INFO [GameModel.setLocalUser]                      (S10) Roide is a local Spectator
  INFO [GameModel.setServerUser]                     (S10) Roide is hosting the server
  INFO [GameController.beginNextPhase]               (S10) Roide 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 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [MasterClient.logSend]                        MasterClient: Sending New Game
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S10) Roide (ID: 1566)
  INFO [Client.initUDP]                              Sending UDP initialization message id 02c2694f-f6a5-4d99-9071-439a6d7d8902
  INFO [Server.initUdp]                              Server: Client 127.0.0.1 <S10> requests UDP address /127.0.0.1:6261
  INFO [GameLobbyPhase$MasterListener.apply]         Master server gives game ID 10289
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S10) Roide (ID 1566)
  INFO [GameLobbyPhase$MasterListener.apply]         No statistics available for (S10) Roide (ID 1566)
  INFO [ServerMessageHandler.processPlayerJoin]      127.0.0.1 <S10> joins game as a player
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (10) 0 bytes
  INFO [UserController.apply]                        (S10) Roide joins the players
  INFO [Player.<init>]                               Creating (P10) Roide
  INFO [GameModel.setServerUser]                     (P10) Roide is hosting the server
  INFO [GameModel.setMyUser]                         (P10) Roide is my user
  INFO [GameModel.setLocalUser]                      (P10) Roide is a local Player
  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 [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.processAIJoin]          Server: AI gets user number 12
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (12) 14 bytes
  INFO [Player.<init>]                               Creating (P12) <B.I.L.L.>
  INFO [UserController.setAiPlayer]                  (P12) <B.I.L.L.> is an AI player
  INFO [GameModel.setLocalUser]                      (P12) <B.I.L.L.> is a local Player
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ServerMessageHandler.processAIJoin]          Server: AI gets user number 13
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (13) 12 bytes
  INFO [Player.<init>]                               Creating (P13) <J.I.M.>
  INFO [UserController.setAiPlayer]                  (P13) <J.I.M.> is an AI player
  INFO [GameModel.setLocalUser]                      (P13) <J.I.M.> is a local Player
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [ServerMessageHandler.processAIJoin]          Server: AI Join failed. No more players allowed.
  INFO [ServerMessageHandler.processAIJoin]          Server: AI Join failed. No more players allowed.
  INFO [ServerMessageHandler.processAIJoin]          Server: AI Join failed. No more players allowed.
  INFO [Client.receiveTCPMessages]                   Client: KickUser (0) 4 bytes
  INFO [MasterClient.logSend]                        MasterClient: Sending User Left ID 0 user number 13
  INFO [ConnectedClient.removeUser]                  Server: Removing user 13 from 127.0.0.1 <P10 P11 P12 P13>
  INFO [ServerMessageHandler.processAIJoin]          Server: AI gets user number 13
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (13) 12 bytes
  INFO [Player.<init>]                               Creating (P13) <J.I.M.>
  INFO [UserController.setAiPlayer]                  (P13) <J.I.M.> is an AI player
  INFO [GameModel.setLocalUser]                      (P13) <J.I.M.> is a local Player
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [ServerMessageHandler.processAIJoin]          Server: AI Join failed. No more players allowed.
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [GameLobbyPhase.apply]                        Starting game - All users want to continue
  INFO [MasterClient.logSend]                        MasterClient: Sending Start Game
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- INTRO #0 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- SUMMARY #0 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [SummaryPhase2.begin]                         (P10) Roide Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         (P11) <D.A.N.> Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         (P12) <B.I.L.L.> Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         (P13) <J.I.M.> Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         Colony total: 4880
  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 [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [GameController.beginNextPhase]               --------- INTRO #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [PlanManager.startPlanSearch]                 AI: <D.A.N.> prefers energy
  INFO [PlanManager.startPlanSearch]                 AI: <B.I.L.L.> prefers smithore
  INFO [PlanManager.startPlanSearch]                 AI: <J.I.M.> prefers smithore
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 4 plans testing 9504 tiles in 580331020ns
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 4 plans testing 9504 tiles in 618866085ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Desert energy <claim> (+4) 1485 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Plain energy <claim> (+3) 1995 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Desert energy <claim> (+4) 1485 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Plain energy <claim> (+3) 1995 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Desert energy <claim> (+4) 1485 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Plain energy <claim> (+3) 1995 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Plain energy <claim> (+3) 1460 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 1970 points
  INFO [LandGrantActuator.update]                    AI: <D.A.N.> wants Desert (0,2)
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain2 smithore <claim> (+3) 1485 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 1985 points
  INFO [LandGrantActuator.update]                    AI: <B.I.L.L.> wants Mountain3 (3,1)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 4 plans testing 9504 tiles in 663691335ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain2 smithore <claim> (+3) 1485 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 1985 points
  INFO [LandGrantActuator.update]                    AI: <J.I.M.> wants Mountain3 (3,1)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Agrees on tiles to claim.
  INFO [LandGrantActuator.agreeOnClaims]             AI: <B.I.L.L.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <B.I.L.L.> can't claim Mountain3 (3,1) and wants Mountain3 (6,1) instead
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase$2.finished]                   Land grant roundtrip 0ms, 5 frames (5 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.update]                       Sending claim tile 12
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> claims tile 12 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> is granted tile 12: Mountain3 (3,1)
  INFO [LandGrantPhase.update]                       Sending claim tile 15
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> claims tile 15 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> is granted tile 15: Mountain3 (6,1)
  INFO [LandGrantPhase.update]                       Sending claim tile 17
  INFO [LandGrantPhase.apply]                        (P10) Roide claims tile 17 at time 3
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P10) Roide is granted tile 17: Plain (8,1)
  INFO [LandGrantPhase.update]                       Sending claim tile 18
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> claims tile 18 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> is granted tile 18: Desert (0,2)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [LandAuction.generateColonyAuctions]          Colony land auctions: 0
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventPhase.begin]                      No player event for (P10) Roide (rank 1)
  INFO [Player.useFood]                              (P10) Roide has 4 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10) Roide
  INFO [Wampus.<init>]                               Wumpus 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 [AbstractDevelopmentPhase.timerFinished]      (P10) Roide start frame: 16889
  INFO [NetworkTimer.start]                          Started "player 10 timer" at 47.5 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameModel.buyAssay]                          (P10) Roide bought an assay bot for $50
  INFO [AbstractDevelopmentPhase.assay]              (P10) Roide assayed and found 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 2 "player 10 timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventPhase.begin]                      Event player: (P11) <D.A.N.> (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: GypsyInlaws
  INFO [PlayerEventPhase$1.finished]                 Event Message: Your Space Gypsy inlaws made a mess of the town. It cost you $150 to clean it up
  INFO [MuleGameContainer.release]                   Closing game.
  INFO [GameController.close]                        -------- CLOSING GAME CONTROLLER ----------------------------------
  INFO [MasterClient.logSend]                        MasterClient: Sending User Left ID 1566 user number 10
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (10) 0 bytes
  INFO [GameController.close]                        Got my UserLeft (10) message.
  INFO [Server.removeClient]                         Server: Removing client 127.0.0.1 <P10 P11 P12 P13> with id 02c2694f-f6a5-4d99-9071-439a6d7d8902
  INFO [ConnectedClient.removeUser]                  Server: Removing user 10 from 127.0.0.1 <P10 P11 P12 P13>
  INFO [ConnectedClient.removeUser]                  Server: Removing user 11 from 127.0.0.1 <P11 P12 P13>
  INFO [ConnectedClient.removeUser]                  Server: Removing user 12 from 127.0.0.1 <P12 P13>
  INFO [ConnectedClient.removeUser]                  Server: Removing user 13 from 127.0.0.1 <P13>
  INFO [Server.sendMessages]                         Server: Closing connection to removed client 127.0.0.1 <>
  INFO [GameController.close]                        Left server in 16 ms
  INFO [Server.close]                                Server: Closing
  INFO [MuleGameContainer.release]                   *** Game Over ***
  INFO [MuleGameContainer.init]                      *** Starting Game ***
  INFO [MuleGameContainer.init]                      Display Created=true, Active=true, Visible=true
  INFO [MuleGameContainer.init]                      Making display the current GL context
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  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: localhost/127.0.0.1:6260 UDP: localhost/127.0.0.1:6260
  INFO [Client.connect]                              Client: TCP receive buffer: 8192 send buffer: 8192
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [Server.acceptClients]                        Server: Accepted client 127.0.0.1 id 263d63f5-95ce-49d0-89fc-a78881f70a33
  INFO [Client.finishConnect]                        Client finishes connection
  INFO [ServerMessageHandler.processJoin]            Server: Client 127.0.0.1 joins and gets spectator number 10
  INFO [Client.receiveTCPMessages]                   Client: ServerInfo (0) 35 bytes
  INFO [Client.receiveTCPMessages]                   Client: Join (10) 37 bytes
  INFO [UserController.apply]                        My client id is 263d63f5-95ce-49d0-89fc-a78881f70a33
  INFO [Player.<init>]                               Creating (P0) spectator
  INFO [GameModel.setMyUser]                         (S10) Roide is my user
  INFO [GameModel.setLocalUser]                      (S10) Roide is a local Spectator
  INFO [GameModel.setServerUser]                     (S10) Roide is hosting the server
  INFO [GameController.beginNextPhase]               (S10) Roide 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 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [MasterClient.logSend]                        MasterClient: Sending New Game
  INFO [GameLobbyPhase.getMasterUserInfo]            Fetching user info for (S10) Roide (ID: 1566)
  INFO [Client.initUDP]                              Sending UDP initialization message id 263d63f5-95ce-49d0-89fc-a78881f70a33
  INFO [Server.initUdp]                              Server: Client 127.0.0.1 <S10> requests UDP address /127.0.0.1:6261
  INFO [GameLobbyPhase$MasterListener.apply]         Master server gives game ID 10291
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [GameLobbyPhase$MasterListener.apply]         Got user info for (S10) Roide (ID 1566)
  INFO [ServerMessageHandler.processPlayerJoin]      127.0.0.1 <S10> joins game as a player
  INFO [Client.receiveTCPMessages]                   Client: PlayerJoin (10) 0 bytes
  INFO [UserController.apply]                        (S10) Roide joins the players
  INFO [Player.<init>]                               Creating (P10) Roide
  INFO [GameModel.setServerUser]                     (P10) Roide is hosting the server
  INFO [GameModel.setMyUser]                         (P10) Roide is my user
  INFO [GameModel.setLocalUser]                      (P10) Roide is a local Player
  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 [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.processAIJoin]          Server: AI gets user number 12
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (12) 14 bytes
  INFO [Player.<init>]                               Creating (P12) <B.I.L.L.>
  INFO [UserController.setAiPlayer]                  (P12) <B.I.L.L.> is an AI player
  INFO [GameModel.setLocalUser]                      (P12) <B.I.L.L.> is a local Player
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [Client.receiveTCPMessages]                   Client: Continue (12) 0 bytes
  INFO [ServerMessageHandler.processAIJoin]          Server: AI gets user number 13
  INFO [Client.receiveTCPMessages]                   Client: AIJoin (13) 12 bytes
  INFO [Player.<init>]                               Creating (P13) <J.I.M.>
  INFO [UserController.setAiPlayer]                  (P13) <J.I.M.> is an AI player
  INFO [GameModel.setLocalUser]                      (P13) <J.I.M.> is a local Player
  INFO [MasterClient.logSend]                        MasterClient: Sending User Join
  INFO [Client.receiveTCPMessages]                   Client: Continue (13) 0 bytes
  INFO [ServerMessageHandler.processAIJoin]          Server: AI Join failed. No more players allowed.
  INFO [MuleGameContainer.setFullscreen]             Setting fullscreen mode
  INFO [MuleGameContainer.setFullscreen]             Fullscreen mode: 1280 x 1024 x 32 @60Hz Scale: 2 Height-Diff: 64 Aspect-Diff: 0.08333337 Snap Scale: true
  INFO [MuleGameContainer.setFullscreen]             Viewport: x=0 y=32 width=1280 height=960
  INFO [MuleGameContainer.setWindowedMode]           Setting windowed mode: 640 x 480 x 0 @0Hz
  INFO [Client.receiveTCPMessages]                   Client: Continue (10) 0 bytes
  INFO [GameLobbyPhase.apply]                        Starting game - All users want to continue
  INFO [MasterClient.logSend]                        MasterClient: Sending Start Game
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- INTRO #0 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 15ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 15 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- SUMMARY #0 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 15 ms
  INFO [SummaryPhase2.begin]                         (P10) Roide Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         (P11) <D.A.N.> Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         (P12) <B.I.L.L.> Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         (P13) <J.I.M.> Money: $1000 Plots: 0 Assets: 220 Total: 1220
  INFO [SummaryPhase2.begin]                         Colony total: 4880
  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 [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.buildMules]                             Shop built 0 mules for 0 smithore and now has 14 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [GameController.beginNextPhase]               --------- INTRO #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [PlanManager.startPlanSearch]                 AI: <D.A.N.> prefers food
  INFO [PlanManager.startPlanSearch]                 AI: <B.I.L.L.> prefers food
  INFO [PlanManager.startPlanSearch]                 AI: <J.I.M.> prefers smithore
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 4 plans testing 9504 tiles in 524797705ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [LandGrantActuator.update]                    AI: <D.A.N.> wants River (4,3)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 4 plans testing 9504 tiles in 569784428ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: River food <claim> (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 2005 points
  INFO [LandGrantActuator.update]                    AI: <B.I.L.L.> wants River (4,3)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 4 plans testing 9504 tiles in 610837132ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2085 points
  INFO [LandGrantActuator.update]                    AI: <J.I.M.> wants Mountain3 (5,0)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Agrees on tiles to claim.
  INFO [LandGrantActuator.agreeOnClaims]             AI: <D.A.N.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <D.A.N.> can't claim River (4,3) and wants River (4,1) instead
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase$2.finished]                   Land grant roundtrip 15ms, 5 frames (5 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.update]                       Sending claim tile 4
  INFO [LandGrantPhase.apply]                        (P10) Roide claims tile 4 at time 13
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P10) Roide is granted tile 4: River (4,0)
  INFO [LandGrantPhase.update]                       Sending claim tile 5
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> claims tile 5 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> is granted tile 5: Mountain3 (5,0)
  INFO [LandGrantPhase.update]                       Sending claim tile 13
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> claims tile 13 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> is granted tile 13: River (4,1)
  INFO [LandGrantPhase.update]                       Sending claim tile 30
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> claims tile 30 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> is granted tile 30: River (4,3)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [LandAuction.generateColonyAuctions]          Colony land auctions: 0
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 14 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventPhase.begin]                      No player event for (P10) Roide (rank 1)
  INFO [Player.useFood]                              (P10) Roide has 4 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10) Roide
  INFO [Wampus.<init>]                               Wumpus has 18 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 [AbstractDevelopmentPhase.timerFinished]      (P10) Roide start frame: 5861
  INFO [NetworkTimer.start]                          Started "player 10 timer" at 47.5 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Mule.runAway]                                Mule runs away for (P10) Roide
  INFO [Mule.runAway]                                Mule runs away for (P10) Roide
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 2 "player 10 timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventPhase.begin]                      No player event for (P11) <D.A.N.> (rank 2)
  INFO [Player.useFood]                              (P11) <D.A.N.> has 4 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11) <D.A.N.>
  INFO [Wampus.<init>]                               Wumpus has 18 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 1 plans testing 201 tiles in 6165308ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: River food (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2035 points
  INFO [DevelopmentActuator.enqueueAssay]            AI: (P11) <D.A.N.> want's to assay River (4,1) with 47.5 time left.
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: Assay
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToAssayStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P11) <D.A.N.> start frame: 8908
  INFO [NetworkTimer.start]                          Started "player 11 timer" at 47.5 (owner 11)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (11) 16 bytes
  INFO [GameModel.buyAssay]                          (P11) <D.A.N.> bought an assay bot for $50
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: Assay
  INFO [AbstractDevelopmentPhase.assay]              (P11) <D.A.N.> assayed and found 1 crystite
  INFO [DevelopmentActuator.actionComplete]          AI: (P11) <D.A.N.> did assay and now needs a new plan.
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 1 plans testing 241 tiles in 26926327ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: River food (+4) 1445 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 1985 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P11) <D.A.N.> plans to develop River food (+4) 1445 points
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P11) <D.A.N.> develops tile River (4,1) with food factory
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: CatchWampus
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: CatchWampus
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToPub
  INFO [GameModel.gamble]                            (P11) <D.A.N.> gambles $139, max: 47.5, left: 22.36, fraction 0.47073686
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (11) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 3 "player 11 timer" at 0.0 (owner 11)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventPhase.begin]                      No player event for (P12) <B.I.L.L.> (rank 3)
  INFO [Player.useFood]                              (P12) <B.I.L.L.> has 4 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12) <B.I.L.L.>
  INFO [Wampus.<init>]                               Wumpus has 18 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 1 plans testing 201 tiles in 10719798ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: River food (+4) 1495 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2035 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P12) <B.I.L.L.> plans to develop River food (+4) 1495 points
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P12) <B.I.L.L.> start frame: 10838
  INFO [NetworkTimer.start]                          Started "player 12 timer" at 47.5 (owner 12)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (12) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P12) <B.I.L.L.> develops tile River (4,3) with food factory
  INFO [DevelopmentActuator.enqueueAssay]            AI: (P12) <B.I.L.L.> want's to assay Plain (2,2) with 38.959805 time left.
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: Assay
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToAssayStore
  INFO [GameModel.buyAssay]                          (P12) <B.I.L.L.> bought an assay bot for $50
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: Assay
  INFO [AbstractDevelopmentPhase.assay]              (P12) <B.I.L.L.> assayed and found 2 crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: CatchWampus
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: CatchWampus
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToPub
  INFO [GameModel.gamble]                            (P12) <B.I.L.L.> gambles $139, max: 47.5, left: 23.34, fraction 0.4913684
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (12) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 4 "player 12 timer" at 0.0 (owner 12)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventPhase.begin]                      No player event for (P13) <J.I.M.> (rank 4)
  INFO [Player.useFood]                              (P13) <J.I.M.> has 4 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13) <J.I.M.>
  INFO [Wampus.<init>]                               Wumpus has 18 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 1 plans testing 201 tiles in 6652242ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore (+4) 1535 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2095 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P13) <J.I.M.> plans to develop Mountain3 smithore (+4) 1535 points
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P13) <J.I.M.> start frame: 12719
  INFO [NetworkTimer.start]                          Started "player 13 timer" at 47.5 (owner 13)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (13) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P13) <J.I.M.> develops tile Mountain3 (5,0) with smithore factory
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToPub
  INFO [GameModel.gamble]                            (P13) <J.I.M.> gambles $175, max: 47.5, left: 32.14, fraction 0.67663157
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (13) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 5 "player 13 timer" at 0.0 (owner 13)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: RADIATION
  INFO [ColonyEventPhase.begin]                      Colony event is not applicable.
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ProductionPhase.update]                      (P10) Roide has 4 energy and needs 0 energy
  INFO [ProductionPhase.update]                      (P11) <D.A.N.> has 4 energy and needs 1 energy
  INFO [ProductionPhase.update]                      (P12) <B.I.L.L.> has 4 energy and needs 1 energy
  INFO [ProductionPhase.update]                      (P13) <J.I.M.> has 4 energy and needs 1 energy
  INFO [ProductionPhase.logProduction]               (P10) Roide expects 0 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11) <D.A.N.> expects 4 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12) <B.I.L.L.> expects 4 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13) <J.I.M.> expects 0 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P10) Roide produced 0 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11) <D.A.N.> produced 3 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12) <B.I.L.L.> produced 3 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13) <J.I.M.> produced 0 food, 0 energy, 5 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  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 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.printPriceFactor]                       Smithore shop: 0, mules potentially available: 8, mules needed: 5
  INFO [Shop.printPriceFactor]                       smithore is decreased to 72%
  INFO [Shop.printPriceFactor]                       smithore buy price $50 sell price $85
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide smithore: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> smithore: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> smithore: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> smithore: 5 critical: 0 surplus: 5
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 1
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 1
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [NetworkTimer.start]                          Started "countdown" at 8.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 [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: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 2
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  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 (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.calcBuySellPrice]                       crystite buy price $72 sell price $212
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide crystite: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> crystite: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> crystite: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> crystite: 0 critical: 0 surplus: 0
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 2
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 2
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 2
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 3
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.printPriceFactor]                       Food shop: 8, total: 18, needed: 12
  INFO [Shop.printPriceFactor]                       food is decreased to 75%
  INFO [Shop.printPriceFactor]                       food buy price $15 sell price $50
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide food: 1 critical: 3 surplus: -2
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> food: 4 critical: 3 surplus: 1
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> food: 4 critical: 3 surplus: 1
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> food: 1 critical: 3 surplus: -2
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 3
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 3
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 3
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 4
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [NetworkTimer.start]                          Started "countdown" at 8.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 [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $94 ratio 2.2666667
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $81 ratio 1.9
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 4
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  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 (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 17, needed: 7
  INFO [Shop.printPriceFactor]                       energy is decreased to 56%
  INFO [Shop.printPriceFactor]                       energy buy price $10 sell price $45
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide energy: 3 critical: 1 surplus: 2
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> energy: 2 critical: 2 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> energy: 2 critical: 2 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> energy: 2 critical: 2 surplus: 0
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 4
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 5
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 5
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 5
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [NetworkTimer.start]                          Started "countdown" at 8.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 [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $48 ratio 1.1
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $48 ratio 1.1
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $48 ratio 1.1
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $48 ratio 1.1
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $48 ratio 1.1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $48 ratio 1.1
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 5
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 6
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  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 (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- SUMMARY #1 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [SummaryPhase2.begin]                         (P13) <J.I.M.> Money: $1107 Plots: 1 Assets: 275 Total: 1882
  INFO [SummaryPhase2.begin]                         (P11) <D.A.N.> Money: $1068 Plots: 1 Assets: 225 Total: 1793
  INFO [SummaryPhase2.begin]                         (P12) <B.I.L.L.> Money: $1068 Plots: 1 Assets: 225 Total: 1793
  INFO [SummaryPhase2.begin]                         (P10) Roide Money: $705 Plots: 1 Assets: 30 Total: 1235
  INFO [SummaryPhase2.begin]                         Colony total: 6703
  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 [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.buildMules]                             Shop built 2 mules for 4 smithore and now has 10 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 4 plans testing 7879 tiles in 414261589ns
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 4 plans testing 7879 tiles in 428456968ns
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 4 plans testing 7879 tiles in 504092838ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Desert energy <claim> (+4) 2143 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2808 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Mountain3 smithore <claim> (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2803 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Mountain3 smithore <claim> (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2803 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Mountain3 smithore <claim> (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2803 points
  INFO [LandGrantActuator.update]                    AI: <D.A.N.> wants Desert (3,4)
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Desert energy <claim> (+4) 2143 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2808 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2803 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2803 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Desert energy <claim> (+4) 2803 points
  INFO [LandGrantActuator.update]                    AI: <B.I.L.L.> wants Desert (3,4)
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 2222 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 3032 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 2222 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 3032 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 2222 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 3032 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Desert energy <claim> (+4) 2252 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2937 points
  INFO [LandGrantActuator.update]                    AI: <J.I.M.> wants Mountain3 (8,2)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Agrees on tiles to claim.
  INFO [LandGrantActuator.agreeOnClaims]             AI: <D.A.N.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <D.A.N.> can't claim Desert (3,4) and wants Mountain3 (8,2) instead
  INFO [LandGrantActuator.agreeOnClaims]             AI: <J.I.M.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <J.I.M.> can't claim Mountain3 (8,2) and wants Mountain3 (2,4) instead
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase$2.finished]                   Land grant roundtrip 0ms, 5 frames (5 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.update]                       Sending claim tile 4
  INFO [LandGrantPhase.apply]                        (P10) Roide claims tile 4 at time 15
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P10) Roide is granted tile 4: Plain (6,0)
  INFO [LandGrantPhase.update]                       Sending claim tile 22
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> claims tile 22 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> is granted tile 22: Mountain3 (8,2)
  INFO [LandGrantPhase.update]                       Sending claim tile 33
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> claims tile 33 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> is granted tile 33: Mountain3 (2,4)
  INFO [LandGrantPhase.update]                       Sending claim tile 34
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> claims tile 34 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> is granted tile 34: Desert (3,4)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [LandAuction.generateColonyAuctions]          Colony land auctions: 0
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 10 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventPhase.begin]                      No player event for (P13) <J.I.M.> (rank 1)
  INFO [Player.useFood]                              (P13) <J.I.M.> has 3 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13) <J.I.M.>
  INFO [Wampus.<init>]                               Wumpus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 1 plans testing 181 tiles in 7496762ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore (+4) 2222 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 3032 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P13) <J.I.M.> plans to develop Mountain3 smithore (+4) 2222 points
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P13) <J.I.M.> start frame: 25615
  INFO [NetworkTimer.start]                          Started "player 13 timer" at 47.5 (owner 13)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (13) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P13) <J.I.M.> develops tile Mountain3 (2,4) with smithore factory
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToPub
  INFO [GameModel.gamble]                            (P13) <J.I.M.> gambles $79, max: 47.5, left: 31.740002, fraction 0.66821057
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (13) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 5 "player 13 timer" at 0.0 (owner 13)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventPhase.begin]                      No player event for (P11) <D.A.N.> (rank 2)
  INFO [Player.useFood]                              (P11) <D.A.N.> has 3 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11) <D.A.N.>
  INFO [Wampus.<init>]                               Wumpus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 1 plans testing 181 tiles in 6445232ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Mountain3 smithore (+4) 2113 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Plain energy <claim> (+3) 2778 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P11) <D.A.N.> plans to develop Mountain3 smithore (+4) 2113 points
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P11) <D.A.N.> start frame: 27076
  INFO [NetworkTimer.start]                          Started "player 11 timer" at 47.5 (owner 11)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (11) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P11) <D.A.N.> develops tile Mountain3 (8,2) with smithore factory
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToPub
  INFO [GameModel.gamble]                            (P11) <D.A.N.> gambles $76, max: 47.5, left: 29.44, fraction 0.6197895
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (11) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 3 "player 11 timer" at 0.0 (owner 11)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventPhase.begin]                      Event player: (P12) <B.I.L.L.> (rank 3)
  INFO [PlayerEventPhase.begin]                      Event: HomeWorldPackage
  INFO [PlayerEventPhase$1.finished]                 Event Message: You just received a package from your home-world relatives containing 3 food and 2 energy units
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P12) <B.I.L.L.> has 6 food and needs 3 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12) <B.I.L.L.>
  INFO [Wampus.<init>]                               Wumpus has 12 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 1 plans testing 181 tiles in 6194922ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Desert energy (+4) 2228 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 2893 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P12) <B.I.L.L.> plans to develop Desert energy (+4) 2228 points
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P12) <B.I.L.L.> start frame: 29186
  INFO [NetworkTimer.start]                          Started "player 12 timer" at 47.5 (owner 12)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (12) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P12) <B.I.L.L.> develops tile Desert (3,4) with energy factory
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToPub
  INFO [GameModel.gamble]                            (P12) <B.I.L.L.> gambles $105, max: 47.5, left: 32.58, fraction 0.6858948
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (12) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 4 "player 12 timer" at 0.0 (owner 12)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventPhase.begin]                      No player event for (P10) Roide (rank 4)
  INFO [Player.useFood]                              (P10) Roide has 1 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10) Roide
  INFO [Wampus.<init>]                               Wumpus has 12 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 [AbstractDevelopmentPhase.timerFinished]      (P10) Roide start frame: 30607
  INFO [NetworkTimer.start]                          Started "player 10 timer" at 19.166668 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [GameModel.developLand]                       (P10) Roide develops tile River (4,0) with food factory
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 2 "player 10 timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: METEORITE_STRIKE
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ProductionPhase.update]                      (P10) Roide has 0 energy and needs 1 energy
  INFO [ProductionPhase.update]                      (P11) <D.A.N.> has 3 energy and needs 2 energy
  INFO [ProductionPhase.update]                      (P12) <B.I.L.L.> has 5 energy and needs 1 energy
  INFO [ProductionPhase.update]                      (P13) <J.I.M.> has 3 energy and needs 2 energy
  INFO [ProductionPhase.logProduction]               (P10) Roide expects 0 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11) <D.A.N.> expects 4 food, 0 energy, 4 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12) <B.I.L.L.> expects 4 food, 4 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13) <J.I.M.> expects 0 food, 0 energy, 8 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P10) Roide produced 0 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11) <D.A.N.> produced 5 food, 0 energy, 5 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P12) <B.I.L.L.> produced 3 food, 4 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P13) <J.I.M.> produced 0 food, 0 energy, 8 smithore, 0 crystite
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_B #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      No colony event. Skipping phase.
  INFO [GameController.beginNextPhase]               --------- COLLECTION_SMITHORE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.printPriceFactor]                       Smithore shop: 1, mules potentially available: 6, mules needed: 5
  INFO [Shop.printPriceFactor]                       smithore is decreased to 88%
  INFO [Shop.printPriceFactor]                       smithore buy price $50 sell price $85
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide smithore: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> smithore: 5 critical: 0 surplus: 5
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> smithore: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> smithore: 8 critical: 0 surplus: 8
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_SMITHORE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 7
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 6
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 6
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 6
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [NetworkTimer.start]                          Started "countdown" at 8.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 [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: Transaction (0) 20 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 7
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 7
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  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 (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.calcBuySellPrice]                       crystite buy price $120 sell price $260
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide crystite: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> crystite: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> crystite: 0 critical: 0 surplus: 0
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> crystite: 0 critical: 0 surplus: 0
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_CRYSTITE #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 8
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 8
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 7
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 8
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_FOOD #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.printPriceFactor]                       Food shop: 8, total: 18, needed: 12
  INFO [Shop.printPriceFactor]                       food is decreased to 75%
  INFO [Shop.printPriceFactor]                       food buy price $15 sell price $50
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide food: 0 critical: 3 surplus: -3
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> food: 5 critical: 3 surplus: 2
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> food: 5 critical: 3 surplus: 2
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> food: 0 critical: 3 surplus: -3
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_FOOD #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 9
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 9
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 8
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 9
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [NetworkTimer.start]                          Started "countdown" at 8.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 [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $114 ratio 2.8333333
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $101 ratio 2.4666667
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $50 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $88 ratio 2.1
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 9
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $50 ratio 1.0
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  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 (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLLECTION_ENERGY #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Shop.printPriceFactor]                       Energy shop: 8, total: 17, needed: 10
  INFO [Shop.printPriceFactor]                       energy is decreased to 69%
  INFO [Shop.printPriceFactor]                       energy buy price $10 sell price $45
  INFO [CollectionPhase.goToNextPhase]               (P10) Roide energy: 0 critical: 2 surplus: -2
  INFO [CollectionPhase.goToNextPhase]               (P11) <D.A.N.> energy: 1 critical: 3 surplus: -2
  INFO [CollectionPhase.goToNextPhase]               (P12) <B.I.L.L.> energy: 7 critical: 2 surplus: 5
  INFO [CollectionPhase.goToNextPhase]               (P13) <J.I.M.> energy: 1 critical: 3 surplus: -2
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- AUCTION_ENERGY #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 10
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 10
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 10
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 10
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [NetworkTimer.start]                          Started "countdown" at 8.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 [NetworkTimer.start]                          Started "phase timer" at 10.0 (owner 10)
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $116 ratio 3.0333333
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $45 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $116 ratio 3.0333333
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $103 ratio 2.6666667
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $45 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $109 ratio 2.8333333
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <D.A.N.> target price $90 ratio 2.3
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $45 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $102 ratio 2.6333334
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <B.I.L.L.> target price $45 ratio 1.0
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $106 ratio 2.7666667
  INFO [AbstractAuctionPhase.checkCancelTransactions] Buyer left auction line.
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 20 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $94 ratio 2.4
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [AuctionActuator.calcTargetPrice]             AI: <J.I.M.> target price $76 ratio 1.9
  INFO [Client.receiveTCPMessages]                   Client: BeginTransaction (0) 0 bytes
  INFO [Client.receiveTCPMessages]                   Client: Transaction (0) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: EndTransaction (0) 0 bytes
  INFO [AbstractAuctionPhase.calcRoundtripTime]      Auction uses roundtrip: 0ms
  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 (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- SUMMARY #2 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [SummaryPhase2.begin]                         (P12) <B.I.L.L.> Money: $1297 Plots: 2 Assets: 310 Total: 2607
  INFO [SummaryPhase2.begin]                         (P13) <J.I.M.> Money: $1130 Plots: 2 Assets: 410 Total: 2540
  INFO [SummaryPhase2.begin]                         (P11) <D.A.N.> Money: $1136 Plots: 2 Assets: 390 Total: 2526
  INFO [SummaryPhase2.begin]                         (P10) Roide Money: $580 Plots: 2 Assets: 60 Total: 1640
  INFO [SummaryPhase2.begin]                         Colony total: 9313
  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 [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Shop.buildMules]                             Shop built 7 mules for 14 smithore and now has 13 mules
  INFO [Shop.buildMules]                             A mule now costs $100
  INFO [GameController.beginNextPhase]               --------- LAND_GRANT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 13 mules.
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 4 plans testing 6406 tiles in 304678388ns
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 4 plans testing 6406 tiles in 390622831ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Crater crystite <claim> (+4) 3131 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 4051 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Mountain3 smithore <claim> (+4) 2931 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 3851 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Plain crystite <claim> (+2) 2931 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 3851 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Plain energy <claim> (+3) 2911 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 3811 points
  INFO [LandGrantActuator.update]                    AI: <D.A.N.> wants Crater (7,2)
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Crater crystite <claim> (+4) 3165 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 4235 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore <claim> (+4) 3115 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 4185 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain1 smithore <claim> (+2) 3115 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 4185 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain2 smithore <claim> (+3) 3065 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 4085 points
  INFO [LandGrantActuator.update]                    AI: <J.I.M.> wants Crater (7,2)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 4 plans testing 6406 tiles in 463727653ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Crater crystite <claim> (+4) 3307 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain3 smithore <claim> (+4) 4297 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Mountain3 smithore <claim> (+4) 3107 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 4097 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Plain crystite <claim> (+2) 3107 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 4097 points
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: River food <claim> (+4) 3087 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Crater crystite <claim> (+4) 4057 points
  INFO [LandGrantActuator.update]                    AI: <B.I.L.L.> wants Crater (7,2)
  INFO [LandGrantActuator.agreeOnClaims]             AI: Agrees on tiles to claim.
  INFO [LandGrantActuator.agreeOnClaims]             AI: <B.I.L.L.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <B.I.L.L.> can't claim Crater (7,2) and wants Mountain3 (0,1) instead
  INFO [LandGrantActuator.agreeOnClaims]             AI: <J.I.M.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <J.I.M.> can't claim Crater (7,2) and wants Mountain3 (0,1) instead
  INFO [LandGrantActuator.agreeOnClaims]             AI: <B.I.L.L.> must change tile to claim.
  INFO [LandGrantActuator.pickNextTile]              AI: <B.I.L.L.> can't claim Mountain3 (0,1) and wants Plain (2,2) instead
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     Continue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase$2.finished]                   Land grant roundtrip 0ms, 5 frames (5 grace frames)
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 25 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantStart is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.update]                       Sending claim tile 6
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> claims tile 6 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P13) <J.I.M.> is granted tile 6: Mountain3 (0,1)
  INFO [LandGrantPhase.update]                       Sending claim tile 16
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> claims tile 16 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P12) <B.I.L.L.> is granted tile 16: Plain (2,2)
  INFO [LandGrantPhase.update]                       Sending claim tile 20
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> claims tile 20 at time 26
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P11) <D.A.N.> is granted tile 20: Crater (7,2)
  INFO [LandGrantPhase.update]                       Sending claim tile 34
  INFO [LandGrantPhase.apply]                        (P10) Roide claims tile 34 at time 15
  INFO [Client.receiveTCPMessages]                   Client: LandGranted (0) 4 bytes
  INFO [Client.receiveTCPMessages]                   Client: Synchronized (0) 21 bytes
  INFO [DelayedMessageQueue.add]                     LandGrantContinue is delivered in 0 frames, rountrip 0ms, max 0ms
  INFO [LandGrantPhase.apply]                        (P10) Roide is granted tile 34: Mountain1 (7,4)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [LandAuction.generateColonyAuctions]          Colony land auctions: 2
  INFO [LandAuction.beginAuction]                    Land auction price: $160
  INFO [AbstractLandAuctionPhase.begin]              Starting land auction
  INFO [LandAuctionActuator.beginLandAuction]        AI: <D.A.N.> targets price $92
  INFO [LandAuctionActuator.beginLandAuction]        AI: <B.I.L.L.> targets price $400
  INFO [LandAuctionActuator.beginLandAuction]        AI: <J.I.M.> targets price $552
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 11
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 11
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 11
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 11
  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 [NetworkTimer.start]                          Started "phase timer" at 8.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $448 (changed $48)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $576 (changed $24)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $504 (changed $56)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $612 (changed $36)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $476 (changed $-28)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $444 (changed $-32)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $640 (changed $28)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $620 (changed $-20)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $448 (changed $4)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $448 (changed $0)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $584 (changed $-36)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $448 (changed $0)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $648 (changed $64)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $484 (changed $36)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <J.I.M.> new price $636 (changed $-12)
  INFO [LandAuctionActuator.changeTargetPrice]       AI: <B.I.L.L.> new price $456 (changed $-28)
  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: BuyLand (10) 16 bytes
  INFO [AbstractLandAuctionPhase.apply]              (P13) <J.I.M.> bought a land for $488
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- LAND_AUCTION #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [AbstractLandAuctionPhase.begin]              Player land auctions: 0
  INFO [LandAuction.beginAuction]                    Land auction price: $428
  INFO [AbstractLandAuctionPhase.begin]              Starting land auction
  INFO [LandAuctionActuator.beginLandAuction]        AI: <D.A.N.> targets price $296
  INFO [LandAuctionActuator.beginLandAuction]        AI: <B.I.L.L.> targets price $192
  INFO [LandAuctionActuator.beginLandAuction]        AI: <J.I.M.> targets price $40
  INFO [NetworkTimer.start]                          Started "countdown" at 6.0 (owner 10)
  INFO [Player.increaseAuctionTeleportCount]         (P10) Roide auction teleport count: 12
  INFO [Player.increaseAuctionTeleportCount]         (P11) <D.A.N.> auction teleport count: 12
  INFO [Player.increaseAuctionTeleportCount]         (P12) <B.I.L.L.> auction teleport count: 12
  INFO [Player.increaseAuctionTeleportCount]         (P13) <J.I.M.> auction teleport count: 12
  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 [NetworkTimer.start]                          Started "phase timer" at 8.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: BuyLand (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.setPlayerOrder]                  Normal development order. 13 mules.
  INFO [Development.nextPlayer]                      Development moving to next player: 0
  INFO [PlayerEventPhase.begin]                      No player event for (P12) <B.I.L.L.> (rank 1)
  INFO [Player.useFood]                              (P12) <B.I.L.L.> has 3 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P12) <B.I.L.L.>
  INFO [Wampus.<init>]                               Wumpus has 8 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <B.I.L.L.> found 1 plans testing 187 tiles in 5926172ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <B.I.L.L.> Plan: Plain crystite (+2) 3107 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: River food <claim> (+4) 3877 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P12) <B.I.L.L.> plans to develop Plain crystite (+2) 3107 points
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P12) <B.I.L.L.> start frame: 48058
  INFO [NetworkTimer.start]                          Started "player 12 timer" at 47.5 (owner 12)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (12) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P12) <B.I.L.L.> develops tile Plain (2,2) with crystite factory
  INFO [DevelopmentActuator.enqueueAssay]            AI: (P12) <B.I.L.L.> want's to assay Plain (5,4) with 36.339745 time left.
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: Assay
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToAssayStore
  INFO [GameModel.buyAssay]                          (P12) <B.I.L.L.> bought an assay bot for $50
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: Assay
  INFO [AbstractDevelopmentPhase.assay]              (P12) <B.I.L.L.> assayed and found 0 crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: CatchWampus
  INFO [DevelopmentActionQueue2.addAction]           AI: <B.I.L.L.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: CatchWampus
  INFO [DevelopmentActionQueue2.update]              AI: (P12) <B.I.L.L.> Action: GoToPub
  INFO [GameModel.gamble]                            (P12) <B.I.L.L.> gambles $110, max: 47.5, left: 17.84, fraction 0.37557894
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (12) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 4 "player 12 timer" at 0.0 (owner 12)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 1
  INFO [PlayerEventPhase.begin]                      Event player: (P13) <J.I.M.> (rank 2)
  INFO [PlayerEventPhase.begin]                      Event: FlyingCatBugs
  INFO [PlayerEventPhase$1.finished]                 Event Message: Flying Cat-Bugs ate the roof off your house. Repairs cost $100
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [Player.useFood]                              (P13) <J.I.M.> has 3 food and needs 3 food
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P13) <J.I.M.>
  INFO [Wampus.<init>]                               Wumpus has 8 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder$1.run]                 AI: <J.I.M.> found 1 plans testing 746 tiles in 29638963ns
  INFO [DevelopmentPlanFinder.logPlans]              AI: <J.I.M.> Plan: Mountain3 smithore (+4) Plain energy (+3) 3097 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Mountain1 smithore <claim> (+2) 4152 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: PlaceMule
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P13) <J.I.M.> plans to develop Mountain3 smithore (+4) Plain energy (+3) 3097 points
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P13) <J.I.M.> start frame: 50614
  INFO [NetworkTimer.start]                          Started "player 13 timer" at 47.5 (owner 13)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (13) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P13) <J.I.M.> develops tile Mountain3 (0,1) with smithore factory
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToMuleStore
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P13) <J.I.M.> develops tile Plain (3,3) with energy factory
  INFO [DevelopmentActionQueue2.addAction]           AI: <J.I.M.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P13) <J.I.M.> Action: GoToPub
  INFO [GameModel.gamble]                            (P13) <J.I.M.> gambles $54, max: 47.5, left: 17.720001, fraction 0.37305266
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (13) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 5 "player 13 timer" at 0.0 (owner 13)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 2
  INFO [PlayerEventPhase.begin]                      No player event for (P11) <D.A.N.> (rank 3)
  INFO [Player.useFood]                              (P11) <D.A.N.> has 4 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P11) <D.A.N.>
  INFO [Wampus.<init>]                               Wumpus has 8 mountains, reward is $100
  INFO [NetworkTimer.start]                          Started "countdown" at 4.0 (owner 10)
  INFO [DevelopmentPlanFinder$1.run]                 AI: <D.A.N.> found 1 plans testing 187 tiles in 5970870ns
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [DevelopmentPlanFinder.logPlans]              AI: <D.A.N.> Plan: Crater crystite (+4) 3131 points
  INFO [DevelopmentPlanFinder.logPlans]              AI:	Next: Plain energy <claim> (+3) 4031 points
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToMuleStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToOutfitStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: PlaceMule
  INFO [DevelopmentActuator.enqueueBestPlan]         AI: (P11) <D.A.N.> plans to develop Crater crystite (+4) 3131 points
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToMuleStore
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 0 "countdown" at 0.0 (owner 10)
  INFO [AbstractDevelopmentPhase.timerFinished]      (P11) <D.A.N.> start frame: 52776
  INFO [NetworkTimer.start]                          Started "player 11 timer" at 47.5 (owner 11)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (11) 16 bytes
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToOutfitStore
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: PlaceMule
  INFO [GameModel.developLand]                       (P11) <D.A.N.> develops tile Crater (7,2) with crystite factory
  INFO [DevelopmentActuator.enqueueAssay]            AI: (P11) <D.A.N.> want's to assay Plain (6,3) with 33.179672 time left.
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: Assay
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToAssayStore
  INFO [GameModel.buyAssay]                          (P11) <D.A.N.> bought an assay bot for $50
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: Assay
  INFO [AbstractDevelopmentPhase.assay]              (P11) <D.A.N.> assayed and found 0 crystite
  INFO [DevelopmentActuator.enqueueAssay]            AI: (P11) <D.A.N.> want's to assay Mountain1 (0,2) with 21.599407 time left.
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToAssayStore
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: Assay
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToAssayStore
  INFO [GameModel.buyAssay]                          (P11) <D.A.N.> bought an assay bot for $50
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: Assay
  INFO [AbstractDevelopmentPhase.assay]              (P11) <D.A.N.> assayed and found 2 crystite
  INFO [DevelopmentActionQueue2.addAction]           AI: <D.A.N.> Queue: GoToPub
  INFO [DevelopmentActionQueue2.update]              AI: (P11) <D.A.N.> Action: GoToPub
  INFO [GameModel.gamble]                            (P11) <D.A.N.> gambles $56, max: 47.5, left: 6.3199997, fraction 0.13305263
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (11) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 3 "player 11 timer" at 0.0 (owner 11)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PLAYER_EVENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [Development.nextPlayer]                      Development moving to next player: 3
  INFO [PlayerEventPhase.begin]                      No player event for (P10) Roide (rank 4)
  INFO [Player.useFood]                              (P10) Roide has 0 food and needs 3 food
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- DEVELOPMENT #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [DevelopmentPhaseSingle.begin]                Developing player: (P10) Roide
  INFO [Wampus.<init>]                               Wumpus has 8 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 [AbstractDevelopmentPhase.timerFinished]      (P10) Roide start frame: 55509
  INFO [NetworkTimer.start]                          Started "player 10 timer" at 5.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: TimerStarted (10) 16 bytes
  INFO [Client.receiveTCPMessages]                   Client: TimerFinished (10) 16 bytes
  INFO [NetworkTimerManager.apply]                   Finished Timer 2 "player 10 timer" at 0.0 (owner 10)
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- COLONY_EVENT_A #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ColonyEventPhase.begin]                      ColonyEvent: ACID_RAIN_STORM
  INFO [Client.receiveTCPMessages]                   Client: Ready (10) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (11) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (12) 8 bytes
  INFO [Client.receiveTCPMessages]                   Client: Ready (13) 8 bytes
  INFO [GameController.beginNextPhase]               --------- PRODUCTION #3 --------------------------------------------------------
  INFO [Server.logRoundtrip]                         Roundtrips: <P10 P11 P12 P13> 0ms 
  INFO [Client.logRoundtripTime]                     Client: Roundtrip time is 0 ms
  INFO [ProductionPhase.update]                      (P10) Roide has 0 energy and needs 1 energy
  INFO [ProductionPhase.update]                      (P11) <D.A.N.> has 4 energy and needs 3 energy
  INFO [ProductionPhase.update]                      (P12) <B.I.L.L.> has 3 energy and needs 2 energy
  INFO [ProductionPhase.update]                      (P13) <J.I.M.> has 4 energy and needs 3 energy
  INFO [ProductionPhase.logProduction]               (P10) Roide expects 0 food, 0 energy, 0 smithore, 0 crystite
  INFO [ProductionPhase.logProduction]               (P11) <D.A.N.> expects 6 food, 0 energy, 4 smithore, 4 crystite
  INFO [ProductionPhase.logProduction]               (P12) <B.I.L.L.> expects 8 food, 3 energy, 0 smithore, 2 crystite
  INFO [ProductionPhase.logProduction]               (P13) <J.I.M.> expects 0 food, 2 energy, 15 smithore, 0 crystite
  INFO [MetaFrame$15.windowClosing]                  Meta frame closing
  INFO [MuleGameContainer.release]                   Closing game.
  INFO [GameController.close]                        -------- CLOSING GAME CONTROLLER ----------------------------------
  INFO [MasterClient.logSend]                        MasterClient: Sending User Left ID 1566 user number 10
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Chat Log
  INFO [MasterClient.logSend]                        MasterClient: Sending Game Log
  INFO [Client.receiveTCPMessages]                   Client: UserLeft (10) 0 bytes
  INFO [GameController.close]                        Got my UserLeft (10) message.
  INFO [Server.removeClient]                         Server: Removing client 127.0.0.1 <P10 P11 P12 P13> with id 263d63f5-95ce-49d0-89fc-a78881f70a33
  INFO [ConnectedClient.removeUser]                  Server: Removing user 10 from 127.0.0.1 <P10 P11 P12 P13>
  INFO [ConnectedClient.removeUser]                  Server: Removing user 11 from 127.0.0.1 <P11 P12 P13>
  INFO [ConnectedClient.removeUser]                  Server: Removing user 12 from 127.0.0.1 <P12 P13>
  INFO [ConnectedClient.removeUser]                  Server: Removing user 13 from 127.0.0.1 <P13>
  INFO [Server.sendMessages]                         Server: Closing connection to removed client 127.0.0.1 <>
  INFO [GameController.close]                        Left server in 15 ms
  INFO [Server.close]                                Server: Closing
  INFO [MuleGameContainer.release]                   *** Game Over ***
  INFO [Main.main]                                   Leaving game loop
  INFO [MetaFrame$15.windowClosing]                  Meta frame closing done
  INFO [MasterClient.close]                          MasterServer: Closing...
