Skip to content
Snippets Groups Projects

AthExHelloWorld: Update reference files.

Merged Scott Snyder requested to merge ssnyder/athena:test.AthExHelloWorld-20190121 into master
2 files
+ 105
110
Compare changes
  • Side-by-side
  • Inline
Files
2
Tue May 15 15:25:32 CEST 2018
Sun Jan 20 03:17:08 CET 2019
Preloading tcmalloc_minimal.so
Py:Athena INFO including file "AthenaCommon/Preparation.py"
Py:Athena INFO using release [WorkDir-22.0.1] [x86_64-slc6-gcc62-opt] [start_stop/7f27402b7e] -- built on [2018-05-15T1307]
Py:Athena INFO using release [WorkDir-22.0.1] [x86_64-slc6-gcc8-opt] [atlas-work3/7fb5304f19] -- built on [2019-01-19T2316]
Py:Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
Py:Athena INFO executing ROOT6Setup
Py:Athena INFO configuring AthenaHive with [1] concurrent threads and [1] concurrent events
@@ -9,72 +9,70 @@ Py:AlgScheduler INFO setting up AvalancheSchedulerSvc/AvalancheSchedulerSvc
Py:Athena INFO including file "AthenaCommon/Execution.py"
Py:Athena INFO including file "AthExHelloWorld/HelloWorldOptions.py"
Py:Athena INFO including file "AthenaCommon/runbatch.py"
Py:ConfigurableDb INFO Read module info for 5478 configurables from 5 genConfDb files
Py:ConfigurableDb INFO Read module info for 5455 configurables from 55 genConfDb files
Py:ConfigurableDb INFO No duplicates have been found: that's good !
[?1034hApplicationMgr INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
ApplicationMgr INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
MessageSvc INFO Activating in a separate thread
ApplicationMgr SUCCESS
====================================================================================================================================
Welcome to ApplicationMgr (GaudiCoreSvc v30r2)
running on pc-tbed-pub-26.cern.ch on Tue May 15 15:25:42 2018
Welcome to ApplicationMgr (GaudiCoreSvc v30r5)
running on lxplus076.cern.ch on Sun Jan 20 03:17:29 2019
====================================================================================================================================
ApplicationMgr INFO Successfully loaded modules : AthenaServices
ApplicationMgr INFO Application Manager Configured successfully
ApplicationMgr INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
AthDictLoaderSvc INFO in initialize...
AthDictLoaderSvc INFO acquired Dso-registry
ClassIDSvc INFO getRegistryEntries: read 2849 CLIDRegistry entries for module ALL
ChronoStatSvc INFO Number of skipped events for MemStat-1
ClassIDSvc INFO getRegistryEntries: read 3685 CLIDRegistry entries for module ALL
CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1)
CoreDumpSvc INFO Handling signals: 11(Segmentation fault) 7(Bus error) 4(Illegal instruction) 8(Floating point exception)
AthenaHiveEventLoopMgr INFO Initializing AthenaHiveEventLoopMgr - package version AthenaServices-00-00-00
HelloWorld INFO initialize()
HelloWorld INFO MyInt = 42
HelloWorld INFO MyBool = 1
HelloWorld INFO MyDouble = 3.14159
HelloWorld INFO MyStringVec[0] = Welcome
HelloWorld INFO MyStringVec[1] = to
HelloWorld INFO MyStringVec[2] = Athena
HelloWorld INFO MyStringVec[3] = Framework
HelloWorld INFO MyStringVec[4] = Tutorial
HelloWorld INFO MyStringVec[5] = !
HelloWorld INFO MyDict['Bonjour'] = 'Guten Tag'
HelloWorld INFO MyDict['Goeiedag'] = 'Ni Hao'
HelloWorld INFO MyDict['Good Morning'] = 'Bonjour'
HelloWorld INFO MyDict['one'] = 'ein'
HelloWorld INFO MyDict['three'] = 'trois'
HelloWorld INFO MyDict['two'] = 'dos'
HelloWorld INFO MyTable['1'] = '1'
HelloWorld INFO MyTable['2'] = '4'
HelloWorld INFO MyTable['3'] = '9'
HelloWorld INFO MyTable['4'] = '16'
HelloWorld INFO MyMatrix[0] = [ 1 2 3 ]
HelloWorld INFO MyMatrix[1] = [ 4 5 6 ]
HelloWorld INFO MyMatrix[2] = [ 7 8 9 ]
HelloWorld INFO MyPrivateHelloTool = HelloTool
HelloWorld INFO MyPublicHelloTool = HelloTool
HelloWorld INFO MyPrivateHelloTool: Retrieved tool HelloTool
HelloWorld INFO MyPublicHelloTool: Retrieved tool HelloTool
ThreadPoolSvc INFO no thread init tools attached
AvalancheSchedulerSvc INFO Activating scheduler in a separate thread
AvalancheSchedulerSvc INFO Found 6 algorithms
AvalancheSchedulerSvc INFO No unmet INPUT data dependencies were found
PrecedenceSvc INFO Assembling CF and DF task precedence rules
PrecedenceSvc INFO PrecedenceSvc initialized successfully
AvalancheSchedulerSvc INFO Concurrency level information:
AvalancheSchedulerSvc INFO o Number of events in flight: 1
AvalancheSchedulerSvc INFO o TBB thread pool size: 'ThreadPoolSize':1
HistogramPersistencySvc WARNING Histograms saving not required.
EventSelector INFO Enter McEventSelector Initialization
AthenaHiveEventLoopMgr INFO Setup EventSelector service EventSelector
ApplicationMgr INFO Application Manager Initialized successfully
HelloWorld INFO start()
ApplicationMgr INFO Application Manager Started successfully
AthenaHiveEventLoopMgr INFO Starting loop on events
HelloWorld 0 INFO initialize()
HelloWorld 0 INFO MyInt = 42
HelloWorld 0 INFO MyBool = 1
HelloWorld 0 INFO MyDouble = 3.14159
HelloWorld 0 INFO MyStringVec[0] = Welcome
HelloWorld 0 INFO MyStringVec[1] = to
HelloWorld 0 INFO MyStringVec[2] = Athena
HelloWorld 0 INFO MyStringVec[3] = Framework
HelloWorld 0 INFO MyStringVec[4] = Tutorial
HelloWorld 0 INFO MyStringVec[5] = !
HelloWorld 0 INFO MyDict['Bonjour'] = 'Guten Tag'
HelloWorld 0 INFO MyDict['Goeiedag'] = 'Ni Hao'
HelloWorld 0 INFO MyDict['Good Morning'] = 'Bonjour'
HelloWorld 0 INFO MyDict['one'] = 'ein'
HelloWorld 0 INFO MyDict['three'] = 'trois'
HelloWorld 0 INFO MyDict['two'] = 'dos'
HelloWorld 0 INFO MyTable['1'] = '1'
HelloWorld 0 INFO MyTable['2'] = '4'
HelloWorld 0 INFO MyTable['3'] = '9'
HelloWorld 0 INFO MyTable['4'] = '16'
HelloWorld 0 INFO MyMatrix[0] = [ 1 2 3 ]
HelloWorld 0 INFO MyMatrix[1] = [ 4 5 6 ]
HelloWorld 0 INFO MyMatrix[2] = [ 7 8 9 ]
HelloWorld 0 INFO MyPrivateHelloTool = HelloTool
HelloWorld 0 INFO MyPublicHelloTool = HelloTool
HelloWorld 0 INFO MyPrivateHelloTool: Retrieved tool HelloTool
HelloWorld 0 INFO MyPublicHelloTool: Retrieved tool HelloTool
ThreadPoolSvc 0 INFO no thread init tools attached
AvalancheSchedulerSvc 0 INFO Activating scheduler in a separate thread
AvalancheSchedulerSvc 0 INFO Found 6 algorithms
AvalancheSchedulerSvc 0 INFO No unmet INPUT data dependencies were found
PrecedenceSvc 0 INFO Assembling CF and DF task precedence rules
PrecedenceSvc 0 INFO PrecedenceSvc initialized successfully
AvalancheSchedulerSvc 0 INFO Concurrency level information:
AvalancheSchedulerSvc 0 INFO o Number of events in flight: 1
AvalancheSchedulerSvc 0 INFO o TBB thread pool size: 'ThreadPoolSize':1
HistogramPersistencySvc 0 WARNING Histograms saving not required.
EventSelector 0 INFO Enter McEventSelector Initialization
AthenaHiveEventLoopMgr 0 INFO Setup EventSelector service EventSelector
ApplicationMgr 0 INFO Application Manager Initialized successfully
HelloWorld 0 INFO start()
ApplicationMgr 0 INFO Application Manager Started successfully
AthenaHiveEventLoopMgr 0 INFO Starting loop on events
EventPersistencySvc 0 0 INFO Added successfully Conversion service:McCnvSvc
AthenaHiveEventLoopMgr 0 0 INFO ===>>> start of run 0 <<<===
ClassIDSvc 0 0 INFO getRegistryEntries: read 959 CLIDRegistry entries for module ALL
AthenaHiveEventLoopMgr 0 0 INFO ===>>> start processing event #0, run #0 on slot 0, 0 events processed so far <<<===
HelloWorld 0 0 INFO execute()
HelloWorld 0 0 INFO An INFO message
@@ -185,7 +183,7 @@ ToolSvc.PublicHello 9 0 INFO my message to the world:
HelloWorld 9 0 INFO Let the tool MyPrivateHelloTool say something:
HelloWorld.HelloTool 9 0 INFO my message to the world: A Private Message!
AthenaHiveEventLoopMgr INFO ===>>> done processing event #9, run #0 on slot 0, 10 events processed so far <<<===
AthenaHiveEventLoopMgr INFO ---> Loop Finished (seconds): 0.0232099
AthenaHiveEventLoopMgr INFO ---> Loop Finished (seconds): 0.0333071
HelloWorld INFO stop()
ApplicationMgr INFO Application Manager Stopped successfully
IncidentProcAlg1 INFO Finalize
@@ -200,7 +198,7 @@ ToolSvc INFO Removing all tools creat
*****Chrono***** INFO ****************************************************************************************************
*****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered)
*****Chrono***** INFO ****************************************************************************************************
ChronoStatSvc INFO Time User : Tot= 90 [ms] #= 1
ChronoStatSvc INFO Time User : Tot= 120 [ms] #= 1
*****Chrono***** INFO ****************************************************************************************************
ChronoStatSvc.finalize() INFO Service finalized successfully
ApplicationMgr INFO Application Manager Finalized successfully
Loading