Skip to content

Instantly share code, notes, and snippets.

@Voker57
Created February 26, 2017 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Voker57/4b6592688f6c84f5dec887932638881e to your computer and use it in GitHub Desktop.
Save Voker57/4b6592688f6c84f5dec887932638881e to your computer and use it in GitHub Desktop.
il2017-02-26 23:22:41.712629 [debug] AI : Logger.cpp:67 : Logger initialized
2017-02-26 23:22:41.712767 [info] AI : Logger.cpp:68 : v0.4.6+ [build 2017-02-26.d259e41] CMake
2017-02-26 23:22:41.712792 [debug] AI : AIClientApp.cpp:87 : AI_1 ai client initialized.
2017-02-26 23:22:41.712813 [debug] AI : AIClientApp.cpp:162 : Attempting to contact server
2017-02-26 23:22:41.712824 [debug] AI : ClientNetworking.cpp:166 : ClientNetworking::ConnectToServer : attempting to connect to server at 127.0.0.1
2017-02-26 23:22:41.712864 [debug] AI : ClientNetworking.cpp:178 : tcp::resolver::iterator host_name: 127.0.0.1 address: 127.0.0.1 port: 12346
2017-02-26 23:22:41.712958 [debug] AI : ClientNetworking.cpp:196 : ClientNetworking::ConnectToServer : connected to server
2017-02-26 23:22:41.712978 [debug] AI : ClientNetworking.cpp:200 : ClientNetworking::ConnectToServer : this client using xml serialization.
2017-02-26 23:22:41.712992 [debug] AI : ClientNetworking.cpp:203 : ClientNetworking::ConnectToServer : starting networking thread
2017-02-26 23:22:41.713059 [debug] AI : CommonFramework.cpp:38 : Initializing FreeOrion Python interface
2017-02-26 23:22:41.717887 [debug] AI : CommonFramework.cpp:56 : Python initialized
2017-02-26 23:22:41.717914 [debug] AI : CommonFramework.cpp:57 : Python version: 2.7.13 (default, Jan 19 2017, 14:48:08)
[GCC 6.3.0 20170118]
2017-02-26 23:22:41.717930 [debug] AI : CommonFramework.cpp:58 : Python prefix: /usr
2017-02-26 23:22:41.717941 [debug] AI : CommonFramework.cpp:59 : Python module search path: /usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload
2017-02-26 23:22:41.717952 [debug] AI : CommonFramework.cpp:66 : Initializing C++ interfaces for Python
2017-02-26 23:22:41.718043 [debug] AI : AIFramework.cpp:107 : Initializing AI Python modules
2017-02-26 23:22:41.791706 [debug] AI : AIFramework.cpp:120 : AI Python script path: /opt/freeorion/share/freeorion/default/python/AI
2017-02-26 23:22:41.796887 [debug] AI : LoggingWrapper.cpp:23 : Python stdout and stderr redirected
2017-02-26 23:22:41.988008 [debug] AI : LoggingWrapper.cpp:23 : Path to folder for user specific data: /home/voker57/.local/share/freeorion
2017-02-26 23:22:41.988072 [debug] AI : LoggingWrapper.cpp:23 : Python paths ['/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode', '/opt/freeorion/share/freeorion/default/python', '/opt/freeorion/share/freeorion/default/python/AI']
2017-02-26 23:22:41.988188 [debug] AI : AIFramework.cpp:130 : AI Python modules successfully initialized!
2017-02-26 23:22:41.988208 [debug] AI : CommonFramework.cpp:97 : FreeOrion Python interface successfully initialized!
2017-02-26 23:22:42.212288 [debug] AI : AIClientApp.cpp:226 : AIClientApp::HandleMessage : Received JOIN_GAME acknowledgement
2017-02-26 23:22:42.212331 [debug] AI : ClientNetworking.cpp:245 : ClientNetworking::SetPlayerID: player id set to: 2
2017-02-26 23:22:42.887894 [debug] AI : AIClientApp.cpp:237 : AIClientApp::HandleMessage : Received GAME_START message; starting AI turn...
2017-02-26 23:22:43.274393 [debug] AI : Message.cpp:725 : ExtractGameStartMessage empire deserialization time 21.869
2017-02-26 23:22:43.277604 [debug] AI : SerializeUniverse.cpp:70 : Universe::serialize : deserializing universe width: 1305.68
2017-02-26 23:22:43.458917 [debug] AI : SerializeUniverse.cpp:75 : Universe::serialize : deserializing 0 ship designs
2017-02-26 23:22:43.472250 [debug] AI : SerializeUniverse.cpp:83 : Universe::serialize : deserializing empire object visibility for 1, 1, 1, 1 empires
2017-02-26 23:22:43.571895 [debug] AI : SerializeUniverse.cpp:96 : Universe::serialize : deserializing 1871 objects
2017-02-26 23:22:43.572372 [debug] AI : SerializeUniverse.cpp:102 : Universe::serialize : deserializing 886 destroyed object ids
2017-02-26 23:22:43.574624 [debug] AI : SerializeUniverse.cpp:109 : Universe::serialize : deserializing empire known objects for 0 empires
2017-02-26 23:22:43.574647 [debug] AI : SerializeUniverse.cpp:114 : Universe::serialize : deserializing last allocated ids
2017-02-26 23:22:43.575993 [debug] AI : SerializeUniverse.cpp:118 : Universe::serialize : deserializing 1 types of statistic
2017-02-26 23:22:43.576019 [debug] AI : SerializeUniverse.cpp:120 : Universe::serialize : deserializing done
2017-02-26 23:22:43.576030 [debug] AI : SerializeUniverse.cpp:131 : Universe::serialize : updating empires' latest known object destruction states
2017-02-26 23:22:43.576040 [debug] AI : SerializeUniverse.cpp:140 : Universe::serialize done
2017-02-26 23:22:43.576068 [debug] AI : Message.cpp:733 : ExtractGameStartMessage universe deserialization time 298.513
2017-02-26 23:22:43.576406 [debug] AI : AIClientApp.cpp:253 : Extracted GameStart message for turn: 173 with empire: 3
2017-02-26 23:22:43.577256 [debug] AI : AIClientApp.cpp:257 : Message::GAME_START loaded_game_data: true
2017-02-26 23:22:43.577319 [debug] AI : LoggingWrapper.cpp:23 : Resuming loaded game
2017-02-26 23:22:43.577455 [debug] AI : LoggingWrapper.cpp:23 : ((4.0, 1), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.577525 [debug] AI : LoggingWrapper.cpp:23 : EmpireIDTrait initialized.
2017-02-26 23:22:43.586519 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.586627 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.586740 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.586837 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.586944 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587040 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587147 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587243 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587349 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587444 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587551 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.587646 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.589461 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.589664 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.589781 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.589891 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.589997 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.590104 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.590380 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.590522 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.590630 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.590735 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.590839 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:43.591104 [debug] AI : LoggingWrapper.cpp:23 : Fleet Summary Turn 173
2017-02-26 23:22:43.591126 [debug] AI : LoggingWrapper.cpp:23 : ===========================================================================================
2017-02-26 23:22:43.591137 [debug] AI : LoggingWrapper.cpp:23 : | Fleet | Old rating | New rating | Location | Destination |
2017-02-26 23:22:43.591147 [debug] AI : LoggingWrapper.cpp:23 : ===========================================================================================
2017-02-26 23:22:43.591162 [debug] AI : LoggingWrapper.cpp:23 : | F_2012<Recon Fleet 2012> | 0.00 | 0.00 | S_210<Robi 1> | - |
2017-02-26 23:22:43.591173 [debug] AI : LoggingWrapper.cpp:23 : | F_2329<Recon Fleet 2329> | 0.00 | 0.00 | S_464<Adhil 1> | - |
2017-02-26 23:22:43.591184 [debug] AI : LoggingWrapper.cpp:23 : | F_2332<Recon Fleet 2332> | 0.00 | 0.00 | S_330<Valier 1> | - |
2017-02-26 23:22:43.591193 [debug] AI : LoggingWrapper.cpp:23 : | F_2333<Recon Fleet 2333> | 0.00 | 0.00 | S_531<Robi 2> | - |
2017-02-26 23:22:43.591202 [debug] AI : LoggingWrapper.cpp:23 : | F_2334<Recon Fleet 2334> | 0.00 | 0.00 | S_477<Poi 7> | - |
2017-02-26 23:22:43.591213 [debug] AI : LoggingWrapper.cpp:23 : | F_2726<Recon Fleet 2726> | 0.00 | 0.00 | S_327<Oort 2> | S_327<Oort 2> |
2017-02-26 23:22:43.591223 [debug] AI : LoggingWrapper.cpp:23 : | F_2846<Battle Fleet 2846> | 378.00 | 1260.00 | starlane | S_408<Gawara 3> |
2017-02-26 23:22:43.591233 [debug] AI : LoggingWrapper.cpp:23 : | F_3154<Recon Fleet 3154> | 0.00 | 0.00 | S_501<Poi 5> | - |
2017-02-26 23:22:43.591244 [debug] AI : LoggingWrapper.cpp:23 : | F_3274<Colony Fleet 3274> | 0.00 | 0.00 | S_307<Gawara 1> | - |
2017-02-26 23:22:43.591254 [debug] AI : LoggingWrapper.cpp:23 : | F_3725<Colony Fleet 3725> | 0.00 | 0.00 | S_151<Oort 1> | - |
2017-02-26 23:22:43.591263 [debug] AI : LoggingWrapper.cpp:23 : | F_3758<Battle Fleet 3758> | 2268.00 | 8568.00 | S_287<Alcor 1> | S_287<Alcor 1> |
2017-02-26 23:22:43.591280 [debug] AI : LoggingWrapper.cpp:23 : -------------------------------------------------------------------------------------------
2017-02-26 23:22:43.591297 [debug] AI : LoggingWrapper.cpp:23 : Empire Ship Count: 14
2017-02-26 23:22:43.592646 [debug] AI : LoggingWrapper.cpp:23 : Empire standard fighter summary: ({7.0: 3}, 15.0, 3.0, 0, 0, 0)
2017-02-26 23:22:43.592668 [debug] AI : LoggingWrapper.cpp:23 : ------------------------
2017-02-26 23:22:43.592759 [debug] AI : LoggingWrapper.cpp:23 : possible recipients host status: [(1, True), (2, False)]
2017-02-26 23:22:43.714889 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:43.714920 [debug] AI : LoggingWrapper.cpp:23 : Chat Message to human: AI_Error: AI script error: "Fail to load aiState form saved game: "
2017-02-26 23:22:43.728383 [error] AI : : : Traceback (most recent call last):
2017-02-26 23:22:43.728403 [error] AI : : : File "/opt/freeorion/share/freeorion/default/python/AI/FreeOrionAI.py", line 113, in resumeLoadedGame
2017-02-26 23:22:43.728413 [error] AI : : : foAIstate = pickle.loads(saved_state_string)
2017-02-26 23:22:43.728421 [error] AI : : : File "/usr/lib/python2.7/pickle.py", line 1388, in loads
2017-02-26 23:22:43.728429 [error] AI : : : return Unpickler(file).load()
2017-02-26 23:22:43.728436 [error] AI : : : File "/usr/lib/python2.7/pickle.py", line 864, in load
2017-02-26 23:22:43.728443 [error] AI : : : dispatch[key](self)
2017-02-26 23:22:43.728451 [error] AI : : : File "/usr/lib/python2.7/pickle.py", line 886, in load_eof
2017-02-26 23:22:43.728459 [error] AI : : : raise EOFError
2017-02-26 23:22:43.728467 [error] AI : : : EOFError
2017-02-26 23:22:43.728512 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup integrity...
2017-02-26 23:22:43.728542 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup: Seems to be OK!
2017-02-26 23:22:43.728603 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup1: Seems to be OK!
2017-02-26 23:22:43.728652 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup1a: Seems to be OK!
2017-02-26 23:22:43.728699 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup1b: Seems to be OK!
2017-02-26 23:22:43.728747 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup1SparseA: Seems to be OK!
2017-02-26 23:22:43.728806 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup1SparseB: Seems to be OK!
2017-02-26 23:22:43.728880 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup1SparseC: Seems to be OK!
2017-02-26 23:22:43.728925 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup2: Seems to be OK!
2017-02-26 23:22:43.728976 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup2A: Seems to be OK!
2017-02-26 23:22:43.729026 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup2B: Seems to be OK!
2017-02-26 23:22:43.729075 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup2SparseA: Seems to be OK!
2017-02-26 23:22:43.729124 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup2SparseB: Seems to be OK!
2017-02-26 23:22:43.729202 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup3: Seems to be OK!
2017-02-26 23:22:43.729306 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup3A: Seems to be OK!
2017-02-26 23:22:43.729398 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup3B: Seems to be OK!
2017-02-26 23:22:43.729489 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup3Sparse: Seems to be OK!
2017-02-26 23:22:43.729524 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup4: Seems to be OK!
2017-02-26 23:22:43.729590 [debug] AI : LoggingWrapper.cpp:23 : Checking TechGroup5: Seems to be OK!
2017-02-26 23:22:43.729615 [debug] AI : OrderSet.cpp:28 : OrderSet::ApplyOrders() executing 11 orders
2017-02-26 23:22:43.729647 [debug] AI : AIFramework.cpp:135 : PythonAI::GenerateOrders : initializing turn
2017-02-26 23:22:43.729678 [debug] AI : LoggingWrapper.cpp:23 : Meter / Resource Pool updating...
2017-02-26 23:22:43.729694 [debug] AI : Universe.cpp:540 : Universe::InitMeterEstimatesAndDiscrepancies
2017-02-26 23:22:43.729721 [debug] AI : Universe.cpp:547 : IMEAD: updating meter estimates
2017-02-26 23:22:43.907780 [debug] AI : Universe.cpp:1380 : Issue times: planet species: 0.311 ship species: 0.638 specials: 26.298 techs: 1.056 buildings: 0.47 hulls/parts: 1.808 fields: 4.803
2017-02-26 23:22:43.907830 [debug] AI : Universe.cpp:1387 : Evaluation time: 293.786 reorder time: 2.838
2017-02-26 23:22:43.945024 [debug] AI : ScopedTimer.cpp:29 : Universe::ExecuteEffects time: 34 ms
2017-02-26 23:22:43.947450 [debug] AI : ScopedTimer.cpp:29 : Universe::UpdateMeterEstimatesImpl on 0 objects time: 217 ms
2017-02-26 23:22:43.947486 [debug] AI : Universe.cpp:552 : IMEAD: determining discrepancies
2017-02-26 23:22:44.105684 [debug] AI : Universe.cpp:1380 : Issue times: planet species: 0.278 ship species: 0.641 specials: 1.237 techs: 1.147 buildings: 0.446 hulls/parts: 1.836 fields: 0.086
2017-02-26 23:22:44.105749 [debug] AI : Universe.cpp:1387 : Evaluation time: 276.586 reorder time: 3.722
2017-02-26 23:22:44.157992 [debug] AI : ScopedTimer.cpp:29 : Universe::ExecuteEffects time: 49 ms
2017-02-26 23:22:44.163304 [debug] AI : ScopedTimer.cpp:29 : Universe::UpdateMeterEstimatesImpl on 0 objects time: 212 ms
2017-02-26 23:22:44.166950 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 1 ========
2017-02-26 23:22:44.167255 [debug] AI : Empire.cpp:1031 : not enough PP to be worth simulating future turns production. marking everything as never complete
2017-02-26 23:22:44.170621 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 2 ========
2017-02-26 23:22:44.170819 [debug] AI : Empire.cpp:1031 : not enough PP to be worth simulating future turns production. marking everything as never complete
2017-02-26 23:22:44.177270 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 3 ========
2017-02-26 23:22:44.213377 [debug] AI : Empire.cpp:1043 : ProductionQueue::Update: Simulating future turns of production queue
2017-02-26 23:22:44.248196 [debug] AI : Empire.cpp:1258 : ProductionQueue::Update: Projections took 33588 microseconds with 600.468 total Production Points
2017-02-26 23:22:44.254684 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 4 ========
2017-02-26 23:22:44.254914 [debug] AI : Empire.cpp:1031 : not enough PP to be worth simulating future turns production. marking everything as never complete
2017-02-26 23:22:44.259079 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 5 ========
2017-02-26 23:22:44.259193 [debug] AI : Empire.cpp:1031 : not enough PP to be worth simulating future turns production. marking everything as never complete
2017-02-26 23:22:44.261834 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 6 ========
2017-02-26 23:22:44.261940 [debug] AI : Empire.cpp:1031 : not enough PP to be worth simulating future turns production. marking everything as never complete
2017-02-26 23:22:44.261998 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.262016 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.262027 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.262045 [debug] AI : LoggingWrapper.cpp:23 : ==================== Starting turn 173 (ca6951765) of game: ca69514b9 ====================
2017-02-26 23:22:44.262058 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.263038 [debug] AI : LoggingWrapper.cpp:23 : Turn 173: Fleet Mission Review from Last Turn
2017-02-26 23:22:44.263059 [debug] AI : LoggingWrapper.cpp:23 : =================================================================
2017-02-26 23:22:44.263071 [debug] AI : LoggingWrapper.cpp:23 : | Fleet | Mission | Ships | Rating | Target |
2017-02-26 23:22:44.263080 [debug] AI : LoggingWrapper.cpp:23 : =================================================================
2017-02-26 23:22:44.263090 [debug] AI : LoggingWrapper.cpp:23 : | F_2726<Recon Fleet 2726> | None | 4 | 0.0 | - |
2017-02-26 23:22:44.263099 [debug] AI : LoggingWrapper.cpp:23 : | F_2012<Recon Fleet 2012> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263111 [debug] AI : LoggingWrapper.cpp:23 : | F_3274<Colony Fleet 3274> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263125 [debug] AI : LoggingWrapper.cpp:23 : | F_3725<Colony Fleet 3725> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263140 [debug] AI : LoggingWrapper.cpp:23 : | F_3758<Battle Fleet 3758> | None | 1 | 2268.0 | - |
2017-02-26 23:22:44.263154 [debug] AI : LoggingWrapper.cpp:23 : | F_3154<Recon Fleet 3154> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263167 [debug] AI : LoggingWrapper.cpp:23 : | F_2334<Recon Fleet 2334> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263178 [debug] AI : LoggingWrapper.cpp:23 : | F_2329<Recon Fleet 2329> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263195 [debug] AI : LoggingWrapper.cpp:23 : | F_2332<Recon Fleet 2332> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263208 [debug] AI : LoggingWrapper.cpp:23 : | F_2333<Recon Fleet 2333> | None | 1 | 0.0 | - |
2017-02-26 23:22:44.263218 [debug] AI : LoggingWrapper.cpp:23 : | F_2846<Battle Fleet 2846> | None | 1 | 378.0 | - |
2017-02-26 23:22:44.263231 [debug] AI : LoggingWrapper.cpp:23 : -----------------------------------------------------------------
2017-02-26 23:22:44.288555 [debug] AI : LoggingWrapper.cpp:23 : Obstructed starlanes are: 153-289, 181-544, 210-531, 239-359, 287-544, 434-359, 443-74, 443-289, 443-330, 450-300, 450-528, 519-408
2017-02-26 23:22:44.288628 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_519<Gawara 2> from unexplored list to explored list
2017-02-26 23:22:44.288657 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_522<Kalas 4> from unexplored list to explored list
2017-02-26 23:22:44.288684 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_523<Kalas 3> from unexplored list to explored list
2017-02-26 23:22:44.288710 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_527<Sssla 3> from unexplored list to explored list
2017-02-26 23:22:44.288736 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_18<Solntze> from unexplored list to explored list
2017-02-26 23:22:44.288762 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_531<Robi 2> from unexplored list to explored list
2017-02-26 23:22:44.288795 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_20<Yiminga> from unexplored list to explored list
2017-02-26 23:22:44.288824 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_544<Loki> from unexplored list to explored list
2017-02-26 23:22:44.288852 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_553<Adhil 3> from unexplored list to explored list
2017-02-26 23:22:44.288877 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_42<Oort 3> from unexplored list to explored list
2017-02-26 23:22:44.288903 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_43<Tarak> from unexplored list to explored list
2017-02-26 23:22:44.288928 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_61<Kalas 2> from unexplored list to explored list
2017-02-26 23:22:44.288953 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_68<El Gero> from unexplored list to explored list
2017-02-26 23:22:44.288978 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_73<Betelgeuse> from unexplored list to explored list
2017-02-26 23:22:44.289003 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_74<Medea 1> from unexplored list to explored list
2017-02-26 23:22:44.289028 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_82<Turais> from unexplored list to explored list
2017-02-26 23:22:44.289054 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_95<Robi 3> from unexplored list to explored list
2017-02-26 23:22:44.289079 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_528<Herculis> from unexplored list to explored list
2017-02-26 23:22:44.289104 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_98<Medea 5> from unexplored list to explored list
2017-02-26 23:22:44.289129 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_107<Kitalpha> from unexplored list to explored list
2017-02-26 23:22:44.289157 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_122<Kalas 1> from unexplored list to explored list
2017-02-26 23:22:44.289183 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_124<Lynx> from unexplored list to explored list
2017-02-26 23:22:44.289212 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_151<Oort 1> from unexplored list to explored list
2017-02-26 23:22:44.289236 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_153<Medea 2> from unexplored list to explored list
2017-02-26 23:22:44.289265 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_181<Alcor 3> from unexplored list to explored list
2017-02-26 23:22:44.289289 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_182<Kapteyn> from unexplored list to explored list
2017-02-26 23:22:44.289317 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_209<Tirol 3> from unexplored list to explored list
2017-02-26 23:22:44.289342 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_210<Robi 1> from unexplored list to explored list
2017-02-26 23:22:44.289367 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_213<Hoedus> from unexplored list to explored list
2017-02-26 23:22:44.289394 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_228<Dres> from unexplored list to explored list
2017-02-26 23:22:44.289419 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_233<Mentar 2> from unexplored list to explored list
2017-02-26 23:22:44.289444 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_235<Hisemtuk> from unexplored list to explored list
2017-02-26 23:22:44.289469 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_239<Hagalaz> from unexplored list to explored list
2017-02-26 23:22:44.289494 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_257<Gianfar> from unexplored list to explored list
2017-02-26 23:22:44.289520 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_261<Alcor 2> from unexplored list to explored list
2017-02-26 23:22:44.289544 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_265<Styx> from unexplored list to explored list
2017-02-26 23:22:44.289570 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_274<Tirol 2> from unexplored list to explored list
2017-02-26 23:22:44.289596 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_287<Alcor 1> from unexplored list to explored list
2017-02-26 23:22:44.289625 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_289<Medea 4> from unexplored list to explored list
2017-02-26 23:22:44.289650 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_300<Sssla 1> from unexplored list to explored list
2017-02-26 23:22:44.289675 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_307<Gawara 1> from unexplored list to explored list
2017-02-26 23:22:44.289702 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_327<Oort 2> from unexplored list to explored list
2017-02-26 23:22:44.289727 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_329<Valier 3> from unexplored list to explored list
2017-02-26 23:22:44.289752 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_330<Valier 1> from unexplored list to explored list
2017-02-26 23:22:44.289782 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_359<Zecora> from unexplored list to explored list
2017-02-26 23:22:44.289809 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_376<Medea 3> from unexplored list to explored list
2017-02-26 23:22:44.289834 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_384<Falmari> from unexplored list to explored list
2017-02-26 23:22:44.289862 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_422<Tirol 4> from unexplored list to explored list
2017-02-26 23:22:44.289888 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_434<Maretta> from unexplored list to explored list
2017-02-26 23:22:44.289914 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_439<Nekkar> from unexplored list to explored list
2017-02-26 23:22:44.289940 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_443<Valier 2> from unexplored list to explored list
2017-02-26 23:22:44.289965 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_450<Charlie> from unexplored list to explored list
2017-02-26 23:22:44.289993 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_464<Adhil 1> from unexplored list to explored list
2017-02-26 23:22:44.290018 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_475<Mentar 3> from unexplored list to explored list
2017-02-26 23:22:44.290042 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_477<Poi 7> from unexplored list to explored list
2017-02-26 23:22:44.290070 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_501<Poi 5> from unexplored list to explored list
2017-02-26 23:22:44.290095 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_508<Mentar 1> from unexplored list to explored list
2017-02-26 23:22:44.290119 [debug] AI : LoggingWrapper.cpp:23 : Moved system S_510<Rainbow> from unexplored list to explored list
2017-02-26 23:22:44.295431 [debug] AI : LoggingWrapper.cpp:23 : -------------------------------------------------
2017-02-26 23:22:44.295461 [debug] AI : LoggingWrapper.cpp:23 : Newly explored systems:
2017-02-26 23:22:44.295474 [debug] AI : LoggingWrapper.cpp:23 : ID: 519 -- Gawara 2
2017-02-26 23:22:44.295485 [debug] AI : LoggingWrapper.cpp:23 : ID: 522 -- Kalas 4
2017-02-26 23:22:44.295495 [debug] AI : LoggingWrapper.cpp:23 : ID: 523 -- Kalas 3
2017-02-26 23:22:44.295504 [debug] AI : LoggingWrapper.cpp:23 : ID: 527 -- Sssla 3
2017-02-26 23:22:44.295514 [debug] AI : LoggingWrapper.cpp:23 : ID: 18 -- Solntze
2017-02-26 23:22:44.295524 [debug] AI : LoggingWrapper.cpp:23 : ID: 531 -- Robi 2
2017-02-26 23:22:44.295534 [debug] AI : LoggingWrapper.cpp:23 : ID: 20 -- Yiminga
2017-02-26 23:22:44.295543 [debug] AI : LoggingWrapper.cpp:23 : ID: 544 -- Loki
2017-02-26 23:22:44.295554 [debug] AI : LoggingWrapper.cpp:23 : ID: 553 -- Adhil 3
2017-02-26 23:22:44.295564 [debug] AI : LoggingWrapper.cpp:23 : ID: 42 -- Oort 3
2017-02-26 23:22:44.295574 [debug] AI : LoggingWrapper.cpp:23 : ID: 43 -- Tarak
2017-02-26 23:22:44.295583 [debug] AI : LoggingWrapper.cpp:23 : ID: 61 -- Kalas 2
2017-02-26 23:22:44.295592 [debug] AI : LoggingWrapper.cpp:23 : ID: 68 -- El Gero
2017-02-26 23:22:44.295606 [debug] AI : LoggingWrapper.cpp:23 : ID: 73 -- Betelgeuse
2017-02-26 23:22:44.295617 [debug] AI : LoggingWrapper.cpp:23 : ID: 74 -- Medea 1
2017-02-26 23:22:44.295627 [debug] AI : LoggingWrapper.cpp:23 : ID: 82 -- Turais
2017-02-26 23:22:44.295637 [debug] AI : LoggingWrapper.cpp:23 : ID: 95 -- Robi 3
2017-02-26 23:22:44.295646 [debug] AI : LoggingWrapper.cpp:23 : ID: 528 -- Herculis
2017-02-26 23:22:44.295656 [debug] AI : LoggingWrapper.cpp:23 : ID: 98 -- Medea 5
2017-02-26 23:22:44.295666 [debug] AI : LoggingWrapper.cpp:23 : ID: 107 -- Kitalpha
2017-02-26 23:22:44.295676 [debug] AI : LoggingWrapper.cpp:23 : ID: 122 -- Kalas 1
2017-02-26 23:22:44.295685 [debug] AI : LoggingWrapper.cpp:23 : ID: 124 -- Lynx
2017-02-26 23:22:44.295694 [debug] AI : LoggingWrapper.cpp:23 : ID: 151 -- Oort 1
2017-02-26 23:22:44.295703 [debug] AI : LoggingWrapper.cpp:23 : ID: 153 -- Medea 2
2017-02-26 23:22:44.295712 [debug] AI : LoggingWrapper.cpp:23 : ID: 181 -- Alcor 3
2017-02-26 23:22:44.295721 [debug] AI : LoggingWrapper.cpp:23 : ID: 182 -- Kapteyn
2017-02-26 23:22:44.295731 [debug] AI : LoggingWrapper.cpp:23 : ID: 209 -- Tirol 3
2017-02-26 23:22:44.295741 [debug] AI : LoggingWrapper.cpp:23 : ID: 210 -- Robi 1
2017-02-26 23:22:44.295751 [debug] AI : LoggingWrapper.cpp:23 : ID: 213 -- Hoedus
2017-02-26 23:22:44.295760 [debug] AI : LoggingWrapper.cpp:23 : ID: 228 -- Dres
2017-02-26 23:22:44.295769 [debug] AI : LoggingWrapper.cpp:23 : ID: 233 -- Mentar 2
2017-02-26 23:22:44.295778 [debug] AI : LoggingWrapper.cpp:23 : ID: 235 -- Hisemtuk
2017-02-26 23:22:44.295788 [debug] AI : LoggingWrapper.cpp:23 : ID: 239 -- Hagalaz
2017-02-26 23:22:44.295797 [debug] AI : LoggingWrapper.cpp:23 : ID: 257 -- Gianfar
2017-02-26 23:22:44.295806 [debug] AI : LoggingWrapper.cpp:23 : ID: 261 -- Alcor 2
2017-02-26 23:22:44.295815 [debug] AI : LoggingWrapper.cpp:23 : ID: 265 -- Styx
2017-02-26 23:22:44.295824 [debug] AI : LoggingWrapper.cpp:23 : ID: 274 -- Tirol 2
2017-02-26 23:22:44.295833 [debug] AI : LoggingWrapper.cpp:23 : ID: 287 -- Alcor 1
2017-02-26 23:22:44.295842 [debug] AI : LoggingWrapper.cpp:23 : ID: 289 -- Medea 4
2017-02-26 23:22:44.295851 [debug] AI : LoggingWrapper.cpp:23 : ID: 300 -- Sssla 1
2017-02-26 23:22:44.295860 [debug] AI : LoggingWrapper.cpp:23 : ID: 307 -- Gawara 1
2017-02-26 23:22:44.295869 [debug] AI : LoggingWrapper.cpp:23 : ID: 327 -- Oort 2
2017-02-26 23:22:44.295879 [debug] AI : LoggingWrapper.cpp:23 : ID: 329 -- Valier 3
2017-02-26 23:22:44.295888 [debug] AI : LoggingWrapper.cpp:23 : ID: 330 -- Valier 1
2017-02-26 23:22:44.295897 [debug] AI : LoggingWrapper.cpp:23 : ID: 359 -- Zecora
2017-02-26 23:22:44.295906 [debug] AI : LoggingWrapper.cpp:23 : ID: 376 -- Medea 3
2017-02-26 23:22:44.295917 [debug] AI : LoggingWrapper.cpp:23 : ID: 384 -- Falmari
2017-02-26 23:22:44.295926 [debug] AI : LoggingWrapper.cpp:23 : ID: 422 -- Tirol 4
2017-02-26 23:22:44.295936 [debug] AI : LoggingWrapper.cpp:23 : ID: 434 -- Maretta
2017-02-26 23:22:44.295946 [debug] AI : LoggingWrapper.cpp:23 : ID: 439 -- Nekkar
2017-02-26 23:22:44.295956 [debug] AI : LoggingWrapper.cpp:23 : ID: 443 -- Valier 2
2017-02-26 23:22:44.295966 [debug] AI : LoggingWrapper.cpp:23 : ID: 450 -- Charlie
2017-02-26 23:22:44.295975 [debug] AI : LoggingWrapper.cpp:23 : ID: 464 -- Adhil 1
2017-02-26 23:22:44.295985 [debug] AI : LoggingWrapper.cpp:23 : ID: 475 -- Mentar 3
2017-02-26 23:22:44.295995 [debug] AI : LoggingWrapper.cpp:23 : ID: 477 -- Poi 7
2017-02-26 23:22:44.296005 [debug] AI : LoggingWrapper.cpp:23 : ID: 501 -- Poi 5
2017-02-26 23:22:44.296017 [debug] AI : LoggingWrapper.cpp:23 : ID: 508 -- Mentar 1
2017-02-26 23:22:44.296030 [debug] AI : LoggingWrapper.cpp:23 : ID: 510 -- Rainbow
2017-02-26 23:22:44.296043 [debug] AI : LoggingWrapper.cpp:23 : -------------------------------------------------
2017-02-26 23:22:44.297481 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.297638 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.297753 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.297861 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.297967 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298071 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298222 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298369 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298492 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298600 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298706 [debug] AI : LoggingWrapper.cpp:23 : (((4.0, 1),), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.298999 [debug] AI : LoggingWrapper.cpp:23 : Fleet Summary Turn 173
2017-02-26 23:22:44.299019 [debug] AI : LoggingWrapper.cpp:23 : ===========================================================================================
2017-02-26 23:22:44.299032 [debug] AI : LoggingWrapper.cpp:23 : | Fleet | Old rating | New rating | Location | Destination |
2017-02-26 23:22:44.299041 [debug] AI : LoggingWrapper.cpp:23 : ===========================================================================================
2017-02-26 23:22:44.299052 [debug] AI : LoggingWrapper.cpp:23 : | F_2012<Recon Fleet 2012> | 0.00 | 0.00 | S_210<Robi 1> | - |
2017-02-26 23:22:44.299062 [debug] AI : LoggingWrapper.cpp:23 : | F_2329<Recon Fleet 2329> | 0.00 | 0.00 | S_464<Adhil 1> | - |
2017-02-26 23:22:44.299071 [debug] AI : LoggingWrapper.cpp:23 : | F_2332<Recon Fleet 2332> | 0.00 | 0.00 | S_330<Valier 1> | - |
2017-02-26 23:22:44.299081 [debug] AI : LoggingWrapper.cpp:23 : | F_2333<Recon Fleet 2333> | 0.00 | 0.00 | S_531<Robi 2> | - |
2017-02-26 23:22:44.299091 [debug] AI : LoggingWrapper.cpp:23 : | F_2334<Recon Fleet 2334> | 0.00 | 0.00 | S_477<Poi 7> | - |
2017-02-26 23:22:44.299102 [debug] AI : LoggingWrapper.cpp:23 : | F_2726<Recon Fleet 2726> | 0.00 | 0.00 | S_327<Oort 2> | S_327<Oort 2> |
2017-02-26 23:22:44.299112 [debug] AI : LoggingWrapper.cpp:23 : | F_2846<Battle Fleet 2846> | 1260.00 | 1260.00 | starlane | S_408<Gawara 3> |
2017-02-26 23:22:44.299121 [debug] AI : LoggingWrapper.cpp:23 : | F_3154<Recon Fleet 3154> | 0.00 | 0.00 | S_501<Poi 5> | - |
2017-02-26 23:22:44.299131 [debug] AI : LoggingWrapper.cpp:23 : | F_3274<Colony Fleet 3274> | 0.00 | 0.00 | S_307<Gawara 1> | - |
2017-02-26 23:22:44.299141 [debug] AI : LoggingWrapper.cpp:23 : | F_3725<Colony Fleet 3725> | 0.00 | 0.00 | S_151<Oort 1> | - |
2017-02-26 23:22:44.299151 [debug] AI : LoggingWrapper.cpp:23 : | F_3758<Battle Fleet 3758> | 8568.00 | 8568.00 | S_287<Alcor 1> | S_287<Alcor 1> |
2017-02-26 23:22:44.299164 [debug] AI : LoggingWrapper.cpp:23 : -------------------------------------------------------------------------------------------
2017-02-26 23:22:44.299180 [debug] AI : LoggingWrapper.cpp:23 : Empire Ship Count: 14
2017-02-26 23:22:44.300526 [debug] AI : LoggingWrapper.cpp:23 : Empire standard fighter summary: ({7.0: 3}, 15.0, 3.0, 0, 0, 0)
2017-02-26 23:22:44.300550 [debug] AI : LoggingWrapper.cpp:23 : ------------------------
2017-02-26 23:22:44.301801 [debug] AI : LoggingWrapper.cpp:23 : Fleets lost by system: {}
2017-02-26 23:22:44.301843 [debug] AI : LoggingWrapper.cpp:23 : ========== Updating System Threats ==========
2017-02-26 23:22:44.302021 [debug] AI : LoggingWrapper.cpp:23 : ((4.0, 1), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.302062 [debug] AI : LoggingWrapper.cpp:23 : ((4.0, 1), 15, 0, 0, 0, 0)
2017-02-26 23:22:44.500647 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.667536 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.668079 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.668745 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.669016 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.669185 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.669379 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.670012 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.670551 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.670946 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.671344 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.678562 [debug] AI : LoggingWrapper.cpp:23 : Calling AI Modules
2017-02-26 23:22:44.678605 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.678625 [debug] AI : LoggingWrapper.cpp:23 : ========== Supply calculations ==========
2017-02-26 23:22:44.678638 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.679938 [debug] AI : LoggingWrapper.cpp:23 : Known Systems: [0, 6, 16, 18, 20, 24, 26, 28, 32, 33, 35, 39, 42, 43, 53, 54, 56, 58, 61, 64, 68, 69, 73, 74, 79, 81, 82, 83, 84, 95, 98, 99, 105, 107, 108, 110, 112, 113, 118, 122, 124, 125, 129, 132, 136, 142, 146, 151, 153, 155, 158, 161, 165, 172, 173, 174, 181, 182, 183, 190, 193, 199, 203, 204, 207, 209, 210, 213, 216, 219, 221, 225, 227, 228, 229, 233, 235, 239, 243, 246, 247, 250, 257, 260, 261, 265, 266, 273, 274, 276, 281, 283, 287, 289, 292, 299, 300, 304, 307, 312, 321, 327, 329, 330, 335, 336, 337, 338, 341, 344, 349, 350, 353, 354, 355, 359, 360, 367, 371, 372, 376, 381, 384, 388, 392, 396, 399, 408, 412, 413, 421, 422, 423, 426, 431, 434, 436, 439, 443, 447, 450, 451, 457, 460, 461, 464, 468, 470, 475, 476, 477, 480, 481, 482, 483, 486, 494, 501, 508, 510, 514, 515, 517, 518, 519, 522, 523, 527, 528, 531, 533, 536, 539, 544, 548, 550, 553]
2017-02-26 23:22:44.680050 [debug] AI : LoggingWrapper.cpp:23 : Base Supply: {257: 0.0, 261: 4.0, 519: 1.0, 522: 4.0, 523: 3.0, 18: 4.0, 20: 3.0, 153: 2.0, 287: 4.0, 43: 2.0, 434: 0.0, 443: 3.0, 61: 2.0, 327: 2.0, 210: 3.0, 213: 4.0, 95: 3.0, 233: 2.0, 235: 4.0, 239: 2.0, 376: 4.0, 122: 2.0, 508: 2.0, 510: 2.0}
2017-02-26 23:22:44.680179 [debug] AI : LoggingWrapper.cpp:23 : Supply connected systems: S_519<Gawara 2>, S_522<Kalas 4>, S_523<Kalas 3>, S_18<Solntze>, S_20<Yiminga>, S_42<Oort 3>, S_43<Tarak>, S_61<Kalas 2>, S_73<Betelgeuse>, S_95<Robi 3>, S_98<Medea 5>, S_122<Kalas 1>, S_124<Lynx>, S_151<Oort 1>, S_153<Medea 2>, S_181<Alcor 3>, S_182<Kapteyn>, S_210<Robi 1>, S_213<Hoedus>, S_228<Dres>, S_233<Mentar 2>, S_235<Hisemtuk>, S_239<Hagalaz>, S_257<Gianfar>, S_261<Alcor 2>, S_265<Styx>, S_287<Alcor 1>, S_307<Gawara 1>, S_327<Oort 2>, S_329<Valier 3>, S_376<Medea 3>, S_434<Maretta>, S_443<Valier 2>, S_450<Charlie>, S_475<Mentar 3>, S_508<Mentar 1>, S_510<Rainbow>
2017-02-26 23:22:44.680196 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.680247 [debug] AI : LoggingWrapper.cpp:23 : First Ring of annexable systems: S_531<Robi 2>, S_74<Medea 1>, S_528<Herculis>, S_289<Medea 4>, S_300<Sssla 1>, S_330<Valier 1>, S_359<Zecora>, S_408<Gawara 3>, S_544<Loki>
2017-02-26 23:22:44.680289 [debug] AI : LoggingWrapper.cpp:23 : Second Ring of annexable systems: S_527<Sssla 3>, S_16<Sssla 2>, S_33<Robi 4>, S_553<Adhil 3>, S_68<El Gero>, S_82<Turais>, S_477<Poi 7>
2017-02-26 23:22:44.680347 [debug] AI : LoggingWrapper.cpp:23 : Third Ring of annexable systems: S_118<Poi 16>, S_132<D'nebag>, S_199<Poi 11>, S_209<Tirol 3>, S_229<Poi 12>, S_281<Cherruve>, S_283<Poi 17>, S_341<Algol>, S_422<Tirol 4>, S_464<Adhil 1>, S_501<Poi 5>
2017-02-26 23:22:44.680633 [debug] AI : LoggingWrapper.cpp:23 : Unexplored Systems: [S_0<Balan 1>, S_514<Beaivi 4>, S_515<Seidon 2>, S_517<Idun 7>, S_6<Adhil 2>, S_16<Sssla 2>, S_533<Beaivi 2>, S_24<Sto 3>, S_26<Idun 2>, S_539<Idun 1>, S_28<Tirol 1>, S_33<Robi 4>, S_35<Tycho 5>, S_548<Balan 2>, S_518<>, S_550<>, S_39<Poi 6>, S_53<Idun 6>, S_54<Ain 2>, S_58<Gion 1>, S_64<Tycho 1>, S_69<Poi 2>, S_81<Pisces>, S_83<>, S_84<Balan 3>, S_99<Megrez 2>, S_105<Seren 1>, S_108<Násti>, S_110<Stëra 2>, S_113<Malin 2>, S_118<Poi 16>, S_129<Seren 3>, S_132<D'nebag>, S_136<Malin 1>, S_142<Khaga 3>, S_536<>, S_146<>, S_155<Beaivi 3>, S_158<Idun 5>, S_165<Seidon 1>, S_172<Tycho 4>, S_173<Needle 3>, S_174<>, S_183<Megrez 3>, S_190<Idun 3>, S_193<Dolz 1>, S_199<Poi 11>, S_203<Shapley>, S_204<Seidon 3>, S_219<>, S_221<Corona>, S_225<Malin 4>, S_227<Balder>, S_229<Poi 12>, S_243<Fox>, S_247<Stëra 1>, S_250<Tycho 3>, S_260<Ekkaia>, S_273<Malin 5>, S_276<Seidon 4>, S_281<Cherruve>, S_283<Poi 17>, S_292<Megrez 1>, S_312<Tycho 2>, S_321<Taladas>, S_335<Dolz 4>, S_336<Balan 4>, S_337<Eos>, S_338<Gion 3>, S_341<Algol>, S_344<Poi 15>, S_349<Dolz 3>, S_350<Khaga 1>, S_353<Draco 3>, S_354<Stëra 3>, S_355<Seren 2>, S_360<Mor-Tax>, S_367<Sulafat>, S_371<>, S_372<>, S_381<Beaivi 1>, S_392<Gion 2>, S_396<Inti>, S_399<Draco 4>, S_408<Gawara 3>, S_412<Seidon 5>, S_413<Stràla>, S_423<>, S_426<Dolz 2>, S_431<Khaga 4>, S_436<>, S_447<Draco 1>, S_451<Idun 4>, S_32<Balan 5>, S_457<Ain 1>, S_461<Balan 6>, S_470<>, S_476<Khaga 5>, S_480<Rov>, S_481<Matar>, S_482<Arneb>, S_483<>, S_486<Malin 3>, S_494<Khaga 2>]
2017-02-26 23:22:44.680783 [debug] AI : LoggingWrapper.cpp:23 : Explored SystemIDs: [S_384<Falmari>, S_257<Gianfar>, S_235<Hisemtuk>, S_261<Alcor 2>, S_519<Gawara 2>, S_265<Styx>, S_522<Kalas 4>, S_523<Kalas 3>, S_527<Sssla 3>, S_528<Herculis>, S_18<Solntze>, S_531<Robi 2>, S_20<Yiminga>, S_151<Oort 1>, S_153<Medea 2>, S_508<Mentar 1>, S_287<Alcor 1>, S_544<Loki>, S_289<Medea 4>, S_422<Tirol 4>, S_553<Adhil 3>, S_42<Oort 3>, S_43<Tarak>, S_300<Sssla 1>, S_434<Maretta>, S_307<Gawara 1>, S_181<Alcor 3>, S_182<Kapteyn>, S_329<Valier 3>, S_443<Valier 2>, S_330<Valier 1>, S_61<Kalas 2>, S_450<Charlie>, S_68<El Gero>, S_327<Oort 2>, S_73<Betelgeuse>, S_74<Medea 1>, S_439<Nekkar>, S_464<Adhil 1>, S_209<Tirol 3>, S_82<Turais>, S_274<Tirol 2>, S_213<Hoedus>, S_475<Mentar 3>, S_477<Poi 7>, S_95<Robi 3>, S_98<Medea 5>, S_228<Dres>, S_359<Zecora>, S_233<Mentar 2>, S_107<Kitalpha>, S_210<Robi 1>, S_239<Hagalaz>, S_501<Poi 5>, S_376<Medea 3>, S_122<Kalas 1>, S_124<Lynx>, S_510<Rainbow>]
2017-02-26 23:22:44.681410 [debug] AI : LoggingWrapper.cpp:23 : Explored PlanetIDs: [512, 385, 386, 259, 513, 262, 263, 264, 44, 524, 258, 301, 529, 530, 19, 532, 21, 22, 23, 152, 154, 387, 288, 545, 546, 291, 556, 45, 302, 303, 520, 435, 308, 309, 310, 440, 441, 442, 444, 445, 446, 63, 75, 211, 328, 331, 76, 290, 525, 465, 466, 467, 212, 214, 215, 478, 479, 96, 97, 377, 123, 234, 236, 237, 240, 241, 242, 275, 62, 502, 503, 504, 505, 378, 379, 380, 509, 511]
2017-02-26 23:22:44.681433 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.692622 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.692821 [debug] AI : LoggingWrapper.cpp:23 : Empire species roster Turn 173
2017-02-26 23:22:44.692841 [debug] AI : LoggingWrapper.cpp:23 : ====================================================================================================================================================================
2017-02-26 23:22:44.692853 [debug] AI : LoggingWrapper.cpp:23 : | species | Planets | Colonizer | Shipyards | Supply | Ind. | Res. | Pilots | Troops | Pop. | Tags |
2017-02-26 23:22:44.692870 [debug] AI : LoggingWrapper.cpp:23 : ====================================================================================================================================================================
2017-02-26 23:22:44.692881 [debug] AI : LoggingWrapper.cpp:23 : | SP_EXOBOT | 525, 21, 45, 63, 328, 435, 509 | + | 0 | o | o | - | - | - | o | CTRL_ALWAYS_REPORT, ROBOTIC |
2017-02-26 23:22:44.692893 [debug] AI : LoggingWrapper.cpp:23 : | SP_HHHOH | 513, 211, 236, 263, 377, 379, 380 | + | 3 | o | o | o | + | o | o | ORGANIC |
2017-02-26 23:22:44.692903 [debug] AI : LoggingWrapper.cpp:23 : | SP_UGMORS | 97, 154, 240, 241 | + | 0 | o | + | - | o | + | o | LITHIC |
2017-02-26 23:22:44.692914 [debug] AI : LoggingWrapper.cpp:23 : | SP_ETTY | 524, 19, 22, 23, 214, 264, 556, 288 | + | 4 | ++ | - | o | + | o | o | BAD_DETECTION, GOOD_STEALTH, ROBOTIC |
2017-02-26 23:22:44.692925 [debug] AI : LoggingWrapper.cpp:23 : | SP_BEIGEGOO | 234 | - | 0 | o | ++ | --- | o | o | + | ROBOTIC |
2017-02-26 23:22:44.692939 [debug] AI : LoggingWrapper.cpp:23 : --------------------------------------------------------------------------------------------------------------------------------------------------------------------
2017-02-26 23:22:44.692976 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.692996 [debug] AI : LoggingWrapper.cpp:23 : ========== Updating ShipDesignCache for new turn ==========
2017-02-26 23:22:44.693448 [debug] AI : LoggingWrapper.cpp:23 : Checking persistent cache for consistency...
2017-02-26 23:22:44.696421 [debug] AI : LoggingWrapper.cpp:23 : Testhull cache not found. This may happen only at first turn after game start or load.
2017-02-26 23:22:44.696454 [debug] AI : LoggingWrapper.cpp:23 : Updating Testdesigns for hulls...
2017-02-26 23:22:44.698267 [debug] AI : LoggingWrapper.cpp:23 : Caching buildable hulls per planet...
2017-02-26 23:22:44.699462 [debug] AI : LoggingWrapper.cpp:23 : Updating test designs for ship parts...
2017-02-26 23:22:44.703951 [debug] AI : LoggingWrapper.cpp:23 : Caching buildable ship parts per planet...
2017-02-26 23:22:44.716576 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.716626 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.727306 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.727351 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.735580 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.735623 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.742700 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.742776 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.749066 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.749112 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.756368 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.756412 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.762013 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.762060 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.768527 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.768591 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.777572 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.777639 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.797442 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.797501 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.797710 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.797741 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: [], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.797766 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.797892 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.797919 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: [], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.797942 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.798128 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.798158 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.798186 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.798213 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.798236 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.798262 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.798287 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.798309 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.798334 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.798358 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.798385 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.798412 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.798812 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.798840 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: [], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.798864 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.799379 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.799408 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.799436 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.799464 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.799492 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.799518 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.799547 [debug] AI : LoggingWrapper.cpp:23 : Calling _filling_algorithm() for Carrier-Style ships!
2017-02-26 23:22:44.799568 [debug] AI : LoggingWrapper.cpp:23 : Available parts: {freeOrionAIInterface.shipSlotType.external: ['AR_DIAMOND_PLATE', 'SR_WEAPON_3_1', 'SR_WEAPON_2_1', 'SR_WEAPON_1_1', 'SR_WEAPON_0_1'], freeOrionAIInterface.shipSlotType.internal: ['SH_DEFENSE_GRID', 'FU_BASIC_TANK']}
2017-02-26 23:22:44.799594 [debug] AI : LoggingWrapper.cpp:23 : Found the following hangar parts: set([])
2017-02-26 23:22:44.801219 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:44.801256 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:44.806079 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.806106 [debug] AI : LoggingWrapper.cpp:23 : ========== Preparing to Calculate Priorities ==========
2017-02-26 23:22:44.806125 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.806137 [debug] AI : LoggingWrapper.cpp:23 : *** Calculating Research Priority ***
2017-02-26 23:22:44.806150 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.806291 [debug] AI : LoggingWrapper.cpp:23 : Research Milestones accomplished at turn 173: ['PRO_SENTIENT_AUTOMATION', 'LRN_QUANT_NET', 'SHP_WEAPON_3_2']
2017-02-26 23:22:44.806961 [debug] AI : LoggingWrapper.cpp:23 : Research Production (current/target) : ( 200.4 / 198.0 )
2017-02-26 23:22:44.806988 [debug] AI : LoggingWrapper.cpp:23 : Priority for Research: 22 (new target ~ 264 RP)
2017-02-26 23:22:44.807010 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.807023 [debug] AI : LoggingWrapper.cpp:23 : *** Updating Colonization Status ***
2017-02-26 23:22:44.807034 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.810728 [debug] AI : LoggingWrapper.cpp:23 : Colony Targeted SystemIDs: []
2017-02-26 23:22:44.810753 [debug] AI : LoggingWrapper.cpp:23 : Colony Targeted PlanetIDs: []
2017-02-26 23:22:44.810770 [debug] AI : LoggingWrapper.cpp:23 : Available Colony Fleets: 0
2017-02-26 23:22:44.810784 [debug] AI : LoggingWrapper.cpp:23 : Colony Fleets Without Missions: 0
2017-02-26 23:22:44.810797 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:44.810812 [debug] AI : LoggingWrapper.cpp:23 : Outpost Targeted SystemIDs: []
2017-02-26 23:22:44.810828 [debug] AI : LoggingWrapper.cpp:23 : Outpost Targeted PlanetIDs: []
2017-02-26 23:22:44.810844 [debug] AI : LoggingWrapper.cpp:23 : Outpost Fleet IDs: [3274, 3725]
2017-02-26 23:22:44.810859 [debug] AI : LoggingWrapper.cpp:23 : Outpost Fleets Without Missions: 2
2017-02-26 23:22:44.810873 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.103778 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.104158 [debug] AI : LoggingWrapper.cpp:23 : Potential Targets for Colonization in Turn 173
2017-02-26 23:22:45.104176 [debug] AI : LoggingWrapper.cpp:23 : ===============================================================================================================
2017-02-26 23:22:45.104187 [debug] AI : LoggingWrapper.cpp:23 : | (Score, Species) | Planet | System | Specials |
2017-02-26 23:22:45.104197 [debug] AI : LoggingWrapper.cpp:23 : ===============================================================================================================
2017-02-26 23:22:45.104207 [debug] AI : LoggingWrapper.cpp:23 : | (5480.0, 'SP_UGMORS') | P_410<Gawara 3 II> | S_408<Gawara 3> | SUPERCONDUCTOR_SPECIAL |
2017-02-26 23:22:45.104217 [debug] AI : LoggingWrapper.cpp:23 : | (4066.0, 'SP_HHHOH') | P_96<Robi 3 II> | S_95<Robi 3> | PROBIOTIC_SPECIAL |
2017-02-26 23:22:45.104234 [debug] AI : LoggingWrapper.cpp:23 : | (2894.3512999275363, 'SP_ETTY') | P_446<Valier 2 I> | S_443<Valier 2> | |
2017-02-26 23:22:45.104245 [debug] AI : LoggingWrapper.cpp:23 : | (2844.87015733984, 'SP_ETTY') | P_444<Valier 2 II> | S_443<Valier 2> | |
2017-02-26 23:22:45.104256 [debug] AI : LoggingWrapper.cpp:23 : | (2831.1346607816795, 'SP_ETTY') | P_378<Medea 3 III> | S_376<Medea 3> | CONC_CAMP_MASTER_SPECIAL |
2017-02-26 23:22:45.104265 [debug] AI : LoggingWrapper.cpp:23 : | (2829.6735723445286, 'SP_ETTY') | P_512<Rainbow II> | S_510<Rainbow> | |
2017-02-26 23:22:45.104275 [debug] AI : LoggingWrapper.cpp:23 : | (2699.1346607816795, 'SP_ETTY') | P_215<Hoedus I> | S_213<Hoedus> | |
2017-02-26 23:22:45.104284 [debug] AI : LoggingWrapper.cpp:23 : | (2080.0, 'SP_HHHOH') | P_310<Gawara 1 I> | S_307<Gawara 1> | PROBIOTIC_SPECIAL |
2017-02-26 23:22:45.104294 [debug] AI : LoggingWrapper.cpp:23 : | (2040.0, 'SP_HHHOH') | P_331<Valier 1 I> | S_330<Valier 1> | SPICE_SPECIAL |
2017-02-26 23:22:45.104303 [debug] AI : LoggingWrapper.cpp:23 : | (2040.0, 'SP_HHHOH') | P_291<Medea 4 I> | S_289<Medea 4> | FRUIT_SPECIAL |
2017-02-26 23:22:45.104313 [debug] AI : LoggingWrapper.cpp:23 : | (1909.2572358180312, 'SP_HHHOH') | P_75<Medea 1 I> | S_74<Medea 1> | |
2017-02-26 23:22:45.104322 [debug] AI : LoggingWrapper.cpp:23 : | (1746.1448277908298, 'SP_ETTY') | P_1828<Algol II> | S_341<Algol> | |
2017-02-26 23:22:45.104331 [debug] AI : LoggingWrapper.cpp:23 : | (1678.1377630119682, 'SP_ETTY') | P_34<Robi 4 I> | S_33<Robi 4> | |
2017-02-26 23:22:45.104342 [debug] AI : LoggingWrapper.cpp:23 : | (1626.1448277908298, 'SP_ETTY') | P_152<Oort 1 I> | S_151<Oort 1> | |
2017-02-26 23:22:45.104351 [debug] AI : LoggingWrapper.cpp:23 : | (1346.1448277908298, 'SP_ETTY') | P_309<Gawara 1 II> | S_307<Gawara 1> | |
2017-02-26 23:22:45.104362 [debug] AI : LoggingWrapper.cpp:23 : | (1253.9879053570517, 'SP_ETTY') | P_520<Gawara 2 I> | S_519<Gawara 2> | CONC_CAMP_MASTER_SPECIAL |
2017-02-26 23:22:45.104371 [debug] AI : LoggingWrapper.cpp:23 : | (1174.9126788832114, 'SP_ETTY') | P_123<Kalas 1 I> | S_122<Kalas 1> | |
2017-02-26 23:22:45.104382 [debug] AI : LoggingWrapper.cpp:23 : | (940.0, 'SP_EXOBOT') | P_290<Medea 4 Asteroids > | S_289<Medea 4> | CRYSTALS_SPECIAL |
2017-02-26 23:22:45.104391 [debug] AI : LoggingWrapper.cpp:23 : | (696.5673303908397, 'SP_ETTY') | P_456<Idun 4 I> | S_451<Idun 4> | |
2017-02-26 23:22:45.104400 [debug] AI : LoggingWrapper.cpp:23 : | (669.185862662238, 'SP_EXOBOT') | P_530<Herculis Asteroids > | S_528<Herculis> | |
2017-02-26 23:22:45.104410 [debug] AI : LoggingWrapper.cpp:23 : | (624.7653646178419, 'SP_ETTY') | P_454<Idun 4 III> | S_451<Idun 4> | |
2017-02-26 23:22:45.104419 [debug] AI : LoggingWrapper.cpp:23 : | (480.0, 'SP_ETTY') | P_448<Draco 1 II> | S_447<Draco 1> | SPICE_SPECIAL |
2017-02-26 23:22:45.104429 [debug] AI : LoggingWrapper.cpp:23 : | (469.18586266223804, 'SP_EXOBOT') | P_411<Gawara 3 Asteroids > | S_408<Gawara 3> | |
2017-02-26 23:22:45.104438 [debug] AI : LoggingWrapper.cpp:23 : | (389.18586266223804, 'SP_EXOBOT') | P_479<Poi 7 Asteroids > | S_477<Poi 7> | |
2017-02-26 23:22:45.104447 [debug] AI : LoggingWrapper.cpp:23 : | (365.81795475810804, 'SP_HHHOH') | P_455<Idun 4 II> | S_451<Idun 4> | |
2017-02-26 23:22:45.104459 [debug] AI : LoggingWrapper.cpp:23 : | (311.85033711132394, 'SP_ETTY') | P_414<Stràla II> | S_413<Stràla> | |
2017-02-26 23:22:45.104470 [debug] AI : LoggingWrapper.cpp:23 : | (294.5832077307743, 'SP_ETTY') | P_100<Megrez 2 III> | S_99<Megrez 2> | |
2017-02-26 23:22:45.104481 [debug] AI : LoggingWrapper.cpp:23 : | (294.5832077307743, 'SP_ETTY') | P_541<Idun 1 I> | S_539<Idun 1> | |
2017-02-26 23:22:45.104492 [debug] AI : LoggingWrapper.cpp:23 : | (254.91267888321124, 'SP_ETTY') | P_427<Dolz 2 I> | S_426<Dolz 2> | |
2017-02-26 23:22:45.104502 [debug] AI : LoggingWrapper.cpp:23 : | (238.6654191505802, 'SP_ETTY') | P_130<Seren 3 II> | S_129<Seren 3> | |
2017-02-26 23:22:45.104511 [debug] AI : LoggingWrapper.cpp:23 : | (200.9286856270005, 'SP_ETTY') | P_415<Stràla I> | S_413<Stràla> | |
2017-02-26 23:22:45.104521 [debug] AI : LoggingWrapper.cpp:23 : | (200.9286856270005, 'SP_ETTY') | P_361<Mor-Tax I> | S_360<Mor-Tax> | |
2017-02-26 23:22:45.104531 [debug] AI : LoggingWrapper.cpp:23 : | (196.56733039083974, 'SP_ETTY') | P_543<Idun 1 IV> | S_539<Idun 1> | |
2017-02-26 23:22:45.104541 [debug] AI : LoggingWrapper.cpp:23 : | (173.50162
2017-02-26 23:22:45.104553 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.124695 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.124883 [debug] AI : LoggingWrapper.cpp:23 : Potential Targets for Outposts in Turn 173
2017-02-26 23:22:45.124901 [debug] AI : LoggingWrapper.cpp:23 : =========================================================================================
2017-02-26 23:22:45.124912 [debug] AI : LoggingWrapper.cpp:23 : | Score | Planet | System | Specials |
2017-02-26 23:22:45.124922 [debug] AI : LoggingWrapper.cpp:23 : =========================================================================================
2017-02-26 23:22:45.124931 [debug] AI : LoggingWrapper.cpp:23 : | 5480.0 | P_410<Gawara 3 II> | S_408<Gawara 3> | SUPERCONDUCTOR_SPECIAL |
2017-02-26 23:22:45.124941 [debug] AI : LoggingWrapper.cpp:23 : | 2080.0 | P_310<Gawara 1 I> | S_307<Gawara 1> | PROBIOTIC_SPECIAL |
2017-02-26 23:22:45.124950 [debug] AI : LoggingWrapper.cpp:23 : | 2040.0 | P_291<Medea 4 I> | S_289<Medea 4> | FRUIT_SPECIAL |
2017-02-26 23:22:45.124959 [debug] AI : LoggingWrapper.cpp:23 : | 2040.0 | P_331<Valier 1 I> | S_330<Valier 1> | SPICE_SPECIAL |
2017-02-26 23:22:45.124969 [debug] AI : LoggingWrapper.cpp:23 : | 1909.25723582 | P_75<Medea 1 I> | S_74<Medea 1> | |
2017-02-26 23:22:45.124978 [debug] AI : LoggingWrapper.cpp:23 : | 1746.14482779 | P_1828<Algol II> | S_341<Algol> | |
2017-02-26 23:22:45.124988 [debug] AI : LoggingWrapper.cpp:23 : | 1678.13776301 | P_34<Robi 4 I> | S_33<Robi 4> | |
2017-02-26 23:22:45.124997 [debug] AI : LoggingWrapper.cpp:23 : | 1626.14482779 | P_152<Oort 1 I> | S_151<Oort 1> | |
2017-02-26 23:22:45.125006 [debug] AI : LoggingWrapper.cpp:23 : | 1346.14482779 | P_309<Gawara 1 II> | S_307<Gawara 1> | |
2017-02-26 23:22:45.125016 [debug] AI : LoggingWrapper.cpp:23 : | 940.0 | P_290<Medea 4 Asteroids > | S_289<Medea 4> | CRYSTALS_SPECIAL |
2017-02-26 23:22:45.125025 [debug] AI : LoggingWrapper.cpp:23 : | 669.185862662 | P_530<Herculis Asteroids > | S_528<Herculis> | |
2017-02-26 23:22:45.125034 [debug] AI : LoggingWrapper.cpp:23 : | 469.185862662 | P_411<Gawara 3 Asteroids > | S_408<Gawara 3> | |
2017-02-26 23:22:45.125048 [debug] AI : LoggingWrapper.cpp:23 : | 224 | P_40<Poi 6 I> | S_39<Poi 6> | |
2017-02-26 23:22:45.125059 [debug] AI : LoggingWrapper.cpp:23 : | 148 | P_534<Beaivi 2 Asteroids > | S_533<Beaivi 2> | |
2017-02-26 23:22:45.125069 [debug] AI : LoggingWrapper.cpp:23 : | 145 | P_535<Beaivi 2 I> | S_533<Beaivi 2> | |
2017-02-26 23:22:45.125082 [debug] AI : LoggingWrapper.cpp:23 : -----------------------------------------------------------------------------------------
2017-02-26 23:22:45.125169 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.125183 [debug] AI : LoggingWrapper.cpp:23 : *** Updating Invasion Status ***
2017-02-26 23:22:45.125195 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.158582 [debug] AI : LoggingWrapper.cpp:23 : Current Invasion Targeted SystemIDs: []
2017-02-26 23:22:45.158625 [debug] AI : LoggingWrapper.cpp:23 : Current Invasion Targeted PlanetIDs: []
2017-02-26 23:22:45.158641 [debug] AI : LoggingWrapper.cpp:23 : Available Invasion Fleets: 0
2017-02-26 23:22:45.158657 [debug] AI : LoggingWrapper.cpp:23 : Invasion Fleets Without Missions: 0
2017-02-26 23:22:45.166074 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_1<Balan 1 I>
2017-02-26 23:22:45.166099 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.166110 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 1252.0
2017-02-26 23:22:45.166123 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.166255 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.166274 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.166284 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.166294 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.166303 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Balan 1 I : ', 'sys_supply: -12, planet_supply: 0, supply_val: 0']
2017-02-26 23:22:45.166312 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.166321 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.166330 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.166342 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.166366 [debug] AI : LoggingWrapper.cpp:23 : planet 1, values [0.0, 5.0]
2017-02-26 23:22:45.167292 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_386<Falmari Asteroids >
2017-02-26 23:22:45.167313 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.167324 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.167338 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.167449 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.167467 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.00
2017-02-26 23:22:45.167477 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.167488 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.167498 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Falmari Asteroids : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 492.0', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.167508 [debug] AI : LoggingWrapper.cpp:23 : - popval: 92.0
2017-02-26 23:22:45.167519 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.167527 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.167539 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 730.0
2017-02-26 23:22:45.167571 [debug] AI : LoggingWrapper.cpp:23 : planet 386, values [0.0, 16.0]
2017-02-26 23:22:45.167689 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 385 (was stealthed at last sighting)
2017-02-26 23:22:45.167762 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 387 (was stealthed at last sighting)
2017-02-26 23:22:45.167835 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 387 (was stealthed at last sighting)
2017-02-26 23:22:45.167861 [debug] AI : LoggingWrapper.cpp:23 : planet 387, values [0, 0]
2017-02-26 23:22:45.167969 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 385 (was stealthed at last sighting)
2017-02-26 23:22:45.168883 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_386<Falmari Asteroids >
2017-02-26 23:22:45.168903 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.168914 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.168927 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.169036 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.169054 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.00
2017-02-26 23:22:45.169065 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.169074 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.169085 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Falmari Asteroids : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 492.0', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.169095 [debug] AI : LoggingWrapper.cpp:23 : - popval: 92.0
2017-02-26 23:22:45.169104 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.169113 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.169125 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 730.0
2017-02-26 23:22:45.170212 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_516<Seidon 2 I>
2017-02-26 23:22:45.170233 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.170244 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.170257 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.170366 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.170389 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.50
2017-02-26 23:22:45.170400 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.170409 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.170420 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 2 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -11, planet_supply: 2, supply_val: -1800', 'EnvironPopSizeMod(0)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 2 * 4 * 1.25 = 10', 'maxPop 10.0', 'ind_val 450.1', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.170429 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1149.9
2017-02-26 23:22:45.170439 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.170448 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.170460 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 555.0
2017-02-26 23:22:45.170483 [debug] AI : LoggingWrapper.cpp:23 : planet 516, values [0.0, 11.5]
2017-02-26 23:22:45.171400 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_133<D'nebag I>
2017-02-26 23:22:45.171426 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.171438 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.171450 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.171561 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.171579 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 36.28
2017-02-26 23:22:45.171589 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.171599 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.171610 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ["D'nebag I : ", 'sys_supply: -3, planet_supply: 1, supply_val: -400', 'EnvironPopSizeMod(-4)', 'GRO_SYMBIOTIC_BIO_PSM(0)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(1)', 'GRO_CYBORG_PSM(2)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 1 * 1.00 = 3', 'maxPop 3.0', 'ind_val 193.0', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200']
2017-02-26 23:22:45.171620 [debug] AI : LoggingWrapper.cpp:23 : - popval: -0.7
2017-02-26 23:22:45.171629 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.171638 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 750
2017-02-26 23:22:45.171650 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 682.919006348
2017-02-26 23:22:45.171675 [debug] AI : LoggingWrapper.cpp:23 : planet 133, values [0.0, 36.284936141967776]
2017-02-26 23:22:45.172600 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_134<D'nebag II>
2017-02-26 23:22:45.172621 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.172632 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.172645 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.172754 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.172773 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.78
2017-02-26 23:22:45.172784 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.172799 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.172810 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ["D'nebag II : ", 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -3, planet_supply: 2, supply_val: -200', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 2 * 5 * 1.25 = 12', 'maxPop 12.5', 'ind_val 454.8', 'threat reducing value by 90 %', 'BLD_COL_LAENFA: 50', 'BLD_LIGHTHOUSE: 50', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.172820 [debug] AI : LoggingWrapper.cpp:23 : - popval: 45.5
2017-02-26 23:22:45.172829 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.172838 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 150
2017-02-26 23:22:45.172850 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 832.69569397
2017-02-26 23:22:45.173738 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_134<D'nebag II>
2017-02-26 23:22:45.173758 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.173769 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.173782 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.173893 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.173911 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.78
2017-02-26 23:22:45.173921 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.173931 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.173946 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ["D'nebag II : ", 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -3, planet_supply: 2, supply_val: -200', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 2 * 5 * 1.25 = 12', 'maxPop 12.5', 'ind_val 454.8', 'threat reducing value by 90 %', 'BLD_COL_LAENFA: 50', 'BLD_LIGHTHOUSE: 50', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.173956 [debug] AI : LoggingWrapper.cpp:23 : - popval: 45.5
2017-02-26 23:22:45.173965 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.173974 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 150
2017-02-26 23:22:45.173987 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 832.69569397
2017-02-26 23:22:45.174011 [debug] AI : LoggingWrapper.cpp:23 : planet 134, values [0.0, 32.77593002319336]
2017-02-26 23:22:45.175017 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_133<D'nebag I>
2017-02-26 23:22:45.175045 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.175056 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.175069 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.175192 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.175211 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 36.28
2017-02-26 23:22:45.175222 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.175231 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.175243 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ["D'nebag I : ", 'sys_supply: -3, planet_supply: 1, supply_val: -400', 'EnvironPopSizeMod(-4)', 'GRO_SYMBIOTIC_BIO_PSM(0)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(1)', 'GRO_CYBORG_PSM(2)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 1 * 1.00 = 3', 'maxPop 3.0', 'ind_val 193.0', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200']
2017-02-26 23:22:45.175253 [debug] AI : LoggingWrapper.cpp:23 : - popval: -0.7
2017-02-26 23:22:45.175262 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.175272 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 750
2017-02-26 23:22:45.175286 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 682.919006348
2017-02-26 23:22:45.176201 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_7<Adhil 2 II>
2017-02-26 23:22:45.176223 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.176234 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.176247 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.176360 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.176378 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.98
2017-02-26 23:22:45.176388 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.176398 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.176408 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 II : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 5 * 1.00 = 15', 'maxPop 15.0', 'ind_val 1066.4']
2017-02-26 23:22:45.176418 [debug] AI : LoggingWrapper.cpp:23 : - popval: 266.4
2017-02-26 23:22:45.176427 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.176441 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.176456 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1124.78767395
2017-02-26 23:22:45.176483 [debug] AI : LoggingWrapper.cpp:23 : planet 7, values [0.0, 12.979150772094727]
2017-02-26 23:22:45.177410 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_8<Adhil 2 I>
2017-02-26 23:22:45.177431 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.177443 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.177456 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.177567 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.177585 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.40
2017-02-26 23:22:45.177595 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.177605 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.177616 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 I : ', 'sys_supply: -6, planet_supply: 2, supply_val: -800', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', 'MONOPOLE_SPECIAL boost present', "boosts_PSM(2 from set(['MONOPOLE_SPECIAL', 'SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 6 * 1.00 = 12', 'maxPop 12.0', 'ind_val 575.6', 'Bonus for MONOPOLE_SPECIAL: 3900.0']
2017-02-26 23:22:45.177626 [debug] AI : LoggingWrapper.cpp:23 : - popval: 3300.0
2017-02-26 23:22:45.177635 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.177644 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.177656 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 180.0
2017-02-26 23:22:45.179618 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_9<Adhil 2 III>
2017-02-26 23:22:45.179642 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.179653 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.179666 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.179773 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.179793 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.179803 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.179813 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.179823 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.179834 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.179844 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.179854 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.179866 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.180753 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_8<Adhil 2 I>
2017-02-26 23:22:45.180774 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.180787 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.180804 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.180914 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.180933 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.40
2017-02-26 23:22:45.180944 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.180954 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.180965 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 I : ', 'sys_supply: -6, planet_supply: 2, supply_val: -800', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', 'MONOPOLE_SPECIAL boost present', "boosts_PSM(2 from set(['MONOPOLE_SPECIAL', 'SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 6 * 1.00 = 12', 'maxPop 12.0', 'ind_val 575.6', 'Bonus for MONOPOLE_SPECIAL: 3900.0']
2017-02-26 23:22:45.180982 [debug] AI : LoggingWrapper.cpp:23 : - popval: 3300.0
2017-02-26 23:22:45.180996 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.181012 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.181031 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 180.0
2017-02-26 23:22:45.181060 [debug] AI : LoggingWrapper.cpp:23 : planet 8, values [0.0, 12.399999618530273]
2017-02-26 23:22:45.181989 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_7<Adhil 2 II>
2017-02-26 23:22:45.182010 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.182021 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.182034 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.182145 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.182164 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.98
2017-02-26 23:22:45.182175 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.182185 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.182196 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 II : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 5 * 1.00 = 15', 'maxPop 15.0', 'ind_val 1066.4']
2017-02-26 23:22:45.182206 [debug] AI : LoggingWrapper.cpp:23 : - popval: 266.4
2017-02-26 23:22:45.182216 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.182225 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.182237 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1124.78767395
2017-02-26 23:22:45.184199 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_9<Adhil 2 III>
2017-02-26 23:22:45.184222 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.184234 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.184247 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.184355 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.184374 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.184384 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.184393 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.184403 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.184413 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.184422 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.184431 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.184443 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.186389 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_9<Adhil 2 III>
2017-02-26 23:22:45.186412 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.186423 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.186436 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.186544 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.186562 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.186577 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.186587 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.186597 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.186606 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.186616 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.186624 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.186636 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.186659 [debug] AI : LoggingWrapper.cpp:23 : planet 9, values [0.0, 5.0]
2017-02-26 23:22:45.187655 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_138<Malin 1 II>
2017-02-26 23:22:45.187675 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.187686 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.187699 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.187809 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.187827 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.71
2017-02-26 23:22:45.187838 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.187847 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.187858 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 1 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -9, planet_supply: 0, supply_val: -1800', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 4 * 2 * 1.25 = 10', 'maxPop 10.0', 'ind_val 383.2']
2017-02-26 23:22:45.187868 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1216.8
2017-02-26 23:22:45.187877 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.187886 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.187898 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 752.829818726
2017-02-26 23:22:45.187926 [debug] AI : LoggingWrapper.cpp:23 : planet 138, values [0.0, 12.712224197387695]
2017-02-26 23:22:45.189009 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_137<Malin 1 I>
2017-02-26 23:22:45.189030 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.189041 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.189054 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.189166 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.189185 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 21.40
2017-02-26 23:22:45.189195 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.189204 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.189216 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 1 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -9, planet_supply: 2, supply_val: -1400', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 4 * 7 * 1.25 = 35', 'maxPop 35.0', 'ind_val 1098.9', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_CULTURE_ARCHIVES: 1000', 'BLD_IMPERIAL_PALACE: 1000', 'BLD_AUTO_HISTORY_ANALYSER: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_INDUSTRY_CENTER: 500', 'BLD_LIGHTHOUSE: 50', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200', 'BLD_HYPER_DAM: 50']
2017-02-26 23:22:45.189226 [debug] AI : LoggingWrapper.cpp:23 : - popval: -101.1
2017-02-26 23:22:45.189235 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.189248 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 3450
2017-02-26 23:22:45.189261 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 2564.00009155
2017-02-26 23:22:45.190317 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_397<Inti Asteroids >
2017-02-26 23:22:45.190339 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.190350 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.190362 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.190478 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.190498 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.33
2017-02-26 23:22:45.190509 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.190519 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.190531 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Inti Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'SHP_ENRG_BOUND_MAN Backup 1500.0', 'sys_supply: -10, planet_supply: 1, supply_val: -1800', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 512.1']
2017-02-26 23:22:45.190540 [debug] AI : LoggingWrapper.cpp:23 : - popval: 812.1
2017-02-26 23:22:45.190549 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.190558 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.190570 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 714.132804871
2017-02-26 23:22:45.190596 [debug] AI : LoggingWrapper.cpp:23 : planet 397, values [0.0, 12.325028038024902]
2017-02-26 23:22:45.191722 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_398<Inti I>
2017-02-26 23:22:45.191743 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.191754 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.191767 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.191877 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.191895 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 17.20
2017-02-26 23:22:45.191906 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.191916 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.191927 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Inti I : ', 'PHOTOTROPHIC popMod 3.0', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'SHP_ENRG_BOUND_MAN Backup 2000.0', 'sys_supply: -10, planet_supply: 0, supply_val: -2000', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(3.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 4 * 8 * 1.25 = 40', 'maxPop 40.0', 'ind_val 710.2', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.191937 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1310.2
2017-02-26 23:22:45.191946 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.191955 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.191967 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 2483.99993896
2017-02-26 23:22:45.193056 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_398<Inti I>
2017-02-26 23:22:45.193076 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.193087 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.193100 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.193209 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.193232 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 17.20
2017-02-26 23:22:45.193244 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.193253 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.193265 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Inti I : ', 'PHOTOTROPHIC popMod 3.0', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'SHP_ENRG_BOUND_MAN Backup 2000.0', 'sys_supply: -10, planet_supply: 0, supply_val: -2000', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(3.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 4 * 8 * 1.25 = 40', 'maxPop 40.0', 'ind_val 710.2', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.193274 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1310.2
2017-02-26 23:22:45.193283 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.193292 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.193305 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 2483.99993896
2017-02-26 23:22:45.193329 [debug] AI : LoggingWrapper.cpp:23 : planet 398, values [0.0, 17.200000762939453]
2017-02-26 23:22:45.194417 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_397<Inti Asteroids >
2017-02-26 23:22:45.194437 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.194448 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.194462 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.194572 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.194590 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.33
2017-02-26 23:22:45.194601 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.194611 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.194622 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Inti Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'SHP_ENRG_BOUND_MAN Backup 1500.0', 'sys_supply: -10, planet_supply: 1, supply_val: -1800', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 512.1']
2017-02-26 23:22:45.194632 [debug] AI : LoggingWrapper.cpp:23 : - popval: 812.1
2017-02-26 23:22:45.194641 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.194650 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.194663 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 714.132804871
2017-02-26 23:22:45.195668 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_557<Imperial Poi 2 I>
2017-02-26 23:22:45.195689 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.195700 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 752.0
2017-02-26 23:22:45.195713 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.195824 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.195844 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 52.80
2017-02-26 23:22:45.195856 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.195865 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.195878 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Imperial Poi 2 I : ', 'sys_supply: -5, planet_supply: 3, supply_val: -400', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 8 * 1.00 = 32', 'maxPop 32.0', 'ind_val 1655.4', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_CULTURE_ARCHIVES: 1000', 'BLD_IMPERIAL_PALACE: 1000', 'BLD_AUTO_HISTORY_ANALYSER: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_INDUSTRY_CENTER: 500', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_GENOME_BANK: 50', 'BLD_SOL_ORB_GEN: 800']
2017-02-26 23:22:45.195891 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1455.4
2017-02-26 23:22:45.195903 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.195912 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 3850
2017-02-26 23:22:45.195924 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1111.99996948
2017-02-26 23:22:45.195947 [debug] AI : LoggingWrapper.cpp:23 : planet 557, values [0.0, 52.80000305175781]
2017-02-26 23:22:45.196829 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_17<Sssla 2 I>
2017-02-26 23:22:45.196850 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.196861 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.196875 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.196987 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.197003 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 33.50
2017-02-26 23:22:45.197014 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.197023 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.197034 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sssla 2 I : ', 'sys_supply: -2, planet_supply: 1, supply_val: -200', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 5 * 1.00 = 15', 'maxPop 15.0', 'ind_val 507.6', 'threat reducing value by 90 %', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.197044 [debug] AI : LoggingWrapper.cpp:23 : - popval: 50.8
2017-02-26 23:22:45.197053 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.197062 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.197074 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 780.502166748
2017-02-26 23:22:45.197096 [debug] AI : LoggingWrapper.cpp:23 : planet 17, values [0.0, 33.5026351928711]
2017-02-26 23:22:45.198037 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_275<Tirol 2 I>
2017-02-26 23:22:45.198057 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.198068 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.198081 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.198189 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.198207 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.00
2017-02-26 23:22:45.198217 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.198228 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.198239 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tirol 2 I : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 367.2', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.198249 [debug] AI : LoggingWrapper.cpp:23 : - popval: -32.8
2017-02-26 23:22:45.198258 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.198272 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.198285 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 360.0
2017-02-26 23:22:45.198311 [debug] AI : LoggingWrapper.cpp:23 : planet 275, values [0.0, 16.0]
2017-02-26 23:22:45.199114 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_532<Robi 2 I>
2017-02-26 23:22:45.199136 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.199147 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 32.0
2017-02-26 23:22:45.199160 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.1
2017-02-26 23:22:45.199266 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.199285 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.00
2017-02-26 23:22:45.199295 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.199305 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.199316 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Pilot Val 800.0', 'Robi 2 I : ', 'sys_supply: -1, planet_supply: 1, supply_val: 80', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 1.00 = 24', 'maxPop 24.0', 'ind_val 604.6']
2017-02-26 23:22:45.199326 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1684.6
2017-02-26 23:22:45.199337 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.199346 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.199358 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.199380 [debug] AI : LoggingWrapper.cpp:23 : planet 532, values [0.0, 26.0]
2017-02-26 23:22:45.200216 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_409<Gawara 3 I>
2017-02-26 23:22:45.200238 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.200249 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 32.0
2017-02-26 23:22:45.200263 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.7
2017-02-26 23:22:45.200369 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.200387 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 18.00
2017-02-26 23:22:45.200398 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.200408 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.200420 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gawara 3 I : ', 'sys_supply: -1, planet_supply: 2, supply_val: 120', 'Asteroid mining 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 576.5']
2017-02-26 23:22:45.200430 [debug] AI : LoggingWrapper.cpp:23 : - popval: 996.5
2017-02-26 23:22:45.200440 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.200450 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.200462 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.200484 [debug] AI : LoggingWrapper.cpp:23 : planet 409, values [0.0, 18.0]
2017-02-26 23:22:45.203185 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_410<Gawara 3 II>
2017-02-26 23:22:45.203211 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.203222 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 32.0
2017-02-26 23:22:45.203235 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.7
2017-02-26 23:22:45.203344 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.203363 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 0.00
2017-02-26 23:22:45.203373 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 0.0
2017-02-26 23:22:45.203388 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.203400 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gawara 3 II : ', "Won't GGG", 'sys_supply: -1, planet_supply: 1, supply_val: 60']
2017-02-26 23:22:45.203409 [debug] AI : LoggingWrapper.cpp:23 : - popval: 4110.0
2017-02-26 23:22:45.203419 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.203428 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.203441 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.205533 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_411<Gawara 3 Asteroids >
2017-02-26 23:22:45.205554 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.205565 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 32.0
2017-02-26 23:22:45.205579 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.7
2017-02-26 23:22:45.205685 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.205703 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 0.00
2017-02-26 23:22:45.205713 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 0.0
2017-02-26 23:22:45.205723 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.205733 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gawara 3 Asteroids : ', 'AsteroidMining 200.0', 'AsteroidShipBuilding 200.0', "Won't GGG", 'sys_supply: -1, planet_supply: 1, supply_val: 60']
2017-02-26 23:22:45.205743 [debug] AI : LoggingWrapper.cpp:23 : - popval: 460.0
2017-02-26 23:22:45.205752 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.205761 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.205775 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.206686 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_29<Tirol 1 Asteroids >
2017-02-26 23:22:45.206707 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.206718 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.206731 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.206842 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.206861 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 33.94
2017-02-26 23:22:45.206872 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.206882 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.206893 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tirol 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 570.0']
2017-02-26 23:22:45.206903 [debug] AI : LoggingWrapper.cpp:23 : - popval: 570.0
2017-02-26 23:22:45.206912 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.206921 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.206934 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 856.833457947
2017-02-26 23:22:45.206960 [debug] AI : LoggingWrapper.cpp:23 : planet 29, values [0.0, 33.93894920349121]
2017-02-26 23:22:45.207923 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_30<Tirol 1 I>
2017-02-26 23:22:45.207944 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.207955 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.207968 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.208079 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.208097 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 36.35
2017-02-26 23:22:45.208111 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.208121 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.208133 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tirol 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -4, planet_supply: 0, supply_val: -800', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-4)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(0)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(1)', 'GRO_CYBORG_PSM(2)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 4 * 1 * 1.25 = 7', 'maxPop 7.5', 'ind_val 736.6', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.208142 [debug] AI : LoggingWrapper.cpp:23 : - popval: 536.6
2017-02-26 23:22:45.208151 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.208160 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.208173 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1042.16560364
2017-02-26 23:22:45.209099 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_30<Tirol 1 I>
2017-02-26 23:22:45.209121 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.209133 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.209146 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.209255 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.209274 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 36.35
2017-02-26 23:22:45.209285 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.209294 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.209305 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tirol 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -4, planet_supply: 0, supply_val: -800', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-4)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(0)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(1)', 'GRO_CYBORG_PSM(2)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 4 * 1 * 1.25 = 7', 'maxPop 7.5', 'ind_val 736.6', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.209315 [debug] AI : LoggingWrapper.cpp:23 : - popval: 536.6
2017-02-26 23:22:45.209324 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.209333 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.209346 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1042.16560364
2017-02-26 23:22:45.209368 [debug] AI : LoggingWrapper.cpp:23 : planet 30, values [0.0, 36.34927597045898]
2017-02-26 23:22:45.210293 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_29<Tirol 1 Asteroids >
2017-02-26 23:22:45.210314 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.210325 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.210338 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.210451 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.210471 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 33.94
2017-02-26 23:22:45.210481 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.210491 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.210502 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tirol 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 570.0']
2017-02-26 23:22:45.210516 [debug] AI : LoggingWrapper.cpp:23 : - popval: 570.0
2017-02-26 23:22:45.210527 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.210536 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.210548 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 856.833457947
2017-02-26 23:22:45.212690 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_393<Gion 2 Asteroids >
2017-02-26 23:22:45.212710 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.212721 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.212734 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.212845 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.212865 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.212875 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.212884 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.212894 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gion 2 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', "Won't GGG", 'sys_supply: -7, planet_supply: 1, supply_val: 0']
2017-02-26 23:22:45.212903 [debug] AI : LoggingWrapper.cpp:23 : - popval: 220.0
2017-02-26 23:22:45.212912 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.212921 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.212933 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.212954 [debug] AI : LoggingWrapper.cpp:23 : planet 393, values [0.0, 5.0]
2017-02-26 23:22:45.213797 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_545<Loki I>
2017-02-26 23:22:45.213816 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 202.0
2017-02-26 23:22:45.213828 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 946547.0
2017-02-26 23:22:45.213841 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.213951 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.213970 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 56.00
2017-02-26 23:22:45.213980 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.213991 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.214003 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Pilot Val 800.0', 'Loki I : ', 'sys_supply: -1, planet_supply: 1, supply_val: 80', 'GGG ~ 400.0', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 525.3', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50', 'BLD_SHIPYARD_ORG_XENO_FAC: 200', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.214012 [debug] AI : LoggingWrapper.cpp:23 : - popval: 160.5
2017-02-26 23:22:45.214022 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.214031 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 850
2017-02-26 23:22:45.214044 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 234.787282944
2017-02-26 23:22:45.214068 [debug] AI : LoggingWrapper.cpp:23 : planet 545, values [0.0, 55.999900817871094]
2017-02-26 23:22:45.215997 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_546<Loki II>
2017-02-26 23:22:45.216020 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.216031 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 946547.0
2017-02-26 23:22:45.216044 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.216152 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.216174 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.216185 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.216195 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.216204 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Loki II : ', 'sys_supply: -1, planet_supply: 0, supply_val: 0', 'threat reducing value by 90 %', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.216214 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.216223 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.216232 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.216244 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.218129 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_546<Loki II>
2017-02-26 23:22:45.218149 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.218160 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 946547.0
2017-02-26 23:22:45.218173 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.218279 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.218298 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.218308 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.218317 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.218327 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Loki II : ', 'sys_supply: -1, planet_supply: 0, supply_val: 0', 'threat reducing value by 90 %', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.218336 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.218345 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.218354 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.218366 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.218393 [debug] AI : LoggingWrapper.cpp:23 : planet 546, values [0.0, 13.0]
2017-02-26 23:22:45.220909 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_1827<Algol I>
2017-02-26 23:22:45.220932 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.220943 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.220957 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.221065 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.221083 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.221094 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.221104 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.221113 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Algol I : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', "Won't GGG", 'sys_supply: -3, planet_supply: 0, supply_val: 0']
2017-02-26 23:22:45.221122 [debug] AI : LoggingWrapper.cpp:23 : - popval: 949.4
2017-02-26 23:22:45.221132 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.221142 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.221155 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.221176 [debug] AI : LoggingWrapper.cpp:23 : planet 1827, values [0.0, 5.0]
2017-02-26 23:22:45.222039 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_293<Megrez 1 II>
2017-02-26 23:22:45.222061 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.222072 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.222086 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.222195 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.222214 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.75
2017-02-26 23:22:45.222224 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.222239 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.222253 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 II : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: -1, supply_val: -1400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 5 * 3 * 1.00 = 17', 'maxPop 17.5', 'ind_val 879.3', 'threat reducing value by 90 %']
2017-02-26 23:22:45.222262 [debug] AI : LoggingWrapper.cpp:23 : - popval: 7.9
2017-02-26 23:22:45.222271 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.222280 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.222292 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 595.0
2017-02-26 23:22:45.222314 [debug] AI : LoggingWrapper.cpp:23 : planet 293, values [0.0, 32.75]
2017-02-26 23:22:45.223242 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_294<Megrez 1 Asteroids >
2017-02-26 23:22:45.223264 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.223275 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.223290 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.223399 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.223418 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 28.54
2017-02-26 23:22:45.223429 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.223438 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.223450 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 388.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.223460 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1.1
2017-02-26 23:22:45.223470 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.223479 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.223491 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 388.778991699
2017-02-26 23:22:45.224378 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_295<Megrez 1 I>
2017-02-26 23:22:45.224399 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.224410 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.224423 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.224533 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.224551 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 30.05
2017-02-26 23:22:45.224562 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.224571 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.224583 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 10', 'maxPop 10.5', 'ind_val 764.3', 'threat reducing value by 90 %', 'BLD_SOL_ORB_GEN: 800', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.224598 [debug] AI : LoggingWrapper.cpp:23 : - popval: 36.4
2017-02-26 23:22:45.224608 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.224618 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1100
2017-02-26 23:22:45.224630 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 468.999996185
2017-02-26 23:22:45.225513 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_296<Megrez 1 III>
2017-02-26 23:22:45.225535 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.225546 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.225561 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.225670 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.225690 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 38.40
2017-02-26 23:22:45.225700 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.225709 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.225721 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 III : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 2, supply_val: -800', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 805.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50']
2017-02-26 23:22:45.225730 [debug] AI : LoggingWrapper.cpp:23 : - popval: 60.5
2017-02-26 23:22:45.225739 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.225748 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 150
2017-02-26 23:22:45.225760 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 476.000003815
2017-02-26 23:22:45.226638 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_294<Megrez 1 Asteroids >
2017-02-26 23:22:45.226659 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.226670 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.226683 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.226793 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.226812 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 28.54
2017-02-26 23:22:45.226823 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.226833 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.226844 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 388.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.226854 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1.1
2017-02-26 23:22:45.226863 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.226872 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.226884 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 388.778991699
2017-02-26 23:22:45.226907 [debug] AI : LoggingWrapper.cpp:23 : planet 294, values [0.0, 28.5423376083374]
2017-02-26 23:22:45.227810 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_293<Megrez 1 II>
2017-02-26 23:22:45.227831 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.227842 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.227858 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.227968 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.227986 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.75
2017-02-26 23:22:45.227997 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.228006 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.228017 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 II : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: -1, supply_val: -1400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 5 * 3 * 1.00 = 17', 'maxPop 17.5', 'ind_val 879.3', 'threat reducing value by 90 %']
2017-02-26 23:22:45.228027 [debug] AI : LoggingWrapper.cpp:23 : - popval: 7.9
2017-02-26 23:22:45.228036 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.228045 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.228059 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 595.0
2017-02-26 23:22:45.228943 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_295<Megrez 1 I>
2017-02-26 23:22:45.228964 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.228976 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.228989 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.229099 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.229118 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 30.05
2017-02-26 23:22:45.229128 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.229137 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.229149 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 10', 'maxPop 10.5', 'ind_val 764.3', 'threat reducing value by 90 %', 'BLD_SOL_ORB_GEN: 800', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.229158 [debug] AI : LoggingWrapper.cpp:23 : - popval: 36.4
2017-02-26 23:22:45.229167 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.229176 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1100
2017-02-26 23:22:45.229188 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 468.999996185
2017-02-26 23:22:45.230073 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_296<Megrez 1 III>
2017-02-26 23:22:45.230094 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.230105 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.230118 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.230228 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.230245 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 38.40
2017-02-26 23:22:45.230256 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.230265 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.230277 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 III : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 2, supply_val: -800', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 805.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50']
2017-02-26 23:22:45.230291 [debug] AI : LoggingWrapper.cpp:23 : - popval: 60.5
2017-02-26 23:22:45.230301 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.230311 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 150
2017-02-26 23:22:45.230323 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 476.000003815
2017-02-26 23:22:45.231215 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_295<Megrez 1 I>
2017-02-26 23:22:45.231236 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.231247 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.231261 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.231371 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.231389 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 30.05
2017-02-26 23:22:45.231399 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.231409 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.231420 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 10', 'maxPop 10.5', 'ind_val 764.3', 'threat reducing value by 90 %', 'BLD_SOL_ORB_GEN: 800', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.231430 [debug] AI : LoggingWrapper.cpp:23 : - popval: 36.4
2017-02-26 23:22:45.231439 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.231448 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1100
2017-02-26 23:22:45.231460 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 468.999996185
2017-02-26 23:22:45.231483 [debug] AI : LoggingWrapper.cpp:23 : planet 295, values [0.0, 30.049999237060547]
2017-02-26 23:22:45.232384 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_293<Megrez 1 II>
2017-02-26 23:22:45.232405 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.232417 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.232429 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.232538 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.232556 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.75
2017-02-26 23:22:45.232567 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.232576 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.232587 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 II : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: -1, supply_val: -1400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 5 * 3 * 1.00 = 17', 'maxPop 17.5', 'ind_val 879.3', 'threat reducing value by 90 %']
2017-02-26 23:22:45.232597 [debug] AI : LoggingWrapper.cpp:23 : - popval: 7.9
2017-02-26 23:22:45.232606 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.232615 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.232631 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 595.0
2017-02-26 23:22:45.233503 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_294<Megrez 1 Asteroids >
2017-02-26 23:22:45.233524 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.233537 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.233550 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.233659 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.233677 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 28.54
2017-02-26 23:22:45.233688 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.233697 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.233709 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 388.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.233718 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1.1
2017-02-26 23:22:45.233727 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.233737 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.233749 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 388.778991699
2017-02-26 23:22:45.234647 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_296<Megrez 1 III>
2017-02-26 23:22:45.234667 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.234678 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.234692 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.234802 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.234821 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 38.40
2017-02-26 23:22:45.234831 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.234841 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.234853 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 III : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 2, supply_val: -800', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 805.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50']
2017-02-26 23:22:45.234862 [debug] AI : LoggingWrapper.cpp:23 : - popval: 60.5
2017-02-26 23:22:45.234872 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.234882 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 150
2017-02-26 23:22:45.234894 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 476.000003815
2017-02-26 23:22:45.235776 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_296<Megrez 1 III>
2017-02-26 23:22:45.235796 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.235807 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.235820 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.235929 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.235948 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 38.40
2017-02-26 23:22:45.235958 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.235968 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.235983 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 III : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 2, supply_val: -800', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 805.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50']
2017-02-26 23:22:45.235994 [debug] AI : LoggingWrapper.cpp:23 : - popval: 60.5
2017-02-26 23:22:45.236003 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.236013 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 150
2017-02-26 23:22:45.236025 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 476.000003815
2017-02-26 23:22:45.236051 [debug] AI : LoggingWrapper.cpp:23 : planet 296, values [0.0, 38.400001525878906]
2017-02-26 23:22:45.236959 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_293<Megrez 1 II>
2017-02-26 23:22:45.236981 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.236993 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.237006 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.237115 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.237134 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.75
2017-02-26 23:22:45.237145 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.237155 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.237167 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 II : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: -1, supply_val: -1400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 5 * 3 * 1.00 = 17', 'maxPop 17.5', 'ind_val 879.3', 'threat reducing value by 90 %']
2017-02-26 23:22:45.237177 [debug] AI : LoggingWrapper.cpp:23 : - popval: 7.9
2017-02-26 23:22:45.237186 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.237195 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.237207 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 595.0
2017-02-26 23:22:45.238078 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_294<Megrez 1 Asteroids >
2017-02-26 23:22:45.238098 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.238110 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.238123 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.238232 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.238251 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 28.54
2017-02-26 23:22:45.238261 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.238270 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.238282 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 388.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.238295 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1.1
2017-02-26 23:22:45.238305 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.238316 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.238328 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 388.778991699
2017-02-26 23:22:45.239211 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_295<Megrez 1 I>
2017-02-26 23:22:45.239232 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.239244 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.239257 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.239365 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.239383 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 30.05
2017-02-26 23:22:45.239394 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.239403 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.239415 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Megrez 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 10', 'maxPop 10.5', 'ind_val 764.3', 'threat reducing value by 90 %', 'BLD_SOL_ORB_GEN: 800', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.239424 [debug] AI : LoggingWrapper.cpp:23 : - popval: 36.4
2017-02-26 23:22:45.239433 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.239442 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1100
2017-02-26 23:22:45.239454 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 468.999996185
2017-02-26 23:22:45.241655 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_301<Sssla 1 Asteroids >
2017-02-26 23:22:45.241677 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.241688 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.241701 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.241811 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.241830 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.241842 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.241851 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.241861 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sssla 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'AsteroidMining 200.0', 'AsteroidShipBuilding 200.0', "Won't GGG", 'sys_supply: -1, planet_supply: 1, supply_val: 60', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300', 'BLD_SOL_ORB_GEN: 800']
2017-02-26 23:22:45.241871 [debug] AI : LoggingWrapper.cpp:23 : - popval: 86.0
2017-02-26 23:22:45.241880 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.241889 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1100
2017-02-26 23:22:45.241901 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.241922 [debug] AI : LoggingWrapper.cpp:23 : planet 301, values [0.0, 13.0]
2017-02-26 23:22:45.243889 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_302<Sssla 1 II>
2017-02-26 23:22:45.243912 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.243924 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.243937 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.244043 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.244062 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.244076 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.244087 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.244098 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sssla 1 II : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -1, planet_supply: 0, supply_val: 0', 'threat reducing value by 90 %', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.244107 [debug] AI : LoggingWrapper.cpp:23 : - popval: 37.0
2017-02-26 23:22:45.244117 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.244127 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.244140 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.244163 [debug] AI : LoggingWrapper.cpp:23 : planet 302, values [0.0, 13.0]
2017-02-26 23:22:45.245042 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_303<Sssla 1 I>
2017-02-26 23:22:45.245065 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.245075 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.245088 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.245201 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.245220 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 43.55
2017-02-26 23:22:45.245231 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.245241 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.245254 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sssla 1 I : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -1, planet_supply: 2, supply_val: 120', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 5 * 1.00 = 15', 'maxPop 15.0', 'ind_val 1363.5', 'threat reducing value by 90 %', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.245264 [debug] AI : LoggingWrapper.cpp:23 : - popval: 208.3
2017-02-26 23:22:45.245273 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.245282 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 850
2017-02-26 23:22:45.245295 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1297.24948883
2017-02-26 23:22:45.245318 [debug] AI : LoggingWrapper.cpp:23 : planet 303, values [0.0, 43.553676986694335]
2017-02-26 23:22:45.247565 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_301<Sssla 1 Asteroids >
2017-02-26 23:22:45.247588 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.247599 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.247612 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.247721 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.247740 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.247751 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.247760 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.247770 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sssla 1 Asteroids : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'AsteroidMining 200.0', 'AsteroidShipBuilding 200.0', "Won't GGG", 'sys_supply: -1, planet_supply: 1, supply_val: 60', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300', 'BLD_SOL_ORB_GEN: 800']
2017-02-26 23:22:45.247779 [debug] AI : LoggingWrapper.cpp:23 : - popval: 86.0
2017-02-26 23:22:45.247789 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.247802 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1100
2017-02-26 23:22:45.247815 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.249787 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_302<Sssla 1 II>
2017-02-26 23:22:45.249807 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.249820 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.249834 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.249942 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.249962 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.249972 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.249981 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.249992 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sssla 1 II : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -1, planet_supply: 0, supply_val: 0', 'threat reducing value by 90 %', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.250002 [debug] AI : LoggingWrapper.cpp:23 : - popval: 37.0
2017-02-26 23:22:45.250011 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.250021 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.250034 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.250113 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 385 (was stealthed at last sighting)
2017-02-26 23:22:45.250140 [debug] AI : LoggingWrapper.cpp:23 : planet 385, values [0, 0]
2017-02-26 23:22:45.251092 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_386<Falmari Asteroids >
2017-02-26 23:22:45.251113 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.251124 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.251137 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.251246 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.251264 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.00
2017-02-26 23:22:45.251274 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.251284 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.251295 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Falmari Asteroids : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 492.0', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.251305 [debug] AI : LoggingWrapper.cpp:23 : - popval: 92.0
2017-02-26 23:22:45.251314 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.251323 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.251336 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 730.0
2017-02-26 23:22:45.251411 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 387 (was stealthed at last sighting)
2017-02-26 23:22:45.252259 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_433<Khaga 4 I>
2017-02-26 23:22:45.252280 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.252291 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.252305 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.252414 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.252432 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.60
2017-02-26 23:22:45.252443 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.252452 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.252468 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 4 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 5 * 1.25 = 18', 'maxPop 18.8', 'ind_val 577.0', 'BLD_SCRYING_SPHERE: 50', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200']
2017-02-26 23:22:45.252479 [debug] AI : LoggingWrapper.cpp:23 : - popval: 177.0
2017-02-26 23:22:45.252488 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.252498 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 900
2017-02-26 23:22:45.252511 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1115.99998474
2017-02-26 23:22:45.252535 [debug] AI : LoggingWrapper.cpp:23 : planet 433, values [0.0, 13.600000381469727]
2017-02-26 23:22:45.253378 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_432<Khaga 4 II>
2017-02-26 23:22:45.253398 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.253409 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.253422 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.253531 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.253549 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.60
2017-02-26 23:22:45.253559 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.253569 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.253579 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 4 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 5 * 1.25 = 18', 'maxPop 18.8', 'ind_val 577.0']
2017-02-26 23:22:45.253589 [debug] AI : LoggingWrapper.cpp:23 : - popval: 177.0
2017-02-26 23:22:45.253598 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.253607 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.253619 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1115.99998474
2017-02-26 23:22:45.254430 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_432<Khaga 4 II>
2017-02-26 23:22:45.254451 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.254462 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.254475 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.254582 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.254601 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.60
2017-02-26 23:22:45.254612 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.254622 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.254634 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 4 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 5 * 1.25 = 18', 'maxPop 18.8', 'ind_val 577.0']
2017-02-26 23:22:45.254643 [debug] AI : LoggingWrapper.cpp:23 : - popval: 177.0
2017-02-26 23:22:45.254652 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.254661 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.254677 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1115.99998474
2017-02-26 23:22:45.254701 [debug] AI : LoggingWrapper.cpp:23 : planet 432, values [0.0, 13.600000381469727]
2017-02-26 23:22:45.255580 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_433<Khaga 4 I>
2017-02-26 23:22:45.255601 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.255612 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.255625 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.255733 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.255751 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.60
2017-02-26 23:22:45.255762 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.255772 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.255784 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 4 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 5 * 1.25 = 18', 'maxPop 18.8', 'ind_val 577.0', 'BLD_SCRYING_SPHERE: 50', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200']
2017-02-26 23:22:45.255793 [debug] AI : LoggingWrapper.cpp:23 : - popval: 177.0
2017-02-26 23:22:45.255803 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.255812 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 900
2017-02-26 23:22:45.255824 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1115.99998474
2017-02-26 23:22:45.256891 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_137<Malin 1 I>
2017-02-26 23:22:45.256913 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.256924 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.256937 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.257051 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.257070 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 21.40
2017-02-26 23:22:45.257080 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.257090 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.257102 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 1 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -9, planet_supply: 2, supply_val: -1400', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 4 * 7 * 1.25 = 35', 'maxPop 35.0', 'ind_val 1098.9', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_CULTURE_ARCHIVES: 1000', 'BLD_IMPERIAL_PALACE: 1000', 'BLD_AUTO_HISTORY_ANALYSER: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_INDUSTRY_CENTER: 500', 'BLD_LIGHTHOUSE: 50', 'BLD_SHIPYARD_ORG_CELL_GRO_CHAMB: 200', 'BLD_SHIPYARD_ORG_XENO_FAC: 200', 'BLD_HYPER_DAM: 50']
2017-02-26 23:22:45.257113 [debug] AI : LoggingWrapper.cpp:23 : - popval: -101.1
2017-02-26 23:22:45.257122 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.257131 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 3450
2017-02-26 23:22:45.257143 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 2564.00009155
2017-02-26 23:22:45.257166 [debug] AI : LoggingWrapper.cpp:23 : planet 137, values [0.0, 21.399999618530273]
2017-02-26 23:22:45.258202 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_138<Malin 1 II>
2017-02-26 23:22:45.258223 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.258238 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.258253 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.258362 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.258385 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.71
2017-02-26 23:22:45.258396 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.258406 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.258417 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 1 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -9, planet_supply: 0, supply_val: -1800', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 4 * 2 * 1.25 = 10', 'maxPop 10.0', 'ind_val 383.2']
2017-02-26 23:22:45.258426 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1216.8
2017-02-26 23:22:45.258435 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.258444 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.258456 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 752.829818726
2017-02-26 23:22:45.259362 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_313<Tycho 2 III>
2017-02-26 23:22:45.259383 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.259394 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.259409 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.259520 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.259538 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 6.74
2017-02-26 23:22:45.259548 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.259558 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.259569 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 3 * 1.00 = 12', 'maxPop 12.0', 'ind_val 361.4', 'Bonus for SUPERCONDUCTOR_SPECIAL: 3900.0', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.259579 [debug] AI : LoggingWrapper.cpp:23 : - popval: 290.0
2017-02-26 23:22:45.259589 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.259599 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.259611 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.259634 [debug] AI : LoggingWrapper.cpp:23 : planet 313, values [0.0, 6.740000009536743]
2017-02-26 23:22:45.260558 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_314<Tycho 2 IV>
2017-02-26 23:22:45.260578 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.260589 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.260604 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.260714 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.260732 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 8.29
2017-02-26 23:22:45.260742 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.260752 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.260763 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 IV : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 6 * 1.00 = 24', 'maxPop 24.0', 'ind_val 569.4', 'threat reducing value by 90 %', 'BLD_COL_TAEGHIRUS: 50']
2017-02-26 23:22:45.260778 [debug] AI : LoggingWrapper.cpp:23 : - popval: -43.1
2017-02-26 23:22:45.260794 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.260806 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.260819 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.261696 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_315<Tycho 2 II>
2017-02-26 23:22:45.261715 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.261726 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.261739 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.261847 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.261865 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 7.32
2017-02-26 23:22:45.261876 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.261885 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.261896 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 II : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 6 * 1.00 = 18', 'maxPop 18.0', 'ind_val 475.6', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.261905 [debug] AI : LoggingWrapper.cpp:23 : - popval: -32.4
2017-02-26 23:22:45.261914 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.261923 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.261935 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.262827 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_316<Tycho 2 I>
2017-02-26 23:22:45.262848 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.262859 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.262872 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.262981 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.263000 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.00
2017-02-26 23:22:45.263010 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.263019 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.263030 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Pilot Val 2400.0', 'Tycho 2 I : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 721.9', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.263040 [debug] AI : LoggingWrapper.cpp:23 : - popval: 232.2
2017-02-26 23:22:45.263049 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.263058 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.263071 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 780.0
2017-02-26 23:22:45.263953 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_314<Tycho 2 IV>
2017-02-26 23:22:45.263973 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.263984 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.264003 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.264112 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.264131 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 8.29
2017-02-26 23:22:45.264141 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.264150 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.264161 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 IV : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 6 * 1.00 = 24', 'maxPop 24.0', 'ind_val 569.4', 'threat reducing value by 90 %', 'BLD_COL_TAEGHIRUS: 50']
2017-02-26 23:22:45.264170 [debug] AI : LoggingWrapper.cpp:23 : - popval: -43.1
2017-02-26 23:22:45.264180 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.264189 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.264200 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.264225 [debug] AI : LoggingWrapper.cpp:23 : planet 314, values [0.0, 8.292000007629394]
2017-02-26 23:22:45.265160 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_313<Tycho 2 III>
2017-02-26 23:22:45.265182 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.265193 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.265207 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.265318 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.265336 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 6.74
2017-02-26 23:22:45.265348 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.265357 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.265369 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 3 * 1.00 = 12', 'maxPop 12.0', 'ind_val 361.4', 'Bonus for SUPERCONDUCTOR_SPECIAL: 3900.0', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.265378 [debug] AI : LoggingWrapper.cpp:23 : - popval: 290.0
2017-02-26 23:22:45.265387 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.265396 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.265409 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.266285 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_315<Tycho 2 II>
2017-02-26 23:22:45.266306 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.266317 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.266330 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.266447 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.266466 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 7.32
2017-02-26 23:22:45.266476 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.266486 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.266496 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 II : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 6 * 1.00 = 18', 'maxPop 18.0', 'ind_val 475.6', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.266511 [debug] AI : LoggingWrapper.cpp:23 : - popval: -32.4
2017-02-26 23:22:45.266522 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.266532 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.266544 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.267442 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_316<Tycho 2 I>
2017-02-26 23:22:45.267463 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.267475 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.267488 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.267599 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.267616 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.00
2017-02-26 23:22:45.267627 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.267636 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.267647 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Pilot Val 2400.0', 'Tycho 2 I : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 721.9', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.267657 [debug] AI : LoggingWrapper.cpp:23 : - popval: 232.2
2017-02-26 23:22:45.267666 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.267675 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.267687 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 780.0
2017-02-26 23:22:45.268714 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_59<Gion 1 I>
2017-02-26 23:22:45.268735 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.268746 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.268758 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.268872 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.268891 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.15
2017-02-26 23:22:45.268901 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.268912 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.268923 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gion 1 I : ', 'PHOTOTROPHIC popMod 1.5', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -9, planet_supply: 1, supply_val: -1600', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'Phototropic Star Bonus_PSM(1.5)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 5 * 1.25 = 20', 'maxPop 20.6', 'ind_val 1258.4', 'BLD_LIGHTHOUSE: 50', 'BLD_SOL_ORB_GEN: 800']
2017-02-26 23:22:45.268932 [debug] AI : LoggingWrapper.cpp:23 : - popval: 258.4
2017-02-26 23:22:45.268943 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.268952 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 850
2017-02-26 23:22:45.268963 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1230.49995422
2017-02-26 23:22:45.268987 [debug] AI : LoggingWrapper.cpp:23 : planet 59, values [0.0, 13.149999618530273]
2017-02-26 23:22:45.271090 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_60<Gion 1 II>
2017-02-26 23:22:45.271115 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.271128 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.271141 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.271250 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.271268 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.271280 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.271290 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.271301 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gion 1 II : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -9, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.271311 [debug] AI : LoggingWrapper.cpp:23 : - popval: 130.0
2017-02-26 23:22:45.271321 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.271330 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.271342 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.273398 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_60<Gion 1 II>
2017-02-26 23:22:45.273419 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.273430 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.273443 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.273549 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.273568 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.273578 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.273587 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.273596 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Gion 1 II : ', 'PRO_SOL_ORB_GEN BW Backup Location 400.0', 'sys_supply: -9, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.273606 [debug] AI : LoggingWrapper.cpp:23 : - popval: 130.0
2017-02-26 23:22:45.273615 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.273624 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.273635 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.273656 [debug] AI : LoggingWrapper.cpp:23 : planet 60, values [0.0, 5.0]
2017-02-26 23:22:45.274501 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_65<Tycho 1 II>
2017-02-26 23:22:45.274523 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.274534 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.274547 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.274657 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.274676 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 10.79
2017-02-26 23:22:45.274686 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.274695 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.274706 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 2, supply_val: -400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 2 * 2 * 1.00 = 4', 'TIDAL_LOCK_SPECIAL (maxPop-2.0)', 'maxPop 2.0', 'ind_val 262.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.274717 [debug] AI : LoggingWrapper.cpp:23 : - popval: 6.2
2017-02-26 23:22:45.274727 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.274736 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.274753 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 424.820709229
2017-02-26 23:22:45.274777 [debug] AI : LoggingWrapper.cpp:23 : planet 65, values [0.0, 10.787551879882812]
2017-02-26 23:22:45.275645 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_66<Tycho 1 I>
2017-02-26 23:22:45.275665 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.275676 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.275689 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.275800 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.275817 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.80
2017-02-26 23:22:45.275827 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.275838 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.275849 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 I : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 1.00 = 24', 'maxPop 24.0', 'ind_val 709.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100']
2017-02-26 23:22:45.275858 [debug] AI : LoggingWrapper.cpp:23 : - popval: 30.9
2017-02-26 23:22:45.275867 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.275876 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.275889 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1620.0
2017-02-26 23:22:45.276698 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_67<Tycho 1 Asteroids >
2017-02-26 23:22:45.276717 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.276729 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.276742 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.276858 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.276875 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.87
2017-02-26 23:22:45.276886 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.276896 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.276907 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 Asteroids : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 350.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.276916 [debug] AI : LoggingWrapper.cpp:23 : - popval: -4.9
2017-02-26 23:22:45.276926 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.276935 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.276947 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 646.859931946
2017-02-26 23:22:45.277778 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_66<Tycho 1 I>
2017-02-26 23:22:45.277798 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.277809 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.277822 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.277932 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.277949 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.80
2017-02-26 23:22:45.277959 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.277969 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.277984 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 I : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 1.00 = 24', 'maxPop 24.0', 'ind_val 709.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100']
2017-02-26 23:22:45.277995 [debug] AI : LoggingWrapper.cpp:23 : - popval: 30.9
2017-02-26 23:22:45.278005 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.278015 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.278027 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1620.0
2017-02-26 23:22:45.278052 [debug] AI : LoggingWrapper.cpp:23 : planet 66, values [0.0, 16.799999237060547]
2017-02-26 23:22:45.278938 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_65<Tycho 1 II>
2017-02-26 23:22:45.278962 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.278973 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.278986 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.279095 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.279114 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 10.79
2017-02-26 23:22:45.279126 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.279137 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.279149 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 2, supply_val: -400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 2 * 2 * 1.00 = 4', 'TIDAL_LOCK_SPECIAL (maxPop-2.0)', 'maxPop 2.0', 'ind_val 262.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.279159 [debug] AI : LoggingWrapper.cpp:23 : - popval: 6.2
2017-02-26 23:22:45.279169 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.279179 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.279191 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 424.820709229
2017-02-26 23:22:45.280003 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_67<Tycho 1 Asteroids >
2017-02-26 23:22:45.280024 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.280034 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.280047 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.280157 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.280175 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.87
2017-02-26 23:22:45.280186 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.280195 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.280206 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 Asteroids : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 350.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.280216 [debug] AI : LoggingWrapper.cpp:23 : - popval: -4.9
2017-02-26 23:22:45.280230 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.280240 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.280252 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 646.859931946
2017-02-26 23:22:45.281066 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_67<Tycho 1 Asteroids >
2017-02-26 23:22:45.281086 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.281097 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.281110 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.281218 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.281237 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.87
2017-02-26 23:22:45.281247 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.281257 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.281268 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 Asteroids : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 350.8', 'threat reducing value by 90 %', 'BLD_SHIPYARD_AST: 300']
2017-02-26 23:22:45.281278 [debug] AI : LoggingWrapper.cpp:23 : - popval: -4.9
2017-02-26 23:22:45.281287 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.281297 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.281309 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 646.859931946
2017-02-26 23:22:45.281332 [debug] AI : LoggingWrapper.cpp:23 : planet 67, values [0.0, 12.873913192749024]
2017-02-26 23:22:45.282206 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_65<Tycho 1 II>
2017-02-26 23:22:45.282227 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.282238 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.282251 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.282360 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.282383 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 10.79
2017-02-26 23:22:45.282395 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.282406 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.282417 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 2, supply_val: -400', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 2 * 2 * 1.00 = 4', 'TIDAL_LOCK_SPECIAL (maxPop-2.0)', 'maxPop 2.0', 'ind_val 262.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORG_ORB_INC: 200']
2017-02-26 23:22:45.282426 [debug] AI : LoggingWrapper.cpp:23 : - popval: 6.2
2017-02-26 23:22:45.282435 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.282444 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 300
2017-02-26 23:22:45.282456 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 424.820709229
2017-02-26 23:22:45.283280 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_66<Tycho 1 I>
2017-02-26 23:22:45.283302 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.283313 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.283326 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.283436 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.283456 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.80
2017-02-26 23:22:45.283467 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.283477 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.283489 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 1 I : ', 'sys_supply: -4, planet_supply: 1, supply_val: -600', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 1.00 = 24', 'maxPop 24.0', 'ind_val 709.4', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100']
2017-02-26 23:22:45.283498 [debug] AI : LoggingWrapper.cpp:23 : - popval: 30.9
2017-02-26 23:22:45.283507 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.283516 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.283529 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1620.0
2017-02-26 23:22:45.284425 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_502<Poi 5 III>
2017-02-26 23:22:45.284445 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.284456 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.284469 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.284578 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.284596 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 30.47
2017-02-26 23:22:45.284607 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.284616 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.284628 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 III : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 3, supply_val: 240', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 5 * 1.00 = 10', 'maxPop 10.0', 'ind_val 814.0', 'threat reducing value by 60 %']
2017-02-26 23:22:45.284638 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1141.6
2017-02-26 23:22:45.284648 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.284657 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.284669 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 553.846359253
2017-02-26 23:22:45.284692 [debug] AI : LoggingWrapper.cpp:23 : planet 502, values [0.0, 30.47199401855469]
2017-02-26 23:22:45.286733 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_503<Poi 5 II>
2017-02-26 23:22:45.286753 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.286765 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.286779 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.286885 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.286904 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.286914 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.286924 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.286935 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 II : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 0, supply_val: 0', 'threat reducing value by 60 %', 'BLD_GAS_GIANT_GEN: 200', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.286944 [debug] AI : LoggingWrapper.cpp:23 : - popval: 604.0
2017-02-26 23:22:45.286954 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.286963 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.286980 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.287867 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_504<Poi 5 IV>
2017-02-26 23:22:45.287888 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.287899 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.287912 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.288023 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.288040 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 35.60
2017-02-26 23:22:45.288050 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.288060 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.288071 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 IV : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 1, supply_val: -400', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 5 * 1.00 = 20', 'maxPop 20.0', 'ind_val 1298.2', 'threat reducing value by 60 %']
2017-02-26 23:22:45.288081 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1079.3
2017-02-26 23:22:45.288090 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.288099 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.288112 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 764.000015259
2017-02-26 23:22:45.290790 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_505<Poi 5 I>
2017-02-26 23:22:45.290812 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.290824 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.290837 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.290946 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.290963 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.290973 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.290982 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.290992 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 I : ', 'Red Star for Art Black Hole 1600.0', "Won't GGG", 'sys_supply: -3, planet_supply: 1, supply_val: 0', 'threat reducing value by 60 %']
2017-02-26 23:22:45.291002 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1287.3
2017-02-26 23:22:45.291011 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.291021 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.291034 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.291113 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 458 (was stealthed at last sighting)
2017-02-26 23:22:45.291140 [debug] AI : LoggingWrapper.cpp:23 : planet 458, values [0, 0]
2017-02-26 23:22:45.291248 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 459 (was stealthed at last sighting)
2017-02-26 23:22:45.292289 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_55<Ain 2 I>
2017-02-26 23:22:45.292310 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.292321 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.292334 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.292442 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.292460 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 14.80
2017-02-26 23:22:45.292471 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.292480 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.292495 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Ain 2 I : ', 'sys_supply: -7, planet_supply: 2, supply_val: -1000', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 5 * 1.00 = 10', 'maxPop 10.0', 'ind_val 384.7', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.292505 [debug] AI : LoggingWrapper.cpp:23 : - popval: -415.3
2017-02-26 23:22:45.292514 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.292524 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.292536 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 324.000015259
2017-02-26 23:22:45.292559 [debug] AI : LoggingWrapper.cpp:23 : planet 55, values [0.0, 14.800000190734863]
2017-02-26 23:22:45.294899 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_76<Medea 1 II>
2017-02-26 23:22:45.294922 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 500.0
2017-02-26 23:22:45.294933 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 32.0
2017-02-26 23:22:45.294946 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 7003.5
2017-02-26 23:22:45.295049 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.295067 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 101.80
2017-02-26 23:22:45.295077 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 373.9
2017-02-26 23:22:45.295086 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.295095 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: []
2017-02-26 23:22:45.295104 [debug] AI : LoggingWrapper.cpp:23 : - popval: 2325.0
2017-02-26 23:22:45.295113 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 50.0
2017-02-26 23:22:45.295122 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.295133 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.295156 [debug] AI : LoggingWrapper.cpp:23 : planet 76, values [0.0, 101.80000305175781]
2017-02-26 23:22:45.296242 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_205<Seidon 3 Asteroids >
2017-02-26 23:22:45.296264 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.296274 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.296287 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.296398 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.296417 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.33
2017-02-26 23:22:45.296427 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.296437 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.296448 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 3 Asteroids : ', 'sys_supply: -12, planet_supply: 1, supply_val: -2200', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 544.1']
2017-02-26 23:22:45.296458 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1455.9
2017-02-26 23:22:45.296467 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.296476 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.296489 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 756.678161621
2017-02-26 23:22:45.296511 [debug] AI : LoggingWrapper.cpp:23 : planet 205, values [0.0, 12.333904838562011]
2017-02-26 23:22:45.297640 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_206<Seidon 3 I>
2017-02-26 23:22:45.297662 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.297677 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.297692 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.297802 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.297821 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.25
2017-02-26 23:22:45.297831 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.297841 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.297853 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 3 I : ', 'PHOTOTROPHIC popMod -1.0', 'sys_supply: -12, planet_supply: 1, supply_val: -2200', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(0)', 'Phototropic Star Bonus_PSM(-1.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 3 * 1.25 = 11', 'maxPop 11.2', 'ind_val 496.8']
2017-02-26 23:22:45.297864 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1503.2
2017-02-26 23:22:45.297874 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.297883 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.297895 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1012.5
2017-02-26 23:22:45.299022 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_206<Seidon 3 I>
2017-02-26 23:22:45.299044 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.299056 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.299070 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.299181 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.299199 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.25
2017-02-26 23:22:45.299209 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.299220 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.299231 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 3 I : ', 'PHOTOTROPHIC popMod -1.0', 'sys_supply: -12, planet_supply: 1, supply_val: -2200', 'Asteroid mining ~ 200.0', 'EnvironPopSizeMod(0)', 'Phototropic Star Bonus_PSM(-1.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 3 * 1.25 = 11', 'maxPop 11.2', 'ind_val 496.8']
2017-02-26 23:22:45.299241 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1503.2
2017-02-26 23:22:45.299252 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.299261 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.299273 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1012.5
2017-02-26 23:22:45.299295 [debug] AI : LoggingWrapper.cpp:23 : planet 206, values [0.0, 12.25]
2017-02-26 23:22:45.300422 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_205<Seidon 3 Asteroids >
2017-02-26 23:22:45.300443 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.300454 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.300467 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.300579 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.300596 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.33
2017-02-26 23:22:45.300606 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.300616 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.300627 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 3 Asteroids : ', 'sys_supply: -12, planet_supply: 1, supply_val: -2200', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 544.1']
2017-02-26 23:22:45.300642 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1455.9
2017-02-26 23:22:45.300653 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.300662 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.300674 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 756.678161621
2017-02-26 23:22:45.301659 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_489<Malin 3 Asteroids >
2017-02-26 23:22:45.301679 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.301690 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.301703 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.301814 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.301834 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.35
2017-02-26 23:22:45.301844 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.301854 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.301865 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 3 Asteroids : ', 'sys_supply: -8, planet_supply: 1, supply_val: -1400', 'GGG ~ 400.0', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 867.4', 'BLD_SHIPYARD_AST: 300', 'BLD_SHIPYARD_AST_REF: 1000']
2017-02-26 23:22:45.301874 [debug] AI : LoggingWrapper.cpp:23 : - popval: -332.6
2017-02-26 23:22:45.301884 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.301892 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 1300
2017-02-26 23:22:45.301904 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1009.79660034
2017-02-26 23:22:45.301928 [debug] AI : LoggingWrapper.cpp:23 : planet 489, values [0.0, 12.349053573608398]
2017-02-26 23:22:45.302921 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_487<Malin 3 I>
2017-02-26 23:22:45.302941 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.302953 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.302966 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.303075 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.303094 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.20
2017-02-26 23:22:45.303104 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.303113 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.303124 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 3 I : ', 'sys_supply: -8, planet_supply: 2, supply_val: -1200', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 1 * 6 * 0.75 = 4', 'maxPop 4.5', 'ind_val 581.4']
2017-02-26 23:22:45.303134 [debug] AI : LoggingWrapper.cpp:23 : - popval: -418.6
2017-02-26 23:22:45.303143 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.303152 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.303164 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 588.225440979
2017-02-26 23:22:45.305232 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_488<Malin 3 II>
2017-02-26 23:22:45.305251 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.305263 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.305276 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.305390 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.305407 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.305418 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.305428 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.305438 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 3 II : ', 'sys_supply: -8, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.305448 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.305457 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.305467 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.305478 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.306282 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_465<Adhil 1 III>
2017-02-26 23:22:45.306302 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.306314 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.306328 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.306441 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.306461 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.49
2017-02-26 23:22:45.306472 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.306481 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.306492 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 III : ', 'sys_supply: -3, planet_supply: 3, supply_val: 240', 'GGG ~ 400.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 1 * 8 * 1.00 = 8', 'maxPop 8.0', 'ind_val 648.3', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.306502 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1088.3
2017-02-26 23:22:45.306511 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.306521 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.306533 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 699.371032715
2017-02-26 23:22:45.306557 [debug] AI : LoggingWrapper.cpp:23 : planet 465, values [0.0, 16.485232162475587]
2017-02-26 23:22:45.307389 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_466<Adhil 1 I>
2017-02-26 23:22:45.307409 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.307421 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.307435 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.307542 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.307560 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.50
2017-02-26 23:22:45.307571 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.307580 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.307592 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 I : ', 'sys_supply: -3, planet_supply: 2, supply_val: -200', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 5 * 1.00 = 10', 'maxPop 10.0', 'ind_val 860.1']
2017-02-26 23:22:45.307601 [debug] AI : LoggingWrapper.cpp:23 : - popval: 860.1
2017-02-26 23:22:45.307611 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.307621 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.307636 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 830.0
2017-02-26 23:22:45.309541 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_467<Adhil 1 II>
2017-02-26 23:22:45.309562 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.309574 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.309586 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.309692 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.309710 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.309720 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.309729 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.309739 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 II : ', 'sys_supply: -3, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.309748 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.309757 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.309766 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.309778 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.310576 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_466<Adhil 1 I>
2017-02-26 23:22:45.310597 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.310608 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.310622 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.310730 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.310748 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.50
2017-02-26 23:22:45.310759 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.310769 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.310780 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 I : ', 'sys_supply: -3, planet_supply: 2, supply_val: -200', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 5 * 1.00 = 10', 'maxPop 10.0', 'ind_val 860.1']
2017-02-26 23:22:45.310790 [debug] AI : LoggingWrapper.cpp:23 : - popval: 860.1
2017-02-26 23:22:45.310799 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.310808 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.310821 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 830.0
2017-02-26 23:22:45.310843 [debug] AI : LoggingWrapper.cpp:23 : planet 466, values [0.0, 11.5]
2017-02-26 23:22:45.311675 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_465<Adhil 1 III>
2017-02-26 23:22:45.311696 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.311707 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.311720 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.311829 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.311847 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 16.49
2017-02-26 23:22:45.311857 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.311866 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.311878 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 III : ', 'sys_supply: -3, planet_supply: 3, supply_val: 240', 'GGG ~ 400.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 1 * 8 * 1.00 = 8', 'maxPop 8.0', 'ind_val 648.3', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.311891 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1088.3
2017-02-26 23:22:45.311901 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.311910 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.311922 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 699.371032715
2017-02-26 23:22:45.313815 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_467<Adhil 1 II>
2017-02-26 23:22:45.313835 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.313846 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.313859 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.313966 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.313983 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.313994 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.314004 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.314013 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 II : ', 'sys_supply: -3, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.314023 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.314032 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.314040 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.314052 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.315944 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_467<Adhil 1 II>
2017-02-26 23:22:45.315966 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.315977 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.315990 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.316098 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.316115 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.316126 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.316136 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.316146 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Adhil 1 II : ', 'sys_supply: -3, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.316156 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.316166 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.316176 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.316187 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.316208 [debug] AI : LoggingWrapper.cpp:23 : planet 467, values [0.0, 5.0]
2017-02-26 23:22:45.317262 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_86<Balan 3 I>
2017-02-26 23:22:45.317282 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.317294 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.317306 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.317418 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.317435 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.50
2017-02-26 23:22:45.317445 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.317454 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.317465 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Balan 3 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -10, planet_supply: 2, supply_val: -1600', 'GGG 200.0', 'EnvironPopSizeMod(0)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 2 * 4 * 1.25 = 10', 'maxPop 10.0', 'ind_val 450.1']
2017-02-26 23:22:45.317479 [debug] AI : LoggingWrapper.cpp:23 : - popval: -749.9
2017-02-26 23:22:45.317490 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.317499 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.317512 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 555.0
2017-02-26 23:22:45.317534 [debug] AI : LoggingWrapper.cpp:23 : planet 86, values [0.0, 11.5]
2017-02-26 23:22:45.319649 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_85<Balan 3 II>
2017-02-26 23:22:45.319671 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.319683 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.319696 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.319803 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.319820 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 0.00
2017-02-26 23:22:45.319830 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 0.0
2017-02-26 23:22:45.319840 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.319849 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Balan 3 II : ', 'sys_supply: -10, planet_supply: 0, supply_val: 0']
2017-02-26 23:22:45.319858 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.319868 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.319877 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.319889 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.321977 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_143<Khaga 3 Asteroids >
2017-02-26 23:22:45.321998 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.322009 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.322023 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.322129 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.322146 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.322156 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.322166 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.322175 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 3 Asteroids : ', "Won't GGG", 'sys_supply: -6, planet_supply: 1, supply_val: 0']
2017-02-26 23:22:45.322185 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.322194 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.322203 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.322214 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.322235 [debug] AI : LoggingWrapper.cpp:23 : planet 143, values [0.0, 5.0]
2017-02-26 23:22:45.322309 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 459 (was stealthed at last sighting)
2017-02-26 23:22:45.322335 [debug] AI : LoggingWrapper.cpp:23 : planet 459, values [0, 0]
2017-02-26 23:22:45.322446 [debug] AI : LoggingWrapper.cpp:23 : invasion AI couldn't get current info on planet id 458 (was stealthed at last sighting)
2017-02-26 23:22:45.323337 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_351<Khaga 1 I>
2017-02-26 23:22:45.323357 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.323368 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.323381 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.323489 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.323508 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.20
2017-02-26 23:22:45.323519 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.323528 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.323545 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 1 I : ', 'sys_supply: -6, planet_supply: 3, supply_val: -600', 'GGG 200.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 1 * 5 * 1.00 = 5', 'maxPop 5.0', 'ind_val 215.8', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.323556 [debug] AI : LoggingWrapper.cpp:23 : - popval: 15.8
2017-02-26 23:22:45.323566 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.323576 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.323589 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 180.0
2017-02-26 23:22:45.323611 [debug] AI : LoggingWrapper.cpp:23 : planet 351, values [0.0, 11.199999809265137]
2017-02-26 23:22:45.325548 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_352<Khaga 1 II>
2017-02-26 23:22:45.325568 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.325579 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.325593 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.325695 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.325714 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 0.00
2017-02-26 23:22:45.325724 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 0.0
2017-02-26 23:22:45.325733 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.325743 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 1 II : ', 'sys_supply: -6, planet_supply: 0, supply_val: 0']
2017-02-26 23:22:45.325752 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.325761 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.325770 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.325781 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.326666 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_315<Tycho 2 II>
2017-02-26 23:22:45.326687 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.326698 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.326711 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.326822 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.326840 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 7.32
2017-02-26 23:22:45.326851 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.326861 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.326872 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 II : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 6 * 1.00 = 18', 'maxPop 18.0', 'ind_val 475.6', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.326882 [debug] AI : LoggingWrapper.cpp:23 : - popval: -32.4
2017-02-26 23:22:45.326891 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.326901 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.326913 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.326937 [debug] AI : LoggingWrapper.cpp:23 : planet 315, values [0.0, 7.322000026702881]
2017-02-26 23:22:45.327869 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_313<Tycho 2 III>
2017-02-26 23:22:45.327890 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.327905 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.327920 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.328031 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.328050 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 6.74
2017-02-26 23:22:45.328060 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.328071 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.328082 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 3 * 1.00 = 12', 'maxPop 12.0', 'ind_val 361.4', 'Bonus for SUPERCONDUCTOR_SPECIAL: 3900.0', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.328093 [debug] AI : LoggingWrapper.cpp:23 : - popval: 290.0
2017-02-26 23:22:45.328102 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.328111 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.328123 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.329000 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_314<Tycho 2 IV>
2017-02-26 23:22:45.329021 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.329033 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.329046 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.329156 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.329173 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 8.29
2017-02-26 23:22:45.329184 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.329194 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.329205 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 IV : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 6 * 1.00 = 24', 'maxPop 24.0', 'ind_val 569.4', 'threat reducing value by 90 %', 'BLD_COL_TAEGHIRUS: 50']
2017-02-26 23:22:45.329214 [debug] AI : LoggingWrapper.cpp:23 : - popval: -43.1
2017-02-26 23:22:45.329224 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.329233 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.329245 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.330139 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_316<Tycho 2 I>
2017-02-26 23:22:45.330159 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.330170 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.330184 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.330296 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.330315 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.00
2017-02-26 23:22:45.330325 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.330334 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.330345 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Pilot Val 2400.0', 'Tycho 2 I : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 721.9', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.330360 [debug] AI : LoggingWrapper.cpp:23 : - popval: 232.2
2017-02-26 23:22:45.330371 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.330385 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.330399 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 780.0
2017-02-26 23:22:45.331382 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_356<Seren 2 II>
2017-02-26 23:22:45.331403 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.331414 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.331427 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.331536 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.331555 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.95
2017-02-26 23:22:45.331565 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.331575 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.331585 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seren 2 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 3 * 2 * 1.25 = 7', 'maxPop 7.5', 'ind_val 333.3']
2017-02-26 23:22:45.331595 [debug] AI : LoggingWrapper.cpp:23 : - popval: -466.7
2017-02-26 23:22:45.331605 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.331614 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.331627 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 819.76524353
2017-02-26 23:22:45.331650 [debug] AI : LoggingWrapper.cpp:23 : planet 356, values [0.0, 32.954690551757814]
2017-02-26 23:22:45.332662 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_357<Seren 2 I>
2017-02-26 23:22:45.332683 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.332694 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.332709 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.332822 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.332839 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 56.26
2017-02-26 23:22:45.332850 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 373.9
2017-02-26 23:22:45.332859 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.332870 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seren 2 I : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 1.00 = 24', 'maxPop 24.0', 'ind_val 649.0', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.332880 [debug] AI : LoggingWrapper.cpp:23 : - popval: -151.0
2017-02-26 23:22:45.332890 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.332900 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.332912 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1624.32098389
2017-02-26 23:22:45.333883 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_357<Seren 2 I>
2017-02-26 23:22:45.333904 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.333915 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.333931 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.334040 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.334058 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 56.26
2017-02-26 23:22:45.334068 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 373.9
2017-02-26 23:22:45.334077 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.334088 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seren 2 I : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 1.00 = 24', 'maxPop 24.0', 'ind_val 649.0', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.334098 [debug] AI : LoggingWrapper.cpp:23 : - popval: -151.0
2017-02-26 23:22:45.334107 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.334117 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.334129 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1624.32098389
2017-02-26 23:22:45.334151 [debug] AI : LoggingWrapper.cpp:23 : planet 357, values [0.0, 56.26038360595703]
2017-02-26 23:22:45.335153 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_356<Seren 2 II>
2017-02-26 23:22:45.335173 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.335184 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.335197 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.335304 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.335323 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 32.95
2017-02-26 23:22:45.335334 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.335344 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.335354 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seren 2 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(-2)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'baseMaxPop 0 + size*psm 3 * 2 * 1.25 = 7', 'maxPop 7.5', 'ind_val 333.3']
2017-02-26 23:22:45.335364 [debug] AI : LoggingWrapper.cpp:23 : - popval: -466.7
2017-02-26 23:22:45.335373 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.335382 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.335395 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 819.76524353
2017-02-26 23:22:45.336343 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_487<Malin 3 I>
2017-02-26 23:22:45.336364 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.336375 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.336387 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.336498 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.336516 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.20
2017-02-26 23:22:45.336526 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.336536 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.336547 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 3 I : ', 'sys_supply: -8, planet_supply: 2, supply_val: -1200', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 1 * 6 * 0.75 = 4', 'maxPop 4.5', 'ind_val 581.4']
2017-02-26 23:22:45.336560 [debug] AI : LoggingWrapper.cpp:23 : - popval: -418.6
2017-02-26 23:22:45.336571 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.336581 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.336595 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 588.225440979
2017-02-26 23:22:45.336617 [debug] AI : LoggingWrapper.cpp:23 : planet 487, values [0.0, 11.201753711700439]
2017-02-26 23:22:45.338687 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_488<Malin 3 II>
2017-02-26 23:22:45.338709 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.338720 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.338734 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.338842 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.338861 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.338871 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.338881 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.338890 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 3 II : ', 'sys_supply: -8, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.338899 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.338908 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.338917 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.338929 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.338950 [debug] AI : LoggingWrapper.cpp:23 : planet 488, values [0.0, 5.0]
2017-02-26 23:22:45.339834 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_316<Tycho 2 I>
2017-02-26 23:22:45.339855 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.339867 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.339881 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.339991 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.340009 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.00
2017-02-26 23:22:45.340020 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.340029 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.340041 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Pilot Val 2400.0', 'Tycho 2 I : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 8 * 1.00 = 16', 'maxPop 16.0', 'ind_val 721.9', 'threat reducing value by 90 %', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.340051 [debug] AI : LoggingWrapper.cpp:23 : - popval: 232.2
2017-02-26 23:22:45.340062 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.340073 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.340086 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 780.0
2017-02-26 23:22:45.340108 [debug] AI : LoggingWrapper.cpp:23 : planet 316, values [0.0, 25.999799728393555]
2017-02-26 23:22:45.341038 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_313<Tycho 2 III>
2017-02-26 23:22:45.341059 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.341070 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.341083 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.341194 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.341211 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 6.74
2017-02-26 23:22:45.341229 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.341240 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.341252 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 III : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 3 * 1.00 = 12', 'maxPop 12.0', 'ind_val 361.4', 'Bonus for SUPERCONDUCTOR_SPECIAL: 3900.0', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.341263 [debug] AI : LoggingWrapper.cpp:23 : - popval: 290.0
2017-02-26 23:22:45.341272 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.341281 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.341293 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.342167 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_314<Tycho 2 IV>
2017-02-26 23:22:45.342188 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.342199 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.342212 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.342322 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.342339 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 8.29
2017-02-26 23:22:45.342351 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.342360 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.342371 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 IV : ', 'sys_supply: -6, planet_supply: 0, supply_val: -1200', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 6 * 1.00 = 24', 'maxPop 24.0', 'ind_val 569.4', 'threat reducing value by 90 %', 'BLD_COL_TAEGHIRUS: 50']
2017-02-26 23:22:45.342387 [debug] AI : LoggingWrapper.cpp:23 : - popval: -43.1
2017-02-26 23:22:45.342397 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.342406 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.342418 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.343291 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_315<Tycho 2 II>
2017-02-26 23:22:45.343310 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.343321 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.343334 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.343442 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.343461 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 7.32
2017-02-26 23:22:45.343472 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.343481 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.343492 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 2 II : ', 'sys_supply: -6, planet_supply: 1, supply_val: -1000', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 6 * 1.00 = 18', 'maxPop 18.0', 'ind_val 475.6', 'threat reducing value by 90 %', 'BLD_COL_DERTHREAN: 50']
2017-02-26 23:22:45.343502 [debug] AI : LoggingWrapper.cpp:23 : - popval: -32.4
2017-02-26 23:22:45.343511 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.343524 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.343538 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.344627 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_167<Seidon 1 I>
2017-02-26 23:22:45.344648 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.344659 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.344672 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.344782 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.344800 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.80
2017-02-26 23:22:45.344810 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.344820 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.344831 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 1 I : ', 'sys_supply: -12, planet_supply: 0, supply_val: -2400', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 0.75 = 18', 'maxPop 18.0', 'ind_val 564.3']
2017-02-26 23:22:45.344840 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1635.7
2017-02-26 23:22:45.344849 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.344858 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.344871 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1115.99998474
2017-02-26 23:22:45.344894 [debug] AI : LoggingWrapper.cpp:23 : planet 167, values [0.0, 26.799999237060547]
2017-02-26 23:22:45.345791 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_495<Khaga 2 Asteroids II>
2017-02-26 23:22:45.345815 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.345826 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.345840 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.345955 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.345973 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.33
2017-02-26 23:22:45.345984 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.345994 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.346006 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 Asteroids II : ', 'sys_supply: -5, planet_supply: 1, supply_val: -800', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 879.9', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.346017 [debug] AI : LoggingWrapper.cpp:23 : - popval: 279.9
2017-02-26 23:22:45.346028 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.346037 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.346050 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 931.170883179
2017-02-26 23:22:45.346073 [debug] AI : LoggingWrapper.cpp:23 : planet 495, values [0.0, 12.32823543548584]
2017-02-26 23:22:45.348099 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_496<Khaga 2 I>
2017-02-26 23:22:45.348121 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.348132 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.348147 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.348254 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.348272 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.348287 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.348297 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.348307 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 I : ', 'sys_supply: -5, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.348316 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.348325 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.348334 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.348346 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.349197 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_497<Khaga 2 Asteroids I>
2017-02-26 23:22:45.349218 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.349230 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.349244 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.349352 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.349370 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.35
2017-02-26 23:22:45.349381 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.349391 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.349402 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 Asteroids I : ', 'sys_supply: -5, planet_supply: 1, supply_val: -800', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 931.1']
2017-02-26 23:22:45.349412 [debug] AI : LoggingWrapper.cpp:23 : - popval: 331.1
2017-02-26 23:22:45.349422 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.349432 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.349444 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1009.79660034
2017-02-26 23:22:45.351421 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_496<Khaga 2 I>
2017-02-26 23:22:45.351442 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.351453 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.351467 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.351572 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.351590 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.351601 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.351610 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.351620 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 I : ', 'sys_supply: -5, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.351629 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.351638 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.351647 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.351658 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.351679 [debug] AI : LoggingWrapper.cpp:23 : planet 496, values [0.0, 5.0]
2017-02-26 23:22:45.352528 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_497<Khaga 2 Asteroids I>
2017-02-26 23:22:45.352549 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.352560 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.352573 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.352681 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.352703 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.35
2017-02-26 23:22:45.352715 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.352725 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.352736 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 Asteroids I : ', 'sys_supply: -5, planet_supply: 1, supply_val: -800', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 931.1']
2017-02-26 23:22:45.352747 [debug] AI : LoggingWrapper.cpp:23 : - popval: 331.1
2017-02-26 23:22:45.352756 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.352765 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.352777 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1009.79660034
2017-02-26 23:22:45.352800 [debug] AI : LoggingWrapper.cpp:23 : planet 497, values [0.0, 12.349053573608398]
2017-02-26 23:22:45.353695 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_495<Khaga 2 Asteroids II>
2017-02-26 23:22:45.353715 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.353726 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.353741 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.353848 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.353868 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.33
2017-02-26 23:22:45.353879 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.353888 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.353900 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 Asteroids II : ', 'sys_supply: -5, planet_supply: 1, supply_val: -800', 'Asteroid mining ~ 200.0', 'GGG ~ 400.0', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 3 * 1.00 = 9', 'maxPop 9.0', 'ind_val 879.9', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.353910 [debug] AI : LoggingWrapper.cpp:23 : - popval: 279.9
2017-02-26 23:22:45.353920 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.353929 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.353942 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 931.170883179
2017-02-26 23:22:45.355905 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_496<Khaga 2 I>
2017-02-26 23:22:45.355926 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.355937 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.355951 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.356057 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.356076 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.356087 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.356096 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.356106 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Khaga 2 I : ', 'sys_supply: -5, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.356115 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.356124 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.356133 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.356144 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.357136 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_114<Malin 2 I>
2017-02-26 23:22:45.357156 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.357168 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 11752.0
2017-02-26 23:22:45.357181 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.357293 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.357312 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.00
2017-02-26 23:22:45.357323 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.357333 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.357345 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 2 I : ', 'sys_supply: -8, planet_supply: 2, supply_val: -1200', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 5 * 1.00 = 10', 'maxPop 10.0', 'ind_val 792.1', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50', 'BLD_SHIPYARD_BASE: 100', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50']
2017-02-26 23:22:45.357355 [debug] AI : LoggingWrapper.cpp:23 : - popval: -207.9
2017-02-26 23:22:45.357364 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.357374 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.357386 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 880.0
2017-02-26 23:22:45.357407 [debug] AI : LoggingWrapper.cpp:23 : planet 114, values [0.0, 12.0]
2017-02-26 23:22:45.359452 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_115<Malin 2 II>
2017-02-26 23:22:45.359473 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.359485 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 11752.0
2017-02-26 23:22:45.359498 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.359604 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.359623 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.359633 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.359642 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.359652 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 2 II : ', 'sys_supply: -8, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.359661 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.359670 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.359679 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.359690 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.361685 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_115<Malin 2 II>
2017-02-26 23:22:45.361706 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.361718 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 11752.0
2017-02-26 23:22:45.361732 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.361839 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.361858 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 5.00
2017-02-26 23:22:45.361868 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.361878 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.361887 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Malin 2 II : ', 'sys_supply: -8, planet_supply: 0, supply_val: 0', 'BLD_GAS_GIANT_GEN: 200']
2017-02-26 23:22:45.361896 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.361905 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.361918 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 200
2017-02-26 23:22:45.361931 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.361952 [debug] AI : LoggingWrapper.cpp:23 : planet 115, values [0.0, 5.0]
2017-02-26 23:22:45.364762 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_131<Seren 3 I>
2017-02-26 23:22:45.364784 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 101.0
2017-02-26 23:22:45.364799 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.364813 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.364920 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.364940 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.364949 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.364959 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.364969 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seren 3 I : ', "Won't GGG", 'sys_supply: -7, planet_supply: 1, supply_val: 0', 'BLD_SCANNING_FACILITY: 50', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.364978 [debug] AI : LoggingWrapper.cpp:23 : - popval: 130.1
2017-02-26 23:22:45.364988 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.364997 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 100
2017-02-26 23:22:45.365010 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.365031 [debug] AI : LoggingWrapper.cpp:23 : planet 131, values [0.0, 13.0]
2017-02-26 23:22:45.365836 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_368<Sulafat I>
2017-02-26 23:22:45.365857 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.365868 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 13216.0
2017-02-26 23:22:45.365882 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.365990 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.366008 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 11.56
2017-02-26 23:22:45.366019 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.366028 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.366040 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Sulafat I : ', 'sys_supply: -4, planet_supply: 2, supply_val: -400', 'EnvironPopSizeMod(-2)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(0)', 'GRO_SYMBIOTIC_BIO_PCM(0)', 'SUPERCONDUCTOR_SPECIAL boost active', "boosts_PSM(1 from set(['SUPERCONDUCTOR_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 3 * 1.00 = 6', 'maxPop 6.0', 'ind_val 277.5']
2017-02-26 23:22:45.366050 [debug] AI : LoggingWrapper.cpp:23 : - popval: 77.5
2017-02-26 23:22:45.366060 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 50.0
2017-02-26 23:22:45.366069 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.366082 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 420.052261353
2017-02-26 23:22:45.366104 [debug] AI : LoggingWrapper.cpp:23 : planet 368, values [0.0, 11.559681034088134]
2017-02-26 23:22:45.368127 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_503<Poi 5 II>
2017-02-26 23:22:45.368149 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.368161 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.368174 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.368281 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.368300 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.368311 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.368321 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.368331 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 II : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 0, supply_val: 0', 'threat reducing value by 60 %', 'BLD_GAS_GIANT_GEN: 200', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.368344 [debug] AI : LoggingWrapper.cpp:23 : - popval: 604.0
2017-02-26 23:22:45.368355 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.368365 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.368378 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.368399 [debug] AI : LoggingWrapper.cpp:23 : planet 503, values [0.0, 13.0]
2017-02-26 23:22:45.369280 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_504<Poi 5 IV>
2017-02-26 23:22:45.369301 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.369312 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.369325 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.369433 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.369451 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 35.60
2017-02-26 23:22:45.369462 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.369472 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.369483 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 IV : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 1, supply_val: -400', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 5 * 1.00 = 20', 'maxPop 20.0', 'ind_val 1298.2', 'threat reducing value by 60 %']
2017-02-26 23:22:45.369492 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1079.3
2017-02-26 23:22:45.369502 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.369511 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.369523 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 764.000015259
2017-02-26 23:22:45.369546 [debug] AI : LoggingWrapper.cpp:23 : planet 504, values [0.0, 35.599998474121094]
2017-02-26 23:22:45.370475 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_502<Poi 5 III>
2017-02-26 23:22:45.370497 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.370509 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.370521 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.370631 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.370648 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 30.47
2017-02-26 23:22:45.370659 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.370670 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.370681 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 III : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 3, supply_val: 240', 'GGG ~ 400.0', 'EnvironPopSizeMod(0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'CRYSTALS_SPECIAL boost active', "boosts_PSM(1 from set(['CRYSTALS_SPECIAL']))", 'baseMaxPop 0 + size*psm 2 * 5 * 1.00 = 10', 'maxPop 10.0', 'ind_val 814.0', 'threat reducing value by 60 %']
2017-02-26 23:22:45.370692 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1141.6
2017-02-26 23:22:45.370702 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.370712 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.370724 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 553.846359253
2017-02-26 23:22:45.372704 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_503<Poi 5 II>
2017-02-26 23:22:45.372724 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.372739 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.372753 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.372863 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.372882 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.372892 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.372901 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.372911 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 II : ', 'Red Star for Art Black Hole 1600.0', 'sys_supply: -3, planet_supply: 0, supply_val: 0', 'threat reducing value by 60 %', 'BLD_GAS_GIANT_GEN: 200', 'BLD_SCANNING_FACILITY: 50']
2017-02-26 23:22:45.372921 [debug] AI : LoggingWrapper.cpp:23 : - popval: 604.0
2017-02-26 23:22:45.372930 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.372939 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 250
2017-02-26 23:22:45.372951 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.375626 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_505<Poi 5 I>
2017-02-26 23:22:45.375648 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.375659 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.375672 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.375778 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.375797 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.375807 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.375817 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.375827 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 I : ', 'Red Star for Art Black Hole 1600.0', "Won't GGG", 'sys_supply: -3, planet_supply: 1, supply_val: 0', 'threat reducing value by 60 %']
2017-02-26 23:22:45.375836 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1287.3
2017-02-26 23:22:45.375845 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.375854 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.375866 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.378549 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_505<Poi 5 I>
2017-02-26 23:22:45.378570 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 41.0
2017-02-26 23:22:45.378581 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 81598.0
2017-02-26 23:22:45.378595 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.378702 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.378720 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 13.00
2017-02-26 23:22:45.378731 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.378740 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.378750 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Poi 5 I : ', 'Red Star for Art Black Hole 1600.0', "Won't GGG", 'sys_supply: -3, planet_supply: 1, supply_val: 0', 'threat reducing value by 60 %']
2017-02-26 23:22:45.378760 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1287.3
2017-02-26 23:22:45.378770 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 20.0
2017-02-26 23:22:45.378780 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.378792 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0.0
2017-02-26 23:22:45.378815 [debug] AI : LoggingWrapper.cpp:23 : planet 505, values [0.0, 13.0]
2017-02-26 23:22:45.379655 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_251<Tycho 3 I>
2017-02-26 23:22:45.379675 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.379686 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.379699 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.379809 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.379828 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 14.00
2017-02-26 23:22:45.379839 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.379850 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.379861 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 3 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 0, supply_val: -800', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 4 * 5 * 1.25 = 25', 'maxPop 25.0', 'ind_val 1305.8', 'Bonus for MINERALS_SPECIAL: 660.0']
2017-02-26 23:22:45.379871 [debug] AI : LoggingWrapper.cpp:23 : - popval: 705.8
2017-02-26 23:22:45.379880 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.379890 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.379903 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1267.4168396
2017-02-26 23:22:45.379925 [debug] AI : LoggingWrapper.cpp:23 : planet 251, values [0.0, 14.002746963500977]
2017-02-26 23:22:45.382338 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_252<Tycho 3 III>
2017-02-26 23:22:45.382359 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 500.0
2017-02-26 23:22:45.382370 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.382388 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.382490 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.382508 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 101.80
2017-02-26 23:22:45.382519 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 373.9
2017-02-26 23:22:45.382528 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.382537 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: []
2017-02-26 23:22:45.382546 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1110.0
2017-02-26 23:22:45.382556 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.382565 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.382577 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.383416 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_253<Tycho 3 II>
2017-02-26 23:22:45.383436 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.383447 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.383460 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.383568 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.383587 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 17.61
2017-02-26 23:22:45.383597 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.383607 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.383618 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 3 II : ', 'sys_supply: -4, planet_supply: 0, supply_val: -800', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 8 * 1.00 = 32', 'maxPop 32.0', 'ind_val 1896.6', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_INDUSTRY_CENTER: 500', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.383628 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1296.6
2017-02-26 23:22:45.383637 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.383646 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 950
2017-02-26 23:22:45.383662 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1875.5065918
2017-02-26 23:22:45.386295 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_254<Tycho 3 IV>
2017-02-26 23:22:45.386316 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.386327 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.386340 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.386447 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.386466 [debug] AI : LoggingWrapper.cpp:23 : - troop score: -1.00
2017-02-26 23:22:45.386476 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: -0.0
2017-02-26 23:22:45.386485 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.386495 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 3 IV : ', "Won't GGG", 'sys_supply: -4, planet_supply: 3, supply_val: 0']
2017-02-26 23:22:45.386504 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.386513 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.386522 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.386534 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.388893 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_252<Tycho 3 III>
2017-02-26 23:22:45.388914 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 500.0
2017-02-26 23:22:45.388925 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.388938 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.389040 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.389058 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 101.80
2017-02-26 23:22:45.389069 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 373.9
2017-02-26 23:22:45.389078 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.389087 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: []
2017-02-26 23:22:45.389096 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1110.0
2017-02-26 23:22:45.389106 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.389115 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.389127 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.389151 [debug] AI : LoggingWrapper.cpp:23 : planet 252, values [0.0, 101.80000305175781]
2017-02-26 23:22:45.389989 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_253<Tycho 3 II>
2017-02-26 23:22:45.390009 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.390021 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.390035 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.390142 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.390161 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 17.61
2017-02-26 23:22:45.390172 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.390182 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.390193 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 3 II : ', 'sys_supply: -4, planet_supply: 0, supply_val: -800', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 4 * 8 * 1.00 = 32', 'maxPop 32.0', 'ind_val 1896.6', 'BLD_SHIPYARD_BASE: 100', 'BLD_SCANNING_FACILITY: 50', 'BLD_INDUSTRY_CENTER: 500', 'BLD_SHIPYARD_ORBITAL_DRYDOCK: 50', 'BLD_SHIPYARD_ORG_ORB_INC: 200', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.390203 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1296.6
2017-02-26 23:22:45.390212 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.390221 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 950
2017-02-26 23:22:45.390237 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1875.5065918
2017-02-26 23:22:45.390264 [debug] AI : LoggingWrapper.cpp:23 : planet 253, values [0.0, 17.60516777038574]
2017-02-26 23:22:45.391142 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_251<Tycho 3 I>
2017-02-26 23:22:45.391163 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.391174 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.391187 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.391294 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.391312 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 14.00
2017-02-26 23:22:45.391323 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.391332 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.391343 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 3 I : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -4, planet_supply: 0, supply_val: -800', 'EnvironPopSizeMod(3)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 4 * 5 * 1.25 = 25', 'maxPop 25.0', 'ind_val 1305.8', 'Bonus for MINERALS_SPECIAL: 660.0']
2017-02-26 23:22:45.391352 [debug] AI : LoggingWrapper.cpp:23 : - popval: 705.8
2017-02-26 23:22:45.391361 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.391370 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.391383 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1267.4168396
2017-02-26 23:22:45.393733 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_252<Tycho 3 III>
2017-02-26 23:22:45.393754 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 500.0
2017-02-26 23:22:45.393766 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.393778 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.393880 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.393898 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 101.80
2017-02-26 23:22:45.393909 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 373.9
2017-02-26 23:22:45.393919 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.393928 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: []
2017-02-26 23:22:45.393937 [debug] AI : LoggingWrapper.cpp:23 : - popval: 1110.0
2017-02-26 23:22:45.393946 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.393956 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.393967 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.396608 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_254<Tycho 3 IV>
2017-02-26 23:22:45.396629 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 0.0
2017-02-26 23:22:45.396640 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.396653 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.396756 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.396775 [debug] AI : LoggingWrapper.cpp:23 : - troop score: -1.00
2017-02-26 23:22:45.396787 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: -0.0
2017-02-26 23:22:45.396800 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.396810 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Tycho 3 IV : ', "Won't GGG", 'sys_supply: -4, planet_supply: 3, supply_val: 0']
2017-02-26 23:22:45.396820 [debug] AI : LoggingWrapper.cpp:23 : - popval: 0.0
2017-02-26 23:22:45.396829 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 100.0
2017-02-26 23:22:45.396838 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.396850 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 0
2017-02-26 23:22:45.397966 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_166<Seidon 1 II>
2017-02-26 23:22:45.397987 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.397998 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.398011 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.398120 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.398138 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 12.85
2017-02-26 23:22:45.398149 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.398158 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.398169 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 1 II : ', 'PHOTOTROPHIC popMod 0.0', 'sys_supply: -12, planet_supply: 1, supply_val: -2200', 'EnvironPopSizeMod(0)', 'Phototropic Star Bonus_PSM(0.0)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(2)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'baseMaxPop 0 + size*psm 3 * 4 * 1.25 = 15', 'maxPop 15.0', 'ind_val 505.8', 'BLD_LIGHTHOUSE: 50']
2017-02-26 23:22:45.398179 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1494.2
2017-02-26 23:22:45.398188 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.398197 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 50
2017-02-26 23:22:45.398209 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 920.999984741
2017-02-26 23:22:45.398233 [debug] AI : LoggingWrapper.cpp:23 : planet 166, values [0.0, 12.850000381469727]
2017-02-26 23:22:45.399342 [debug] AI : LoggingWrapper.cpp:23 : Invasion eval of P_167<Seidon 1 I>
2017-02-26 23:22:45.399362 [debug] AI : LoggingWrapper.cpp:23 : - maxShields: 91.0
2017-02-26 23:22:45.399374 [debug] AI : LoggingWrapper.cpp:23 : - sysFleetThreat: 0.0
2017-02-26 23:22:45.399387 [debug] AI : LoggingWrapper.cpp:23 : - sysMonsterThreat: 0.0
2017-02-26 23:22:45.399496 [debug] AI : LoggingWrapper.cpp:23 : - planet score: 0.00
2017-02-26 23:22:45.399514 [debug] AI : LoggingWrapper.cpp:23 : - troop score: 26.80
2017-02-26 23:22:45.399525 [debug] AI : LoggingWrapper.cpp:23 : - projected troop cost: 187.0
2017-02-26 23:22:45.399535 [debug] AI : LoggingWrapper.cpp:23 : - threat factor: 0.0
2017-02-26 23:22:45.399547 [debug] AI : LoggingWrapper.cpp:23 : - planet detail: ['Seidon 1 I : ', 'sys_supply: -12, planet_supply: 0, supply_val: -2400', 'EnvironPopSizeMod(3)', 'GRO_SYMBIOTIC_BIO_PSM(1)', 'GRO_SUBTER_HAB_PSM(1)', 'GRO_XENO_GENETICS_PSM(0)', 'GRO_CYBORG_PSM(0)', 'GRO_PLANET_ECOL_PCM(1)', 'GRO_SYMBIOTIC_BIO_PCM(-1)', 'FRUIT_SPECIAL boost active', "boosts_PSM(1 from set(['FRUIT_SPECIAL']))", 'baseMaxPop 0 + size*psm 3 * 8 * 0.75 = 18', 'maxPop 18.0', 'ind_val 564.3']
2017-02-26 23:22:45.399557 [debug] AI : LoggingWrapper.cpp:23 : - popval: -1635.7
2017-02-26 23:22:45.399567 [debug] AI : LoggingWrapper.cpp:23 : - supplyval: 0.0
2017-02-26 23:22:45.399577 [debug] AI : LoggingWrapper.cpp:23 : - bldval: 0
2017-02-26 23:22:45.399590 [debug] AI : LoggingWrapper.cpp:23 : - enemyval: 1115.99998474
2017-02-26 23:22:45.400578 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.401200 [debug] AI : LoggingWrapper.cpp:23 : Potential Targets for Invasion Turn 173
2017-02-26 23:22:45.401218 [debug] AI : LoggingWrapper.cpp:23 : ========================================================================
2017-02-26 23:22:45.401229 [debug] AI : LoggingWrapper.cpp:23 : | Planet | Score | Species | Troops |
2017-02-26 23:22:45.401238 [debug] AI : LoggingWrapper.cpp:23 : ========================================================================
2017-02-26 23:22:45.401248 [debug] AI : LoggingWrapper.cpp:23 : | P_1<Balan 1 I> | 0.00 | unknown | 5.00 |
2017-02-26 23:22:45.401257 [debug] AI : LoggingWrapper.cpp:23 : | P_386<Falmari Asteroids > | 0.00 | SP_EXOBOT | 16.00 |
2017-02-26 23:22:45.401266 [debug] AI : LoggingWrapper.cpp:23 : | P_387<Falmari II> | 0.00 | SP_LAENFA | 0.00 |
2017-02-26 23:22:45.401279 [debug] AI : LoggingWrapper.cpp:23 : | P_516<Seidon 2 I> | 0.00 | SP_LAENFA | 11.50 |
2017-02-26 23:22:45.401290 [debug] AI : LoggingWrapper.cpp:23 : | P_133<D'nebag I> | 0.00 | SP_DERTHREAN | 36.28 |
2017-02-26 23:22:45.401299 [debug] AI : LoggingWrapper.cpp:23 : | P_134<D'nebag II> | 0.00 | SP_LAENFA | 32.78 |
2017-02-26 23:22:45.401308 [debug] AI : LoggingWrapper.cpp:23 : | P_7<Adhil 2 II> | 0.00 | SP_EXOBOT | 12.98 |
2017-02-26 23:22:45.401318 [debug] AI : LoggingWrapper.cpp:23 : | P_8<Adhil 2 I> | 0.00 | SP_EXOBOT | 12.40 |
2017-02-26 23:22:45.401327 [debug] AI : LoggingWrapper.cpp:23 : | P_9<Adhil 2 III> | 0.00 | unknown | 5.00 |
2017-02-26 23:22:45.401336 [debug] AI : LoggingWrapper.cpp:23 : | P_138<Malin 1 II> | 0.00 | SP_LAENFA | 12.71 |
2017-02-26 23:22:45.401345 [debug] AI : LoggingWrapper.cpp:23 : | P_397<Inti Asteroids > | 0.00 | SP_EXOBOT | 12.33 |
2017-02-26 23:22:45.401355 [debug] AI : LoggingWrapper.cpp:23 : | P_398<Inti I> | 0.00 | SP_LAENFA | 17.20 |
2017-02-26 23:22:45.401364 [debug] AI : LoggingWrapper.cpp:23 : | P_301<Sssla 1 Asteroids > | 0.00 | unknown | 13.00 |
2017-02-26 23:22:45.401373 [debug] AI : LoggingWrapper.cpp:23 : | P_17<Sssla 2 I> | 0.00 | SP_EXOBOT | 33.50 |
2017-02-26 23:22:45.401382 [debug] AI : LoggingWrapper.cpp:23 : | P_275<Tirol 2 I> | 0.00 | SP_EXOBOT | 16.00 |
2017-02-26 23:22:45.401391 [debug] AI : LoggingWrapper.cpp:23 : | P_532<Robi 2 I> | 0.00 | SP_HHHOH | 26.00 |
2017-02-26 23:22:45.401401 [debug] AI : LoggingWrapper.cpp:23 : | P_316<Tycho 2 I> | 0.00 | SP_MUURSH | 26.00 |
2017-02-26 23:22:45.401410 [debug] AI : LoggingWrapper.cpp:23 : | P_137<Malin 1 I> | 0.00 | SP_LAENFA | 21.40 |
2017-02-26 23:22:45.401419 [debug] AI : LoggingWrapper.cpp:23 : | P_409<Gawara 3 I> | 0.00 | SP_UGMORS | 18.00 |
2017-02-26 23:22:45.401428 [debug] AI : LoggingWrapper.cpp:23 : | P_29<Tirol 1 Asteroids > | 0.00 | SP_EXOBOT | 33.94 |
2017-02-26 23:22:45.401437 [debug] AI : LoggingWrapper.cpp:23 : | P_30<Tirol 1 I> | 0.00 | SP_LAENFA | 36.35 |
2017-02-26 23:22:45.401446 [debug] AI : LoggingWrapper.cpp:23 : | P_545<Loki I> | 0.00 | SP_HHHOH | 56.00 |
2017-02-26 23:22:45.401456 [debug] AI : LoggingWrapper.cpp:23 : | P_546<Loki II> | 0.00 | unknown | 13.00 |
2017-02-26 23:22:45.401465 [debug] AI : LoggingWrapper.cpp:23 : | P_1827<Algol I> | 0.00 | unknown | 5.00 |
2017-02-26 23:22:45.401474 [debug] AI : LoggingWrapper.cpp:23 : | P_293<Megrez 1 II> | 0.00 | SP_CHATO | 32.75 |
2017-02-26 23:22:45.401483 [debug] AI : LoggingWrapper.cpp:23 : | P_294<Megrez 1 Asteroids > | 0.00 | SP_EXOBOT | 28.54 |
2017-02-26 23:22:45.401492 [debug] AI : LoggingWrapper.cpp:23 : | P_295<Megrez 1 I> | 0.00 | SP_CHATO | 30.05 |
2017-02-26 23:22:45.401501 [debug] AI : LoggingWrapper.cpp:23 : | P_296<Megrez 1 III> | 0.00 | SP_DERTHREAN | 38.40 |
2017-02-26 23:22:45.401510 [debug] AI : LoggingWrapper.cpp:23 : | P_557<Imperial Poi 2 I> | 0.00 | SP_GEORGE | 52.80 |
2017-02-26 23:22:45.401520 [debug] AI : LoggingWrapper.cpp:23 : | P_302<Sssla 1 II> | 0.00 | unknown | 13.00 |
2017-02-26 23:22:45.401529 [debug] AI : LoggingWrapper.cpp:23 : | P_303<Sssla 1 I> | 0.00 | SP_GEORGE | 43.55 |
2017-02-26 23:22:45.401538 [debug] AI : LoggingWrapper.cpp:23 : | P_385<Falmari I> | 0.00 | SP_LAENFA | 0.00 |
2017-02-26 23:22:45.401547 [debug] AI : LoggingWrapper.cpp:23 : | P_433<Khaga 4 I> | 0.00 | SP_LAENFA | 13.60 |
2017-02-26 23:22:45.401559 [debug] AI : LoggingWrapper.cpp:23 : | P_432<Khaga 4 II> | 0.00 | SP_LAENFA | 13.60 |
2017-02-26 23:22:45.401569 [debug] AI : LoggingWrapper.cpp:23 : | P_393<Gion 2 Asteroids > | 0.00 | unknown | 5.00 |
2017-02-26 23:22:45.401578 [debug] AI : LoggingWrapper.cpp:23 : | P_313<Tycho 2 III> | 0.00 | SP_DERTHREAN | 6.74 |
2017-02-26 23:22:45.401587 [debug] AI : LoggingWrapper.cpp:23 : | P_314<Tycho 2 IV> | 0.00 | SP_TAEGHIRUS | 8.29 |
2017-02-26 23:22:45.401596 [debug] AI : LoggingWrapper.cpp:23 : | P_59<Gion 1 I> | 0.00 | SP_LAENFA | 13.15 |
2017-02-26 23:22:45.401605 [debug] AI : LoggingWrapper.cpp:23 : | P_60<Gion 1 II> | 0.00 | unknown | 5.00 |
2017-02-26 23:22:45.401615 [debug] AI : LoggingWrapper.cpp:23 : | P_65<Tycho 1 II> | 0.00 | SP_CHATO | 10.79 |
2017-02-26 23:22:45.401624 [debug] AI : LoggingWrapper.cpp:23 : | P_66<Tycho 1 I> | 0.00 | SP_TAEGHIRUS | 16.80 |
2017-02-26 23:22:45.401633 [debug] AI : LoggingWrapper.cpp:23 : | P_67<Tycho 1 Asteroids > | 0.00 | SP_EXOBOT | 12.87 |
2017-02-26 23:22:45.401642 [debug] AI : LoggingWrapper.cpp:23 : | P_458<Ain 1 II> | 0.00 | SP_LAENFA | 0.00 |
2017-02-26 23:22:45.401651 [debug] AI : LoggingWrapper.cpp:23 : | P_55<Ain 2 I> | 0.00 | SP_EXOBOT | 14.80 |
2017-02-26 23:22:45.401661 [debug] AI : LoggingWrapper.cpp:23 : | P_76<Medea 1 II> | 0.00 | SP_ANCIENT_GUARDIANS | 101.80 |
2017-02-26 23:22:45.401670 [debug] AI : LoggingWrapper.cpp:23 : | P_205<Seidon 3 Asteroids > | 0.00 | SP_EXOBOT | 12.33 |
2017-02-26 23:22:45.401679 [debug] AI : LoggingWrapper.cpp:23 : | P_206<Seidon 3 I> | 0.00 | SP_LAENFA | 12.25 |
2017-02-26 23:22:45.401688 [debug] AI : LoggingWrapper.cpp:23 : | P_368<Sulafat I> | 0.00 | SP_EXOBOT | 11.56 |
2017-02-26 23:22:45.401697 [debug] AI : LoggingWrapper.cpp:23 : | P_465<Adhil 1 III> | 0.00 | SP_DERTHREAN | 16.49 |
2017-02-26 23:22:45.401707 [debug] AI : LoggingWrapper.cpp:23 : | P_466<Adhil 1 I> | 0.00 | SP_TAEGHIRUS | 11.50 |
2017-02-26 23:22:45.401716 [debug] AI : LoggingWrapper.cpp:23 : | P_467<Adhil 1 II> | 0.00 | unknown | 5.00 |
2017-02-26 23:22:45.401725 [debug] AI : LoggingWrapper.cpp:23 : | P_86<Balan 3 I> | 0.00 | SP_LAENFA | 11.50 |
2017-02-26 23:22:45.401734 [debug] AI : LoggingWrapper.cpp:23 : | P_143<Khaga 3 Asteroids > | 0.00 |
2017-02-26 23:22:45.401747 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.401796 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.401810 [debug] AI : LoggingWrapper.cpp:23 : *** Updating Military Status ***
2017-02-26 23:22:45.401823 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.403403 [debug] AI : LoggingWrapper.cpp:23 : ==================================================
2017-02-26 23:22:45.403430 [debug] AI : LoggingWrapper.cpp:23 : Main Round Available Military Rating: 2646
2017-02-26 23:22:45.403446 [debug] AI : LoggingWrapper.cpp:23 : ---------------------------------
2017-02-26 23:22:45.435188 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.435224 [debug] AI : LoggingWrapper.cpp:23 : ** Calculating Production Priorities ***
2017-02-26 23:22:45.435238 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.435830 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.435857 [debug] AI : LoggingWrapper.cpp:23 : Industry Production (current/target) : ( 600.5 / 593.1 ) at turn 173
2017-02-26 23:22:45.435874 [debug] AI : LoggingWrapper.cpp:23 : Priority for Industry: 50
2017-02-26 23:22:45.437176 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.437199 [debug] AI : LoggingWrapper.cpp:23 : Number of Scouts: 6
2017-02-26 23:22:45.437221 [debug] AI : LoggingWrapper.cpp:23 : Number of Unexplored systems: 20
2017-02-26 23:22:45.437237 [debug] AI : LoggingWrapper.cpp:23 : Military size: 2
2017-02-26 23:22:45.437252 [debug] AI : LoggingWrapper.cpp:23 : Priority for scouts: 0
2017-02-26 23:22:45.439629 [debug] AI : LoggingWrapper.cpp:23 : Priority for outpost ships: 43
2017-02-26 23:22:45.439937 [debug] AI : LoggingWrapper.cpp:23 : Calculating Military Priority: min(t,40) + max(0,75 * ships_needed)
2017-02-26 23:22:45.439965 [debug] AI : LoggingWrapper.cpp:23 : Priority: 3492826 ships_needed: 69856 defense_ships_needed: 69197 curShipRating: 10 l1_weaps: True enemies_sighted: {173: [653, 673, 699, 703, 711, 719, 725, 741, 745, 751, 814, 824, 899, 1074, 1089, 1104, 1224, 1323, 1355, 1646, 1700, 1826, 1894, 1946, 1978, 2092, 2128, 2208, 2307, 2358, 2410, 2470, 2474, 2683, 2715, 2860, 2861, 2887, 2891, 2946, 2952, 3063, 3065, 3128, 3151, 3152, 3157, 3160, 3181, 3194, 3196, 3233, 3255, 3284, 3305, 3337, 3341, 3363, 3381, 3398, 3420, 3423, 3425, 3427, 3431, 3444, 3446, 3448, 3450, 3452, 3482, 3484, 3489, 3491, 3495, 3537, 3539, 3541, 3553, 3565, 3577, 3586, 3594, 3600, 3626, 3627, 3638, 3670, 3673, 3675, 3690, 3691, 3706, 3708, 3710, 3717, 3722, 3727, 3732, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3743, 3749, 3761, 3762, 3764, 1, 7, 8, 9, 17, 29, 30, 59, 60, 65, 66, 67, 557, 86, 114, 115, 131, 133, 134, 137, 138, 143, 166, 167, 205, 206, 251, 253, 267, 268, 269, 270, 271, 293, 294, 295, 296, 301, 302, 303, 313, 314, 315, 316, 1827, 351, 356, 357, 368, 393, 397, 398, 432, 433, 465, 466, 467, 487, 488, 489, 495, 496, 497, 502, 503, 504, 505, 516, 545, 546]}
2017-02-26 23:22:45.440055 [debug] AI : LoggingWrapper.cpp:23 : Source of milship demand: [(S_257<Gianfar>, 0.0), (S_235<Hisemtuk>, 0.0), (S_261<Alcor 2>, 0.0), (S_327<Oort 2>, 0.0), (S_522<Kalas 4>, 0.0), (S_523<Kalas 3>, 0.0), (S_528<Herculis>, 4.0), (S_210<Robi 1>, 0.0), (S_20<Yiminga>, 0.0), (S_213<Hoedus>, 0.0), (S_151<Oort 1>, 0.0), (S_408<Gawara 3>, 0.0), (S_153<Medea 2>, 0.0), (S_287<Alcor 1>, 69197.0), (S_289<Medea 4>, 6.0), (S_330<Valier 1>, 5.0), (S_33<Robi 4>, 5.0), (S_39<Poi 6>, 0.0), (S_519<Gawara 2>, 0.0), (S_233<Mentar 2>, 0.0), (S_95<Robi 3>, 0.0), (S_43<Tarak>, 0.0), (S_18<Solntze>, 0.0), (S_239<Hagalaz>, 0.0), (S_434<Maretta>, 0.0), (S_307<Gawara 1>, 0.0), (S_74<Medea 1>, 630.0), (S_376<Medea 3>, 0.0), (S_122<Kalas 1>, 0.0), (S_443<Valier 2>, 0.0), (S_508<Mentar 1>, 0.0), (S_61<Kalas 2>, 0.0), (S_510<Rainbow>, 0.0), (S_341<Algol>, 9.0)]
2017-02-26 23:22:45.440327 [debug] AI : LoggingWrapper.cpp:23 : Exploration system considering following system-distance pairs:
2017-02-26 23:22:45.440346 [debug] AI : LoggingWrapper.cpp:23 : 244: 281.0
2017-02-26 23:22:45.440356 [debug] AI : LoggingWrapper.cpp:23 : 272: 408.0
2017-02-26 23:22:45.440366 [debug] AI : LoggingWrapper.cpp:23 : 290: 341.0
2017-02-26 23:22:45.440376 [debug] AI : LoggingWrapper.cpp:23 : 298: 250.0
2017-02-26 23:22:45.440385 [debug] AI : LoggingWrapper.cpp:23 : 329: 431.0
2017-02-26 23:22:45.440395 [debug] AI : LoggingWrapper.cpp:23 : 351: 33.0
2017-02-26 23:22:45.440404 [debug] AI : LoggingWrapper.cpp:23 : 449: 16.0
2017-02-26 23:22:45.440414 [debug] AI : LoggingWrapper.cpp:23 : 454: 105.0
2017-02-26 23:22:45.440423 [debug] AI : LoggingWrapper.cpp:23 : 495: 355.0
2017-02-26 23:22:45.440433 [debug] AI : LoggingWrapper.cpp:23 : 524: 229.0
2017-02-26 23:22:45.440442 [debug] AI : LoggingWrapper.cpp:23 : 525: 28.0
2017-02-26 23:22:45.440452 [debug] AI : LoggingWrapper.cpp:23 : 527: 199.0
2017-02-26 23:22:45.440461 [debug] AI : LoggingWrapper.cpp:23 : 531: 132.0
2017-02-26 23:22:45.440471 [debug] AI : LoggingWrapper.cpp:23 : 540: 283.0
2017-02-26 23:22:45.440480 [debug] AI : LoggingWrapper.cpp:23 : 543: 118.0
2017-02-26 23:22:45.440490 [debug] AI : LoggingWrapper.cpp:23 : 577: 39.0
2017-02-26 23:22:45.440499 [debug] AI : LoggingWrapper.cpp:23 : 585: 221.0
2017-02-26 23:22:45.440508 [debug] AI : LoggingWrapper.cpp:23 : 599: 344.0
2017-02-26 23:22:45.440518 [debug] AI : LoggingWrapper.cpp:23 : 635: 457.0
2017-02-26 23:22:45.440534 [debug] AI : LoggingWrapper.cpp:23 : 658: 482.0
2017-02-26 23:22:45.441688 [debug] AI : LoggingWrapper.cpp:23 : Explorable system IDs: [281, 408, 341, 250, 431, 33, 16, 105, 355, 229, 28, 199, 132, 283, 118, 39, 221, 344, 457, 482]
2017-02-26 23:22:45.441712 [debug] AI : LoggingWrapper.cpp:23 : Already targeted: []
2017-02-26 23:22:45.441734 [debug] AI : LoggingWrapper.cpp:23 : Needs coverage: [281, 408, 341, 250, 431, 33, 16, 105, 355, 229, 28, 199, 132, 283, 118, 39, 221, 344, 457, 482]
2017-02-26 23:22:45.441759 [debug] AI : LoggingWrapper.cpp:23 : Available scouts & AIstate locs: [(2329, 464), (2332, 330), (2333, 531), (2334, 477), (3154, 501), (2012, 210)]
2017-02-26 23:22:45.441790 [debug] AI : LoggingWrapper.cpp:23 : Available scouts & universe locs: [(2329, 464), (2332, 330), (2333, 531), (2334, 477), (3154, 501), (2012, 210)]
2017-02-26 23:22:45.454747 [debug] AI : LoggingWrapper.cpp:23 : Sent scouting fleets to sysIDs : [281, 408, 341, 250, 431, 33]
2017-02-26 23:22:45.455990 [debug] AI : LoggingWrapper.cpp:23 : Colony/outpost ship matching: fleets [] to planets [(410, (5480.0, 'SP_UGMORS')), (96, (4066.0, 'SP_HHHOH')), (446, (2894.3512999275363, 'SP_ETTY')), (444, (2844.87015733984, 'SP_ETTY')), (378, (2831.1346607816795, 'SP_ETTY')), (512, (2829.6735723445286, 'SP_ETTY')), (215, (2699.1346607816795, 'SP_ETTY')), (310, (2080.0, 'SP_HHHOH')), (331, (2040.0, 'SP_HHHOH')), (291, (2040.0, 'SP_HHHOH')), (75, (1909.2572358180312, 'SP_HHHOH')), (1828, (1746.1448277908298, 'SP_ETTY')), (34, (1678.1377630119682, 'SP_ETTY')), (152, (1626.1448277908298, 'SP_ETTY')), (309, (1346.1448277908298, 'SP_ETTY')), (520, (1253.9879053570517, 'SP_ETTY')), (123, (1174.9126788832114, 'SP_ETTY')), (290, (940.0, 'SP_EXOBOT')), (456, (696.5673303908397, 'SP_ETTY')), (530, (669.185862662238, 'SP_EXOBOT')), (454, (624.7653646178419, 'SP_ETTY')), (448, (480.0, 'SP_ETTY')), (411, (469.18586266223804, 'SP_EXOBOT')), (479, (389.18586266223804, 'SP_EXOBOT')), (455, (365.81795475810804, 'SP_HHHOH')), (414, (311.85033711132394, 'SP_ETTY')), (100, (294.5832077307743, 'SP_ETTY')), (541, (294.5832077307743, 'SP_ETTY')), (427, (254.91267888321124, 'SP_ETTY')), (130, (238.6654191505802, 'SP_ETTY')), (415, (200.9286856270005, 'SP_ETTY')), (361, (200.9286856270005, 'SP_ETTY')), (543, (196.56733039083974, 'SP_ETTY')), (184, (173.5016241070515, 'SP_ETTY')), (534, (138.9185862662238, 'SP_EXOBOT')), (542, (124.7653646178419, 'SP_ETTY')), (416, (97.61385743517997, 'SP_ETTY')), (428, (66.14482779082971, 'SP_ETTY')), (102, (54.91267888321124, 'SP_ETTY')), (540, (54.91267888321124, 'SP_ETTY'))]
2017-02-26 23:22:45.456015 [debug] AI : LoggingWrapper.cpp:23 : Trying best matches to current colony ships
2017-02-26 23:22:45.456218 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.456271 [debug] AI : LoggingWrapper.cpp:23 : Colony/outpost ship matching: fleets [3274, 3725] to planets [(410, (5480.0, '')), (310, (2080.0, '')), (291, (2040.0, '')), (331, (2040.0, '')), (75, (1909.2572358180312, '')), (1828, (1746.1448277908298, '')), (34, (1678.1377630119682, '')), (152, (1626.1448277908298, '')), (309, (1346.1448277908298, '')), (290, (940.0, '')), (530, (669.185862662238, '')), (411, (469.18586266223804, '')), (40, (224, '')), (534, (148, '')), (535, (145, ''))]
2017-02-26 23:22:45.456322 [debug] AI : LoggingWrapper.cpp:23 : Fleet ID (3274): 1 ships; species: SP_ETTY,
2017-02-26 23:22:45.456366 [debug] AI : LoggingWrapper.cpp:23 : Fleet ID (3725): 1 ships; species: SP_HHHOH,
2017-02-26 23:22:45.456383 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.461401 [debug] AI : LoggingWrapper.cpp:23 : ==================================================
2017-02-26 23:22:45.461429 [debug] AI : LoggingWrapper.cpp:23 : Assigning military fleets
2017-02-26 23:22:45.461444 [debug] AI : LoggingWrapper.cpp:23 : ---------------------------------
2017-02-26 23:22:45.461461 [debug] AI : LoggingWrapper.cpp:23 : ---------------------------------
2017-02-26 23:22:45.462596 [debug] AI : LoggingWrapper.cpp:23 : Still have available military fleets: [2846, 3758]
2017-02-26 23:22:45.494000 [debug] AI : LoggingWrapper.cpp:23 : Still have available military fleets: [2846]
2017-02-26 23:22:45.525534 [debug] AI : LoggingWrapper.cpp:23 : Still have available military fleets: [2846]
2017-02-26 23:22:45.555547 [debug] AI : LoggingWrapper.cpp:23 : Generating fleet orders
2017-02-26 23:22:45.555577 [debug] AI : LoggingWrapper.cpp:23 : Fleets by Role
2017-02-26 23:22:45.555592 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.556761 [debug] AI : LoggingWrapper.cpp:23 : Exploration Fleets: [2329, 2332, 2333, 2334, 3154, 2012]
2017-02-26 23:22:45.557895 [debug] AI : LoggingWrapper.cpp:23 : Colonization Fleets: []
2017-02-26 23:22:45.559005 [debug] AI : LoggingWrapper.cpp:23 : Outpost Fleets: [3274, 3725]
2017-02-26 23:22:45.560110 [debug] AI : LoggingWrapper.cpp:23 : Invasion Fleets: []
2017-02-26 23:22:45.561213 [debug] AI : LoggingWrapper.cpp:23 : Military Fleets: [2846, 3758]
2017-02-26 23:22:45.562318 [debug] AI : LoggingWrapper.cpp:23 : Orbital Defense Fleets: [2726]
2017-02-26 23:22:45.563422 [debug] AI : LoggingWrapper.cpp:23 : Outpost Base Fleets: []
2017-02-26 23:22:45.564521 [debug] AI : LoggingWrapper.cpp:23 : Invasion Base Fleets: []
2017-02-26 23:22:45.565626 [debug] AI : LoggingWrapper.cpp:23 : Securing Fleets: [] (currently FLEET_MISSION_MILITARY should be used instead of this Role)
2017-02-26 23:22:45.565655 [debug] AI : LoggingWrapper.cpp:23 : Exploration targets:
2017-02-26 23:22:45.565765 [debug] AI : LoggingWrapper.cpp:23 : - F_2012<Recon Fleet 2012> [EXPLORATION] ships: 1; total rating: 0; target: S_408<Gawara 3>
2017-02-26 23:22:45.565849 [debug] AI : LoggingWrapper.cpp:23 : - F_3154<Recon Fleet 3154> [EXPLORATION] ships: 1; total rating: 0; target: S_33<Robi 4>
2017-02-26 23:22:45.565930 [debug] AI : LoggingWrapper.cpp:23 : - F_2334<Recon Fleet 2334> [EXPLORATION] ships: 1; total rating: 0; target: S_431<Khaga 4>
2017-02-26 23:22:45.566009 [debug] AI : LoggingWrapper.cpp:23 : - F_2329<Recon Fleet 2329> [EXPLORATION] ships: 1; total rating: 0; target: S_281<Cherruve>
2017-02-26 23:22:45.566088 [debug] AI : LoggingWrapper.cpp:23 : - F_2332<Recon Fleet 2332> [EXPLORATION] ships: 1; total rating: 0; target: S_250<Tycho 3>
2017-02-26 23:22:45.566165 [debug] AI : LoggingWrapper.cpp:23 : - F_2333<Recon Fleet 2333> [EXPLORATION] ships: 1; total rating: 0; target: S_341<Algol>
2017-02-26 23:22:45.566189 [debug] AI : LoggingWrapper.cpp:23 : Colonization targets: None
2017-02-26 23:22:45.566208 [debug] AI : LoggingWrapper.cpp:23 : Outpost targets:
2017-02-26 23:22:45.566282 [debug] AI : LoggingWrapper.cpp:23 : F_3274<Colony Fleet 3274> [OUTPOST ] ships: 1; total rating: 0; target: P_410<Gawara 3 II>
2017-02-26 23:22:45.566361 [debug] AI : LoggingWrapper.cpp:23 : F_3725<Colony Fleet 3725> [OUTPOST ] ships: 1; total rating: 0; target: P_310<Gawara 1 I>
2017-02-26 23:22:45.566389 [debug] AI : LoggingWrapper.cpp:23 : Outpost targets: None (as expected, due to expected timing of order submission and execution)
2017-02-26 23:22:45.566408 [debug] AI : LoggingWrapper.cpp:23 : Invasion targets: None
2017-02-26 23:22:45.566425 [debug] AI : LoggingWrapper.cpp:23 : Invasion Base targets: None (as expected, due to expected timing of order submission and execution)
2017-02-26 23:22:45.566442 [debug] AI : LoggingWrapper.cpp:23 : General Military targets:
2017-02-26 23:22:45.566551 [debug] AI : LoggingWrapper.cpp:23 : F_3758<Battle Fleet 3758> [MILITARY ] ships: 1; total rating: 2268; target: S_261<Alcor 2>
2017-02-26 23:22:45.566577 [debug] AI : LoggingWrapper.cpp:23 : Secure targets: None
2017-02-26 23:22:45.566595 [debug] AI : LoggingWrapper.cpp:23 : Orbital Defense targets:
2017-02-26 23:22:45.566706 [debug] AI : LoggingWrapper.cpp:23 : F_2726<Recon Fleet 2726> [ORBITAL_DEFENSE] ships: 4; total rating: 0; target: S_327<Oort 2>
2017-02-26 23:22:45.569290 [error] AI : : : fleet 2334 can't travel to system S_431<Khaga 4>
2017-02-26 23:22:45.571116 [debug] AI : LoggingWrapper.cpp:23 : Drydock recommendation Alcor 1(287) from Gawara 3(408) for fleet Battle Fleet 2846(2846) with fleet rating 787.500000 and path rating 10.556063.
2017-02-26 23:22:45.571224 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.571253 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet orders round 1:
2017-02-26 23:22:45.571398 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.571430 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2726<Recon Fleet 2726> (on turn 173), with mission type ORBITAL_DEFENSE
2017-02-26 23:22:45.571462 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [defend] of F_2726<Recon Fleet 2726> to S_327<Oort 2> in progress
2017-02-26 23:22:45.571834 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [defend] of F_2726<Recon Fleet 2726> to S_327<Oort 2> in progress
2017-02-26 23:22:45.571857 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.571995 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.572024 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2012<Recon Fleet 2012> (on turn 173), with mission type No mission
2017-02-26 23:22:45.572055 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2012<Recon Fleet 2012> to S_210<Robi 1> in progress
2017-02-26 23:22:45.572102 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2012<Recon Fleet 2012> to S_210<Robi 1> in progress
2017-02-26 23:22:45.572137 [debug] AI : LoggingWrapper.cpp:23 : Order issued: True
2017-02-26 23:22:45.572168 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2012<Recon Fleet 2012> to S_42<Oort 3> in progress
2017-02-26 23:22:45.572267 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2012<Recon Fleet 2012> to S_42<Oort 3> in progress
2017-02-26 23:22:45.572523 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 2012 to 210 42
2017-02-26 23:22:45.572593 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_2012<Recon Fleet 2012> target: S_42<Oort 3>
2017-02-26 23:22:45.572617 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.572766 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.572800 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_3274<Colony Fleet 3274> (on turn 173), with mission type OUTPOST
2017-02-26 23:22:45.572833 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3274<Colony Fleet 3274> to S_307<Gawara 1> in progress
2017-02-26 23:22:45.572879 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3274<Colony Fleet 3274> to S_307<Gawara 1> in progress
2017-02-26 23:22:45.572914 [debug] AI : LoggingWrapper.cpp:23 : Order issued: True
2017-02-26 23:22:45.572945 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3274<Colony Fleet 3274> to S_519<Gawara 2> in progress
2017-02-26 23:22:45.573041 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3274<Colony Fleet 3274> to S_519<Gawara 2> in progress
2017-02-26 23:22:45.573250 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 3274 to 307 519
2017-02-26 23:22:45.573297 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_3274<Colony Fleet 3274> target: S_519<Gawara 2>
2017-02-26 23:22:45.573321 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.573469 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.573500 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_3725<Colony Fleet 3725> (on turn 173), with mission type OUTPOST
2017-02-26 23:22:45.573530 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3725<Colony Fleet 3725> to S_151<Oort 1> in progress
2017-02-26 23:22:45.573575 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3725<Colony Fleet 3725> to S_151<Oort 1> in progress
2017-02-26 23:22:45.573609 [debug] AI : LoggingWrapper.cpp:23 : Order issued: True
2017-02-26 23:22:45.573641 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3725<Colony Fleet 3725> to S_261<Alcor 2> in progress
2017-02-26 23:22:45.573741 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3725<Colony Fleet 3725> to S_261<Alcor 2> in progress
2017-02-26 23:22:45.573954 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 3725 to 151 261
2017-02-26 23:22:45.574002 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_3725<Colony Fleet 3725> target: S_261<Alcor 2>
2017-02-26 23:22:45.574026 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.574174 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.574204 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_3758<Battle Fleet 3758> (on turn 173), with mission type MILITARY
2017-02-26 23:22:45.574235 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3758<Battle Fleet 3758> to S_287<Alcor 1> in progress
2017-02-26 23:22:45.574615 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3758<Battle Fleet 3758> to S_287<Alcor 1> in progress
2017-02-26 23:22:45.574652 [debug] AI : LoggingWrapper.cpp:23 : Order issued: True
2017-02-26 23:22:45.574685 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3758<Battle Fleet 3758> to S_261<Alcor 2> in progress
2017-02-26 23:22:45.575133 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3758<Battle Fleet 3758> to S_261<Alcor 2> in progress
2017-02-26 23:22:45.575371 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 3758 to 287 261
2017-02-26 23:22:45.575419 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_3758<Battle Fleet 3758> target: S_261<Alcor 2>
2017-02-26 23:22:45.575443 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.575593 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.575624 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_3154<Recon Fleet 3154> (on turn 173), with mission type No mission
2017-02-26 23:22:45.575655 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3154<Recon Fleet 3154> to S_450<Charlie> in progress
2017-02-26 23:22:45.575752 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_3154<Recon Fleet 3154> to S_450<Charlie> in progress
2017-02-26 23:22:45.576029 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 3154 to 501 527 300 450
2017-02-26 23:22:45.576081 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_3154<Recon Fleet 3154> target: S_450<Charlie>
2017-02-26 23:22:45.576104 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.576252 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.576282 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2334<Recon Fleet 2334> (on turn 173), with mission type No mission
2017-02-26 23:22:45.576299 [debug] AI : LoggingWrapper.cpp:23 : Final order is completed
2017-02-26 23:22:45.576317 [debug] AI : LoggingWrapper.cpp:23 : No Current Orders
2017-02-26 23:22:45.576453 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.576481 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2329<Recon Fleet 2329> (on turn 173), with mission type No mission
2017-02-26 23:22:45.576512 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2329<Recon Fleet 2329> to S_464<Adhil 1> in progress
2017-02-26 23:22:45.576558 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2329<Recon Fleet 2329> to S_464<Adhil 1> in progress
2017-02-26 23:22:45.576593 [debug] AI : LoggingWrapper.cpp:23 : Order issued: True
2017-02-26 23:22:45.576625 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2329<Recon Fleet 2329> to S_553<Adhil 3> in progress
2017-02-26 23:22:45.576720 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2329<Recon Fleet 2329> to S_553<Adhil 3> in progress
2017-02-26 23:22:45.576932 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 2329 to 464 553
2017-02-26 23:22:45.576983 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_2329<Recon Fleet 2329> target: S_553<Adhil 3>
2017-02-26 23:22:45.577007 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.577156 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.577186 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2332<Recon Fleet 2332> (on turn 173), with mission type No mission
2017-02-26 23:22:45.577217 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2332<Recon Fleet 2332> to S_443<Valier 2> in progress
2017-02-26 23:22:45.577320 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2332<Recon Fleet 2332> to S_443<Valier 2> in progress
2017-02-26 23:22:45.577531 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 2332 to 330 443
2017-02-26 23:22:45.577579 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_2332<Recon Fleet 2332> target: S_443<Valier 2>
2017-02-26 23:22:45.577602 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.577749 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.577778 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2333<Recon Fleet 2333> (on turn 173), with mission type No mission
2017-02-26 23:22:45.577809 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2333<Recon Fleet 2333> to S_531<Robi 2> in progress
2017-02-26 23:22:45.577856 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2333<Recon Fleet 2333> to S_531<Robi 2> in progress
2017-02-26 23:22:45.577891 [debug] AI : LoggingWrapper.cpp:23 : Order issued: True
2017-02-26 23:22:45.577923 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_2333<Recon Fleet 2333> to S_210<Robi 1> in progress
2017-02-26 23:22:45.578018 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet order [move] of F_2333<Recon Fleet 2333> to S_210<Robi 1> in progress
2017-02-26 23:22:45.578228 [debug] AI : Order.cpp:374 : FleetMoveOrder::ExecuteImpl Setting route of fleet 2333 to 531 210
2017-02-26 23:22:45.578276 [debug] AI : LoggingWrapper.cpp:23 : Order issued: move fleet: F_2333<Recon Fleet 2333> target: S_210<Robi 1>
2017-02-26 23:22:45.578299 [debug] AI : LoggingWrapper.cpp:23 : Order issued: False
2017-02-26 23:22:45.578452 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.578483 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_2846<Battle Fleet 2846> (on turn 173), with mission type No mission
2017-02-26 23:22:45.578502 [debug] AI : LoggingWrapper.cpp:23 : Final order is completed
2017-02-26 23:22:45.578519 [debug] AI : LoggingWrapper.cpp:23 : No Current Orders
2017-02-26 23:22:45.578537 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet orders round 2:
2017-02-26 23:22:45.578673 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.578702 [debug] AI : LoggingWrapper.cpp:23 : Checking orders for fleet F_3758<Battle Fleet 3758> (on turn 173), with mission type MILITARY
2017-02-26 23:22:45.578733 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3758<Battle Fleet 3758> to S_287<Alcor 1> executed
2017-02-26 23:22:45.579102 [debug] AI : LoggingWrapper.cpp:23 : Checking order: [move] of F_3758<Battle Fleet 3758> to S_261<Alcor 2> executed
2017-02-26 23:22:45.579463 [debug] AI : LoggingWrapper.cpp:23 : CAN'T issue fleet order [move] of F_3758<Battle Fleet 3758> to S_261<Alcor 2> executed
2017-02-26 23:22:45.579496 [debug] AI : LoggingWrapper.cpp:23 : Issuing fleet orders round 3:
2017-02-26 23:22:45.579514 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.579557 [debug] AI : LoggingWrapper.cpp:23 : Classical research approach is used
2017-02-26 23:22:45.579592 [debug] AI : LoggingWrapper.cpp:23 : Research Queue Management:
2017-02-26 23:22:45.579617 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.579631 [debug] AI : LoggingWrapper.cpp:23 : Total Current Research Points: 200.36
2017-02-26 23:22:45.579642 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.579656 [debug] AI : LoggingWrapper.cpp:23 : Techs researched and available for use:
2017-02-26 23:22:45.580437 [debug] AI : LoggingWrapper.cpp:23 : CON_ARCH_PSYCH CON_ASYMP_MATS CON_CONC_CAMP
2017-02-26 23:22:45.580461 [debug] AI : LoggingWrapper.cpp:23 : CON_FRC_ENRG_STRC CON_ORBITAL_CON DEF_DEFENSE_NET_1
2017-02-26 23:22:45.580477 [debug] AI : LoggingWrapper.cpp:23 : DEF_GARRISON_1 DEF_PLAN_BARRIER_SHLD_1 DEF_ROOT_DEFENSE
2017-02-26 23:22:45.580492 [debug] AI : LoggingWrapper.cpp:23 : DEF_SYST_DEF_MINE_1 GRO_ADV_ECOMAN GRO_CYBORG
2017-02-26 23:22:45.580507 [debug] AI : LoggingWrapper.cpp:23 : GRO_ENERGY_META GRO_GENETIC_ENG GRO_GENETIC_MED
2017-02-26 23:22:45.580521 [debug] AI : LoggingWrapper.cpp:23 : GRO_NANOTECH_MED GRO_NANO_CYBERNET GRO_PLANET_ECOL
2017-02-26 23:22:45.580535 [debug] AI : LoggingWrapper.cpp:23 : GRO_SUBTER_HAB GRO_SYMBIOTIC_BIO GRO_TERRAFORM
2017-02-26 23:22:45.580550 [debug] AI : LoggingWrapper.cpp:23 : GRO_TRANSORG_SENT GRO_XENO_GENETICS GRO_XENO_HYBRIDS
2017-02-26 23:22:45.580564 [debug] AI : LoggingWrapper.cpp:23 : LRN_ALGO_ELEGANCE LRN_ARTIF_MINDS LRN_EVERYTHING
2017-02-26 23:22:45.580579 [debug] AI : LoggingWrapper.cpp:23 : LRN_FORCE_FIELD LRN_GRAVITONICS LRN_NDIM_SUBSPACE
2017-02-26 23:22:45.580593 [debug] AI : LoggingWrapper.cpp:23 : LRN_PHYS_BRAIN LRN_QUANT_NET LRN_STELLAR_TOMOGRAPHY
2017-02-26 23:22:45.580608 [debug] AI : LoggingWrapper.cpp:23 : PRO_EXOBOTS PRO_FUSION_GEN PRO_INDUSTRY_CENTER_I
2017-02-26 23:22:45.580623 [debug] AI : LoggingWrapper.cpp:23 : PRO_INDUSTRY_CENTER_II PRO_MICROGRAV_MAN PRO_NANOTECH_PROD
2017-02-26 23:22:45.580638 [debug] AI : LoggingWrapper.cpp:23 : PRO_ORBITAL_GEN PRO_ROBOTIC_PROD PRO_SENTIENT_AUTOMATION
2017-02-26 23:22:45.580652 [debug] AI : LoggingWrapper.cpp:23 : PRO_SOL_ORB_GEN SHP_DIAMOND_PLATE SHP_ENRG_BOUND_MAN
2017-02-26 23:22:45.580667 [debug] AI : LoggingWrapper.cpp:23 : SHP_ENRG_FRIGATE SHP_FRC_ENRG_COMP SHP_GAL_EXPLO
2017-02-26 23:22:45.580681 [debug] AI : LoggingWrapper.cpp:23 : SHP_INTSTEL_LOG SHP_ROOT_AGGRESSION SHP_ROOT_ARMOR
2017-02-26 23:22:45.580695 [debug] AI : LoggingWrapper.cpp:23 : SHP_WEAPON_2_1 SHP_WEAPON_3_1 SHP_WEAPON_3_2
2017-02-26 23:22:45.580711 [debug] AI : LoggingWrapper.cpp:23 : SHP_WEAPON_3_3 SHP_WEAPON_3_4 SHP_ZORTRIUM_PLATE
2017-02-26 23:22:45.580724 [debug] AI : LoggingWrapper.cpp:23 : SPY_CUSTOM_ADVISORIES SPY_DETECT_1 SPY_DETECT_2
2017-02-26 23:22:45.580738 [debug] AI : LoggingWrapper.cpp:23 : SPY_DETECT_3 SPY_DETECT_4 SPY_PLANET_STEALTH_MOD
2017-02-26 23:22:45.580752 [debug] AI : LoggingWrapper.cpp:23 : SPY_ROOT_DECEPTION
2017-02-26 23:22:45.580765 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.580825 [debug] AI : LoggingWrapper.cpp:23 : Techs currently at head of Research Queue:
2017-02-26 23:22:45.580994 [debug] AI : LoggingWrapper.cpp:23 : CON_ORBITAL_HAB allocated 71.43 RP -- unlockable items: []
2017-02-26 23:22:45.581061 [debug] AI : LoggingWrapper.cpp:23 : PRO_INDUSTRY_CENTER_III allocated 128.93 RP -- unlockable items: []
2017-02-26 23:22:45.581191 [debug] AI : LoggingWrapper.cpp:23 : LRN_UNIF_CONC allocated 0.00 RP -- missing preReqs: ['LRN_TRANSLING_THT', 'LRN_XENOARCH', 'LRN_MIND_VOID', 'LRN_GATEWAY_VOID'] -- unlockable items: ['BLD_COLLECTIVE_NET']
2017-02-26 23:22:45.581254 [debug] AI : LoggingWrapper.cpp:23 : CON_GAL_INFRA allocated 0.00 RP -- unlockable items: []
2017-02-26 23:22:45.581319 [debug] AI : LoggingWrapper.cpp:23 : SHP_WEAPON_4_1 allocated 0.00 RP -- unlockable items: ['SR_WEAPON_4_1']
2017-02-26 23:22:45.581387 [debug] AI : LoggingWrapper.cpp:23 : SHP_XENTRONIUM_PLATE allocated 0.00 RP -- unlockable items: ['AR_XENTRONIUM_PLATE']
2017-02-26 23:22:45.581450 [debug] AI : LoggingWrapper.cpp:23 : LRN_TIME_MECH allocated 0.00 RP -- unlockable items: ['BLD_STARLANE_NEXUS']
2017-02-26 23:22:45.581515 [debug] AI : LoggingWrapper.cpp:23 : LRN_SPATIAL_DISTORT_GEN allocated 0.00 RP -- unlockable items: ['BLD_SPATIAL_DISTORT_GEN']
2017-02-26 23:22:45.581588 [debug] AI : LoggingWrapper.cpp:23 : LRN_ART_BLACK_HOLE allocated 0.00 RP -- missing preReqs: ['LRN_TIME_MECH'] -- unlockable items: ['BLD_ART_BLACK_HOLE']
2017-02-26 23:22:45.581675 [debug] AI : LoggingWrapper.cpp:23 : LRN_COLLAPSER allocated 0.00 RP -- missing preReqs: ['LRN_TIME_MECH', 'LRN_SPATIAL_DISTORT_GEN', 'LRN_ART_BLACK_HOLE'] -- unlockable items: ['BLD_BLACK_HOLE_COLLAPSER']
2017-02-26 23:22:45.581698 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.584253 [debug] AI : LoggingWrapper.cpp:23 : Techs in possible list after enqueues to Research Queue:
2017-02-26 23:22:45.584278 [debug] AI : LoggingWrapper.cpp:23 : SHP_KRILL_SPAWN
2017-02-26 23:22:45.584294 [debug] AI : LoggingWrapper.cpp:23 : SPY_DETECT_5
2017-02-26 23:22:45.584308 [debug] AI : LoggingWrapper.cpp:23 : CON_NDIM_STRC
2017-02-26 23:22:45.584322 [debug] AI : LoggingWrapper.cpp:23 : SHP_QUANT_ENRG_MAG
2017-02-26 23:22:45.584335 [debug] AI : LoggingWrapper.cpp:23 : SPY_STEALTH_PART_3
2017-02-26 23:22:45.584349 [debug] AI : LoggingWrapper.cpp:23 : GRO_GAIA_TRANS
2017-02-26 23:22:45.584362 [debug] AI : LoggingWrapper.cpp:23 : DEF_SYST_DEF_MINE_2
2017-02-26 23:22:45.584377 [debug] AI : LoggingWrapper.cpp:23 : PRO_NDIM_ASSMB
2017-02-26 23:22:45.584391 [debug] AI : LoggingWrapper.cpp:23 : SHP_DEFLECTOR_SHIELD
2017-02-26 23:22:45.584405 [debug] AI : LoggingWrapper.cpp:23 : PRO_SINGULAR_GEN
2017-02-26 23:22:45.584419 [debug] AI : LoggingWrapper.cpp:23 : GRO_LIFECYCLE_MAN
2017-02-26 23:22:45.584434 [debug] AI : LoggingWrapper.cpp:23 : CON_FRC_ENRG_CAMO
2017-02-26 23:22:45.584447 [debug] AI : LoggingWrapper.cpp:23 : DEF_PLAN_BARRIER_SHLD_2
2017-02-26 23:22:45.584460 [debug] AI : LoggingWrapper.cpp:23 : SPY_STEALTH_PART_2
2017-02-26 23:22:45.584474 [debug] AI : LoggingWrapper.cpp:23 : SHP_BOMBARD
2017-02-26 23:22:45.584488 [debug] AI : LoggingWrapper.cpp:23 : DEF_DEFENSE_NET_2
2017-02-26 23:22:45.584502 [debug] AI : LoggingWrapper.cpp:23 : SPY_LIGHTHOUSE
2017-02-26 23:22:45.584517 [debug] AI : LoggingWrapper.cpp:23 : SPY_DIST_MOD
2017-02-26 23:22:45.584530 [debug] AI : LoggingWrapper.cpp:23 : CON_ARCH_MONOFILS
2017-02-26 23:22:45.584544 [debug] AI : LoggingWrapper.cpp:23 : SPY_STEALTH_PART_1
2017-02-26 23:22:45.584558 [debug] AI : LoggingWrapper.cpp:23 : SPY_STEALTH_1
2017-02-26 23:22:45.584572 [debug] AI : LoggingWrapper.cpp:23 : GRO_BIOTERROR
2017-02-26 23:22:45.584585 [debug] AI : LoggingWrapper.cpp:23 : SHP_ASTEROID_HULLS
2017-02-26 23:22:45.584600 [debug] AI : LoggingWrapper.cpp:23 : SHP_IMPROVED_ENGINE_COUPLINGS
2017-02-26 23:22:45.584614 [debug] AI : LoggingWrapper.cpp:23 : SHP_DEUTERIUM_TANK
2017-02-26 23:22:45.584627 [debug] AI : LoggingWrapper.cpp:23 : SHP_WEAPON_2_2
2017-02-26 23:22:45.584641 [debug] AI : LoggingWrapper.cpp:23 : DEF_GARRISON_2
2017-02-26 23:22:45.584655 [debug] AI : LoggingWrapper.cpp:23 : SHP_MIL_ROBO_CONT
2017-02-26 23:22:45.584668 [debug] AI : LoggingWrapper.cpp:23 : SHP_DOMESTIC_MONSTER
2017-02-26 23:22:45.584682 [debug] AI : LoggingWrapper.cpp:23 : SHP_FIGHTERS_1
2017-02-26 23:22:45.584696 [debug] AI : LoggingWrapper.cpp:23 : SHP_WEAPON_1_2
2017-02-26 23:22:45.584710 [debug] AI : LoggingWrapper.cpp:23 : TECH_COL_MISIORLA
2017-02-26 23:22:45.584724 [debug] AI : LoggingWrapper.cpp:23 : TECH_COL_KILANDOW
2017-02-26 23:22:45.584737 [debug] AI : LoggingWrapper.cpp:23 : TECH_COL_BANFORO
2017-02-26 23:22:45.584753 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.589275 [debug] AI : LoggingWrapper.cpp:23 : Enqueuing techs. already spent RP: 200.362365723 total RP: 200.362365723
2017-02-26 23:22:45.589311 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: TECH_COL_BANFORO
2017-02-26 23:22:45.589338 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech TECH_COL_BANFORO : cost: 1.0RP
2017-02-26 23:22:45.589360 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: TECH_COL_KILANDOW
2017-02-26 23:22:45.589381 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech TECH_COL_KILANDOW : cost: 1.0RP
2017-02-26 23:22:45.589402 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: TECH_COL_MISIORLA
2017-02-26 23:22:45.589422 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech TECH_COL_MISIORLA : cost: 1.0RP
2017-02-26 23:22:45.589442 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_WEAPON_1_2
2017-02-26 23:22:45.589473 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_WEAPON_1_2 : cost: 8.0RP
2017-02-26 23:22:45.589494 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_FIGHTERS_1
2017-02-26 23:22:45.589517 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_FIGHTERS_1 : cost: 12.0RP
2017-02-26 23:22:45.589537 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_DOMESTIC_MONSTER
2017-02-26 23:22:45.589560 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_DOMESTIC_MONSTER : cost: 18.0RP
2017-02-26 23:22:45.589580 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_MIL_ROBO_CONT
2017-02-26 23:22:45.589603 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_MIL_ROBO_CONT : cost: 24.0RP
2017-02-26 23:22:45.589624 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: DEF_GARRISON_2
2017-02-26 23:22:45.589648 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech DEF_GARRISON_2 : cost: 30.0RP
2017-02-26 23:22:45.589668 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_WEAPON_2_2
2017-02-26 23:22:45.589690 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_WEAPON_2_2 : cost: 40.0RP
2017-02-26 23:22:45.589710 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_DEUTERIUM_TANK
2017-02-26 23:22:45.589732 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_DEUTERIUM_TANK : cost: 48.0RP
2017-02-26 23:22:45.589752 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_IMPROVED_ENGINE_COUPLINGS
2017-02-26 23:22:45.589774 [debug] AI : LoggingWrapper.cpp:23 : enqueued tech SHP_IMPROVED_ENGINE_COUPLINGS : cost: 48.0RP
2017-02-26 23:22:45.589791 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.589872 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_ASTEROID_HULLS
2017-02-26 23:22:45.589916 [debug] AI : LoggingWrapper.cpp:23 : Asteroids: plan to colonize an asteroid belt, so attempted to fast-track SHP_ASTEROID_HULLS , got result 1
2017-02-26 23:22:45.589945 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: SHP_IMPROVED_ENGINE_COUPLINGS
2017-02-26 23:22:45.589976 [debug] AI : LoggingWrapper.cpp:23 : Asteroids: plan to colonize an asteroid belt, so attempted to fast-track SHP_IMPROVED_ENGINE_COUPLINGS , got result 1
2017-02-26 23:22:45.590186 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: LRN_TRANSLING_THT
2017-02-26 23:22:45.590225 [debug] AI : LoggingWrapper.cpp:23 : Empire has a telepathic race, so attempted to fast-track LRN_TRANSLING_THT (got result 1) with current target_RP 200.4 and current pop 331.9, on turn 173
2017-02-26 23:22:45.590259 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: LRN_PSIONICS
2017-02-26 23:22:45.590295 [debug] AI : LoggingWrapper.cpp:23 : Empire has a telepathic race, so attempted to fast-track LRN_PSIONICS (got result 1) with current target_RP 200.4 and current pop 331.9, on turn 173
2017-02-26 23:22:45.590329 [debug] AI : Order.cpp:898 : ResearchQueueOrder::ExecuteImpl: adding tech to queue: LRN_DISTRIB_THOUGHT
2017-02-26 23:22:45.590359 [debug] AI : LoggingWrapper.cpp:23 : Empire has a telepathic race, so attempted to fast-track LRN_DISTRIB_THOUGHT (got result 1) with current target_RP 200.4 and current pop 331.9, on turn 173
2017-02-26 23:22:45.590444 [debug] AI : LoggingWrapper.cpp:23 : No new ship parts/hulls unlocked by tech SHP_WEAPON_4_2
2017-02-26 23:22:45.590481 [debug] AI : LoggingWrapper.cpp:23 : Tech SHP_TRANSSPACE_DRIVE unlocks a ShipHull: SH_TRANSSPATIAL
2017-02-26 23:22:45.590504 [debug] AI : LoggingWrapper.cpp:23 : Tech SHP_TRANSSPACE_DRIVE unlocks a ShipPart: FU_TRANSPATIAL_DRIVE
2017-02-26 23:22:45.590551 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:45.590582 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:45.610434 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:45.610483 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:45.631793 [debug] AI : LoggingWrapper.cpp:23 : Tech SHP_TRANSSPACE_DRIVE gives access to new parts or hulls but there seems to be no military advantage.
2017-02-26 23:22:45.631847 [debug] AI : LoggingWrapper.cpp:23 : No new ship parts/hulls unlocked by tech SHP_INTSTEL_LOG
2017-02-26 23:22:45.631884 [debug] AI : LoggingWrapper.cpp:23 : Tech SHP_ASTEROID_HULLS unlocks a ShipHull: SH_SMALL_ASTEROID
2017-02-26 23:22:45.631907 [debug] AI : LoggingWrapper.cpp:23 : Tech SHP_ASTEROID_HULLS unlocks a ShipHull: SH_ASTEROID
2017-02-26 23:22:45.631947 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:45.631980 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:45.636529 [debug] AI : LoggingWrapper.cpp:23 : (((5.0, 1),), 20.0, 0.0, 0, 0, 0)
2017-02-26 23:22:45.636567 [debug] AI : LoggingWrapper.cpp:23 : {5.0: 1} 5.0
2017-02-26 23:22:45.650002 [debug] AI : LoggingWrapper.cpp:23 : Tech SHP_ASTEROID_HULLS gives access to new parts or hulls but there seems to be no military advantage.
2017-02-26 23:22:45.650034 [debug] AI : LoggingWrapper.cpp:23 : Invalid Tech specified
2017-02-26 23:22:45.650863 [debug] AI : LoggingWrapper.cpp:23 : Production Queue Turn 173 before ProductionAI calls
2017-02-26 23:22:45.650885 [debug] AI : LoggingWrapper.cpp:23 : ============================================================================================
2017-02-26 23:22:45.650897 [debug] AI : LoggingWrapper.cpp:23 : | Object | Location | Quantity | Progress | Allocated PP | Turns left |
2017-02-26 23:22:45.650907 [debug] AI : LoggingWrapper.cpp:23 : ============================================================================================
2017-02-26 23:22:45.650917 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_96<Robi 3 II> | 1x 1 | 0.6 / 131.0 | 26.2 | 2 |
2017-02-26 23:22:45.650926 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_215<Hoedus I> | 1x 1 | 0.8 / 131.0 | 26.2 | 1 |
2017-02-26 23:22:45.650936 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_444<Valier 2 II> | 1x 1 | 0.8 / 131.0 | 21.8 | 1 |
2017-02-26 23:22:45.650945 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_446<Valier 2 I> | 1x 1 | 0.7 / 131.0 | 21.8 | 2 |
2017-02-26 23:22:45.650954 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_512<Rainbow II> | 1x 1 | 0.8 / 131.0 | 26.2 | 1 |
2017-02-26 23:22:45.650964 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_520<Gawara 2 I> | 1x 1 | 0.2 / 131.0 | 26.2 | 4 |
2017-02-26 23:22:45.650973 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.4 / 510.7 | 73.0 | 4 |
2017-02-26 23:22:45.650989 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.4 / 510.7 | 73.0 | 4 |
2017-02-26 23:22:45.651000 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.4 / 510.7 | 73.0 | 4 |
2017-02-26 23:22:45.651010 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.3 / 510.7 | 73.0 | 5 |
2017-02-26 23:22:45.651020 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.0 / 510.7 | 73.0 | 7 |
2017-02-26 23:22:45.651033 [debug] AI : LoggingWrapper.cpp:23 : --------------------------------------------------------------------------------------------
2017-02-26 23:22:45.651065 [debug] AI : LoggingWrapper.cpp:23 : Production Queue Management:
2017-02-26 23:22:45.651092 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.651109 [debug] AI : LoggingWrapper.cpp:23 : Total Available Production Points: 600.468444824
2017-02-26 23:22:45.651136 [debug] AI : LoggingWrapper.cpp:23 : Buildings present on all owned planets:
2017-02-26 23:22:45.651179 [debug] AI : LoggingWrapper.cpp:23 : Solntze I: []
2017-02-26 23:22:45.651216 [debug] AI : LoggingWrapper.cpp:23 : Yiminga Asteroids : []
2017-02-26 23:22:45.651272 [debug] AI : LoggingWrapper.cpp:23 : Yiminga II: ['Basic Shipyard']
2017-02-26 23:22:45.651314 [debug] AI : LoggingWrapper.cpp:23 : Yiminga I: ['Scrying Sphere']
2017-02-26 23:22:45.651349 [debug] AI : LoggingWrapper.cpp:23 : Tarak Asteroids : []
2017-02-26 23:22:45.651383 [debug] AI : LoggingWrapper.cpp:23 : Kalas 2 Asteroids : []
2017-02-26 23:22:45.651417 [debug] AI : LoggingWrapper.cpp:23 : Robi 3 I: []
2017-02-26 23:22:45.651455 [debug] AI : LoggingWrapper.cpp:23 : Medea 2 I: ['Ugmors Colony']
2017-02-26 23:22:45.651490 [debug] AI : LoggingWrapper.cpp:23 : Robi 1 I: []
2017-02-26 23:22:45.651525 [debug] AI : LoggingWrapper.cpp:23 : Hoedus II: []
2017-02-26 23:22:45.651566 [debug] AI : LoggingWrapper.cpp:23 : Mentar 2 I: ['Cultural Library', 'Scanning Facility']
2017-02-26 23:22:45.651608 [debug] AI : LoggingWrapper.cpp:23 : Hisemtuk I: ['Basic Shipyard', 'Energy Compressor']
2017-02-26 23:22:45.651642 [debug] AI : LoggingWrapper.cpp:23 : Hagalaz I: []
2017-02-26 23:22:45.651677 [debug] AI : LoggingWrapper.cpp:23 : Hagalaz II: []
2017-02-26 23:22:45.651721 [debug] AI : LoggingWrapper.cpp:23 : Alcor 2 I: ['Scanning Facility', 'Genome Bank', 'Basic Shipyard']
2017-02-26 23:22:45.651765 [debug] AI : LoggingWrapper.cpp:23 : Alcor 2 II: ['Basic Shipyard', 'Scanning Facility', 'Orbital Drydock']
2017-02-26 23:22:45.651809 [debug] AI : LoggingWrapper.cpp:23 : Alcor 1 I: ['Basic Shipyard', 'Orbital Drydock', 'Energy Compressor']
2017-02-26 23:22:45.651844 [debug] AI : LoggingWrapper.cpp:23 : Oort 2 Asteroids : []
2017-02-26 23:22:45.651877 [debug] AI : LoggingWrapper.cpp:23 : Medea 3 I: []
2017-02-26 23:22:45.651912 [debug] AI : LoggingWrapper.cpp:23 : Medea 3 II: []
2017-02-26 23:22:45.651946 [debug] AI : LoggingWrapper.cpp:23 : Medea 3 IV: []
2017-02-26 23:22:45.651979 [debug] AI : LoggingWrapper.cpp:23 : Maretta I: []
2017-02-26 23:22:45.652013 [debug] AI : LoggingWrapper.cpp:23 : Mentar 1 Asteroids : []
2017-02-26 23:22:45.652055 [debug] AI : LoggingWrapper.cpp:23 : Rainbow I: ['Basic Shipyard', 'Energy Compressor', 'Concentration Camps']
2017-02-26 23:22:45.652106 [debug] AI : LoggingWrapper.cpp:23 : Kalas 4 I: ['Basic Shipyard', 'Orbital Drydock', 'Cultural Archives', 'Imperial Palace', 'Automated History Analyser', 'Industrial Center']
2017-02-26 23:22:45.652149 [debug] AI : LoggingWrapper.cpp:23 : Kalas 3 I: ['Concentration Camps']
2017-02-26 23:22:45.652185 [debug] AI : LoggingWrapper.cpp:23 : Kalas 3 Asteroids : []
2017-02-26 23:22:45.652224 [debug] AI : LoggingWrapper.cpp:23 : Tarak I: ['Gas Giant Generator']
2017-02-26 23:22:45.652262 [debug] AI : LoggingWrapper.cpp:23 : Kalas 2 I: ['Gas Giant Generator']
2017-02-26 23:22:45.652297 [debug] AI : LoggingWrapper.cpp:23 : Robi 3 II: []
2017-02-26 23:22:45.652336 [debug] AI : LoggingWrapper.cpp:23 : Kalas 1 I: ['Ugmors Colony']
2017-02-26 23:22:45.652375 [debug] AI : LoggingWrapper.cpp:23 : Robi 1 II: ['Gas Giant Generator']
2017-02-26 23:22:45.652409 [debug] AI : LoggingWrapper.cpp:23 : Hoedus I: []
2017-02-26 23:22:45.652446 [debug] AI : LoggingWrapper.cpp:23 : Hisemtuk II: ['Gas Giant Generator']
2017-02-26 23:22:45.652485 [debug] AI : LoggingWrapper.cpp:23 : Hagalaz III: ['Gas Giant Generator']
2017-02-26 23:22:45.652519 [debug] AI : LoggingWrapper.cpp:23 : Gianfar I: []
2017-02-26 23:22:45.652553 [debug] AI : LoggingWrapper.cpp:23 : Gianfar II: []
2017-02-26 23:22:45.652594 [debug] AI : LoggingWrapper.cpp:23 : Alcor 2 III: ['Gas Giant Generator', 'Scanning Facility']
2017-02-26 23:22:45.652633 [debug] AI : LoggingWrapper.cpp:23 : Medea 3 III: ['Concentration Camps']
2017-02-26 23:22:45.652668 [debug] AI : LoggingWrapper.cpp:23 : Valier 2 II: []
2017-02-26 23:22:45.652705 [debug] AI : LoggingWrapper.cpp:23 : Valier 2 III: ['Gas Giant Generator']
2017-02-26 23:22:45.652740 [debug] AI : LoggingWrapper.cpp:23 : Valier 2 I: []
2017-02-26 23:22:45.652779 [debug] AI : LoggingWrapper.cpp:23 : Rainbow III: ['Gas Giant Generator']
2017-02-26 23:22:45.652822 [debug] AI : LoggingWrapper.cpp:23 : Rainbow II: ['Solar Orbital Generator']
2017-02-26 23:22:45.652858 [debug] AI : LoggingWrapper.cpp:23 : Gawara 2 I: []
2017-02-26 23:22:45.652875 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.652893 [debug] AI : LoggingWrapper.cpp:23 : Empire priority_id 3 has current Capital Kalas 4 I:
2017-02-26 23:22:45.653305 [debug] AI : LoggingWrapper.cpp:23 : Buildings present at empire Capital in Turn 173
2017-02-26 23:22:45.653324 [debug] AI : LoggingWrapper.cpp:23 : =======================================================================================================
2017-02-26 23:22:45.653337 [debug] AI : LoggingWrapper.cpp:23 : | Id* | Name | Type | Tags | Specials | Owner Id |
2017-02-26 23:22:45.653347 [debug] AI : LoggingWrapper.cpp:23 : =======================================================================================================
2017-02-26 23:22:45.653357 [debug] AI : LoggingWrapper.cpp:23 : | 584 | Basic Shipyard | SHIPYARD_BASE | CTRL_SHIPYARD, ORBITAL | | 3 |
2017-02-26 23:22:45.653368 [debug] AI : LoggingWrapper.cpp:23 : | 585 | Orbital Drydock | ORBITAL_DRYDOCK | ORBITAL | | 3 |
2017-02-26 23:22:45.653378 [debug] AI : LoggingWrapper.cpp:23 : | 586 | Cultural Archives | CULTURE_ARCHIVES | ANTIQUATED | | 3 |
2017-02-26 23:22:45.653389 [debug] AI : LoggingWrapper.cpp:23 : | 587 | Imperial Palace | IMPERIAL_PALACE | | | 3 |
2017-02-26 23:22:45.653399 [debug] AI : LoggingWrapper.cpp:23 : | 900 | Automated History Analyser | HISTORY_ANALYSER | | | 3 |
2017-02-26 23:22:45.653409 [debug] AI : LoggingWrapper.cpp:23 : | 1046 | Industrial Center | INDUSTRY_CENTER | | | 3 |
2017-02-26 23:22:45.653420 [debug] AI : LoggingWrapper.cpp:23 : -------------------------------------------------------------------------------------------------------
2017-02-26 23:22:45.653435 [debug] AI : LoggingWrapper.cpp:23 : *Id Building id
2017-02-26 23:22:45.653450 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.653686 [debug] AI : LoggingWrapper.cpp:23 : For empire 3, 'available Building Type priority_id' BLD_COL_RADON returns None from fo.getBuildingType(type_id)
2017-02-26 23:22:45.654247 [debug] AI : LoggingWrapper.cpp:23 : Possible building types to build:
2017-02-26 23:22:45.654282 [debug] AI : LoggingWrapper.cpp:23 : BLD_CONC_CAMP cost: 5.0 time: 1
2017-02-26 23:22:45.654310 [debug] AI : LoggingWrapper.cpp:23 : BLD_EVACUATION cost: 10.0 time: 1
2017-02-26 23:22:45.654335 [debug] AI : LoggingWrapper.cpp:23 : BLD_GENOME_BANK cost: 15.0 time: 16
2017-02-26 23:22:45.654361 [debug] AI : LoggingWrapper.cpp:23 : BLD_SCANNING_FACILITY cost: 25.0 time: 5
2017-02-26 23:22:45.654389 [debug] AI : LoggingWrapper.cpp:23 : BLD_SCRYING_SPHERE cost: 150.0 time: 5
2017-02-26 23:22:45.654415 [debug] AI : LoggingWrapper.cpp:23 : BLD_SOL_ORB_GEN cost: 75.0 time: 6
2017-02-26 23:22:45.654459 [debug] AI : LoggingWrapper.cpp:23 : BLD_STARLANE_BORE cost: 350.0 time: 4
2017-02-26 23:22:45.654491 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.654508 [debug] AI : LoggingWrapper.cpp:23 : Buildings already in Production Queue:
2017-02-26 23:22:45.654561 [debug] AI : LoggingWrapper.cpp:23 : No capital queued buildings
2017-02-26 23:22:45.654579 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.654605 [debug] AI : LoggingWrapper.cpp:23 : best_pilot_facilities:
2017-02-26 23:22:45.654621 [debug] AI : LoggingWrapper.cpp:23 : {'BLD_SHIPYARD_BASE': [22, 236, 263, 264, 288, 513, 556], 'BLD_SHIPYARD_ORBITAL_DRYDOCK': [264, 288, 556], 'BLD_SHIPYARD_ENRG_COMP': [236, 288, 513]}
2017-02-26 23:22:45.654958 [debug] AI : LoggingWrapper.cpp:23 : Enqueueing BLD_SHIPYARD_BASE at planet 435 (Maretta I) for colonizer species SP_EXOBOT, with result 1
2017-02-26 23:22:45.659490 [debug] AI : LoggingWrapper.cpp:23 : Tried scrapping BLD_CONC_CAMP at planet Rainbow I, got result 1
2017-02-26 23:22:45.659700 [debug] AI : LoggingWrapper.cpp:23 : Tried scrapping BLD_CONC_CAMP at planet Kalas 3 I, got result 1
2017-02-26 23:22:45.661423 [debug] AI : LoggingWrapper.cpp:23 : Considering building BLD_SHIPYARD_ORBITAL_DRYDOCK, found current and queued systems ['S_522<Kalas 4>','S_261<Alcor 2>','S_287<Alcor 1>']
2017-02-26 23:22:45.661569 [debug] AI : LoggingWrapper.cpp:23 : Enqueueing BLD_SHIPYARD_ORBITAL_DRYDOCK at planet 22 (Yiminga II) , with result 1
2017-02-26 23:22:45.661635 [debug] AI : Order.cpp:1030 : ProductionQueueOrder moving item in queue
2017-02-26 23:22:45.661673 [debug] AI : LoggingWrapper.cpp:23 : Requeueing BLD_SHIPYARD_ORBITAL_DRYDOCK to front of build queue, with result 1
2017-02-26 23:22:45.661765 [debug] AI : LoggingWrapper.cpp:23 : Enqueueing BLD_SHIPYARD_ORBITAL_DRYDOCK at planet 236 (Hisemtuk I) , with result 1
2017-02-26 23:22:45.661826 [debug] AI : Order.cpp:1030 : ProductionQueueOrder moving item in queue
2017-02-26 23:22:45.661853 [debug] AI : LoggingWrapper.cpp:23 : Requeueing BLD_SHIPYARD_ORBITAL_DRYDOCK to front of build queue, with result 1
2017-02-26 23:22:45.662628 [debug] AI : LoggingWrapper.cpp:23 : Enqueueing BLD_COL_ETTY at planet 378 (Medea 3 III) , with result 1
2017-02-26 23:22:45.662657 [debug] AI : Order.cpp:1030 : ProductionQueueOrder moving item in queue
2017-02-26 23:22:45.662692 [debug] AI : LoggingWrapper.cpp:23 : Requeueing BLD_COL_ETTY to front of build queue, with result 1
2017-02-26 23:22:45.663012 [debug] AI : LoggingWrapper.cpp:23 : Total Production Points Spent: 513.266662598
2017-02-26 23:22:45.663034 [debug] AI : LoggingWrapper.cpp:23 : Wasted Production Points: 87.2017822266
2017-02-26 23:22:45.663050 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.663064 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.663081 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 3 ========
2017-02-26 23:22:45.704672 [debug] AI : Empire.cpp:1043 : ProductionQueue::Update: Simulating future turns of production queue
2017-02-26 23:22:45.744508 [debug] AI : Empire.cpp:1258 : ProductionQueue::Update: Projections took 38473 microseconds with 600.468 total Production Points
2017-02-26 23:22:45.744713 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_SHIPYARD_ORBITAL_DRYDOCK requiring 5 more turns; alloc: 4.00 PP with cum. progress of 0.0 being built at Hisemtuk I
2017-02-26 23:22:45.744758 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_SHIPYARD_ORBITAL_DRYDOCK requiring 5 more turns; alloc: 4.00 PP with cum. progress of 0.0 being built at Yiminga II
2017-02-26 23:22:45.744792 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_ETTY requiring 5 more turns; alloc: 26.20 PP with cum. progress of 0.0 being built at Medea 3 III
2017-02-26 23:22:45.744823 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_UGMORS requiring 2 more turns; alloc: 26.20 PP with cum. progress of 0.6 being built at Robi 3 II
2017-02-26 23:22:45.744855 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_UGMORS requiring 1 more turns; alloc: 26.20 PP with cum. progress of 0.8 being built at Hoedus I
2017-02-26 23:22:45.744885 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_UGMORS requiring 1 more turns; alloc: 21.83 PP with cum. progress of 0.8 being built at Valier 2 II
2017-02-26 23:22:45.744915 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_UGMORS requiring 2 more turns; alloc: 21.83 PP with cum. progress of 0.7 being built at Valier 2 I
2017-02-26 23:22:45.744946 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_UGMORS requiring 1 more turns; alloc: 26.20 PP with cum. progress of 0.8 being built at Rainbow II
2017-02-26 23:22:45.744976 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_COL_UGMORS requiring 4 more turns; alloc: 26.20 PP with cum. progress of 0.2 being built at Gawara 2 I
2017-02-26 23:22:45.745006 [debug] AI : LoggingWrapper.cpp:23 : 1 x Energizer requiring 4 more turns; alloc: 72.96 PP with cum. progress of 0.4 being built at Hisemtuk I
2017-02-26 23:22:45.745042 [debug] AI : LoggingWrapper.cpp:23 : 1 x Energizer requiring 4 more turns; alloc: 72.96 PP with cum. progress of 0.4 being built at Hisemtuk I
2017-02-26 23:22:45.745076 [debug] AI : LoggingWrapper.cpp:23 : 1 x Energizer requiring 4 more turns; alloc: 72.96 PP with cum. progress of 0.4 being built at Hisemtuk I
2017-02-26 23:22:45.745107 [debug] AI : LoggingWrapper.cpp:23 : 1 x Energizer requiring 5 more turns; alloc: 72.96 PP with cum. progress of 0.3 being built at Hisemtuk I
2017-02-26 23:22:45.745140 [debug] AI : LoggingWrapper.cpp:23 : 1 x Energizer requiring 7 more turns; alloc: 72.96 PP with cum. progress of 0.0 being built at Hisemtuk I
2017-02-26 23:22:45.745174 [debug] AI : LoggingWrapper.cpp:23 : 1 x BLD_SHIPYARD_BASE requiring 4 more turns; alloc: 2.50 PP with cum. progress of 0.0 being built at Maretta I
2017-02-26 23:22:45.747479 [debug] AI : LoggingWrapper.cpp:23 : Trooper Status turn 173: 0 total, with 0 unassigned. 0 queued, compared to 2 total Military Attack Ships
2017-02-26 23:22:45.747582 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.747602 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.749879 [debug] AI : LoggingWrapper.cpp:23 : Production Queue Priorities:
2017-02-26 23:22:45.749906 [debug] AI : LoggingWrapper.cpp:23 : Score: 1868 -- PRODUCTION_MILITARY
2017-02-26 23:22:45.749925 [debug] AI : LoggingWrapper.cpp:23 : Score: 7 -- PRODUCTION_COLONISATION
2017-02-26 23:22:45.749942 [debug] AI : LoggingWrapper.cpp:23 : Score: 6 -- PRODUCTION_OUTPOST
2017-02-26 23:22:45.749958 [debug] AI : LoggingWrapper.cpp:23 : Score: 5 -- PRODUCTION_BUILDINGS
2017-02-26 23:22:45.749975 [debug] AI : LoggingWrapper.cpp:23 : Score: 0 -- PRODUCTION_EXPLORATION
2017-02-26 23:22:45.749990 [debug] AI : LoggingWrapper.cpp:23 : Score: 0 -- PRODUCTION_INVASION
2017-02-26 23:22:45.750415 [debug] AI : LoggingWrapper.cpp:23 : avail_pp ( <systems> : pp ):
2017-02-26 23:22:45.750618 [debug] AI : LoggingWrapper.cpp:23 : ['S_257<Gianfar>','S_261<Alcor 2>','S_519<Gawara 2>','S_522<Kalas 4>','S_523<Kalas 3>','S_18<Solntze>','S_20<Yiminga>','S_153<Medea 2>','S_287<Alcor 1>','S_43<Tarak>','S_434<Maretta>','S_443<Valier 2>','S_61<Kalas 2>','S_327<Oort 2>','S_210<Robi 1>','S_213<Hoedus>','S_95<Robi 3>','S_233<Mentar 2>','S_235<Hisemtuk>','S_239<Hagalaz>','S_376<Medea 3>','S_122<Kalas 1>','S_508<Mentar 1>','S_510<Rainbow>'] 600.47
2017-02-26 23:22:45.750638 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.750652 [debug] AI : LoggingWrapper.cpp:23 : allocated_pp ( <systems> : pp ):
2017-02-26 23:22:45.750813 [debug] AI : LoggingWrapper.cpp:23 : ['S_257<Gianfar>','S_261<Alcor 2>','S_519<Gawara 2>','S_522<Kalas 4>','S_523<Kalas 3>','S_18<Solntze>','S_20<Yiminga>','S_153<Medea 2>','S_287<Alcor 1>','S_43<Tarak>','S_434<Maretta>','S_443<Valier 2>','S_61<Kalas 2>','S_327<Oort 2>','S_210<Robi 1>','S_213<Hoedus>','S_95<Robi 3>','S_233<Mentar 2>','S_235<Hisemtuk>','S_239<Hagalaz>','S_376<Medea 3>','S_122<Kalas 1>','S_508<Mentar 1>','S_510<Rainbow>'] 549.97
2017-02-26 23:22:45.750832 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.750843 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.750855 [debug] AI : LoggingWrapper.cpp:23 : Building Ships in system groups with remaining PP:
2017-02-26 23:22:45.751014 [debug] AI : LoggingWrapper.cpp:23 : 50.50 PP remaining in system group: ['S_257<Gianfar>','S_261<Alcor 2>','S_519<Gawara 2>','S_522<Kalas 4>','S_523<Kalas 3>','S_18<Solntze>','S_20<Yiminga>','S_153<Medea 2>','S_287<Alcor 1>','S_43<Tarak>','S_434<Maretta>','S_443<Valier 2>','S_61<Kalas 2>','S_327<Oort 2>','S_210<Robi 1>','S_213<Hoedus>','S_95<Robi 3>','S_233<Mentar 2>','S_235<Hisemtuk>','S_239<Hagalaz>','S_376<Medea 3>','S_122<Kalas 1>','S_508<Mentar 1>','S_510<Rainbow>']
2017-02-26 23:22:45.751033 [debug] AI : LoggingWrapper.cpp:23 : owned planets in this group are:
2017-02-26 23:22:45.751174 [debug] AI : LoggingWrapper.cpp:23 : ['P_19<Solntze I>','P_21<Yiminga Asteroids >','P_22<Yiminga II>','P_23<Yiminga I>','P_44<Tarak I>','P_45<Tarak Asteroids >','P_62<Kalas 2 I>','P_63<Kalas 2 Asteroids >','P_96<Robi 3 II>','P_97<Robi 3 I>','P_123<Kalas 1 I>','P_154<Medea 2 I>','P_211<Robi 1 I>','P_212<Robi 1 II>','P_214<Hoedus II>','P_215<Hoedus I>','P_234<Mentar 2 I>','P_236<Hisemtuk I>','P_237<Hisemtuk II>','P_240<Hagalaz I>','P_241<Hagalaz II>','P_242<Hagalaz III>','P_258<Gianfar I>','P_259<Gianfar II>','P_262<Alcor 2 III>','P_263<Alcor 2 I>','P_264<Alcor 2 II>','P_288<Alcor 1 I>','P_328<Oort 2 Asteroids >','P_377<Medea 3 I>','P_378<Medea 3 III>','P_379<Medea 3 II>','P_380<Medea 3 IV>','P_435<Maretta I>','P_444<Valier 2 II>','P_445<Valier 2 III>','P_446<Valier 2 I>','P_509<Mentar 1 Asteroids >','P_511<Rainbow III>','P_512<Rainbow II>','P_513<Rainbow I>','P_520<Gawara 2 I>','P_524<Kalas 3 I>','P_525<Kalas 3 Asteroids >','P_556<Kalas 4 I>']
2017-02-26 23:22:45.751551 [debug] AI : LoggingWrapper.cpp:23 : best_ships[PRODUCTION_COLONISATION] = NJ Seeder Mk. 1 locs are [236, 288, 513] from (19, 21, 22, 23, 44, 45, 62, 63, 96, 97, 123, 154, 211, 212, 214, 215, 234, 236, 237, 240, 241, 242, 258, 259, 262, 263, 264, 288, 328, 377, 378, 379, 380, 435, 444, 445, 446, 509, 511, 512, 513, 520, 524, 525, 556)
2017-02-26 23:22:45.751590 [debug] AI : LoggingWrapper.cpp:23 : best_ships[PRODUCTION_INVASION] = NJ Heavy Troopers Mk. 1 locs are [236] from (19, 21, 22, 23, 44, 45, 62, 63, 96, 97, 123, 154, 211, 212, 214, 215, 234, 236, 237, 240, 241, 242, 258, 259, 262, 263, 264, 288, 328, 377, 378, 379, 380, 435, 444, 445, 446, 509, 511, 512, 513, 520, 524, 525, 556)
2017-02-26 23:22:45.751615 [debug] AI : LoggingWrapper.cpp:23 : best_ships[PRODUCTION_MILITARY] = NJ Hercules Mk. 1 locs are [236] from (19, 21, 22, 23, 44, 45, 62, 63, 96, 97, 123, 154, 211, 212, 214, 215, 234, 236, 237, 240, 241, 242, 258, 259, 262, 263, 264, 288, 328, 377, 378, 379, 380, 435, 444, 445, 446, 509, 511, 512, 513, 520, 524, 525, 556)
2017-02-26 23:22:45.751650 [debug] AI : LoggingWrapper.cpp:23 : best_ships[PRODUCTION_EXPLORATION] = NJ Scout Mk. 2 locs are [236, 288, 513] from (19, 21, 22, 23, 44, 45, 62, 63, 96, 97, 123, 154, 211, 212, 214, 215, 234, 236, 237, 240, 241, 242, 258, 259, 262, 263, 264, 288, 328, 377, 378, 379, 380, 435, 444, 445, 446, 509, 511, 512, 513, 520, 524, 525, 556)
2017-02-26 23:22:45.751684 [debug] AI : LoggingWrapper.cpp:23 : best_ships[PRODUCTION_OUTPOST] = SD_OUTPOST_SHIP locs are [22, 236, 263, 264, 288, 513, 556] from (19, 21, 22, 23, 44, 45, 62, 63, 96, 97, 123, 154, 211, 212, 214, 215, 234, 236, 237, 240, 241, 242, 258, 259, 262, 263, 264, 288, 328, 377, 378, 379, 380, 435, 444, 445, 446, 509, 511, 512, 513, 520, 524, 525, 556)
2017-02-26 23:22:45.751710 [debug] AI : LoggingWrapper.cpp:23 : Beginning build enqueue loop 1; 50.5 PP available
2017-02-26 23:22:45.751731 [debug] AI : LoggingWrapper.cpp:23 : selected priority: PRODUCTION_MILITARY
2017-02-26 23:22:45.751947 [debug] AI : LoggingWrapper.cpp:23 : adding 1 new ship(s) at location ['P_236<Hisemtuk I>'] to production queue: NJ Hercules Mk. 1; per turn production cost 57.3
2017-02-26 23:22:45.751969 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.763293 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.763321 [debug] AI : Empire.cpp:3369 : ========= Production Update for empire: 3 ========
2017-02-26 23:22:45.803748 [debug] AI : Empire.cpp:1043 : ProductionQueue::Update: Simulating future turns of production queue
2017-02-26 23:22:45.843932 [debug] AI : Empire.cpp:1258 : ProductionQueue::Update: Projections took 38805 microseconds with 600.468 total Production Points
2017-02-26 23:22:45.845244 [debug] AI : LoggingWrapper.cpp:23 : Production Queue Turn 173 after ProductionAI calls
2017-02-26 23:22:45.845270 [debug] AI : LoggingWrapper.cpp:23 : ==========================================================================================================
2017-02-26 23:22:45.845282 [debug] AI : LoggingWrapper.cpp:23 : | Object | Location | Quantity | Progress | Allocated PP | Turns left |
2017-02-26 23:22:45.845292 [debug] AI : LoggingWrapper.cpp:23 : ==========================================================================================================
2017-02-26 23:22:45.845302 [debug] AI : LoggingWrapper.cpp:23 : | BLD_SHIPYARD_ORBITAL_DRYDOCK | P_236<Hisemtuk I> | 1x 1 | 0.0 / 20.0 | 4.0 | 5 |
2017-02-26 23:22:45.845312 [debug] AI : LoggingWrapper.cpp:23 : | BLD_SHIPYARD_ORBITAL_DRYDOCK | P_22<Yiminga II> | 1x 1 | 0.0 / 20.0 | 4.0 | 5 |
2017-02-26 23:22:45.845321 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_ETTY | P_378<Medea 3 III> | 1x 1 | 0.0 / 131.0 | 26.2 | 5 |
2017-02-26 23:22:45.845331 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_96<Robi 3 II> | 1x 1 | 0.6 / 131.0 | 26.2 | 2 |
2017-02-26 23:22:45.845341 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_215<Hoedus I> | 1x 1 | 0.8 / 131.0 | 26.2 | 1 |
2017-02-26 23:22:45.845351 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_444<Valier 2 II> | 1x 1 | 0.8 / 131.0 | 21.8 | 1 |
2017-02-26 23:22:45.845360 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_446<Valier 2 I> | 1x 1 | 0.7 / 131.0 | 21.8 | 2 |
2017-02-26 23:22:45.845370 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_512<Rainbow II> | 1x 1 | 0.8 / 131.0 | 26.2 | 1 |
2017-02-26 23:22:45.845380 [debug] AI : LoggingWrapper.cpp:23 : | BLD_COL_UGMORS | P_520<Gawara 2 I> | 1x 1 | 0.2 / 131.0 | 26.2 | 4 |
2017-02-26 23:22:45.845389 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.4 / 510.7 | 73.0 | 4 |
2017-02-26 23:22:45.845399 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.4 / 510.7 | 73.0 | 4 |
2017-02-26 23:22:45.845416 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.4 / 510.7 | 73.0 | 4 |
2017-02-26 23:22:45.845427 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.3 / 510.7 | 73.0 | 5 |
2017-02-26 23:22:45.845437 [debug] AI : LoggingWrapper.cpp:23 : | Energizer | P_236<Hisemtuk I> | 1x 1 | 0.0 / 510.7 | 73.0 | 7 |
2017-02-26 23:22:45.845447 [debug] AI : LoggingWrapper.cpp:23 : | BLD_SHIPYARD_BASE | P_435<Maretta I> | 1x 1 | 0.0 / 10.0 | 2.5 | 4 |
2017-02-26 23:22:45.845456 [debug] AI : LoggingWrapper.cpp:23 : | NJ Hercules Mk. 1 | P_236<Hisemtuk I> | 1x 1 | 0.0 / 401.3 | 50.5 | 8 |
2017-02-26 23:22:45.845470 [debug] AI : LoggingWrapper.cpp:23 : ----------------------------------------------------------------------------------------------------------
2017-02-26 23:22:45.845589 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.845605 [debug] AI : LoggingWrapper.cpp:23 : ============================
2017-02-26 23:22:45.845618 [debug] AI : LoggingWrapper.cpp:23 : Collecting info to assess Planet Focus Changes
2017-02-26 23:22:45.845631 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:45.847828 [debug] AI : LoggingWrapper.cpp:23 : Considering Growth Focus for Hoedus II (214) with special FRUIT_SPECIAL; planet has pop 11.1 and ORGANIC metabolism incremental pop is 16.0
2017-02-26 23:22:45.847863 [debug] AI : LoggingWrapper.cpp:23 : Considering Growth Focus choice for special ORGANIC; possible planet pop, id pairs are [(7.068930625915527, 214, 'FOCUS_GROWTH')]
2017-02-26 23:22:45.847889 [debug] AI : LoggingWrapper.cpp:23 : left focus of planet Hoedus II (214) at Growth Focus
2017-02-26 23:22:45.847971 [debug] AI : LoggingWrapper.cpp:23 : Considering Growth Focus for Maretta I (435) with special SUPERCONDUCTOR_SPECIAL; planet has pop 24.8 and ROBOTIC metabolism incremental pop is 65.0
2017-02-26 23:22:45.847999 [debug] AI : LoggingWrapper.cpp:23 : Considering Growth Focus choice for special ROBOTIC; possible planet pop, id pairs are [(20.76577377319336, 435, 'FOCUS_GROWTH')]
2017-02-26 23:22:45.848023 [debug] AI : LoggingWrapper.cpp:23 : left focus of planet Maretta I (435) at Growth Focus
2017-02-26 23:22:45.848189 [debug] AI : LoggingWrapper.cpp:23 : left focus of planet Rainbow I (513) (with Concentration Camps/Remnants) at Industry Focus
2017-02-26 23:22:45.913797 [debug] AI : Universe.cpp:1380 : Issue times: planet species: 0.242 ship species: 0.661 specials: 1.11 techs: 3.422 buildings: 0.423 hulls/parts: 1.792 fields: 0.085
2017-02-26 23:22:45.913843 [debug] AI : Universe.cpp:1387 : Evaluation time: 119.38 reorder time: 0.345
2017-02-26 23:22:45.918592 [debug] AI : ScopedTimer.cpp:29 : Universe::ExecuteEffects time: 3600 µs
2017-02-26 23:22:45.918914 [debug] AI : ScopedTimer.cpp:29 : Universe::UpdateMeterEstimatesImpl on 24 objects time: 70 ms
2017-02-26 23:22:45.918980 [debug] AI : LoggingWrapper.cpp:23 : set focus of planet Kalas 3 I (524) (with Concentration Camps/Remnants) at Industry Focus
2017-02-26 23:22:45.985033 [debug] AI : Universe.cpp:1380 : Issue times: planet species: 0.286 ship species: 0.665 specials: 1.547 techs: 1.03 buildings: 0.453 hulls/parts: 1.813 fields: 0.084
2017-02-26 23:22:45.985083 [debug] AI : Universe.cpp:1387 : Evaluation time: 106.817 reorder time: 0.353
2017-02-26 23:22:45.989780 [debug] AI : ScopedTimer.cpp:29 : Universe::ExecuteEffects time: 3484 µs
2017-02-26 23:22:45.990085 [debug] AI : ScopedTimer.cpp:29 : Universe::UpdateMeterEstimatesImpl on 23 objects time: 68 ms
2017-02-26 23:22:46.058296 [debug] AI : Universe.cpp:1380 : Issue times: planet species: 0.314 ship species: 0.673 specials: 1.143 techs: 1.034 buildings: 0.433 hulls/parts: 1.801 fields: 0.082
2017-02-26 23:22:46.058348 [debug] AI : Universe.cpp:1387 : Evaluation time: 111.362 reorder time: 0.327
2017-02-26 23:22:46.062937 [debug] AI : ScopedTimer.cpp:29 : Universe::ExecuteEffects time: 3389 µs
2017-02-26 23:22:46.063252 [debug] AI : ScopedTimer.cpp:29 : Universe::UpdateMeterEstimatesImpl on 23 objects time: 70 ms
2017-02-26 23:22:46.130931 [debug] AI : Universe.cpp:1380 : Issue times: planet species: 0.313 ship species: 0.669 specials: 1.15 techs: 1.026 buildings: 0.426 hulls/parts: 1.795 fields: 0.082
2017-02-26 23:22:46.130982 [debug] AI : Universe.cpp:1387 : Evaluation time: 112.843 reorder time: 0.354
2017-02-26 23:22:46.135735 [debug] AI : ScopedTimer.cpp:29 : Universe::ExecuteEffects time: 3562 µs
2017-02-26 23:22:46.136041 [debug] AI : ScopedTimer.cpp:29 : Universe::UpdateMeterEstimatesImpl on 23 objects time: 70 ms
2017-02-26 23:22:46.136249 [debug] AI : LoggingWrapper.cpp:23 : Planet P_263<Alcor 2 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.136390 [debug] AI : LoggingWrapper.cpp:23 : Planet P_264<Alcor 2 II> has regional+supply threat of 0.0
2017-02-26 23:22:46.136472 [debug] AI : LoggingWrapper.cpp:23 : Planet P_525<Kalas 3 Asteroids > has regional+supply threat of 25.0
2017-02-26 23:22:46.136547 [debug] AI : LoggingWrapper.cpp:23 : Planet P_19<Solntze I> has regional+supply threat of 0.0
2017-02-26 23:22:46.136619 [debug] AI : LoggingWrapper.cpp:23 : Planet P_21<Yiminga Asteroids > has regional+supply threat of 0.0
2017-02-26 23:22:46.136710 [debug] AI : LoggingWrapper.cpp:23 : Planet P_22<Yiminga II> has regional+supply threat of 0.0
2017-02-26 23:22:46.136799 [debug] AI : LoggingWrapper.cpp:23 : Planet P_23<Yiminga I> has regional+supply threat of 0.0
2017-02-26 23:22:46.136895 [debug] AI : LoggingWrapper.cpp:23 : Planet P_154<Medea 2 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137014 [debug] AI : LoggingWrapper.cpp:23 : Planet P_288<Alcor 1 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137083 [debug] AI : LoggingWrapper.cpp:23 : Advising Protection Focus (reason ) for planet P_288<Alcor 1 I>, with local_prod_diff of 8.0, comb. local defenses 15757.2, local fleet rating 5355.0 and regional threat 946547.0, threat sources: set([3444, 2092, 3565])
2017-02-26 23:22:46.137114 [debug] AI : LoggingWrapper.cpp:23 : left focus of planet Alcor 1 I (288) at Protection(Defense) Focus
2017-02-26 23:22:46.137268 [debug] AI : LoggingWrapper.cpp:23 : Planet P_556<Kalas 4 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137340 [debug] AI : LoggingWrapper.cpp:23 : Planet P_45<Tarak Asteroids > has regional+supply threat of 0.0
2017-02-26 23:22:46.137409 [debug] AI : LoggingWrapper.cpp:23 : Planet P_63<Kalas 2 Asteroids > has regional+supply threat of 0.0
2017-02-26 23:22:46.137477 [debug] AI : LoggingWrapper.cpp:23 : Planet P_328<Oort 2 Asteroids > has regional+supply threat of 0.0
2017-02-26 23:22:46.137523 [debug] AI : LoggingWrapper.cpp:23 : Advising Protection Focus (reason ) for planet P_328<Oort 2 Asteroids >, with local_prod_diff of 4.7, comb. local defenses 4740.0, local fleet rating 0.0 and regional threat 946547.0, threat sources: set([2208, 3427, 3444, 2952, 2092, 3565])
2017-02-26 23:22:46.137551 [debug] AI : LoggingWrapper.cpp:23 : left focus of planet Oort 2 Asteroids (328) at Protection(Defense) Focus
2017-02-26 23:22:46.137618 [debug] AI : LoggingWrapper.cpp:23 : Planet P_211<Robi 1 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137693 [debug] AI : LoggingWrapper.cpp:23 : Planet P_97<Robi 3 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137795 [debug] AI : LoggingWrapper.cpp:23 : Planet P_234<Mentar 2 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137904 [debug] AI : LoggingWrapper.cpp:23 : Planet P_236<Hisemtuk I> has regional+supply threat of 0.0
2017-02-26 23:22:46.137974 [debug] AI : LoggingWrapper.cpp:23 : Planet P_240<Hagalaz I> has regional+supply threat of 25.0
2017-02-26 23:22:46.138046 [debug] AI : LoggingWrapper.cpp:23 : Planet P_241<Hagalaz II> has regional+supply threat of 25.0
2017-02-26 23:22:46.138119 [debug] AI : LoggingWrapper.cpp:23 : Planet P_377<Medea 3 I> has regional+supply threat of 0.0
2017-02-26 23:22:46.138197 [debug] AI : LoggingWrapper.cpp:23 : Planet P_379<Medea 3 II> has regional+supply threat of 0.0
2017-02-26 23:22:46.138265 [debug] AI : LoggingWrapper.cpp:23 : Planet P_380<Medea 3 IV> has regional+supply threat of 0.0
2017-02-26 23:22:46.138334 [debug] AI : LoggingWrapper.cpp:23 : Planet P_509<Mentar 1 Asteroids > has regional+supply threat of 0.0
2017-02-26 23:22:46.138372 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.138392 [debug] AI : LoggingWrapper.cpp:23 : -----------------------------------------
2017-02-26 23:22:46.138406 [debug] AI : LoggingWrapper.cpp:23 : Making Planet Focus Change Determinations
2017-02-26 23:22:46.138420 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.140173 [debug] AI : LoggingWrapper.cpp:23 : ===================================
2017-02-26 23:22:46.140199 [debug] AI : LoggingWrapper.cpp:23 : Planet | current RP/PP | old target RP/PP | current Focus | newFocus | new target RP/PP |
2017-02-26 23:22:46.140218 [debug] AI : LoggingWrapper.cpp:23 : ---------- Unfocusable ---------- | | | | | |
2017-02-26 23:22:46.140245 [debug] AI : LoggingWrapper.cpp:23 : pID ( 44) Tarak I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140269 [debug] AI : LoggingWrapper.cpp:23 : pID ( 62) Kalas 2 I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140290 [debug] AI : LoggingWrapper.cpp:23 : pID ( 96) Robi 3 II | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140313 [debug] AI : LoggingWrapper.cpp:23 : pID (123) Kalas 1 I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140335 [debug] AI : LoggingWrapper.cpp:23 : pID (212) Robi 1 II | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140357 [debug] AI : LoggingWrapper.cpp:23 : pID (215) Hoedus I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140378 [debug] AI : LoggingWrapper.cpp:23 : pID (237) Hisemtuk II | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140399 [debug] AI : LoggingWrapper.cpp:23 : pID (242) Hagalaz III | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140421 [debug] AI : LoggingWrapper.cpp:23 : pID (258) Gianfar I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140446 [debug] AI : LoggingWrapper.cpp:23 : pID (259) Gianfar II | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140473 [debug] AI : LoggingWrapper.cpp:23 : pID (262) Alcor 2 III | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140502 [debug] AI : LoggingWrapper.cpp:23 : pID (378) Medea 3 III | c: 0.0 / 0.0 | cT: 2.0 / 12.0 | cF: unknown | nF: unset | cT: 2.0 / 12.0 |
2017-02-26 23:22:46.140529 [debug] AI : LoggingWrapper.cpp:23 : pID (444) Valier 2 II | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140555 [debug] AI : LoggingWrapper.cpp:23 : pID (445) Valier 2 III | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140577 [debug] AI : LoggingWrapper.cpp:23 : pID (446) Valier 2 I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140602 [debug] AI : LoggingWrapper.cpp:23 : pID (511) Rainbow III | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140625 [debug] AI : LoggingWrapper.cpp:23 : pID (512) Rainbow II | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140646 [debug] AI : LoggingWrapper.cpp:23 : pID (520) Gawara 2 I | c: 1.0 / 1.0 | cT: 0.0 / 0.0 | cF: unknown | nF: unset | cT: 0.0 / 0.0 |
2017-02-26 23:22:46.140664 [debug] AI : LoggingWrapper.cpp:23 : ---------- Specials ------------- | | | | | |
2017-02-26 23:22:46.140686 [debug] AI : LoggingWrapper.cpp:23 : pID (214) Hoedus II | c: 2.0 / 5.0 | cT: 2.0 / 5.0 | cF: Growth | nF: Growth | cT: 2.0 / 5.0 |
2017-02-26 23:22:46.140708 [debug] AI : LoggingWrapper.cpp:23 : pID (435) Maretta I | c: 2.0 / 28.4 | cT: 2.0 / 5.0 | cF: Growth | nF: Growth | cT: 2.0 / 5.0 |
2017-02-26 23:22:46.140730 [debug] AI : LoggingWrapper.cpp:23 : pID (513) Rainbow I | c: 2.0 / 46.2 | cT: 2.0 / 36.7 | cF: Industry | nF: Industry | cT: 2.0 / 36.7 |
2017-02-26 23:22:46.140753 [debug] AI : LoggingWrapper.cpp:23 : pID (524) Kalas 3 I | c: 15.2 / 23.0 | cT: 11.7 / 18.0 | cF: Research | nF: Industry | cT: 6.5 / 27.3 |
2017-02-26 23:22:46.140772 [debug] AI : LoggingWrapper.cpp:23 : ---------- Protection ----------- | | | | | |
2017-02-26 23:22:46.140804 [debug] AI : LoggingWrapper.cpp:23 : pID (288) Alcor 1 I | c: 2.0 / 5.0 | cT: 2.0 / 5.0 | cF: Defense | nF: Defense | cT: 2.0 / 5.0 |
2017-02-26 23:22:46.140833 [debug] AI : LoggingWrapper.cpp:23 : pID (328) Oort 2 Asteroids | c: 2.0 / 5.0 | cT: 2.0 / 5.0 | cF: Defense | nF: Defense | cT: 2.0 / 5.0 |
2017-02-26 23:22:46.140852 [debug] AI : LoggingWrapper.cpp:23 : ---------- Typical -------------- | | | | | |
2017-02-26 23:22:46.140875 [debug] AI : LoggingWrapper.cpp:23 : pID ( 19) Solntze I | c: 18.3 / 5.0 | cT: 18.3 / 5.0 | cF: Research | nF: Research | cT: 18.3 / 5.0 |
2017-02-26 23:22:46.140898 [debug] AI : LoggingWrapper.cpp:23 : pID ( 21) Yiminga Asteroids | c: 2.0 / 12.3 | cT: 2.0 / 5.0 | cF: Growth | nF: Industry | cT: 2.0 / 27.5 |
2017-02-26 23:22:46.140920 [debug] AI : LoggingWrapper.cpp:23 : pID ( 22) Yiminga II | c: 22.0 / 5.0 | cT: 22.0 / 5.0 | cF: Research | nF: Research | cT: 22.0 / 5.0 |
2017-02-26 23:22:46.140942 [debug] AI : LoggingWrapper.cpp:23 : pID ( 23) Yiminga I | c: 22.0 / 5.0 | cT: 22.0 / 5.0 | cF: Research | nF: Research | cT: 22.0 / 5.0 |
2017-02-26 23:22:46.140963 [debug] AI : LoggingWrapper.cpp:23 : pID ( 45) Tarak Asteroids | c: 2.0 / 35.0 | cT: 2.0 / 35.0 | cF: Industry | nF: Industry | cT: 2.0 / 35.0 |
2017-02-26 23:22:46.140985 [debug] AI : LoggingWrapper.cpp:23 : pID ( 63) Kalas 2 Asteroids | c: 2.0 / 35.0 | cT: 2.0 / 35.0 | cF: Industry | nF: Industry | cT: 2.0 / 35.0 |
2017-02-26 23:22:46.141007 [debug] AI : LoggingWrapper.cpp:23 : pID ( 97) Robi 3 I | c: 2.0 / 8.7 | cT: 2.0 / 8.7 | cF: Industry | nF: Industry | cT: 2.0 / 8.7 |
2017-02-26 23:22:46.141030 [debug] AI : LoggingWrapper.cpp:23 : pID (154) Medea 2 I | c: 0.0 / 0.0 | cT: 0.0 / 0.0 | cF: Industry | nF: Research | cT: 1.5 / 0.0 |
2017-02-26 23:22:46.141051 [debug] AI : LoggingWrapper.cpp:23 : pID (211) Robi 1 I | c: 2.0 / 39.0 | cT: 2.0 / 39.0 | cF: Industry | nF: Research | cT: 26.0 / 5.0 |
2017-02-26 23:22:46.141077 [debug] AI : LoggingWrapper.cpp:23 : pID (234) Mentar 2 I | c: 7.0 / 44.0 | cT: 7.0 / 70.8 | cF: Industry | nF: Industry | cT: 7.0 / 70.8 |
2017-02-26 23:22:46.141100 [debug] AI : LoggingWrapper.cpp:23 : pID (236) Hisemtuk I | c: 2.0 / 22.1 | cT: 2.0 / 22.1 | cF: Industry | nF: Industry | cT: 2.0 / 22.1 |
2017-02-26 23:22:46.141121 [debug] AI : LoggingWrapper.cpp:23 : pID (240) Hagalaz I | c: 2.0 / 19.0 | cT: 2.0 / 19.0 | cF: Industry | nF: Industry | cT: 2.0 / 19.0 |
2017-02-26 23:22:46.141144 [debug] AI : LoggingWrapper.cpp:23 : pID (241) Hagalaz II | c: 2.0 / 61.1 | cT: 2.0 / 61.2 | cF: Industry | nF: Industry | cT: 2.0 / 61.2 |
2017-02-26 23:22:46.141165 [debug] AI : LoggingWrapper.cpp:23 : pID (263) Alcor 2 I | c: 2.0 / 42.0 | cT: 2.0 / 42.0 | cF: Industry | nF: Research | cT: 29.0 / 5.0 |
2017-02-26 23:22:46.141187 [debug] AI : LoggingWrapper.cpp:23 : pID (264) Alcor 2 II | c: 18.3 / 5.0 | cT: 18.3 / 5.0 | cF: Research | nF: Research | cT: 18.3 / 5.0 |
2017-02-26 23:22:46.141209 [debug] AI : LoggingWrapper.cpp:23 : pID (377) Medea 3 I | c: 2.0 / 32.0 | cT: 2.0 / 32.0 | cF: Industry | nF: Research | cT: 29.0 / 5.0 |
2017-02-26 23:22:46.141230 [debug] AI : LoggingWrapper.cpp:23 : pID (379) Medea 3 II | c: 2.0 / 32.0 | cT: 2.0 / 32.0 | cF: Industry | nF: Research | cT: 29.0 / 5.0 |
2017-02-26 23:22:46.141253 [debug] AI : LoggingWrapper.cpp:23 : pID (380) Medea 3 IV | c: 2.0 / 14.0 | cT: 2.0 / 14.0 | cF: Industry | nF: Research | cT: 11.0 / 5.0 |
2017-02-26 23:22:46.141276 [debug] AI : LoggingWrapper.cpp:23 : pID (509) Mentar 1 Asteroids | c: 2.0 / 25.0 | cT: 2.0 / 25.0 | cF: Industry | nF: Industry | cT: 2.0 / 25.0 |
2017-02-26 23:22:46.141297 [debug] AI : LoggingWrapper.cpp:23 : pID (525) Kalas 3 Asteroids | c: 2.0 / 25.0 | cT: 2.0 / 25.0 | cF: Industry | nF: Industry | cT: 2.0 / 25.0 |
2017-02-26 23:22:46.141320 [debug] AI : LoggingWrapper.cpp:23 : pID (556) Kalas 4 I | c: 58.7 / 20.6 | cT: 58.8 / 20.6 | cF: Research | nF: Research | cT: 58.8 / 20.6 |
2017-02-26 23:22:46.141368 [debug] AI : LoggingWrapper.cpp:23 : -----------------------------------
2017-02-26 23:22:46.141387 [debug] AI : LoggingWrapper.cpp:23 : Planet Focus Assignments to achieve target RP/PP ratio of 0.53 from current ratio of 0.63 ( 308.3 / 491.0 )
2017-02-26 23:22:46.141405 [debug] AI : LoggingWrapper.cpp:23 : Max Industry assignments would result in target RP/PP ratio of 0.09 ( 70.9 / 779.0 )
2017-02-26 23:22:46.141421 [debug] AI : LoggingWrapper.cpp:23 : Max Research assignments would result in target RP/PP ratio of 2.36 ( 457.6 / 193.8 )
2017-02-26 23:22:46.141435 [debug] AI : LoggingWrapper.cpp:23 : -----------------------------------
2017-02-26 23:22:46.141454 [debug] AI : LoggingWrapper.cpp:23 : Final Ratio Target (turn 173) RP/PP : 0.63 ( 308.3 / 491.0 ) after 8 Focus changes
2017-02-26 23:22:46.141489 [debug] AI : LoggingWrapper.cpp:23 : Current Output (turn 173) RP/PP : 0.33 ( 200.4 / 600.5 )
2017-02-26 23:22:46.141506 [debug] AI : LoggingWrapper.cpp:23 : ------------------------
2017-02-26 23:22:46.141520 [debug] AI : LoggingWrapper.cpp:23 : ResourcesAI Time Requirements:
2017-02-26 23:22:46.142046 [debug] AI : LoggingWrapper.cpp:23 : Resource Management:
2017-02-26 23:22:46.142066 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.142080 [debug] AI : LoggingWrapper.cpp:23 : Resource Priorities:
2017-02-26 23:22:46.142159 [debug] AI : LoggingWrapper.cpp:23 : ResourcePriority |Score: RESOURCE_PRODUCTION | 50
2017-02-26 23:22:46.142181 [debug] AI : LoggingWrapper.cpp:23 : ResourcePriority |Score: RESOURCE_RESEARCH | 26.4
2017-02-26 23:22:46.142198 [debug] AI : LoggingWrapper.cpp:23 : ResourcePriority |Score: RESOURCE_GROWTH | 0
2017-02-26 23:22:46.142218 [debug] AI : LoggingWrapper.cpp:23 : ResourcePriority |Score: RESOURCE_TRADE | 0
2017-02-26 23:22:46.142234 [debug] AI : LoggingWrapper.cpp:23 : ResourcePriority |Score: RESOURCE_CONSTRUCTION | 0
2017-02-26 23:22:46.142248 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.142261 [debug] AI : LoggingWrapper.cpp:23 : Planet Resources Foci:
2017-02-26 23:22:46.142301 [debug] AI : LoggingWrapper.cpp:23 : ID: 19 Name: Solntze I -- small desert Focus: RESEARCH Species: SP_ETTY Pop: 11/12
2017-02-26 23:22:46.142335 [debug] AI : LoggingWrapper.cpp:23 : ID: 21 Name: Yiminga Asteroids -- asteroids asteroids Focus: INDUSTRY Species: SP_EXOBOT Pop: 10/12
2017-02-26 23:22:46.142366 [debug] AI : LoggingWrapper.cpp:23 : ID: 22 Name: Yiminga II -- medium tundra Focus: RESEARCH Species: SP_ETTY Pop: 13/15
2017-02-26 23:22:46.142403 [debug] AI : LoggingWrapper.cpp:23 : ID: 23 Name: Yiminga I -- medium tundra Focus: RESEARCH Species: SP_ETTY Pop: 13/15
2017-02-26 23:22:46.142436 [debug] AI : LoggingWrapper.cpp:23 : ID: 44 Name: Tarak I -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142468 [debug] AI : LoggingWrapper.cpp:23 : ID: 45 Name: Tarak Asteroids -- asteroids asteroids Focus: INDUSTRY Species: SP_EXOBOT Pop: 10/12
2017-02-26 23:22:46.142498 [debug] AI : LoggingWrapper.cpp:23 : ID: 62 Name: Kalas 2 I -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142529 [debug] AI : LoggingWrapper.cpp:23 : ID: 63 Name: Kalas 2 Asteroids -- asteroids asteroids Focus: INDUSTRY Species: SP_EXOBOT Pop: 10/12
2017-02-26 23:22:46.142561 [debug] AI : LoggingWrapper.cpp:23 : ID: 96 Name: Robi 3 II -- medium toxic Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142591 [debug] AI : LoggingWrapper.cpp:23 : ID: 97 Name: Robi 3 I -- small inferno Focus: INDUSTRY Species: SP_UGMORS Pop: 2/12
2017-02-26 23:22:46.142623 [debug] AI : LoggingWrapper.cpp:23 : ID: 123 Name: Kalas 1 I -- small toxic Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142654 [debug] AI : LoggingWrapper.cpp:23 : ID: 154 Name: Medea 2 I -- medium radiated Focus: RESEARCH Species: SP_UGMORS Pop: 1/12
2017-02-26 23:22:46.142684 [debug] AI : LoggingWrapper.cpp:23 : ID: 211 Name: Robi 1 I -- small tundra Focus: RESEARCH Species: SP_HHHOH Pop: 16/16
2017-02-26 23:22:46.142716 [debug] AI : LoggingWrapper.cpp:23 : ID: 212 Name: Robi 1 II -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142746 [debug] AI : LoggingWrapper.cpp:23 : ID: 214 Name: Hoedus II -- small desert Focus: GROWTH Species: SP_ETTY Pop: 11/12
2017-02-26 23:22:46.142777 [debug] AI : LoggingWrapper.cpp:23 : ID: 215 Name: Hoedus I -- small terran Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142807 [debug] AI : LoggingWrapper.cpp:23 : ID: 234 Name: Mentar 2 I -- medium radiated Focus: INDUSTRY Species: SP_BEIGEGOO Pop: 26/27
2017-02-26 23:22:46.142838 [debug] AI : LoggingWrapper.cpp:23 : ID: 236 Name: Hisemtuk I -- tiny desert Focus: INDUSTRY Species: SP_HHHOH Pop: 4/ 5
2017-02-26 23:22:46.142869 [debug] AI : LoggingWrapper.cpp:23 : ID: 237 Name: Hisemtuk II -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142900 [debug] AI : LoggingWrapper.cpp:23 : ID: 240 Name: Hagalaz I -- medium swamp Focus: INDUSTRY Species: SP_UGMORS Pop: 2/ 9
2017-02-26 23:22:46.142931 [debug] AI : LoggingWrapper.cpp:23 : ID: 241 Name: Hagalaz II -- medium inferno Focus: INDUSTRY Species: SP_UGMORS Pop: 23/24
2017-02-26 23:22:46.142961 [debug] AI : LoggingWrapper.cpp:23 : ID: 242 Name: Hagalaz III -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.142992 [debug] AI : LoggingWrapper.cpp:23 : ID: 258 Name: Gianfar I -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143026 [debug] AI : LoggingWrapper.cpp:23 : ID: 259 Name: Gianfar II -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143058 [debug] AI : LoggingWrapper.cpp:23 : ID: 262 Name: Alcor 2 III -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143089 [debug] AI : LoggingWrapper.cpp:23 : ID: 263 Name: Alcor 2 I -- medium tundra Focus: RESEARCH Species: SP_HHHOH Pop: 18/18
2017-02-26 23:22:46.143120 [debug] AI : LoggingWrapper.cpp:23 : ID: 264 Name: Alcor 2 II -- small desert Focus: RESEARCH Species: SP_ETTY Pop: 11/12
2017-02-26 23:22:46.143150 [debug] AI : LoggingWrapper.cpp:23 : ID: 288 Name: Alcor 1 I -- small desert Focus: PROTECTI Species: SP_ETTY Pop: 11/12
2017-02-26 23:22:46.143182 [debug] AI : LoggingWrapper.cpp:23 : ID: 328 Name: Oort 2 Asteroids -- asteroids asteroids Focus: PROTECTI Species: SP_EXOBOT Pop: 9/12
2017-02-26 23:22:46.143212 [debug] AI : LoggingWrapper.cpp:23 : ID: 377 Name: Medea 3 I -- medium tundra Focus: RESEARCH Species: SP_HHHOH Pop: 18/18
2017-02-26 23:22:46.143243 [debug] AI : LoggingWrapper.cpp:23 : ID: 378 Name: Medea 3 III -- small terran Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143274 [debug] AI : LoggingWrapper.cpp:23 : ID: 379 Name: Medea 3 II -- medium tundra Focus: RESEARCH Species: SP_HHHOH Pop: 18/18
2017-02-26 23:22:46.143304 [debug] AI : LoggingWrapper.cpp:23 : ID: 380 Name: Medea 3 IV -- tiny tundra Focus: RESEARCH Species: SP_HHHOH Pop: 6/ 6
2017-02-26 23:22:46.143336 [debug] AI : LoggingWrapper.cpp:23 : ID: 435 Name: Maretta I -- huge inferno Focus: GROWTH Species: SP_EXOBOT Pop: 24/25
2017-02-26 23:22:46.143368 [debug] AI : LoggingWrapper.cpp:23 : ID: 444 Name: Valier 2 II -- small toxic Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143398 [debug] AI : LoggingWrapper.cpp:23 : ID: 445 Name: Valier 2 III -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143429 [debug] AI : LoggingWrapper.cpp:23 : ID: 446 Name: Valier 2 I -- tiny inferno Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143460 [debug] AI : LoggingWrapper.cpp:23 : ID: 509 Name: Mentar 1 Asteroids -- asteroids asteroids Focus: INDUSTRY Species: SP_EXOBOT Pop: 10/12
2017-02-26 23:22:46.143490 [debug] AI : LoggingWrapper.cpp:23 : ID: 511 Name: Rainbow III -- gasGiant gasGiant Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143521 [debug] AI : LoggingWrapper.cpp:23 : ID: 512 Name: Rainbow II -- medium inferno Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143552 [debug] AI : LoggingWrapper.cpp:23 : ID: 513 Name: Rainbow I -- medium terran Focus: INDUSTRY Species: SP_HHHOH Pop: 3/12
2017-02-26 23:22:46.143583 [debug] AI : LoggingWrapper.cpp:23 : ID: 520 Name: Gawara 2 I -- medium ocean Focus: Species: Pop: 0/ 0
2017-02-26 23:22:46.143614 [debug] AI : LoggingWrapper.cpp:23 : ID: 524 Name: Kalas 3 I -- medium terran Focus: INDUSTRY Species: SP_ETTY Pop: 3/15
2017-02-26 23:22:46.143645 [debug] AI : LoggingWrapper.cpp:23 : ID: 525 Name: Kalas 3 Asteroids -- asteroids asteroids Focus: INDUSTRY Species: SP_EXOBOT Pop: 10/12
2017-02-26 23:22:46.143676 [debug] AI : LoggingWrapper.cpp:23 : ID: 556 Name: Kalas 4 I -- large desert Focus: RESEARCH Species: SP_ETTY Pop: 31/32
2017-02-26 23:22:46.143702 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.143715 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.143725 [debug] AI : LoggingWrapper.cpp:23 : Empire Totals:
2017-02-26 23:22:46.143734 [debug] AI : LoggingWrapper.cpp:23 : Population: 331
2017-02-26 23:22:46.143743 [debug] AI : LoggingWrapper.cpp:23 : Production: 600
2017-02-26 23:22:46.143752 [debug] AI : LoggingWrapper.cpp:23 : Research: 200
2017-02-26 23:22:46.143763 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:22:46.143784 [debug] AI : AIInterface.cpp:889 : AIInterface::DoneTurn()
2017-02-26 23:22:46.145431 [debug] AI : AIFramework.cpp:153 : PythonAI::GenerateOrders order generating time: 2878.64
2017-02-26 23:23:10.997624 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:23:10.997680 [debug] AI : LoggingWrapper.cpp:23 : Chat Message to human: Chat commands:
2017-02-26 23:23:10.997768 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:23:10.997806 [debug] AI : LoggingWrapper.cpp:23 : Chat Message to human: start id: start debug for selected empire
2017-02-26 23:23:10.997888 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:23:10.997925 [debug] AI : LoggingWrapper.cpp:23 : Chat Message to human: stop: stop debug
2017-02-26 23:23:10.998002 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:23:10.998038 [debug] AI : LoggingWrapper.cpp:23 : Chat Message to human: Empire ids:
2017-02-26 23:23:10.998151 [debug] AI : LoggingWrapper.cpp:23 :
2017-02-26 23:23:10.998190 [debug] AI : LoggingWrapper.cpp:23 : Chat Message to human: id=3 empire_name=nj player_name=AI_1
2017-02-26 23:23:26.745652 [debug] AI : LoggingWrapper.cpp:23 : Midgame chat received from player 1, message: deep_peint(AI_4)
2017-02-26 23:23:30.344285 [debug] AI : LoggingWrapper.cpp:23 : Midgame chat received from player 1, message: deep_print
2017-02-26 23:23:39.387444 [debug] AI : LoggingWrapper.cpp:23 : Midgame chat received from player 1, message: deep_print(ai)
2017-02-26 23:23:39.387592 [debug] AI : LoggingWrapper.cpp:23 : Acknowledging midgame chat with initial message (from 4 choices): 'Didn't Stephen Hawking warn you not to talk to us?'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment