Commit ee04182a authored by Jérome Perrin's avatar Jérome Perrin

measures from py3

parent f72c15bc
This source diff could not be displayed because it is too large. You can view the blob instead.
# 4.5s user time, 30ms system time, 29.65M rss, 37.04M vsz
# Current date: Sun Oct 13 17:43:36 2024
# Hostname: vifibcloud-rapidspace-hosting-019
# Files: /srv/slapgrid/slappart15/srv/runner/instance/slappart7/tmp/inst/s3/var/log/mariadb_slowquery.log
# Overall: 4.79k total, 10 unique, 0.42 QPS, 0.76x concurrency ___________
# Time range: 2024-10-13 14:32:57 to 17:41:20
# Attribute total min max avg 95% stddev median
# ============ ======= ======= ======= ======= ======= ======= =======
# Exec time 8589s 1s 5s 2s 3s 546ms 2s
# Lock time 2s 0 32ms 333us 626us 829us 224us
# Rows sent 41.15k 0 165 8.79 9.83 4.25 8.91
# Rows examine 5.29G 0 8.49M 1.13M 2.05M 1.41M 871.90k
# Rows affecte 1.59k 0 553 0.34 0 13.22 0
# Bytes sent 3.54M 11 8.42k 774.65 833.10 243.26 793.42
# Query size 11.16M 6 64.79k 2.38k 2.38k 1.64k 2.38k
# Profile
# Rank Query ID Response time Calls R/Call V/M Item
# ==== ================== =============== ===== ====== ===== =============
# 1 0xA01AA9F9D3955EF6 8235.0022 95.9% 4562 1.8051 0.14 SELECT stock category catalog category
# 2 0x0B2526E88FC6F3BE 331.2282 3.9% 217 1.5264 0.85 SELECT
# MISC 0xMISC 22.8084 0.3% 15 1.5206 0.0 <8 ITEMS>
# Query 1: 0.45 QPS, 0.81x concurrency, ID 0xA01AA9F9D3955EF6 at byte 11787136
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.14
# Time range: 2024-10-13 14:52:45 to 17:41:20
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 95 4562
# Exec time 95 8235s 1s 3s 2s 3s 497ms 2s
# Lock time 98 2s 135us 32ms 344us 626us 838us 236us
# Rows sent 97 40.20k 7 10 9.02 9.83 0.87 8.91
# Rows examine 99 5.29G 448.14k 8.49M 1.19M 5.99M 1.42M 871.90k
# Rows affecte 0 0 0 0 0 0 0 0
# Bytes sent 98 3.49M 659 869 801.13 833.10 47.33 793.42
# Query size 96 10.81M 2.43k 2.43k 2.43k 2.38k 0 2.38k
# String:
# Databases erp5
# Hosts 10.0.44.65
# Users user
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms
# 100ms
# 1s ################################################################
# 10s+
# Tables
# SHOW TABLE STATUS FROM `erp5` LIKE 'stock'\G
# SHOW CREATE TABLE `erp5`.`stock`\G
# SHOW TABLE STATUS FROM `erp5` LIKE 'category'\G
# SHOW CREATE TABLE `erp5`.`category`\G
# SHOW TABLE STATUS FROM `erp5` LIKE 'catalog'\G
# SHOW CREATE TABLE `erp5`.`catalog`\G
# EXPLAIN /*!50100 PARTITIONS*/
SELECT DISTINCT
catalog.path, catalog.uid ,`related_delivery_uid_1_category`.`category_uid` AS `delivery_uid`
FROM
(
(
(
(
(
(
catalog AS `catalog`
INNER JOIN
stock AS `stock`
ON
`stock`.`uid` = `catalog`.`uid`
)
INNER JOIN
category AS `related_causality_uid_1_category`
ON
related_causality_uid_1_category.base_category_uid = 202 AND
related_causality_uid_1_category.uid = catalog.uid
)
INNER JOIN
(
stock AS `related_explanation_portal_type_stock`
INNER JOIN
catalog AS `related_explanation_portal_type_1_catalog`
ON
related_explanation_portal_type_1_catalog.uid = related_explanation_portal_type_stock.explanation_uid
)
ON
related_explanation_portal_type_stock.uid = catalog.uid
)
INNER JOIN
(
category AS `related_parent_specialise_portal_type_category`
INNER JOIN
catalog AS `related_parent_specialise_portal_type_1_catalog`
ON
related_parent_specialise_portal_type_category.base_category_uid = 178 AND
related_parent_specialise_portal_type_1_catalog.uid = related_parent_specialise_portal_type_category.category_uid
)
ON
related_parent_specialise_portal_type_category.uid = catalog.parent_uid
)
INNER JOIN
(
catalog AS `related_grand_parent_simulation_state_catalog`
INNER JOIN
catalog AS `related_grand_parent_simulation_state_1_catalog`
ON
related_grand_parent_simulation_state_1_catalog.uid = related_grand_parent_simulation_state_catalog.parent_uid
)
ON
related_grand_parent_simulation_state_catalog.uid = catalog.parent_uid
)
LEFT JOIN
category AS `related_delivery_uid_1_category`
ON
related_delivery_uid_1_category.base_category_uid = 207 AND
related_delivery_uid_1_category.uid = catalog.uid
)
WHERE
1 = 1
AND (`catalog`.`portal_type` = 'Simulation Movement'
AND `stock`.`explanation_uid` = 1640805
AND `related_causality_uid_1_category`.`category_uid` = 12333
AND `related_explanation_portal_type_1_catalog`.`portal_type` = 'Sale Order'
AND `related_parent_specialise_portal_type_1_catalog`.`portal_type` = 'Delivery Simulation Rule'
AND `related_grand_parent_simulation_state_1_catalog`.`simulation_state` = 'confirmed'
AND `related_delivery_uid_1_category`.`category_uid` IS NULL
AND (`catalog`.`viewable_owner` = 'zope'
OR `catalog`.`security_uid` IN (14, 15, 16, 20, 21, 22, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 41, 42, 43, 44)))
GROUP BY
`catalog`.`uid`\G
# Query 2: 0.02 QPS, 0.03x concurrency, ID 0x0B2526E88FC6F3BE at byte 2024
# This item is included in the report because it matches --outliers.
# Scores: V/M = 0.85
# Time range: 2024-10-13 14:32:57 to 17:34:08
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 4 217
# Exec time 3 331s 1s 5s 2s 4s 1s 992ms
# Lock time 0 0 0 0 0 0 0 0
# Rows sent 0 217 1 1 1 1 0 1
# Rows examine 0 0 0 0 0 0 0 0
# Rows affecte 0 0 0 0 0 0 0 0
# Bytes sent 0 17.80k 84 84 84 84 0 84
# Query size 0 7.63k 36 36 36 36 0 36
# String:
# Databases erp5
# Hosts 10.0.44.65
# Users user
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms
# 100ms
# 1s ################################################################
# 10s+
# EXPLAIN /*!50100 PARTITIONS*/
SELECT GET_LOCK('ZMySQLDA(erp5)', 5)\G
# b'03fbf648a60a1f77'..b'03fbf705cb00b255'
Processed 7763684 records in 154136 transactions
Average record size is 287.25 bytes
Average transaction size is 14468.37 bytes
Types used:
Class Name T.Count T.Bytes Pct AvgSize C.Count C.Bytes O.Count O.Bytes
---------------------------------------------- ------- --------- ----- ------- ------- --------- ------- ---------
...VirtualHostMonster.VirtualHostMonster 1 102 0.0% 102.00 1 102 0 0
Products.CMFCore.URLTool.URLTool 1 102 0.0% 102.00 1 102 0 0
Products.CMFCore.UndoTool.UndoTool 1 104 0.0% 104.00 1 104 0 0
Products.CMFCore.MembershipTool.MembershipTool 1 116 0.0% 116.00 1 116 0 0
...ERP5RoleManager.ERP5RoleManager 1 119 0.0% 119.00 1 119 0 0
...CMFCore.RegistrationTool.RegistrationTool 1 120 0.0% 120.00 1 120 0 0
...ERP5GroupManager.ERP5GroupManager 1 122 0.0% 122.00 1 122 0 0
...ERP5UserFactory.ERP5UserFactory 1 126 0.0% 126.00 1 126 0 0
OFS.userfolder.UserFolder 1 129 0.0% 129.00 1 129 0 0
...ERP5LoginUserManager.ERP5LoginUserManager 1 135 0.0% 135.00 1 135 0 0
...ERP5DumbHTTPExtractionPlugin 1 148 0.0% 148.00 1 148 0 0
...SessionDataManagerTraverser 1 172 0.0% 172.00 1 172 0 0
Products.CMFCore.CookieCrumbler.CookieCrumbler 1 173 0.0% 173.00 1 173 0 0
Products.CMFCore.MemberDataTool.MemberDataTool 1 174 0.0% 174.00 1 174 0 0
...plugins.ZODBRoleManager.ZODBRoleManager 1 231 0.0% 231.00 1 231 0 0
...plugins.ZODBGroupManager.ZODBGroupManager 1 236 0.0% 236.00 1 236 0 0
...ContentTypeRegistry.ExtensionPredicate 2 246 0.0% 123.00 2 246 0 0
...mime_types.mtr_mimetypes.text_xml 2 264 0.0% 132.00 2 264 0 0
...mime_types.mtr_mimetypes.text_python 2 266 0.0% 133.00 2 266 0 0
...mime_types.mtr_mimetypes.text_rest 2 266 0.0% 133.00 2 266 0 0
...mime_types.mtr_mimetypes.text_wiki 2 266 0.0% 133.00 2 266 0 0
...SessionDataManager.SessionDataManager 1 273 0.0% 273.00 1 273 0 0
...mime_types.mtr_mimetypes.text_pre_plain 2 276 0.0% 138.00 2 276 0 0
...mime_types.mtr_mimetypes.text_html_safe 2 276 0.0% 138.00 2 276 0 0
Products.ZMySQLDA.DA.DeferredConnection 1 277 0.0% 277.00 1 277 0 0
...SiteErrorLog.SiteErrorLog.SiteErrorLog 2 278 0.0% 139.00 2 278 0 0
...mime_types.mtr_mimetypes.text_structured 2 278 0.0% 139.00 2 278 0 0
...mime_types.mtr_mimetypes.text_web_textile 2 280 0.0% 140.00 2 280 0 0
...plugins.ZODBUserManager.ZODBUserManager 1 281 0.0% 281.00 1 281 0 0
...mime_types.mtr_mimetypes.application_msword 2 282 0.0% 141.00 2 282 0 0
...mime_types.mtr_mimetypes.text_web_markdown 2 282 0.0% 141.00 2 282 0 0
erp5.portal_type.Selection Tool 2 283 0.0% 141.50 1 148 1 135
...ContentTypeRegistry.ContentTypeRegistry 1 285 0.0% 285.00 1 285 0 0
...mtr_mimetypes.text_web_intelligent 2 288 0.0% 144.00 2 288 0 0
...mime_types.mtr_mimetypes.application_rtf 2 292 0.0% 146.00 2 292 0 0
...ActivityConnection.ActivityConnection 1 294 0.0% 294.00 1 294 0 0
Products.MailHost.MailHost.MailHost 1 306 0.0% 306.00 1 306 0 0
AccessControl.users.User 2 316 0.0% 158.00 2 316 0 0
...ERP5OAuth2ResourceServerPlugin 1 322 0.0% 322.00 1 322 0 0
erp5.portal_type.Url Registry Tool 2 343 0.0% 171.50 2 343 0 0
...mime_types.mtr_mimetypes.text_html 2 374 0.0% 187.00 2 374 0 0
...ContentTypeRegistry.MajorMinorPredicate 3 402 0.0% 134.00 3 402 0 0
...Sessions.BrowserIdManager.BrowserIdManager 1 408 0.0% 408.00 1 408 0 0
...mime_types.mtr_mimetypes.text_plain 2 412 0.0% 206.00 2 412 0 0
...Security Category Mapping Configurator Item 2 423 0.0% 211.50 2 423 0 0
erp5.portal_type.Configurator Tool 2 429 0.0% 214.50 2 429 0 0
erp5.portal_type.Test Tool 3 430 0.0% 143.33 2 244 1 186
Products.Localizer.Localizer.Localizer 1 431 0.0% 431.00 1 431 0 0
...mtr_mimetypes.application_octet_stream 2 440 0.0% 220.00 2 440 0 0
...portal_type.Duplicate Inventory Constraint 2 445 0.0% 222.50 2 445 0 0
erp5.portal_type.Workflow Tool 2 447 0.0% 223.50 1 230 1 217
erp5.portal_type.Component Tool 2 453 0.0% 226.50 1 233 1 220
erp5.portal_type.Diff Tool 3 463 0.0% 154.33 2 266 1 197
erp5.portal_type.Order Tool 3 472 0.0% 157.33 2 272 1 200
erp5.portal_type.Property Sheet Tool 2 473 0.0% 236.50 1 243 1 230
...TimerService.TimerService.TimerService 2 479 0.0% 239.50 1 253 1 226
erp5.portal_type.Session Tool 3 484 0.0% 161.33 2 280 1 204
erp5.portal_type.Solver Tool 2 498 0.0% 249.00 2 498 0 0
...Resource Measures Consistency Constraint 2 505 0.0% 252.50 2 505 0 0
erp5.portal_type.Rounding Tool 2 506 0.0% 253.00 2 506 0 0
erp5.portal_type.Notification Tool 3 514 0.0% 171.33 2 300 1 214
erp5.portal_type.Introspection Tool 3 520 0.0% 173.33 2 304 1 216
erp5.portal_type.Acknowledgement Tool 3 532 0.0% 177.33 2 312 1 220
Products.ZMySQLDA.DA.Connection 2 535 0.0% 267.50 2 535 0 0
erp5.portal_type.Currency Configurator Item 2 537 0.0% 268.50 2 537 0 0
erp5.portal_type.Trash Tool 2 547 0.0% 273.50 1 280 1 267
erp5.portal_type.Cache Tool 2 549 0.0% 274.50 1 281 1 268
erp5.portal_type.Memcached Tool 2 563 0.0% 281.50 1 288 1 275
...Sale Trade Condition Configurator Item 2 581 0.0% 290.50 2 581 0 0
...Purchase Trade Condition Configurator Item 2 605 0.0% 302.50 2 605 0 0
...registry.PersistentComponents 1 615 0.0% 615.00 1 615 0 0
...portal_type.Customer BT5 Configurator Item 2 629 0.0% 314.50 2 629 0 0
ortal Type Roles Spreadsheet Configurator Item 2 660 0.0% 330.00 2 660 0 0
erp5.portal_type.Password Tool 3 672 0.0% 224.00 2 396 1 276
...Accounting Period Configurator Item 2 689 0.0% 344.50 2 689 0 0
erp5.portal_type.Catalog Tool 2 701 0.0% 350.50 1 357 1 344
erp5.portal_type.Types Tool 3 706 0.0% 235.33 1 272 2 434
...Catalog Keyword Key Configurator Item 2 747 0.0% 373.50 2 747 0 0
erp5.portal_type.Career 1 751 0.0% 751.00 1 751 0 0
...Accounting Transaction Balance Constraint 2 777 0.0% 388.50 2 777 0 0
erp5.portal_type.Id Tool 3 817 0.0% 272.33 2 482 1 335
Trade Model Line Cell Consistency Constraint 2 823 0.0% 411.50 2 823 0 0
...Business Process Configurator Item 2 826 0.0% 413.00 2 826 0 0
erp5.portal_type.Category Configurator Item 2 835 0.0% 417.50 2 835 0 0
erp5.portal_type.Domain Tool 3 841 0.0% 280.33 2 498 1 343
erp5.portal_type.Currency 1 853 0.0% 853.00 1 853 0 0
erp5.portal_type.Delivery Tool 3 856 0.0% 285.33 2 508 1 348
erp5.portal_type.Alarm Tool 3 860 0.0% 286.67 1 312 2 548
erp5.portal_type.Accounting Period 1 917 0.0% 917.00 1 917 0 0
erp5.portal_type.Contribution Registry Tool 3 928 0.0% 309.33 2 556 1 372
erp5.portal_type.Address 3 978 0.0% 326.00 3 978 0 0
...ZODB Continuous Increasing Id Generator 3 1014 0.0% 338.00 2 630 1 384
erp5.portal_type.Business Process 1 1026 0.0% 1026.00 1 1026 0 0
erp5.portal_type.Sale Trade Condition 1 1052 0.0% 1052.00 1 1052 0 0
erp5.portal_type.Purchase Trade Condition 1 1070 0.0% 1070.00 1 1070 0 0
...Localizer.MessageCatalog.MessageCatalog 3 1094 0.0% 364.67 3 1094 0 0
erp5.portal_type.Solver Process Tool 2 1170 0.0% 585.00 2 1170 0 0
...portal_type.Organisation Configurator Item 2 1216 0.0% 608.00 2 1216 0 0
...CachingPolicyManager.CachingPolicyManager 2 1223 0.0% 611.50 2 1223 0 0
erp5.portal_type.Email 5 1274 0.0% 254.80 5 1274 0 0
...registry.ComponentPathWrapper 6 1288 0.0% 214.67 6 1288 0 0
erp5.portal_type.Person Configurator Item 2 1314 0.0% 657.00 2 1314 0 0
erp5.portal_type.ERP5 Login 2 1328 0.0% 664.00 2 1328 0 0
erp5.portal_type.Activity Tool 5 1339 0.0% 267.80 1 310 4 1029
erp5.portal_type.Causality Movement Group 4 1378 0.0% 344.50 4 1378 0 0
erp5.portal_type.Alarm Configurator Item 4 1398 0.0% 349.50 4 1398 0 0
Category Related Membership Arity Constraint 3 1465 0.0% 488.33 2 951 1 514
...PersistentAdapterRegistry 3 1488 0.0% 496.00 2 936 1 552
...ERP5Form.HyperLinkField.HyperLinkField 2 1488 0.0% 744.00 2 1488 0 0
erp5.portal_type.Dynamic Category Property 6 1568 0.0% 261.33 4 994 2 574
erp5.portal_type.Distributed Ram Cache 5 1578 0.0% 315.60 4 1246 1 332
Products.ERP5Type.Cache.ZODBCookie 35 1610 0.0% 46.00 3 138 32 1472
erp5.portal_type.Assignment 2 1619 0.0% 809.50 2 1619 0 0
...PluggableAuthService.PluggableAuthService 1 1625 0.0% 1625.00 1 1625 0 0
...PluginRegistry.PluginRegistry 1 1673 0.0% 1673.00 1 1673 0 0
erp5.portal_type.Telephone 5 1752 0.0% 350.40 5 1752 0 0
Products.ERP5Form.HoneypotField.HoneypotField 2 1787 0.0% 893.50 2 1787 0 0
erp5.portal_type.Preference Tool 3 1809 0.0% 603.00 1 651 2 1158
...MimeTypesRegistry.MimeTypesRegistry 2 1861 0.0% 930.50 2 1861 0 0
erp5.portal_type.Conceptual Id Generator 6 1922 0.0% 320.33 4 1230 2 692
erp5.portal_type.Trash Folder 5 1982 0.0% 396.40 5 1982 0 0
erp5.portal_type.Person 2 2121 0.0% 1060.50 2 2121 0 0
erp5.portal_type.Order Root Simulation Rule 3 2237 0.0% 745.67 3 2237 0 0
erp5.portal_type.Trade Model Simulation Rule 3 2263 0.0% 754.33 3 2263 0 0
erp5.portal_type.Invoice Root Simulation Rule 3 2277 0.0% 759.00 3 2277 0 0
erp5.portal_type.Delivery Root Simulation Rule 3 2288 0.0% 762.67 3 2288 0 0
erp5.portal_type.Memcached Plugin 5 2305 0.0% 461.00 4 1796 1 509
erp5.portal_type.Delivery Simulation Rule 3 2332 0.0% 777.33 3 2332 0 0
...SQL Non Continuous Increasing Id Generator 6 2400 0.0% 400.00 4 1527 2 873
...MailTemplates.MailTemplate.MailTemplate 4 2408 0.0% 602.00 4 2408 0 0
erp5.portal_type.Application Id Generator 6 2435 0.0% 405.83 4 1572 2 863
erp5.portal_type.Payment Simulation Rule 3 2475 0.0% 825.00 3 2475 0 0
Delivery Causality Assignment Movement Group 6 2559 0.0% 426.50 6 2559 0 0
erp5.portal_type.Invoice Simulation Rule 3 2640 0.0% 880.00 3 2640 0 0
...AcceleratedHTTPCacheManager 6 2981 0.0% 496.83 6 2981 0 0
...Invoice Transaction Simulation Rule 3 3007 0.0% 1002.33 3 3007 0 0
...Parent Explanation Movement Group 8 3044 0.0% 380.50 8 3044 0 0
erp5.portal_type.Attribute Unicity Constraint 4 3048 0.0% 762.00 4 3048 0 0
erp5.portal_type.Simulation Tool 7 3262 0.0% 466.00 2 878 5 2384
erp5.portal_type.Order Movement Group 10 3285 0.0% 328.50 10 3285 0 0
...Accounting Transaction Root Simulation Rule 3 3309 0.0% 1103.00 3 3309 0 0
...Category Membership State Constraint 5 3430 0.0% 686.00 4 2694 1 736
erp5.portal_type.Preference Tool Type 4 3566 0.0% 891.50 2 1563 2 2003
erp5.portal_type.System Preference 2 3783 0.0% 1891.50 2 3783 0 0
erp5.portal_type.Rule Tool 12 4096 0.0% 341.33 2 512 10 3584
erp5.portal_type.Script Constraint 9 4162 0.0% 462.44 8 3614 1 548
...RAMCacheManager.RAMCacheManager 10 4421 0.0% 442.10 10 4421 0 0
Products.CMFCore.ActionsTool.ActionsTool 6 4704 0.0% 784.00 1 868 5 3836
erp5.portal_type.ERP5 Report 4 4724 0.0% 1181.00 4 4724 0 0
erp5.portal_type.Service Configurator Item 2 4889 0.0% 2444.50 2 4889 0 0
Products.ERP5Form.ReportBox.ReportBox 6 4991 0.0% 831.83 6 4991 0 0
erp5.portal_type.Portal Type Configurator Item 12 5268 0.0% 439.00 12 5268 0 0
...Causality Assignment Movement Group 14 5271 0.0% 376.50 14 5271 0 0
erp5.portal_type.Rule Configurator Item 18 5557 0.0% 308.72 18 5557 0 0
erp5.portal_type.Trade Model Path 11 5615 0.0% 510.45 6 3229 5 2386
Products.ERP5Form.CaptchaField.CaptchaField 4 5771 0.0% 1442.75 4 5771 0 0
Products.ERP5Form.PDFTemplate.PDFTemplate 2 5927 0.0% 2963.50 2 5927 0 0
erp5.portal_type.Base Variant Movement Group 18 6201 0.0% 344.50 18 6201 0 0
OFS.Application.Application 7 6339 0.0% 905.57 1 1512 6 4827
erp5.portal_type.Notification Message Module 1 6375 0.0% 6375.00 1 6375 0 0
...ERP5Form.InputButtonField.InputButtonField 8 6414 0.0% 801.75 8 6414 0 0
erp5.portal_type.Variant Movement Group 18 6417 0.0% 356.50 18 6417 0 0
erp5.portal_type.Delivery Node Module 1 6487 0.0% 6487.00 1 6487 0 0
erp5.portal_type.Web Site Module 1 6533 0.0% 6533.00 1 6533 0 0
erp5.portal_type.Internal Order Module 1 6535 0.0% 6535.00 1 6535 0 0
erp5.portal_type.Internal Supply Module 1 6539 0.0% 6539.00 1 6539 0 0
erp5.portal_type.Inventory Report Module 1 6541 0.0% 6541.00 1 6541 0 0
erp5.portal_type.Returned Sale Order Module 1 6550 0.0% 6550.00 1 6550 0 0
Products.Formulator.StandardFields.LinkField 4 6553 0.0% 1638.25 4 6553 0 0
erp5.portal_type.External Source Module 1 6554 0.0% 6554.00 1 6554 0 0
...portal_type.Quantity Unit Conversion Module 1 6556 0.0% 6556.00 1 6556 0 0
...portal_type.Returned Purchase Order Module 1 6562 0.0% 6562.00 1 6562 0 0
...portal_type.Internal Trade Condition Module 1 6565 0.0% 6565.00 1 6565 0 0
...Returned Purchase Packing List Module 1 6583 0.0% 6583.00 1 6583 0 0
erp5.portal_type.Business Configuration Module 1 6644 0.0% 6644.00 1 6644 0 0
Products.DCWorkflow.Guard.Guard 94 6852 0.0% 72.89 94 6852 0 0
erp5.portal_type.Callable Tool 3 6886 0.0% 2295.33 2 4528 1 2358
erp5.portal_type.Business Link 10 6887 0.0% 688.70 6 4275 4 2612
erp5.portal_type.Preference Configurator Item 4 6936 0.0% 1734.00 4 6936 0 0
persistent.mapping.PersistentMapping 26 6943 0.0% 267.04 21 4711 5 2232
erp5.portal_type.Ram Cache 20 7333 0.0% 366.65 14 4753 6 2580
...Document.BusinessTemplate.TestTemplateItem 42 7392 0.0% 176.00 42 7392 0 0
...Document.BusinessTemplate.RoleTemplateItem 42 7392 0.0% 176.00 42 7392 0 0
...BusinessTemplate.ModuleTemplateItem 42 7476 0.0% 178.00 42 7476 0 0
...BusinessTemplate.ActionTemplateItem 42 7476 0.0% 178.00 42 7476 0 0
...BusinessTemplate.ProductTemplateItem 42 7518 0.0% 179.00 42 7518 0 0
...BusinessTemplate.DocumentTemplateItem 42 7560 0.0% 180.00 42 7560 0 0
...BusinessTemplate.ExtensionTemplateItem 42 7602 0.0% 181.00 42 7602 0 0
...BusinessTemplate.ConstraintTemplateItem 42 7644 0.0% 182.00 42 7644 0 0
...BusinessTemplate.LocalRolesTemplateItem 42 7644 0.0% 182.00 42 7644 0 0
...System Preference Configurator Item 2 7645 0.0% 3822.50 2 7645 0 0
...BusinessTemplate.SitePropertyTemplateItem 42 7728 0.0% 184.00 42 7728 0 0
...BusinessTemplate.PropertySheetTemplateItem 42 7770 0.0% 185.00 42 7770 0 0
...BusinessTemplate.CatalogRoleKeyTemplateItem 42 7812 0.0% 186.00 42 7812 0 0
...PortalTypeRolesTemplateItem 42 7854 0.0% 187.00 42 7854 0 0
...CatalogTopicKeyTemplateItem 42 7854 0.0% 187.00 42 7854 0 0
...CatalogResultKeyTemplateItem 42 7896 0.0% 188.00 42 7896 0 0
...CatalogSearchKeyTemplateItem 42 7896 0.0% 188.00 42 7896 0 0
...CatalogRelatedKeyTemplateItem 42 7938 0.0% 189.00 42 7938 0 0
...CatalogKeywordKeyTemplateItem 42 7938 0.0% 189.00 42 7938 0 0
...CatalogRequestKeyTemplateItem 42 7938 0.0% 189.00 42 7938 0 0
erp5.portal_type.Content Existence Constraint 17 7948 0.0% 467.53 12 5491 5 2457
...MessageTranslationTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...CatalogResultTableTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...CatalogDateTimeKeyTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...CatalogFullTextKeyTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...PortalTypeTypeMixinTemplateItem 42 8022 0.0% 191.00 42 8022 0 0
...CatalogLocalRoleKeyTemplateItem 42 8022 0.0% 191.00 42 8022 0 0
...CatalogMultivalueKeyTemplateItem 42 8064 0.0% 192.00 42 8064 0 0
...CatalogScriptableKeyTemplateItem 42 8064 0.0% 192.00 42 8064 0 0
...PortalTypeBaseCategoryTemplateItem 42 8148 0.0% 194.00 42 8148 0 0
erp5.portal_type.Base Domain 21 8172 0.0% 389.14 16 6421 5 1751
...PortalTypePropertySheetTemplateItem 42 8190 0.0% 195.00 42 8190 0 0
...CatalogSecurityUidColumnTemplateItem 42 8232 0.0% 196.00 42 8232 0 0
...PortalTypeHiddenContentTypeTemplateItem 42 8358 0.0% 199.00 42 8358 0 0
...PortalTypeAllowedContentTypeTemplateItem 42 8400 0.0% 200.00 42 8400 0 0
...RegisteredSkinSelectionTemplateItem 42 8412 0.0% 200.29 42 8412 0 0
...Formulator.StandardFields.PasswordField 6 8594 0.0% 1432.33 6 8594 0 0
RegisteredVersionPrioritySelectionTemplateItem 42 8652 0.0% 206.00 42 8652 0 0
...Document.BusinessTemplate.SkinTemplateItem 42 8778 0.0% 209.00 42 8778 0 0
erp5.portal_type.Variation Divergence Tester 15 8790 0.0% 586.00 15 8790 0 0
Products.Formulator.StandardFields.EmailField 6 8878 0.0% 1479.67 6 8878 0 0
erp5.portal_type.String Divergence Tester 23 9019 0.0% 392.13 21 8176 2 843
...BusinessTemplate.WorkflowTemplateItem 42 9072 0.0% 216.00 42 9072 0 0
...Document.BusinessTemplate.MixinTemplateItem 42 9098 0.0% 216.62 42 9098 0 0
...BusinessTemplate.InterfaceTemplateItem 42 9317 0.0% 221.83 42 9317 0 0
...BusinessTemplate.ToolComponentTemplateItem 42 9451 0.0% 225.02 42 9451 0 0
Products.ERP5Form.GadgetField.GadgetField 8 9506 0.0% 1188.25 8 9506 0 0
...ModuleComponentTemplateItem 42 9569 0.0% 227.83 42 9569 0 0
erp5.portal_type.Cache Factory 25 9613 0.0% 384.52 18 6494 7 3119
...Document.BusinessTemplate.ToolTemplateItem 42 9618 0.0% 229.00 42 9618 0 0
...Document.BusinessTemplate.PathTemplateItem 42 9618 0.0% 229.00 42 9618 0 0
erp5.portal_type.Account Configurator Item 22 9855 0.0% 447.95 22 9855 0 0
...BusinessTemplate.PreferenceTemplateItem 42 9870 0.0% 235.00 42 9870 0 0
erp5.portal_type.Account 11 10265 0.0% 933.18 11 10265 0 0
...BusinessTemplate.CategoryTemplateItem 42 10458 0.0% 249.00 42 10458 0 0
...portal_type.Standard BT5 Configurator Item 34 10759 0.0% 316.44 34 10759 0 0
...BusinessTemplate.PortalTypeTemplateItem 42 11046 0.0% 263.00 42 11046 0 0
Products.ERP5Form.OOoChart.OOoChart 4 11756 0.0% 2939.00 4 11756 0 0
erp5.portal_type.Specialise Divergence Tester 27 11768 0.0% 435.85 24 10340 3 1428
Products.Formulator.StandardFields.LabelField 20 12707 0.0% 635.35 20 12707 0 0
erp5.portal_type.Query Module 2 12710 0.0% 6355.00 1 6379 1 6331
erp5.portal_type.Accounting Transaction Module 2 12722 0.0% 6361.00 1 6405 1 6317
erp5.portal_type.Sale Supply Module 2 12731 0.0% 6365.50 1 6382 1 6349
erp5.portal_type.Transformation Module 2 12747 0.0% 6373.50 1 6390 1 6357
erp5.portal_type.Purchase Supply Module 2 12755 0.0% 6377.50 1 6394 1 6361
erp5.portal_type.Component Module 2 12765 0.0% 6382.50 1 6423 1 6342
...Category Membership Arity Constraint 22 12897 0.0% 586.23 16 9077 6 3820
erp5.portal_type.Event Module 2 13097 0.0% 6548.50 1 6589 1 6508
erp5.portal_type.Meeting Module 2 13109 0.0% 6554.50 1 6595 1 6514
erp5.portal_type.Campaign Module 2 13115 0.0% 6557.50 1 6598 1 6517
erp5.portal_type.Inventory Module 2 13125 0.0% 6562.50 1 6604 1 6521
erp5.portal_type.Image Module 2 13129 0.0% 6564.50 1 6605 1 6524
erp5.portal_type.Configuration Save 22 13137 0.0% 597.14 22 13137 0 0
erp5.portal_type.Document Module 2 13147 0.0% 6573.50 1 6614 1 6533
erp5.portal_type.Internal Packing List Module 2 13147 0.0% 6573.50 1 6591 1 6556
erp5.portal_type.Purchase Order Module 2 13153 0.0% 6576.50 1 6618 1 6535
erp5.portal_type.Support Request Module 2 13157 0.0% 6578.50 1 6619 1 6538
erp5.portal_type.Sale Opportunity Module 2 13165 0.0% 6582.50 1 6623 1 6542
erp5.portal_type.Web Page Module 2 13173 0.0% 6586.50 1 6627 1 6546
...Returned Sale Packing List Module 2 13177 0.0% 6588.50 1 6606 1 6571
erp5.portal_type.Purchase Packing List Module 2 13195 0.0% 6597.50 1 6639 1 6556
erp5.portal_type.Knowledge Pad Module 2 13196 0.0% 6598.00 1 6622 1 6574
erp5.portal_type.Document Ingestion Module 2 13217 0.0% 6608.50 1 6649 1 6568
erp5.portal_type.Business Configuration 10 13962 0.0% 1396.20 9 12286 1 1676
erp5.portal_type.Preference 5 13965 0.0% 2793.00 3 8921 2 5044
erp5.portal_type.Alarm 20 13982 0.0% 699.10 18 12835 2 1147
erp5.portal_type.Property Movement Group 38 15295 0.0% 402.50 38 15295 0 0
erp5.portal_type.Workflow Transition Variable 39 15354 0.0% 393.69 38 14999 1 355
...Net Converted Quantity Divergence Tester 24 15500 0.0% 645.83 24 15500 0 0
Products.ERP5Form.PlanningBox.PlanningBox 4 16020 0.0% 4005.00 4 16020 0 0
erp5.portal_type.Trash Bin 40 16231 0.0% 405.77 40 16231 0 0
...ExternalMethod.ExternalMethod 62 16477 0.0% 265.76 62 16477 0 0
erp5.portal_type.Preference Type 16 17546 0.0% 1096.62 4 3740 12 13806
erp5.portal_type.Account Module 3 19261 0.0% 6420.33 1 6526 2 12735
erp5.portal_type.Service Module 3 19371 0.0% 6457.00 1 6558 2 12813
erp5.portal_type.Currency Module 3 19384 0.0% 6461.33 1 6563 2 12821
erp5.portal_type.Business Process Module 3 19481 0.0% 6493.67 1 6580 2 12901
...BusinessTemplate.CatalogMethodTemplateItem 42 19530 0.0% 465.00 42 19530 0 0
Products.Formulator.StandardFields.FileField 20 19765 0.0% 988.25 20 19765 0 0
erp5.portal_type.Sale Trade Condition Module 3 20068 0.0% 6689.33 1 6799 2 13269
...portal_type.Purchase Trade Condition Module 3 20104 0.0% 6701.33 1 6811 2 13293
erp5.portal_type.Service 24 20600 0.0% 858.33 24 20600 0 0
erp5.portal_type.TALES Constraint 46 20876 0.0% 453.83 34 15051 12 5825
erp5.portal_type.Contribution Predicate 45 21461 0.0% 476.91 44 21049 1 412
...StandardFields.MultiCheckBoxField 16 22512 0.0% 1407.00 16 22512 0 0
erp5.portal_type.Property Existence Constraint 54 23819 0.0% 441.09 42 18934 12 4885
erp5.portal_type.Float Divergence Tester 35 25595 0.0% 731.29 30 21308 5 4287
erp5.portal_type.DateTime Divergence Tester 54 26793 0.0% 496.17 48 23292 6 3501
erp5.portal_type.Category Movement Group 46 27489 0.0% 597.59 46 27489 0 0
Products.ERP5Form.FormBox.FormBox 28 29238 0.0% 1044.21 28 29238 0 0
Products.ERP5Form.ImageField.ImageField 20 32929 0.0% 1646.45 20 32929 0 0
erp5.portal_type.Gadget Tool 3 35110 0.0% 11703.33 2 23339 1 11771
erp5.portal_type.Gadget 24 35147 0.0% 1464.46 20 28837 4 6310
erp5.portal_type.Contribution Tool 3 35289 0.0% 11763.00 2 23470 1 11819
...ParallelListField.ParallelListField 24 36067 0.0% 1502.79 24 36067 0 0
erp5.portal_type.Role Information 84 36470 0.0% 434.17 83 36063 1 407
erp5.portal_type.Interaction Workflow 72 36758 0.0% 510.53 66 33172 6 3586
erp5.portal_type.Delivery Builder 24 37050 0.0% 1543.75 24 37050 0 0
erp5.portal_type.Solver Type 26 38472 0.0% 1479.69 26 38472 0 0
erp5.portal_type.Person Module 6 39379 0.0% 6563.17 1 6613 5 32766
erp5.portal_type.Sale Packing List Module 6 40337 0.0% 6722.83 1 6829 5 33508
Products.Formulator.StandardFields.RadioField 28 41433 0.0% 1479.75 28 41433 0 0
...PortalTypeWorkflowChainTemplateItem 42 42363 0.0% 1008.64 42 42363 0 0
Products.ERP5Type.Core.Folder.FragmentedLength 66 45519 0.0% 689.68 5 3043 61 42476
erp5.portal_type.Category Existence Constraint 88 49824 0.0% 566.18 68 37548 20 12276
erp5.portal_type.Sale Order Module 9 60701 0.0% 6744.56 1 6830 8 53871
...MultiRelationField.MultiRelationStringField 18 62237 0.0% 3457.61 18 62237 0 0
Products.Formulator.MethodField.Method 578 62760 0.0% 108.58 578 62760 0 0
...TransformEngine.TransformTool 5 64365 0.0% 12873.00 2 25240 3 39125
erp5.portal_type.Delivery Type 49 70897 0.0% 1446.88 34 44588 15 26309
Products.CMFCore.SkinsTool.SkinsTool 22 71754 0.0% 3261.55 1 4719 21 67035
erp5.portal_type.Workflow 101 86374 0.0% 855.19 94 76979 7 9395
...Interaction Workflow Interaction 151 101803 0.0% 674.19 136 90306 15 11497
erp5.portal_type.Category Tool 11 103230 0.0% 9384.55 1 13125 10 90105
Products.Formulator.Form.BasicForm 172 106202 0.0% 617.45 172 106202 0 0
erp5.portal_type.Python Script 54 108369 0.0% 2006.83 50 99499 4 8870
Products.ZSQLMethods.SQL.SQL 58 110865 0.0% 1911.47 58 110865 0 0
Products.ERP5Form.EditorField.EditorField 68 119719 0.0% 1760.57 68 119719 0 0
OFS.DTMLDocument.DTMLDocument 6 121625 0.0% 20270.83 6 121625 0 0
erp5.portal_type.Worklist 191 134442 0.0% 703.88 182 127602 9 6840
Products.PortalTransforms.Transform.Transform 262 138148 0.0% 527.28 262 138148 0 0
erp5.portal_type.Catalog 10 145569 0.0% 14556.90 1 16156 9 129413
...Formulator.StandardFields.CheckBoxField 164 145692 0.0% 888.37 164 145692 0 0
erp5.portal_type.Category Property 841 154490 0.0% 183.70 568 97434 273 57056
...TranslationInformation 1140 162890 0.0% 142.89 1140 162890 0 0
...Formulator.StandardFields.TextAreaField 104 167621 0.0% 1611.74 104 167621 0 0
Products.ERP5Form.MatrixBox.MatrixBox 90 171660 0.0% 1907.33 90 171660 0 0
...Formulator.StandardFields.MultiListField 134 183176 0.0% 1366.99 134 183176 0 0
erp5.portal_type.Template Tool 33 210449 0.0% 6377.24 1 6369 32 204080
erp5.portal_type.Property Sheet 684 221549 0.0% 323.90 479 141455 205 80094
Products.Formulator.StandardFields.FloatField 160 225718 0.0% 1410.74 160 225718 0 0
erp5.portal_type.Workflow Variable 729 243301 0.0% 333.75 682 226259 47 17042
erp5.portal_type.Extension Component 43 247792 0.0% 5762.60 36 189428 7 58364
...Category Membership Divergence Tester 583 262141 0.0% 449.64 519 228869 64 33272
erp5.portal_type.Acquired Property 332 284432 0.0% 856.72 226 191140 106 93292
...Formulator.StandardFields.DateTimeField 160 305922 0.0% 1912.01 160 305922 0 0
erp5.portal_type.Workflow State 516 342274 0.0% 663.32 491 324251 25 18023
Products.ERP5Form.ListBox.ListBox 116 359218 0.0% 3096.71 116 359218 0 0
...ERP5Type.Utils.ScalarMaxConflictResolver 5716 365375 0.0% 63.92 4 247 5712 365128
erp5.portal_type.SQL Method 371 366047 0.0% 986.65 371 366047 0 0
erp5.portal_type.Workflow Script 281 404149 0.0% 1438.25 265 378244 16 25905
erp5.portal_type.Base Category 390 408662 0.0% 1047.85 302 303941 88 104721
...Categories Spreadsheet Configurator Item 2 410934 0.0% 205467.00 2 410934 0 0
OFS.Folder.Folder 513 437118 0.0% 852.08 504 426279 9 10839
Products.CMFCore.Expression.Expression 3603 453902 0.0% 125.98 3603 453902 0 0
persistent.list.PersistentList 5368 481887 0.0% 89.77 4319 402579 1049 79308
...ERP5Form.RelationField.RelationStringField 160 511362 0.0% 3196.01 160 511362 0 0
erp5.portal_type.Workflow Transition 827 525378 0.0% 635.28 785 499363 42 26015
...CMFCore.ActionInformation.ActionInformation 1564 594817 0.0% 380.32 1564 594817 0 0
Products.Formulator.StandardFields.ListField 344 642915 0.0% 1868.94 344 642915 0 0
Products.ERP5.ERP5Site.ERP5Site 33 661386 0.0% 20042.00 1 22344 32 639042
erp5.portal_type.Mixin Component 85 711348 0.0% 8368.80 64 531786 21 179562
erp5.portal_type.Module Component 100 711619 0.0% 7116.19 90 612051 10 99568
erp5.portal_type.Embedded File 28 711830 0.0% 25422.50 28 711830 0 0
OFS.DTMLMethod.DTMLMethod 28 763692 0.0% 27274.71 28 763692 0 0
erp5.portal_type.Interface Component 218 778982 0.0% 3573.31 156 552724 62 226258
Products.Formulator.TALESField.TALESMethod 5176 790290 0.0% 152.68 5176 790290 0 0
Products.Formulator.StandardFields.LinesField 494 803801 0.0% 1627.13 494 803801 0 0
erp5.portal_type.Category 1313 807215 0.0% 614.79 1241 771704 72 35511
BTrees.OIBTree.OIBucket 1448 877211 0.0% 605.81 341 188967 1107 688244
erp5.portal_type.Base Type 1005 889201 0.0% 884.78 782 638173 223 251028
erp5.portal_type.Tool Component 59 915958 0.0% 15524.71 42 631061 17 284897
erp5.portal_type.Action Information 2566 1007820 0.0% 392.76 1301 512465 1265 495355
Products.Formulator.StandardFields.StringField 754 1055342 0.0% 1399.66 754 1055342 0 0
OFS.Image.Image 858 1055551 0.0% 1230.25 858 1055551 0 0
...MimetypesRegistry.MimeTypeItem.MimeTypeItem 3416 1080010 0.0% 316.16 3416 1080010 0 0
Products.ERP5OOo.OOoTemplate.OOoTemplate 42 1096063 0.0% 26096.74 42 1096063 0 0
erp5.portal_type.Standard Property 2846 1203006 0.1% 422.70 2008 825921 838 377085
...Formulator.StandardFields.IntegerField 916 1255097 0.1% 1370.19 916 1255097 0 0
...ZopePageTemplate.ZopePageTemplate 315 1274332 0.1% 4045.50 315 1274332 0 0
erp5.portal_type.ERP5 Form 1783 2478274 0.1% 1389.95 1616 2231257 167 247017
erp5.portal_type.Document Component 411 3265435 0.1% 7945.10 374 2765981 37 499454
erp5.portal_type.Product Module 502 3314545 0.1% 6602.68 1 6609 501 3307936
erp5.portal_type.Organisation Module 503 3329279 0.1% 6618.84 1 6625 502 3322654
Products.ERP5Type.Message.Message 25279 4023776 0.2% 159.17 25279 4023776 0 0
erp5.portal_type.Organisation 5003 4175718 0.2% 834.64 5001 4173606 2 2112
erp5.portal_type.Product 5000 4632584 0.2% 926.52 5000 4632584 0 0
erp5.portal_type.Test Component 128 5318792 0.2% 41553.06 128 5318792 0 0
...PythonScripts.PythonScript.PythonScript 2383 5837291 0.3% 2449.56 2382 5835418 1 1873
erp5.portal_type.Business Template 90 6173372 0.3% 68593.02 43 894446 47 5278926
Products.ERP5Form.ProxyField.ProxyField 11492 7289817 0.3% 634.34 11492 7289817 0 0
OFS.Image.File 2350 19566324 0.9% 8326.10 2350 19566324 0 0
BTrees.OOBTree.OOTreeSet 241456 24820336 1.1% 102.79 241456 24820336 0 0
OFS.Image.Pdata 402 29090130 1.3% 72363.51 402 29090130 0 0
BTrees.Length.Length 1068979 34225985 1.5% 32.02 1041646 33332744 27333 893241
BTrees.OOBTree.OOBucket 58677 60428370 2.7% 1029.85 4451 4274768 54226 56153602
BTrees.OIBTree.OIBTree 1042064 63368014 2.8% 60.81 1041506 62548014 558 820000
erp5.portal_type.Sale Packing List Line 103611 65407477 2.9% 631.28 103611 65407477 0 0
erp5.portal_type.Sale Order 50000 72606078 3.3% 1452.12 25000 36303036 25000 36303042
Persistence.mapping.PersistentMapping 520515 73695808 3.3% 141.58 520341 73364420 174 331388
erp5.portal_type.Sale Packing List 74615 115235298 5.2% 1544.40 25000 36874861 49615 78360437
erp5.portal_type.Sale Order Line 275690 118910979 5.3% 431.32 137845 68629814 137845 50281165
erp5.portal_type.Applied Rule 737126 212315824 9.5% 288.03 714225 205603418 22901 6712406
Products.ERP5Type.Workflow.WorkflowHistoryList 566297 227081705 10.2% 400.99 439748 186549941 126549 40531764
BTrees.OOBTree.OOBTree 2087567 254111486 11.4% 121.73 2083244 241952558 4323 12158928
erp5.portal_type.Simulation Movement 829179 777681103 34.9% 937.89 689225 646903921 139954 130777182
============================================== ======= ========= ===== ======= ======= ========= ======= =========
Total Transactions 154136 14.13k
Total Records 7763684 2177828k 100.0% 287.25
Current Objects 7162180 1756594k 80.7% 251.15
Old Objects 601504 421234k 19.3% 717.11
This source diff could not be displayed because it is too large. You can view the blob instead.
# b'03fbf920b8396866'..b'03fbf9e1355c7100'
Processed 7763814 records in 154322 transactions
Average record size is 287.24 bytes
Average transaction size is 14450.65 bytes
Types used:
Class Name T.Count T.Bytes Pct AvgSize C.Count C.Bytes O.Count O.Bytes
---------------------------------------------- ------- --------- ----- ------- ------- --------- ------- ---------
...VirtualHostMonster.VirtualHostMonster 1 102 0.0% 102.00 1 102 0 0
Products.CMFCore.URLTool.URLTool 1 102 0.0% 102.00 1 102 0 0
Products.CMFCore.UndoTool.UndoTool 1 104 0.0% 104.00 1 104 0 0
Products.CMFCore.MembershipTool.MembershipTool 1 116 0.0% 116.00 1 116 0 0
...ERP5RoleManager.ERP5RoleManager 1 119 0.0% 119.00 1 119 0 0
...CMFCore.RegistrationTool.RegistrationTool 1 120 0.0% 120.00 1 120 0 0
...ERP5GroupManager.ERP5GroupManager 1 122 0.0% 122.00 1 122 0 0
...ERP5UserFactory.ERP5UserFactory 1 126 0.0% 126.00 1 126 0 0
OFS.userfolder.UserFolder 1 129 0.0% 129.00 1 129 0 0
...ERP5LoginUserManager.ERP5LoginUserManager 1 135 0.0% 135.00 1 135 0 0
...ERP5DumbHTTPExtractionPlugin 1 148 0.0% 148.00 1 148 0 0
...SessionDataManagerTraverser 1 172 0.0% 172.00 1 172 0 0
Products.CMFCore.CookieCrumbler.CookieCrumbler 1 173 0.0% 173.00 1 173 0 0
Products.CMFCore.MemberDataTool.MemberDataTool 1 174 0.0% 174.00 1 174 0 0
...plugins.ZODBRoleManager.ZODBRoleManager 1 231 0.0% 231.00 1 231 0 0
...plugins.ZODBGroupManager.ZODBGroupManager 1 236 0.0% 236.00 1 236 0 0
...ContentTypeRegistry.ExtensionPredicate 2 246 0.0% 123.00 2 246 0 0
...mime_types.mtr_mimetypes.text_xml 2 264 0.0% 132.00 2 264 0 0
...mime_types.mtr_mimetypes.text_python 2 266 0.0% 133.00 2 266 0 0
...mime_types.mtr_mimetypes.text_rest 2 266 0.0% 133.00 2 266 0 0
...mime_types.mtr_mimetypes.text_wiki 2 266 0.0% 133.00 2 266 0 0
...SessionDataManager.SessionDataManager 1 273 0.0% 273.00 1 273 0 0
...mime_types.mtr_mimetypes.text_pre_plain 2 276 0.0% 138.00 2 276 0 0
...mime_types.mtr_mimetypes.text_html_safe 2 276 0.0% 138.00 2 276 0 0
Products.ZMySQLDA.DA.DeferredConnection 1 277 0.0% 277.00 1 277 0 0
...SiteErrorLog.SiteErrorLog.SiteErrorLog 2 278 0.0% 139.00 2 278 0 0
...mime_types.mtr_mimetypes.text_structured 2 278 0.0% 139.00 2 278 0 0
...mime_types.mtr_mimetypes.text_web_textile 2 280 0.0% 140.00 2 280 0 0
...plugins.ZODBUserManager.ZODBUserManager 1 281 0.0% 281.00 1 281 0 0
...mime_types.mtr_mimetypes.application_msword 2 282 0.0% 141.00 2 282 0 0
...mime_types.mtr_mimetypes.text_web_markdown 2 282 0.0% 141.00 2 282 0 0
erp5.portal_type.Selection Tool 2 283 0.0% 141.50 1 148 1 135
...ContentTypeRegistry.ContentTypeRegistry 1 285 0.0% 285.00 1 285 0 0
...mtr_mimetypes.text_web_intelligent 2 288 0.0% 144.00 2 288 0 0
...mime_types.mtr_mimetypes.application_rtf 2 292 0.0% 146.00 2 292 0 0
...ActivityConnection.ActivityConnection 1 294 0.0% 294.00 1 294 0 0
Products.MailHost.MailHost.MailHost 1 306 0.0% 306.00 1 306 0 0
AccessControl.users.User 2 316 0.0% 158.00 2 316 0 0
...ERP5OAuth2ResourceServerPlugin 1 322 0.0% 322.00 1 322 0 0
erp5.portal_type.Url Registry Tool 2 343 0.0% 171.50 2 343 0 0
...mime_types.mtr_mimetypes.text_html 2 374 0.0% 187.00 2 374 0 0
...ContentTypeRegistry.MajorMinorPredicate 3 402 0.0% 134.00 3 402 0 0
...Sessions.BrowserIdManager.BrowserIdManager 1 408 0.0% 408.00 1 408 0 0
...mime_types.mtr_mimetypes.text_plain 2 412 0.0% 206.00 2 412 0 0
...Security Category Mapping Configurator Item 2 423 0.0% 211.50 2 423 0 0
erp5.portal_type.Configurator Tool 2 429 0.0% 214.50 2 429 0 0
erp5.portal_type.Test Tool 3 430 0.0% 143.33 2 244 1 186
Products.Localizer.Localizer.Localizer 1 431 0.0% 431.00 1 431 0 0
...mtr_mimetypes.application_octet_stream 2 440 0.0% 220.00 2 440 0 0
...portal_type.Duplicate Inventory Constraint 2 445 0.0% 222.50 2 445 0 0
erp5.portal_type.Workflow Tool 2 447 0.0% 223.50 1 230 1 217
erp5.portal_type.Component Tool 2 453 0.0% 226.50 1 233 1 220
erp5.portal_type.Diff Tool 3 463 0.0% 154.33 2 266 1 197
erp5.portal_type.Order Tool 3 472 0.0% 157.33 2 272 1 200
erp5.portal_type.Property Sheet Tool 2 473 0.0% 236.50 1 243 1 230
...TimerService.TimerService.TimerService 2 479 0.0% 239.50 1 253 1 226
erp5.portal_type.Session Tool 3 484 0.0% 161.33 2 280 1 204
erp5.portal_type.Solver Tool 2 498 0.0% 249.00 2 498 0 0
...Resource Measures Consistency Constraint 2 505 0.0% 252.50 2 505 0 0
erp5.portal_type.Rounding Tool 2 506 0.0% 253.00 2 506 0 0
erp5.portal_type.Notification Tool 3 514 0.0% 171.33 2 300 1 214
erp5.portal_type.Introspection Tool 3 520 0.0% 173.33 2 304 1 216
erp5.portal_type.Acknowledgement Tool 3 532 0.0% 177.33 2 312 1 220
Products.ZMySQLDA.DA.Connection 2 535 0.0% 267.50 2 535 0 0
erp5.portal_type.Currency Configurator Item 2 537 0.0% 268.50 2 537 0 0
erp5.portal_type.Trash Tool 2 547 0.0% 273.50 1 280 1 267
erp5.portal_type.Cache Tool 2 549 0.0% 274.50 1 281 1 268
erp5.portal_type.Memcached Tool 2 563 0.0% 281.50 1 288 1 275
...Sale Trade Condition Configurator Item 2 581 0.0% 290.50 2 581 0 0
...Purchase Trade Condition Configurator Item 2 605 0.0% 302.50 2 605 0 0
...registry.PersistentComponents 1 615 0.0% 615.00 1 615 0 0
...portal_type.Customer BT5 Configurator Item 2 629 0.0% 314.50 2 629 0 0
ortal Type Roles Spreadsheet Configurator Item 2 660 0.0% 330.00 2 660 0 0
erp5.portal_type.Password Tool 3 672 0.0% 224.00 2 396 1 276
...Accounting Period Configurator Item 2 689 0.0% 344.50 2 689 0 0
erp5.portal_type.Catalog Tool 2 701 0.0% 350.50 1 357 1 344
erp5.portal_type.Types Tool 3 706 0.0% 235.33 1 272 2 434
...Catalog Keyword Key Configurator Item 2 747 0.0% 373.50 2 747 0 0
erp5.portal_type.Career 1 751 0.0% 751.00 1 751 0 0
...Accounting Transaction Balance Constraint 2 777 0.0% 388.50 2 777 0 0
erp5.portal_type.Id Tool 3 817 0.0% 272.33 2 482 1 335
Trade Model Line Cell Consistency Constraint 2 823 0.0% 411.50 2 823 0 0
...Business Process Configurator Item 2 826 0.0% 413.00 2 826 0 0
erp5.portal_type.Category Configurator Item 2 835 0.0% 417.50 2 835 0 0
erp5.portal_type.Domain Tool 3 841 0.0% 280.33 2 498 1 343
erp5.portal_type.Currency 1 853 0.0% 853.00 1 853 0 0
erp5.portal_type.Delivery Tool 3 856 0.0% 285.33 2 508 1 348
erp5.portal_type.Alarm Tool 3 864 0.0% 288.00 1 316 2 548
erp5.portal_type.Accounting Period 1 917 0.0% 917.00 1 917 0 0
erp5.portal_type.Contribution Registry Tool 3 928 0.0% 309.33 2 556 1 372
erp5.portal_type.Address 3 978 0.0% 326.00 3 978 0 0
...ZODB Continuous Increasing Id Generator 3 1014 0.0% 338.00 2 630 1 384
erp5.portal_type.Business Process 1 1026 0.0% 1026.00 1 1026 0 0
erp5.portal_type.Sale Trade Condition 1 1052 0.0% 1052.00 1 1052 0 0
erp5.portal_type.Purchase Trade Condition 1 1070 0.0% 1070.00 1 1070 0 0
...Localizer.MessageCatalog.MessageCatalog 3 1094 0.0% 364.67 3 1094 0 0
erp5.portal_type.Solver Process Tool 2 1170 0.0% 585.00 2 1170 0 0
...portal_type.Organisation Configurator Item 2 1216 0.0% 608.00 2 1216 0 0
...CachingPolicyManager.CachingPolicyManager 2 1223 0.0% 611.50 2 1223 0 0
erp5.portal_type.Email 5 1274 0.0% 254.80 5 1274 0 0
...registry.ComponentPathWrapper 6 1288 0.0% 214.67 6 1288 0 0
erp5.portal_type.Person Configurator Item 2 1314 0.0% 657.00 2 1314 0 0
erp5.portal_type.ERP5 Login 2 1328 0.0% 664.00 2 1328 0 0
erp5.portal_type.Activity Tool 5 1339 0.0% 267.80 1 310 4 1029
erp5.portal_type.Causality Movement Group 4 1378 0.0% 344.50 4 1378 0 0
erp5.portal_type.Alarm Configurator Item 4 1398 0.0% 349.50 4 1398 0 0
Category Related Membership Arity Constraint 3 1465 0.0% 488.33 2 951 1 514
...PersistentAdapterRegistry 3 1488 0.0% 496.00 2 936 1 552
...ERP5Form.HyperLinkField.HyperLinkField 2 1488 0.0% 744.00 2 1488 0 0
Products.ERP5Type.Cache.ZODBCookie 34 1564 0.0% 46.00 3 138 31 1426
erp5.portal_type.Dynamic Category Property 6 1568 0.0% 261.33 4 994 2 574
erp5.portal_type.Distributed Ram Cache 5 1578 0.0% 315.60 4 1246 1 332
erp5.portal_type.Assignment 2 1619 0.0% 809.50 2 1619 0 0
...PluggableAuthService.PluggableAuthService 1 1625 0.0% 1625.00 1 1625 0 0
...PluginRegistry.PluginRegistry 1 1673 0.0% 1673.00 1 1673 0 0
erp5.portal_type.Telephone 5 1752 0.0% 350.40 5 1752 0 0
Products.ERP5Form.HoneypotField.HoneypotField 2 1787 0.0% 893.50 2 1787 0 0
erp5.portal_type.Preference Tool 3 1809 0.0% 603.00 1 651 2 1158
...MimeTypesRegistry.MimeTypesRegistry 2 1861 0.0% 930.50 2 1861 0 0
erp5.portal_type.Conceptual Id Generator 6 1922 0.0% 320.33 4 1230 2 692
erp5.portal_type.Trash Folder 5 1982 0.0% 396.40 5 1982 0 0
erp5.portal_type.Person 2 2121 0.0% 1060.50 2 2121 0 0
erp5.portal_type.Order Root Simulation Rule 3 2237 0.0% 745.67 3 2237 0 0
erp5.portal_type.Trade Model Simulation Rule 3 2263 0.0% 754.33 3 2263 0 0
erp5.portal_type.Invoice Root Simulation Rule 3 2277 0.0% 759.00 3 2277 0 0
erp5.portal_type.Delivery Root Simulation Rule 3 2288 0.0% 762.67 3 2288 0 0
erp5.portal_type.Memcached Plugin 5 2305 0.0% 461.00 4 1796 1 509
erp5.portal_type.Delivery Simulation Rule 3 2332 0.0% 777.33 3 2332 0 0
...SQL Non Continuous Increasing Id Generator 6 2400 0.0% 400.00 4 1527 2 873
...MailTemplates.MailTemplate.MailTemplate 4 2408 0.0% 602.00 4 2408 0 0
erp5.portal_type.Application Id Generator 6 2435 0.0% 405.83 4 1572 2 863
erp5.portal_type.Payment Simulation Rule 3 2475 0.0% 825.00 3 2475 0 0
Delivery Causality Assignment Movement Group 6 2559 0.0% 426.50 6 2559 0 0
erp5.portal_type.Invoice Simulation Rule 3 2640 0.0% 880.00 3 2640 0 0
...AcceleratedHTTPCacheManager 6 2981 0.0% 496.83 6 2981 0 0
...Invoice Transaction Simulation Rule 3 3007 0.0% 1002.33 3 3007 0 0
...Parent Explanation Movement Group 8 3044 0.0% 380.50 8 3044 0 0
erp5.portal_type.Attribute Unicity Constraint 4 3048 0.0% 762.00 4 3048 0 0
erp5.portal_type.Simulation Tool 7 3262 0.0% 466.00 2 878 5 2384
erp5.portal_type.Order Movement Group 10 3285 0.0% 328.50 10 3285 0 0
...Accounting Transaction Root Simulation Rule 3 3309 0.0% 1103.00 3 3309 0 0
...Category Membership State Constraint 5 3430 0.0% 686.00 4 2694 1 736
erp5.portal_type.Preference Tool Type 4 3566 0.0% 891.50 2 1563 2 2003
erp5.portal_type.System Preference 2 3783 0.0% 1891.50 2 3783 0 0
erp5.portal_type.Rule Tool 12 4096 0.0% 341.33 2 512 10 3584
erp5.portal_type.Script Constraint 9 4162 0.0% 462.44 8 3614 1 548
...RAMCacheManager.RAMCacheManager 10 4421 0.0% 442.10 10 4421 0 0
Products.CMFCore.ActionsTool.ActionsTool 6 4704 0.0% 784.00 1 868 5 3836
erp5.portal_type.ERP5 Report 4 4724 0.0% 1181.00 4 4724 0 0
erp5.portal_type.Service Configurator Item 2 4889 0.0% 2444.50 2 4889 0 0
Products.ERP5Form.ReportBox.ReportBox 6 4991 0.0% 831.83 6 4991 0 0
erp5.portal_type.Portal Type Configurator Item 12 5268 0.0% 439.00 12 5268 0 0
...Causality Assignment Movement Group 14 5271 0.0% 376.50 14 5271 0 0
erp5.portal_type.Rule Configurator Item 18 5557 0.0% 308.72 18 5557 0 0
erp5.portal_type.Trade Model Path 11 5615 0.0% 510.45 6 3229 5 2386
Products.ERP5Form.CaptchaField.CaptchaField 4 5771 0.0% 1442.75 4 5771 0 0
Products.ERP5Form.PDFTemplate.PDFTemplate 2 5927 0.0% 2963.50 2 5927 0 0
erp5.portal_type.Base Variant Movement Group 18 6201 0.0% 344.50 18 6201 0 0
OFS.Application.Application 7 6339 0.0% 905.57 1 1512 6 4827
erp5.portal_type.Notification Message Module 1 6375 0.0% 6375.00 1 6375 0 0
...ERP5Form.InputButtonField.InputButtonField 8 6414 0.0% 801.75 8 6414 0 0
erp5.portal_type.Variant Movement Group 18 6417 0.0% 356.50 18 6417 0 0
erp5.portal_type.Delivery Node Module 1 6487 0.0% 6487.00 1 6487 0 0
erp5.portal_type.Web Site Module 1 6533 0.0% 6533.00 1 6533 0 0
erp5.portal_type.Internal Order Module 1 6535 0.0% 6535.00 1 6535 0 0
erp5.portal_type.Internal Supply Module 1 6539 0.0% 6539.00 1 6539 0 0
erp5.portal_type.Inventory Report Module 1 6541 0.0% 6541.00 1 6541 0 0
erp5.portal_type.Returned Sale Order Module 1 6550 0.0% 6550.00 1 6550 0 0
Products.Formulator.StandardFields.LinkField 4 6553 0.0% 1638.25 4 6553 0 0
erp5.portal_type.External Source Module 1 6554 0.0% 6554.00 1 6554 0 0
...portal_type.Quantity Unit Conversion Module 1 6556 0.0% 6556.00 1 6556 0 0
...portal_type.Returned Purchase Order Module 1 6562 0.0% 6562.00 1 6562 0 0
...portal_type.Internal Trade Condition Module 1 6565 0.0% 6565.00 1 6565 0 0
...Returned Purchase Packing List Module 1 6583 0.0% 6583.00 1 6583 0 0
erp5.portal_type.Business Configuration Module 1 6644 0.0% 6644.00 1 6644 0 0
Products.DCWorkflow.Guard.Guard 94 6852 0.0% 72.89 94 6852 0 0
erp5.portal_type.Callable Tool 3 6886 0.0% 2295.33 2 4528 1 2358
erp5.portal_type.Business Link 10 6887 0.0% 688.70 6 4275 4 2612
erp5.portal_type.Preference Configurator Item 4 6936 0.0% 1734.00 4 6936 0 0
persistent.mapping.PersistentMapping 26 6943 0.0% 267.04 21 4711 5 2232
erp5.portal_type.Ram Cache 20 7333 0.0% 366.65 14 4753 6 2580
...Document.BusinessTemplate.TestTemplateItem 42 7392 0.0% 176.00 42 7392 0 0
...Document.BusinessTemplate.RoleTemplateItem 42 7392 0.0% 176.00 42 7392 0 0
...BusinessTemplate.ModuleTemplateItem 42 7476 0.0% 178.00 42 7476 0 0
...BusinessTemplate.ActionTemplateItem 42 7476 0.0% 178.00 42 7476 0 0
...BusinessTemplate.ProductTemplateItem 42 7518 0.0% 179.00 42 7518 0 0
...BusinessTemplate.DocumentTemplateItem 42 7560 0.0% 180.00 42 7560 0 0
...BusinessTemplate.ExtensionTemplateItem 42 7602 0.0% 181.00 42 7602 0 0
...BusinessTemplate.ConstraintTemplateItem 42 7644 0.0% 182.00 42 7644 0 0
...BusinessTemplate.LocalRolesTemplateItem 42 7644 0.0% 182.00 42 7644 0 0
...System Preference Configurator Item 2 7645 0.0% 3822.50 2 7645 0 0
...BusinessTemplate.SitePropertyTemplateItem 42 7728 0.0% 184.00 42 7728 0 0
...BusinessTemplate.PropertySheetTemplateItem 42 7770 0.0% 185.00 42 7770 0 0
...BusinessTemplate.CatalogRoleKeyTemplateItem 42 7812 0.0% 186.00 42 7812 0 0
...PortalTypeRolesTemplateItem 42 7854 0.0% 187.00 42 7854 0 0
...CatalogTopicKeyTemplateItem 42 7854 0.0% 187.00 42 7854 0 0
...CatalogResultKeyTemplateItem 42 7896 0.0% 188.00 42 7896 0 0
...CatalogSearchKeyTemplateItem 42 7896 0.0% 188.00 42 7896 0 0
...CatalogRelatedKeyTemplateItem 42 7938 0.0% 189.00 42 7938 0 0
...CatalogKeywordKeyTemplateItem 42 7938 0.0% 189.00 42 7938 0 0
...CatalogRequestKeyTemplateItem 42 7938 0.0% 189.00 42 7938 0 0
erp5.portal_type.Content Existence Constraint 17 7948 0.0% 467.53 12 5491 5 2457
...MessageTranslationTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...CatalogResultTableTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...CatalogDateTimeKeyTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...CatalogFullTextKeyTemplateItem 42 7980 0.0% 190.00 42 7980 0 0
...PortalTypeTypeMixinTemplateItem 42 8022 0.0% 191.00 42 8022 0 0
...CatalogLocalRoleKeyTemplateItem 42 8022 0.0% 191.00 42 8022 0 0
...CatalogMultivalueKeyTemplateItem 42 8064 0.0% 192.00 42 8064 0 0
...CatalogScriptableKeyTemplateItem 42 8064 0.0% 192.00 42 8064 0 0
...PortalTypeBaseCategoryTemplateItem 42 8148 0.0% 194.00 42 8148 0 0
erp5.portal_type.Base Domain 21 8172 0.0% 389.14 16 6421 5 1751
...PortalTypePropertySheetTemplateItem 42 8190 0.0% 195.00 42 8190 0 0
...CatalogSecurityUidColumnTemplateItem 42 8232 0.0% 196.00 42 8232 0 0
...PortalTypeHiddenContentTypeTemplateItem 42 8358 0.0% 199.00 42 8358 0 0
...PortalTypeAllowedContentTypeTemplateItem 42 8400 0.0% 200.00 42 8400 0 0
...RegisteredSkinSelectionTemplateItem 42 8412 0.0% 200.29 42 8412 0 0
...Formulator.StandardFields.PasswordField 6 8594 0.0% 1432.33 6 8594 0 0
RegisteredVersionPrioritySelectionTemplateItem 42 8652 0.0% 206.00 42 8652 0 0
...Document.BusinessTemplate.SkinTemplateItem 42 8778 0.0% 209.00 42 8778 0 0
erp5.portal_type.Variation Divergence Tester 15 8790 0.0% 586.00 15 8790 0 0
Products.Formulator.StandardFields.EmailField 6 8878 0.0% 1479.67 6 8878 0 0
erp5.portal_type.String Divergence Tester 23 9019 0.0% 392.13 21 8176 2 843
...BusinessTemplate.WorkflowTemplateItem 42 9072 0.0% 216.00 42 9072 0 0
...Document.BusinessTemplate.MixinTemplateItem 42 9098 0.0% 216.62 42 9098 0 0
...BusinessTemplate.InterfaceTemplateItem 42 9317 0.0% 221.83 42 9317 0 0
...BusinessTemplate.ToolComponentTemplateItem 42 9451 0.0% 225.02 42 9451 0 0
Products.ERP5Form.GadgetField.GadgetField 8 9506 0.0% 1188.25 8 9506 0 0
...ModuleComponentTemplateItem 42 9569 0.0% 227.83 42 9569 0 0
erp5.portal_type.Cache Factory 25 9613 0.0% 384.52 18 6494 7 3119
...Document.BusinessTemplate.ToolTemplateItem 42 9618 0.0% 229.00 42 9618 0 0
...Document.BusinessTemplate.PathTemplateItem 42 9618 0.0% 229.00 42 9618 0 0
erp5.portal_type.Account Configurator Item 22 9855 0.0% 447.95 22 9855 0 0
...BusinessTemplate.PreferenceTemplateItem 42 9870 0.0% 235.00 42 9870 0 0
erp5.portal_type.Account 11 10265 0.0% 933.18 11 10265 0 0
...BusinessTemplate.CategoryTemplateItem 42 10458 0.0% 249.00 42 10458 0 0
...portal_type.Standard BT5 Configurator Item 34 10759 0.0% 316.44 34 10759 0 0
...BusinessTemplate.PortalTypeTemplateItem 42 11046 0.0% 263.00 42 11046 0 0
Products.ERP5Form.OOoChart.OOoChart 4 11756 0.0% 2939.00 4 11756 0 0
erp5.portal_type.Specialise Divergence Tester 27 11768 0.0% 435.85 24 10340 3 1428
Products.Formulator.StandardFields.LabelField 20 12707 0.0% 635.35 20 12707 0 0
erp5.portal_type.Query Module 2 12710 0.0% 6355.00 1 6379 1 6331
erp5.portal_type.Accounting Transaction Module 2 12722 0.0% 6361.00 1 6405 1 6317
erp5.portal_type.Sale Supply Module 2 12731 0.0% 6365.50 1 6382 1 6349
erp5.portal_type.Transformation Module 2 12747 0.0% 6373.50 1 6390 1 6357
erp5.portal_type.Purchase Supply Module 2 12755 0.0% 6377.50 1 6394 1 6361
erp5.portal_type.Component Module 2 12765 0.0% 6382.50 1 6423 1 6342
...Category Membership Arity Constraint 22 12897 0.0% 586.23 16 9077 6 3820
erp5.portal_type.Event Module 2 13097 0.0% 6548.50 1 6589 1 6508
erp5.portal_type.Meeting Module 2 13109 0.0% 6554.50 1 6595 1 6514
erp5.portal_type.Campaign Module 2 13115 0.0% 6557.50 1 6598 1 6517
erp5.portal_type.Inventory Module 2 13125 0.0% 6562.50 1 6604 1 6521
erp5.portal_type.Image Module 2 13129 0.0% 6564.50 1 6605 1 6524
erp5.portal_type.Configuration Save 22 13137 0.0% 597.14 22 13137 0 0
erp5.portal_type.Document Module 2 13147 0.0% 6573.50 1 6614 1 6533
erp5.portal_type.Internal Packing List Module 2 13147 0.0% 6573.50 1 6591 1 6556
erp5.portal_type.Purchase Order Module 2 13153 0.0% 6576.50 1 6618 1 6535
erp5.portal_type.Support Request Module 2 13157 0.0% 6578.50 1 6619 1 6538
erp5.portal_type.Sale Opportunity Module 2 13165 0.0% 6582.50 1 6623 1 6542
erp5.portal_type.Web Page Module 2 13173 0.0% 6586.50 1 6627 1 6546
...Returned Sale Packing List Module 2 13177 0.0% 6588.50 1 6606 1 6571
erp5.portal_type.Purchase Packing List Module 2 13195 0.0% 6597.50 1 6639 1 6556
erp5.portal_type.Knowledge Pad Module 2 13196 0.0% 6598.00 1 6622 1 6574
erp5.portal_type.Document Ingestion Module 2 13217 0.0% 6608.50 1 6649 1 6568
erp5.portal_type.Business Configuration 10 13962 0.0% 1396.20 9 12286 1 1676
erp5.portal_type.Preference 5 13965 0.0% 2793.00 3 8921 2 5044
erp5.portal_type.Alarm 20 13982 0.0% 699.10 18 12835 2 1147
erp5.portal_type.Property Movement Group 38 15295 0.0% 402.50 38 15295 0 0
erp5.portal_type.Workflow Transition Variable 39 15354 0.0% 393.69 38 14999 1 355
...Net Converted Quantity Divergence Tester 24 15500 0.0% 645.83 24 15500 0 0
Products.ERP5Form.PlanningBox.PlanningBox 4 16020 0.0% 4005.00 4 16020 0 0
erp5.portal_type.Trash Bin 40 16231 0.0% 405.77 40 16231 0 0
...ExternalMethod.ExternalMethod 62 16477 0.0% 265.76 62 16477 0 0
erp5.portal_type.Preference Type 16 17546 0.0% 1096.62 4 3740 12 13806
erp5.portal_type.Account Module 3 19261 0.0% 6420.33 1 6526 2 12735
erp5.portal_type.Service Module 3 19371 0.0% 6457.00 1 6558 2 12813
erp5.portal_type.Currency Module 3 19384 0.0% 6461.33 1 6563 2 12821
erp5.portal_type.Business Process Module 3 19481 0.0% 6493.67 1 6580 2 12901
...BusinessTemplate.CatalogMethodTemplateItem 42 19530 0.0% 465.00 42 19530 0 0
Products.Formulator.StandardFields.FileField 20 19765 0.0% 988.25 20 19765 0 0
erp5.portal_type.Sale Trade Condition Module 3 20068 0.0% 6689.33 1 6799 2 13269
...portal_type.Purchase Trade Condition Module 3 20104 0.0% 6701.33 1 6811 2 13293
erp5.portal_type.Service 24 20600 0.0% 858.33 24 20600 0 0
erp5.portal_type.TALES Constraint 46 20876 0.0% 453.83 34 15051 12 5825
erp5.portal_type.Contribution Predicate 45 21461 0.0% 476.91 44 21049 1 412
...StandardFields.MultiCheckBoxField 16 22512 0.0% 1407.00 16 22512 0 0
erp5.portal_type.Property Existence Constraint 54 23819 0.0% 441.09 42 18934 12 4885
erp5.portal_type.Float Divergence Tester 35 25595 0.0% 731.29 30 21308 5 4287
erp5.portal_type.DateTime Divergence Tester 54 26793 0.0% 496.17 48 23292 6 3501
erp5.portal_type.Category Movement Group 46 27489 0.0% 597.59 46 27489 0 0
Products.ERP5Form.FormBox.FormBox 28 29238 0.0% 1044.21 28 29238 0 0
Products.ERP5Form.ImageField.ImageField 20 32929 0.0% 1646.45 20 32929 0 0
erp5.portal_type.Gadget Tool 3 35110 0.0% 11703.33 2 23339 1 11771
erp5.portal_type.Gadget 24 35147 0.0% 1464.46 20 28837 4 6310
erp5.portal_type.Contribution Tool 3 35289 0.0% 11763.00 2 23470 1 11819
...ParallelListField.ParallelListField 24 36067 0.0% 1502.79 24 36067 0 0
erp5.portal_type.Role Information 84 36470 0.0% 434.17 83 36063 1 407
erp5.portal_type.Interaction Workflow 72 36758 0.0% 510.53 66 33172 6 3586
erp5.portal_type.Delivery Builder 24 37050 0.0% 1543.75 24 37050 0 0
erp5.portal_type.Solver Type 26 38472 0.0% 1479.69 26 38472 0 0
erp5.portal_type.Person Module 6 39379 0.0% 6563.17 1 6613 5 32766
erp5.portal_type.Sale Packing List Module 6 40337 0.0% 6722.83 1 6829 5 33508
Products.Formulator.StandardFields.RadioField 28 41433 0.0% 1479.75 28 41433 0 0
...PortalTypeWorkflowChainTemplateItem 42 42363 0.0% 1008.64 42 42363 0 0
Products.ERP5Type.Core.Folder.FragmentedLength 66 45519 0.0% 689.68 5 3043 61 42476
erp5.portal_type.Category Existence Constraint 88 49824 0.0% 566.18 68 37548 20 12276
erp5.portal_type.Sale Order Module 8 53871 0.0% 6733.88 1 6830 7 47041
...MultiRelationField.MultiRelationStringField 18 62237 0.0% 3457.61 18 62237 0 0
Products.Formulator.MethodField.Method 578 62760 0.0% 108.58 578 62760 0 0
...TransformEngine.TransformTool 5 64365 0.0% 12873.00 2 25240 3 39125
erp5.portal_type.Delivery Type 49 70897 0.0% 1446.88 34 44588 15 26309
Products.CMFCore.SkinsTool.SkinsTool 22 72135 0.0% 3278.86 1 4760 21 67375
erp5.portal_type.Workflow 101 86374 0.0% 855.19 94 76979 7 9395
...Interaction Workflow Interaction 151 101803 0.0% 674.19 136 90306 15 11497
erp5.portal_type.Category Tool 11 103206 0.0% 9382.36 1 13248 10 89958
Products.Formulator.Form.BasicForm 172 106202 0.0% 617.45 172 106202 0 0
erp5.portal_type.Python Script 54 108369 0.0% 2006.83 50 99499 4 8870
Products.ZSQLMethods.SQL.SQL 58 110865 0.0% 1911.47 58 110865 0 0
Products.ERP5Form.EditorField.EditorField 68 119719 0.0% 1760.57 68 119719 0 0
OFS.DTMLDocument.DTMLDocument 6 121625 0.0% 20270.83 6 121625 0 0
erp5.portal_type.Worklist 191 134442 0.0% 703.88 182 127602 9 6840
Products.PortalTransforms.Transform.Transform 262 138148 0.0% 527.28 262 138148 0 0
erp5.portal_type.Catalog 10 145569 0.0% 14556.90 1 16156 9 129413
...Formulator.StandardFields.CheckBoxField 164 145692 0.0% 888.37 164 145692 0 0
erp5.portal_type.Category Property 841 154490 0.0% 183.70 568 97434 273 57056
...TranslationInformation 1140 162890 0.0% 142.89 1140 162890 0 0
...Formulator.StandardFields.TextAreaField 104 167621 0.0% 1611.74 104 167621 0 0
Products.ERP5Form.MatrixBox.MatrixBox 90 171660 0.0% 1907.33 90 171660 0 0
...Formulator.StandardFields.MultiListField 134 183176 0.0% 1366.99 134 183176 0 0
erp5.portal_type.Template Tool 33 210449 0.0% 6377.24 1 6369 32 204080
erp5.portal_type.Property Sheet 684 221549 0.0% 323.90 479 141455 205 80094
Products.Formulator.StandardFields.FloatField 160 225718 0.0% 1410.74 160 225718 0 0
erp5.portal_type.Workflow Variable 729 243301 0.0% 333.75 682 226259 47 17042
erp5.portal_type.Extension Component 43 247792 0.0% 5762.60 36 189428 7 58364
...Category Membership Divergence Tester 583 262141 0.0% 449.64 519 228869 64 33272
erp5.portal_type.Acquired Property 332 284432 0.0% 856.72 226 191140 106 93292
...Formulator.StandardFields.DateTimeField 160 305922 0.0% 1912.01 160 305922 0 0
erp5.portal_type.Workflow State 516 342274 0.0% 663.32 491 324251 25 18023
Products.ERP5Form.ListBox.ListBox 116 359218 0.0% 3096.71 116 359218 0 0
...ERP5Type.Utils.ScalarMaxConflictResolver 5723 365830 0.0% 63.92 4 247 5719 365583
erp5.portal_type.SQL Method 371 366047 0.0% 986.65 371 366047 0 0
erp5.portal_type.Workflow Script 281 404149 0.0% 1438.25 265 378244 16 25905
erp5.portal_type.Base Category 390 408673 0.0% 1047.88 302 303950 88 104723
...Categories Spreadsheet Configurator Item 2 410934 0.0% 205467.00 2 410934 0 0
OFS.Folder.Folder 513 436323 0.0% 850.53 504 425388 9 10935
Products.CMFCore.Expression.Expression 3603 453902 0.0% 125.98 3603 453902 0 0
persistent.list.PersistentList 5368 481887 0.0% 89.77 4319 402579 1049 79308
...ERP5Form.RelationField.RelationStringField 160 511362 0.0% 3196.01 160 511362 0 0
erp5.portal_type.Workflow Transition 827 525378 0.0% 635.28 785 499363 42 26015
...CMFCore.ActionInformation.ActionInformation 1564 594817 0.0% 380.32 1564 594817 0 0
Products.Formulator.StandardFields.ListField 344 642915 0.0% 1868.94 344 642915 0 0
Products.ERP5.ERP5Site.ERP5Site 33 662695 0.0% 20081.67 1 22344 32 640351
erp5.portal_type.Mixin Component 85 711348 0.0% 8368.80 64 531786 21 179562
erp5.portal_type.Module Component 100 711619 0.0% 7116.19 90 612051 10 99568
erp5.portal_type.Embedded File 28 711830 0.0% 25422.50 28 711830 0 0
OFS.DTMLMethod.DTMLMethod 28 763692 0.0% 27274.71 28 763692 0 0
erp5.portal_type.Interface Component 218 778982 0.0% 3573.31 156 552724 62 226258
Products.Formulator.TALESField.TALESMethod 5176 790290 0.0% 152.68 5176 790290 0 0
Products.Formulator.StandardFields.LinesField 494 803801 0.0% 1627.13 494 803801 0 0
erp5.portal_type.Category 1313 807206 0.0% 614.78 1241 771695 72 35511
BTrees.OIBTree.OIBucket 1448 877211 0.0% 605.81 341 188967 1107 688244
erp5.portal_type.Base Type 1005 889200 0.0% 884.78 782 638169 223 251031
erp5.portal_type.Tool Component 59 915958 0.0% 15524.71 42 631061 17 284897
erp5.portal_type.Action Information 2566 1007820 0.0% 392.76 1301 512465 1265 495355
Products.Formulator.StandardFields.StringField 754 1055342 0.0% 1399.66 754 1055342 0 0
OFS.Image.Image 858 1055543 0.0% 1230.24 858 1055543 0 0
...MimetypesRegistry.MimeTypeItem.MimeTypeItem 3416 1080010 0.0% 316.16 3416 1080010 0 0
Products.ERP5OOo.OOoTemplate.OOoTemplate 42 1096063 0.0% 26096.74 42 1096063 0 0
erp5.portal_type.Standard Property 2846 1203006 0.1% 422.70 2008 825921 838 377085
...Formulator.StandardFields.IntegerField 916 1255097 0.1% 1370.19 916 1255097 0 0
...ZopePageTemplate.ZopePageTemplate 315 1274332 0.1% 4045.50 315 1274332 0 0
erp5.portal_type.ERP5 Form 1783 2478913 0.1% 1390.30 1616 2231896 167 247017
erp5.portal_type.Document Component 411 3265435 0.1% 7945.10 374 2765981 37 499454
erp5.portal_type.Product Module 502 3314545 0.1% 6602.68 1 6609 501 3307936
erp5.portal_type.Organisation Module 503 3329279 0.1% 6618.84 1 6625 502 3322654
Products.ERP5Type.Message.Message 25279 4023776 0.2% 159.17 25279 4023776 0 0
erp5.portal_type.Organisation 5003 4175718 0.2% 834.64 5001 4173606 2 2112
erp5.portal_type.Product 5000 4632584 0.2% 926.52 5000 4632584 0 0
erp5.portal_type.Test Component 128 5318792 0.2% 41553.06 128 5318792 0 0
...PythonScripts.PythonScript.PythonScript 2383 5837291 0.3% 2449.56 2382 5835418 1 1873
erp5.portal_type.Business Template 90 6173372 0.3% 68593.02 43 894446 47 5278926
Products.ERP5Form.ProxyField.ProxyField 11492 7289817 0.3% 634.34 11492 7289817 0 0
OFS.Image.File 2350 19566330 0.9% 8326.10 2350 19566330 0 0
BTrees.OOBTree.OOTreeSet 241456 24819896 1.1% 102.79 241456 24819896 0 0
OFS.Image.Pdata 402 29090130 1.3% 72363.51 402 29090130 0 0
BTrees.Length.Length 1069021 34227341 1.5% 32.02 1041646 33332744 27375 894597
BTrees.OOBTree.OOBucket 58759 60505658 2.7% 1029.73 4482 4277438 54277 56228220
BTrees.OIBTree.OIBTree 1042063 63367014 2.8% 60.81 1041506 62548014 557 819000
erp5.portal_type.Sale Packing List Line 103611 65406929 2.9% 631.27 103611 65406929 0 0
erp5.portal_type.Sale Order 50000 72605926 3.3% 1452.12 25000 36302963 25000 36302963
Persistence.mapping.PersistentMapping 520516 73723010 3.3% 141.63 520341 73364833 175 358177
erp5.portal_type.Sale Packing List 74531 115103338 5.2% 1544.37 25000 36879582 49531 78223756
erp5.portal_type.Sale Order Line 275690 118910983 5.3% 431.32 137845 68629816 137845 50281167
erp5.portal_type.Applied Rule 737141 212320580 9.5% 288.03 714225 205605931 22916 6714649
Products.ERP5Type.Workflow.WorkflowHistoryList 566322 227074650 10.2% 400.96 439748 186541737 126574 40532913
BTrees.OOBTree.OOBTree 2087580 254073701 11.4% 121.71 2083244 241960045 4336 12113656
erp5.portal_type.Simulation Movement 829211 777711757 34.9% 937.89 689225 646907466 139986 130804291
============================================== ======= ========= ===== ======= ======= ========= ======= =========
Total Transactions 154322 14.11k
Total Records 7763814 2177786k 100.0% 287.24
Current Objects 7162211 1756605k 80.7% 251.15
Old Objects 601603 421180k 19.3% 716.90
step,step_duration_seconds,step_duration,zope_total_rss,zope_count,root_fs_size,zeo_stats,innodb_metrics,mariadb_metrics,now
setup,433.024317,0:07:13.024317,8952700928,33,120118292,"{'connections': 33, 'loads': 193487, 'stores': 89086, 'commits': 236, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 83, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:40:12 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf92bbe646add'}",,,2024-10-14 02:51:44.644766
restart,32.251168,0:00:32.251168,7091986432,33,120118292,"{'connections': 33, 'loads': 83653, 'stores': 0, 'commits': 0, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf92bbe646add'}",,,2024-10-14 02:52:16.895934
iteration_001,97.529503,0:01:37.529503,8168767488,33,143777272,"{'connections': 33, 'loads': 371380, 'stores': 76614, 'commits': 1548, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf92dcfb4d344'}",,,2024-10-14 02:53:54.425437
iteration_002,118.434958,0:01:58.434958,8296218624,33,167609994,"{'connections': 33, 'loads': 638767, 'stores': 152658, 'commits': 3103, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf92fd0566155'}",,,2024-10-14 02:55:52.860395
iteration_003,119.312081,0:01:59.312081,8390352896,33,191630533,"{'connections': 33, 'loads': 901862, 'stores': 228735, 'commits': 4642, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf931d10c0a11'}",,,2024-10-14 02:57:52.172476
iteration_004,114.032917,0:01:54.032917,8450744320,33,215526850,"{'connections': 33, 'loads': 1166637, 'stores': 304148, 'commits': 6177, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 1, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf933b51ef0aa'}",,,2024-10-14 02:59:46.205393
iteration_005,131.959853,0:02:11.959853,8514355200,33,241007378,"{'connections': 33, 'loads': 1444968, 'stores': 385063, 'commits': 7724, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 4, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf935d87f2cbb'}",,,2024-10-14 03:01:58.165246
iteration_006,103.541179,0:01:43.541179,8559521792,33,264614661,"{'connections': 33, 'loads': 1716966, 'stores': 459307, 'commits': 9252, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 4, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf93796a3bbee'}",,,2024-10-14 03:03:41.706425
iteration_007,99.890671,0:01:39.890671,8620445696,33,289026430,"{'connections': 33, 'loads': 1986202, 'stores': 536425, 'commits': 10787, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 6, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9393f0d28dd'}",,,2024-10-14 03:05:21.597096
iteration_008,109.742749,0:01:49.742749,8667627520,33,314408927,"{'connections': 33, 'loads': 2261267, 'stores': 616835, 'commits': 12338, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 6, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf93b2606b2ee'}",,,2024-10-14 03:07:11.339845
iteration_009,98.591504,0:01:38.591504,8734253056,33,338746298,"{'connections': 33, 'loads': 2537465, 'stores': 693610, 'commits': 13879, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 7, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf93cc9478c11'}",,,2024-10-14 03:08:49.931349
iteration_010,105.205603,0:01:45.205603,8780472320,33,364421923,"{'connections': 33, 'loads': 2818345, 'stores': 775044, 'commits': 15426, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 7, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf93e75244499'}",,,2024-10-14 03:10:35.136952
iteration_011,108.670245,0:01:48.670245,8910536704,33,388818158,"{'connections': 33, 'loads': 3098877, 'stores': 851877, 'commits': 16959, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 7, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9404b9519cc'}",,,2024-10-14 03:12:23.807197
iteration_012,104.882289,0:01:44.882289,9035034624,33,413742133,"{'connections': 33, 'loads': 3374746, 'stores': 930353, 'commits': 18502, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9420cb0eb22'}",,,2024-10-14 03:14:08.689486
iteration_013,98.163475,0:01:38.163475,9064906752,33,437622730,"{'connections': 33, 'loads': 3645094, 'stores': 1005442, 'commits': 20051, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf943b5f96244'}",,,2024-10-14 03:15:46.852961
iteration_014,96.139533,0:01:36.139533,9067474944,33,462691649,"{'connections': 33, 'loads': 3917216, 'stores': 1084577, 'commits': 21596, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9455a99ae55'}",,,2024-10-14 03:17:22.992494
iteration_015,102.116448,0:01:42.116448,9117237248,33,486608784,"{'connections': 33, 'loads': 4189206, 'stores': 1159689, 'commits': 23137, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf94705b38e77'}",,,2024-10-14 03:19:05.108942
iteration_016,100.621892,0:01:40.621892,9142345728,33,512341230,"{'connections': 33, 'loads': 4477153, 'stores': 1240948, 'commits': 24668, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf948abe31288'}",,,2024-10-14 03:20:45.730834
iteration_017,106.514962,0:01:46.514962,9170198528,33,535425290,"{'connections': 33, 'loads': 4739726, 'stores': 1313099, 'commits': 26187, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf94a7e41f033'}",,,2024-10-14 03:22:32.245796
iteration_018,108.931788,0:01:48.931788,9192275968,33,559921771,"{'connections': 33, 'loads': 5007601, 'stores': 1390072, 'commits': 27730, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 10, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf94c4b51bb88'}",,,2024-10-14 03:24:21.177584
iteration_019,123.038675,0:02:03.038675,9245962240,33,583549830,"{'connections': 33, 'loads': 5278911, 'stores': 1463870, 'commits': 29271, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 10, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf94e5487c044'}",,,2024-10-14 03:26:24.216259
iteration_020,104.501323,0:01:44.501323,9284853760,33,608535489,"{'connections': 33, 'loads': 5549113, 'stores': 1542451, 'commits': 30809, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 11, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf95010139a44'}",,,2024-10-14 03:28:08.717582
iteration_021,125.138103,0:02:05.138103,9297936384,33,633833968,"{'connections': 33, 'loads': 5826849, 'stores': 1622204, 'commits': 32334, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 11, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf95233d7d699'}",,,2024-10-14 03:30:13.855685
iteration_022,112.128611,0:01:52.128611,9311444992,33,657648821,"{'connections': 33, 'loads': 6090847, 'stores': 1696708, 'commits': 33952, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 13, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf953f653d744'}",,,2024-10-14 03:32:05.984296
iteration_023,113.59445,0:01:53.594450,9338740736,33,682528680,"{'connections': 33, 'loads': 6368604, 'stores': 1774756, 'commits': 35503, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 13, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf955eb2025bb'}",,,2024-10-14 03:33:59.578746
iteration_024,121.171646,0:02:01.171646,9376673792,33,707283873,"{'connections': 33, 'loads': 6654036, 'stores': 1852276, 'commits': 37052, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 13, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf957e7bf64aa'}",,,2024-10-14 03:36:00.750392
iteration_025,126.637051,0:02:06.637051,9391316992,33,732534606,"{'connections': 33, 'loads': 6936919, 'stores': 1931669, 'commits': 38589, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 14, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf95a0f0e3a00'}",,,2024-10-14 03:38:07.387443
iteration_026,120.047621,0:02:00.047621,9414381568,33,757249982,"{'connections': 33, 'loads': 7211402, 'stores': 2009257, 'commits': 40112, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 14, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf95c07e71c11'}",,,2024-10-14 03:40:07.435064
iteration_027,103.889649,0:01:43.889649,9442725888,33,781441963,"{'connections': 33, 'loads': 7483099, 'stores': 2084815, 'commits': 41639, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 15, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf95db7d81255'}",,,2024-10-14 03:41:51.324713
iteration_028,104.442628,0:01:44.442628,9467445248,33,805957236,"{'connections': 33, 'loads': 7753066, 'stores': 2161775, 'commits': 43167, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 15, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf95f85b61811'}",,,2024-10-14 03:43:35.767341
iteration_029,99.2582,0:01:39.258200,9501306880,33,830397769,"{'connections': 33, 'loads': 8023264, 'stores': 2238227, 'commits': 44687, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 15, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9613351df77'}",,,2024-10-14 03:45:15.025541
iteration_030,98.275449,0:01:38.275449,9562148864,33,854648280,"{'connections': 33, 'loads': 8291668, 'stores': 2314145, 'commits': 46222, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 16, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf962d1b113aa'}",,,2024-10-14 03:46:53.300990
iteration_031,119.683596,0:01:59.683596,9574404096,33,879594255,"{'connections': 33, 'loads': 8575126, 'stores': 2392399, 'commits': 47772, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 17, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf964c66c4c44'}",,,2024-10-14 03:48:52.984586
iteration_032,119.412415,0:01:59.412415,9599275008,33,903778332,"{'connections': 33, 'loads': 8849204, 'stores': 2467922, 'commits': 49298, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 17, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf966be85b6aa'}",,,2024-10-14 03:50:52.397001
iteration_033,93.658019,0:01:33.658019,9610481664,33,928056838,"{'connections': 33, 'loads': 9114545, 'stores': 2543790, 'commits': 50819, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 17, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf96866240455'}",,,2024-10-14 03:52:26.055020
iteration_034,124.414877,0:02:04.414877,9646206976,33,952228121,"{'connections': 33, 'loads': 9427504, 'stores': 2619133, 'commits': 52358, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 17, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf96a6b4504cc'}",,,2024-10-14 03:54:30.469897
iteration_035,108.052703,0:01:48.052703,9686880256,33,975959162,"{'connections': 33, 'loads': 9710350, 'stores': 2692807, 'commits': 53893, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 17, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf96c33ef6699'}",,,2024-10-14 03:56:18.522600
iteration_036,95.115585,0:01:35.115585,9701982208,33,1001174708,"{'connections': 33, 'loads': 9985412, 'stores': 2771800, 'commits': 55434, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf96dd28b4b99'}",,,2024-10-14 03:57:53.638185
iteration_037,94.814879,0:01:34.814879,9719574528,33,1025397108,"{'connections': 33, 'loads': 10260961, 'stores': 2847411, 'commits': 56962, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf96f64047dee'}",,,2024-10-14 03:59:28.453064
iteration_038,101.264706,0:01:41.264706,9744445440,33,1050559875,"{'connections': 33, 'loads': 10541276, 'stores': 2926172, 'commits': 58511, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9710f4829bb'}",,,2024-10-14 04:01:09.717770
iteration_039,125.711911,0:02:05.711911,9800368128,33,1075653076,"{'connections': 33, 'loads': 10825479, 'stores': 3004701, 'commits': 60051, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9732d618188'}",,,2024-10-14 04:03:15.429681
iteration_040,99.66301,0:01:39.663010,9819729920,33,1100813585,"{'connections': 33, 'loads': 11108684, 'stores': 3083419, 'commits': 61573, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf974d91b9488'}",,,2024-10-14 04:04:55.092691
iteration_041,102.674675,0:01:42.674675,9849184256,33,1124899243,"{'connections': 33, 'loads': 11383727, 'stores': 3158515, 'commits': 63119, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf976946c89cc'}",,,2024-10-14 04:06:37.767366
iteration_042,99.875497,0:01:39.875497,9862111232,33,1149938361,"{'connections': 33, 'loads': 11662054, 'stores': 3236701, 'commits': 64661, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf978334f1111'}",,,2024-10-14 04:08:17.642863
iteration_043,94.20624,0:01:34.206240,9864286208,33,1174558959,"{'connections': 33, 'loads': 11940284, 'stores': 3313571, 'commits': 66205, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf979cdc5ec88'}",,,2024-10-14 04:09:51.849103
iteration_044,115.302523,0:01:55.302523,9880772608,33,1199371463,"{'connections': 33, 'loads': 12209200, 'stores': 3391380, 'commits': 67735, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf97bbcbacbbb'}",,,2024-10-14 04:11:47.151626
iteration_045,93.474755,0:01:33.474755,9885511680,33,1223346482,"{'connections': 33, 'loads': 12476539, 'stores': 3466259, 'commits': 69278, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 21, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf97d477a0f00'}",,,2024-10-14 04:13:20.626381
iteration_046,101.451618,0:01:41.451618,9907531776,33,1248991616,"{'connections': 33, 'loads': 12766203, 'stores': 3546742, 'commits': 70818, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 23, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf97ef1ab0e77'}",,,2024-10-14 04:15:02.077999
iteration_047,110.440802,0:01:50.440802,9922678784,33,1274261999,"{'connections': 33, 'loads': 13038357, 'stores': 3626071, 'commits': 72373, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 24, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf980bf7040aa'}",,,2024-10-14 04:16:52.518801
iteration_048,95.229185,0:01:35.229185,9937203200,33,1299100750,"{'connections': 33, 'loads': 13312522, 'stores': 3703737, 'commits': 73908, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 24, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9826c08c322'}",,,2024-10-14 04:18:27.747986
iteration_049,99.376473,0:01:39.376473,9955500032,33,1324114034,"{'connections': 33, 'loads': 13590034, 'stores': 3781962, 'commits': 75453, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 24, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf98411d55322'}",,,2024-10-14 04:20:07.124459
iteration_050,99.199324,0:01:39.199324,9966579712,33,1348614493,"{'connections': 33, 'loads': 13859221, 'stores': 3858550, 'commits': 76997, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 24, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf985b0409388'}",,,2024-10-14 04:21:46.323783
iteration_051,114.679126,0:01:54.679126,9989005312,33,1372941598,"{'connections': 33, 'loads': 14133298, 'stores': 3934375, 'commits': 78539, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9879353c6dd'}",,,2024-10-14 04:23:41.002909
iteration_052,109.576528,0:01:49.576528,10002599936,33,1397073809,"{'connections': 33, 'loads': 14393771, 'stores': 4009732, 'commits': 80053, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9896d289acc'}",,,2024-10-14 04:25:30.579437
iteration_053,118.131046,0:01:58.131046,10019835904,33,1420219590,"{'connections': 33, 'loads': 14652677, 'stores': 4081608, 'commits': 81584, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf98b693c8b44'}",,,2024-10-14 04:27:28.710483
iteration_054,107.957185,0:01:47.957185,10037108736,33,1444004872,"{'connections': 33, 'loads': 14919667, 'stores': 4155579, 'commits': 83125, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 26, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf98d3aeb2955'}",,,2024-10-14 04:29:16.667668
iteration_055,98.302257,0:01:38.302257,10055757824,33,1468187512,"{'connections': 33, 'loads': 15189265, 'stores': 4230861, 'commits': 84681, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 26, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf98ed109db88'}",,,2024-10-14 04:30:54.969925
iteration_056,131.443293,0:02:11.443293,9985556480,33,1492968408,"{'connections': 33, 'loads': 15463737, 'stores': 4308294, 'commits': 86210, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 27, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf991129ab4cc'}",,,2024-10-14 04:33:06.413218
iteration_057,104.167255,0:01:44.167255,9996554240,33,1517096093,"{'connections': 33, 'loads': 15731088, 'stores': 4383524, 'commits': 87755, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 27, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf992ce921444'}",,,2024-10-14 04:34:50.580473
iteration_058,104.989099,0:01:44.989099,10008834048,33,1541112418,"{'connections': 33, 'loads': 15992068, 'stores': 4458205, 'commits': 89377, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 28, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9947f2db188'}",,,2024-10-14 04:36:35.569572
iteration_059,104.167525,0:01:44.167525,10023186432,33,1565296261,"{'connections': 33, 'loads': 16263795, 'stores': 4533538, 'commits': 90924, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 30, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9961d89d2ee'}",,,2024-10-14 04:38:19.737097
iteration_060,93.523038,0:01:33.523038,10035068928,33,1589537052,"{'connections': 33, 'loads': 16532964, 'stores': 4609206, 'commits': 92435, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 30, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf997da7e9400'}",,,2024-10-14 04:39:53.260135
iteration_061,114.534481,0:01:54.534481,10023436288,33,1613349399,"{'connections': 33, 'loads': 16808429, 'stores': 4683240, 'commits': 93976, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 30, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf999b6b65900'}",,,2024-10-14 04:41:47.794616
iteration_062,110.133775,0:01:50.133775,10049122304,33,1638166993,"{'connections': 33, 'loads': 17079479, 'stores': 4760765, 'commits': 95517, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 30, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf99b937bab66'}",,,2024-10-14 04:43:37.928391
iteration_063,129.157043,0:02:09.157043,10068086784,33,1661888953,"{'connections': 33, 'loads': 17346890, 'stores': 4834348, 'commits': 97080, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 32, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf99dafe5ebcc'}",,,2024-10-14 04:45:47.085434
iteration_064,125.74209,0:02:05.742090,10111299584,33,1686437544,"{'connections': 33, 'loads': 17615826, 'stores': 4910890, 'commits': 98626, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 32, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf99fd6e41555'}",,,2024-10-14 04:47:52.827524
iteration_065,101.538616,0:01:41.538616,10141011968,33,1711773565,"{'connections': 33, 'loads': 17896128, 'stores': 4990083, 'commits': 100163, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 32, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9a182446b99'}",,,2024-10-14 04:49:34.366140
iteration_066,123.928554,0:02:03.928554,10156900352,33,1736408604,"{'connections': 33, 'loads': 18167304, 'stores': 5066840, 'commits': 101690, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 32, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9a38b9136bb'}",,,2024-10-14 04:51:38.294694
iteration_067,108.973938,0:01:48.973938,10172305408,33,1760580178,"{'connections': 33, 'loads': 18453956, 'stores': 5142059, 'commits': 103230, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 34, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9a56a408a22'}",,,2024-10-14 04:53:27.268632
iteration_068,114.143328,0:01:54.143328,10228731904,33,1785219079,"{'connections': 33, 'loads': 18743511, 'stores': 5218751, 'commits': 104783, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 34, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9a745f25033'}",,,2024-10-14 04:55:21.411960
iteration_069,114.292661,0:01:54.292661,10284732416,33,1810531318,"{'connections': 33, 'loads': 19044215, 'stores': 5297596, 'commits': 106349, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9a922bd2655'}",,,2024-10-14 04:57:15.704621
iteration_070,129.450173,0:02:09.450173,10311413760,33,1835479357,"{'connections': 33, 'loads': 19326411, 'stores': 5375363, 'commits': 107887, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 36, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9ab5b100911'}",,,2024-10-14 04:59:25.154794
iteration_071,100.078895,0:01:40.078895,10318991360,33,1860398955,"{'connections': 33, 'loads': 19601582, 'stores': 5453221, 'commits': 109425, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 37, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9acfdb98544'}",,,2024-10-14 05:01:05.233689
iteration_072,104.700306,0:01:44.700306,10371706880,33,1884831020,"{'connections': 33, 'loads': 19878811, 'stores': 5529500, 'commits': 110968, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 37, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9aec6d8f999'}",,,2024-10-14 05:02:49.933995
iteration_073,98.255017,0:01:38.255017,10394673152,33,1909262391,"{'connections': 33, 'loads': 20151866, 'stores': 5605728, 'commits': 112517, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 37, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9b06eb3fb77'}",,,2024-10-14 05:04:28.189012
iteration_074,99.422907,0:01:39.422907,10403049472,33,1934281002,"{'connections': 33, 'loads': 20433094, 'stores': 5683674, 'commits': 114043, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 38, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9b2106b6e55'}",,,2024-10-14 05:06:07.611919
iteration_075,104.369435,0:01:44.369435,10444677120,33,1958840745,"{'connections': 33, 'loads': 20703683, 'stores': 5760222, 'commits': 115559, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 39, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9b3c894f722'}",,,2024-10-14 05:07:51.981354
iteration_076,114.369879,0:01:54.369879,10463600640,33,1983348510,"{'connections': 33, 'loads': 20979144, 'stores': 5836674, 'commits': 117105, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 40, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9b5aaaf3977'}",,,2024-10-14 05:09:46.351233
iteration_077,103.237111,0:01:43.237111,10495496192,33,2007029510,"{'connections': 33, 'loads': 21249371, 'stores': 5910196, 'commits': 118643, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 43, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9b763c703ee'}",,,2024-10-14 05:11:29.588344
iteration_078,94.823588,0:01:34.823588,10463637504,33,2031851294,"{'connections': 33, 'loads': 21523176, 'stores': 5987651, 'commits': 120185, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 43, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9b9062c4555'}",,,2024-10-14 05:13:04.411932
iteration_079,128.711657,0:02:08.711657,10503376896,33,2055690334,"{'connections': 33, 'loads': 21797522, 'stores': 6061640, 'commits': 121743, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9bb25b737aa'}",,,2024-10-14 05:15:13.123589
iteration_080,99.10206,0:01:39.102060,10513379328,33,2080129593,"{'connections': 33, 'loads': 22058290, 'stores': 6137880, 'commits': 123281, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9bcc535f566'}",,,2024-10-14 05:16:52.225649
iteration_081,108.264078,0:01:48.264078,10554986496,33,2103914631,"{'connections': 33, 'loads': 22326700, 'stores': 6211647, 'commits': 124822, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9be9a3de500'}",,,2024-10-14 05:18:40.489727
iteration_082,99.09416,0:01:39.094160,10574999552,33,2127959316,"{'connections': 33, 'loads': 22600814, 'stores': 6286190, 'commits': 126355, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 48, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9c041f6fe22'}",,,2024-10-14 05:20:19.583887
iteration_083,129.441182,0:02:09.441182,10579591168,33,2152603201,"{'connections': 33, 'loads': 22879840, 'stores': 6362905, 'commits': 127892, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9c261092c99'}",,,2024-10-14 05:22:29.025069
iteration_084,115.001502,0:01:55.001502,10590400512,33,2177443694,"{'connections': 33, 'loads': 23149984, 'stores': 6440360, 'commits': 129447, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9c44c55e099'}",,,2024-10-14 05:24:24.026571
iteration_085,116.010552,0:01:56.010552,10622017536,33,2203009535,"{'connections': 33, 'loads': 23438361, 'stores': 6520007, 'commits': 130985, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9c6443fe1dd'}",,,2024-10-14 05:26:20.037123
iteration_086,97.610641,0:01:37.610641,10630582272,33,2226426438,"{'connections': 33, 'loads': 23696099, 'stores': 6592453, 'commits': 132522, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9c7deac1455'}",,,2024-10-14 05:27:57.647764
iteration_087,108.782903,0:01:48.782903,10636791808,33,2250364735,"{'connections': 33, 'loads': 23961543, 'stores': 6666793, 'commits': 134051, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9c9b04f50aa'}",,,2024-10-14 05:29:46.430667
iteration_088,106.230416,0:01:46.230416,10649821184,33,2275875604,"{'connections': 33, 'loads': 24250486, 'stores': 6746315, 'commits': 135596, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9cb71014900'}",,,2024-10-14 05:31:32.661083
iteration_089,99.113291,0:01:39.113291,10666586112,33,2300055692,"{'connections': 33, 'loads': 24528550, 'stores': 6821445, 'commits': 137126, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9cd20e84577'}",,,2024-10-14 05:33:11.774374
iteration_090,100.913964,0:01:40.913964,10679013376,33,2325715705,"{'connections': 33, 'loads': 24804658, 'stores': 6901662, 'commits': 138669, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9ced4b0af99'}",,,2024-10-14 05:34:52.688338
iteration_091,102.899909,0:01:42.899909,10691305472,33,2349335637,"{'connections': 33, 'loads': 25071863, 'stores': 6974907, 'commits': 140201, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9d07b2cf399'}",,,2024-10-14 05:36:35.588247
iteration_092,99.819082,0:01:39.819082,10704011264,33,2374480757,"{'connections': 33, 'loads': 25345555, 'stores': 7053396, 'commits': 141757, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9d2378385cc'}",,,2024-10-14 05:38:15.407329
iteration_093,115.117553,0:01:55.117553,10704535552,33,2399536381,"{'connections': 33, 'loads': 25623988, 'stores': 7131254, 'commits': 143291, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9d41f632700'}",,,2024-10-14 05:40:10.524882
iteration_094,119.051307,0:01:59.051307,10729357312,33,2423980105,"{'connections': 33, 'loads': 25895036, 'stores': 7207243, 'commits': 144825, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9d61684cd44'}",,,2024-10-14 05:42:09.576189
iteration_095,126.031839,0:02:06.031839,10729717760,33,2449847217,"{'connections': 33, 'loads': 26170841, 'stores': 7288130, 'commits': 146383, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9d82cd778bb'}",,,2024-10-14 05:44:15.608028
iteration_096,102.439629,0:01:42.439629,10756403200,33,2473943228,"{'connections': 33, 'loads': 26443471, 'stores': 7362741, 'commits': 147925, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 52, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9d9d880f6ee'}",,,2024-10-14 05:45:58.047657
iteration_097,106.583586,0:01:46.583586,10759262208,33,2499883922,"{'connections': 33, 'loads': 26736018, 'stores': 7443426, 'commits': 149466, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 52, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9dbab1a1a99'}",,,2024-10-14 05:47:44.631243
iteration_098,100.556682,0:01:40.556682,10763870208,33,2524937964,"{'connections': 33, 'loads': 27012957, 'stores': 7521551, 'commits': 151020, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 52, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9dd625d92bb'}",,,2024-10-14 05:49:25.187925
iteration_099,106.775353,0:01:46.775353,10825576448,33,2551021625,"{'connections': 33, 'loads': 27293347, 'stores': 7603301, 'commits': 152548, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 53, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9df1271e877'}",,,2024-10-14 05:51:11.963278
iteration_100,122.946624,0:02:02.946624,10838646784,33,2574636590,"{'connections': 33, 'loads': 27572514, 'stores': 7676269, 'commits': 154086, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 53, 'conflicts_resolved': 0, 'start': 'Mon Oct 14 02:51:49 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf9e1355c7100'}",,,2024-10-14 05:53:14.909902
This source diff could not be displayed because it is too large. You can view the blob instead.
step,step_duration_seconds,step_duration,zope_total_rss,zope_count,root_fs_size,zeo_stats,innodb_metrics,mariadb_metrics,now
setup,417.129104,0:06:57.129104,8845393920,33,120084819,"{'connections': 33, 'loads': 188280, 'stores': 88179, 'commits': 232, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:32:06 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf653535d1600'}",,,2024-10-13 14:43:19.544231
restart,32.522297,0:00:32.522297,7093927936,33,120084819,"{'connections': 33, 'loads': 83653, 'stores': 0, 'commits': 0, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf653535d1600'}",,,2024-10-13 14:43:52.066528
iteration_001,89.137326,0:01:29.137326,8098115584,33,143784356,"{'connections': 33, 'loads': 382140, 'stores': 76673, 'commits': 1591, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6554b67aa00'}",,,2024-10-13 14:45:21.203854
iteration_002,114.243102,0:01:54.243102,8208379904,33,167607794,"{'connections': 33, 'loads': 647221, 'stores': 152708, 'commits': 3127, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf65732a804cc'}",,,2024-10-13 14:47:15.446956
iteration_003,94.372291,0:01:34.372291,8270135296,33,191644733,"{'connections': 33, 'loads': 911543, 'stores': 228804, 'commits': 4674, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf658ccb70c22'}",,,2024-10-13 14:48:49.819247
iteration_004,89.852721,0:01:29.852721,8324132864,33,215503648,"{'connections': 33, 'loads': 1172859, 'stores': 304186, 'commits': 6200, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 0, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf65a423cf4ee'}",,,2024-10-13 14:50:19.671968
iteration_005,101.417227,0:01:41.417227,8385376256,33,240978153,"{'connections': 33, 'loads': 1455392, 'stores': 384952, 'commits': 7758, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 1, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf65be9e5ebee'}",,,2024-10-13 14:52:01.089195
iteration_006,104.132972,0:01:44.132972,8440324096,33,264570038,"{'connections': 33, 'loads': 1722874, 'stores': 459181, 'commits': 9302, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 2, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf65db4f906ee'}",,,2024-10-13 14:53:45.222167
iteration_007,100.110154,0:01:40.110154,8484421632,33,288989209,"{'connections': 33, 'loads': 1995390, 'stores': 536255, 'commits': 10839, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 4, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf65f5ce7ff11'}",,,2024-10-13 14:55:25.332321
iteration_008,101.694606,0:01:41.694606,8515084288,33,314343323,"{'connections': 33, 'loads': 2270107, 'stores': 616623, 'commits': 12366, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 4, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf66102f75f44'}",,,2024-10-13 14:57:07.026927
iteration_009,99.489165,0:01:39.489165,8560377856,33,338744727,"{'connections': 33, 'loads': 2546047, 'stores': 693421, 'commits': 13898, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 4, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf662aece3311'}",,,2024-10-13 14:58:46.516092
iteration_010,102.239999,0:01:42.239999,8573833216,33,364479318,"{'connections': 33, 'loads': 2833629, 'stores': 774892, 'commits': 15459, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 4, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6646e96d8aa'}",,,2024-10-13 15:00:28.756091
iteration_011,99.613723,0:01:39.613723,8614727680,33,388889728,"{'connections': 33, 'loads': 3115624, 'stores': 851742, 'commits': 17008, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 5, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf66608f58f99'}",,,2024-10-13 15:02:08.369814
iteration_012,95.745627,0:01:35.745627,8645304320,33,413757072,"{'connections': 33, 'loads': 3384583, 'stores': 930170, 'commits': 18578, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf667a88b22aa'}",,,2024-10-13 15:03:44.115441
iteration_013,94.869931,0:01:34.869931,8670638080,33,437654484,"{'connections': 33, 'loads': 3653748, 'stores': 1005277, 'commits': 20131, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 8, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6693e01ca22'}",,,2024-10-13 15:05:18.985372
iteration_014,105.116402,0:01:45.116402,8704671744,33,462687233,"{'connections': 33, 'loads': 3927070, 'stores': 1084385, 'commits': 21676, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 9, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf66aed1878aa'}",,,2024-10-13 15:07:04.101774
iteration_015,119.857743,0:01:59.857743,8711581696,33,486665113,"{'connections': 33, 'loads': 4205098, 'stores': 1159547, 'commits': 23223, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 9, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf66d03afd211'}",,,2024-10-13 15:09:03.959517
iteration_016,111.830366,0:01:51.830366,8747769856,33,512422991,"{'connections': 33, 'loads': 4495340, 'stores': 1240892, 'commits': 24763, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 10, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf66eccf12755'}",,,2024-10-13 15:10:55.789883
iteration_017,92.573315,0:01:32.573315,8776126464,33,535456005,"{'connections': 33, 'loads': 4751376, 'stores': 1313011, 'commits': 26296, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 10, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6706ca4a3ee'}",,,2024-10-13 15:12:28.363198
iteration_018,109.755015,0:01:49.755015,8793378816,33,559971540,"{'connections': 33, 'loads': 5031568, 'stores': 1389989, 'commits': 27836, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 10, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf67242a13399'}",,,2024-10-13 15:14:18.118213
iteration_019,97.605631,0:01:37.605631,8821600256,33,583507544,"{'connections': 33, 'loads': 5291913, 'stores': 1463710, 'commits': 29361, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 10, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf673ce343b33'}",,,2024-10-13 15:15:55.723844
iteration_020,96.277829,0:01:36.277829,8872505344,33,608536322,"{'connections': 33, 'loads': 5579301, 'stores': 1542355, 'commits': 30895, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 12, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6757ea15155'}",,,2024-10-13 15:17:32.001673
iteration_021,112.068036,0:01:52.068036,8906178560,33,633873259,"{'connections': 33, 'loads': 5856103, 'stores': 1622120, 'commits': 32421, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 14, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6775c90f955'}",,,2024-10-13 15:19:24.069709
iteration_022,97.867996,0:01:37.867996,8985419776,33,657738976,"{'connections': 33, 'loads': 6126747, 'stores': 1696642, 'commits': 33972, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 16, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf678f3187500'}",,,2024-10-13 15:21:01.937705
iteration_023,120.047194,0:02:00.047194,9028980736,33,682564312,"{'connections': 33, 'loads': 6397069, 'stores': 1774627, 'commits': 35513, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 17, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf67af00844cc'}",,,2024-10-13 15:23:01.984899
iteration_024,105.583546,0:01:45.583546,9079148544,33,707301848,"{'connections': 33, 'loads': 6675671, 'stores': 1852129, 'commits': 37073, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 18, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf67cb16a6033'}",,,2024-10-13 15:24:47.568445
iteration_025,95.850039,0:01:35.850039,9104945152,33,732497207,"{'connections': 33, 'loads': 6951831, 'stores': 1931467, 'commits': 38608, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 18, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf67e4f272b44'}",,,2024-10-13 15:26:23.418484
iteration_026,100.044035,0:01:40.044035,9170358272,33,757347006,"{'connections': 33, 'loads': 7238454, 'stores': 2009181, 'commits': 40137, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 19, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf67ff5d07e22'}",,,2024-10-13 15:28:03.462519
iteration_027,89.46717,0:01:29.467170,9184698368,33,781457001,"{'connections': 33, 'loads': 7504998, 'stores': 2084669, 'commits': 41679, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 20, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf68180be9bee'}",,,2024-10-13 15:29:32.929689
iteration_028,115.283136,0:01:55.283136,9198456832,33,806060399,"{'connections': 33, 'loads': 7783194, 'stores': 2161708, 'commits': 43203, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 20, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf68358d0efcc'}",,,2024-10-13 15:31:28.212825
iteration_029,115.245696,0:01:55.245696,9212682240,33,830513674,"{'connections': 33, 'loads': 8054385, 'stores': 2238175, 'commits': 44743, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 20, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6855a30f299'}",,,2024-10-13 15:33:23.458521
iteration_030,94.133216,0:01:34.133216,9228075008,33,854781713,"{'connections': 33, 'loads': 8327189, 'stores': 2314096, 'commits': 46285, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 22, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf686db727b11'}",,,2024-10-13 15:34:57.591737
iteration_031,101.339801,0:01:41.339801,9236803584,33,879715279,"{'connections': 33, 'loads': 8602722, 'stores': 2392266, 'commits': 47821, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 22, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6888a669144'}",,,2024-10-13 15:36:38.931538
iteration_032,99.92035,0:01:39.920350,9243897856,33,903880870,"{'connections': 33, 'loads': 8873488, 'stores': 2467762, 'commits': 49358, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 22, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf68a46943044'}",,,2024-10-13 15:38:18.851888
iteration_033,124.042601,0:02:04.042601,9274429440,33,928307801,"{'connections': 33, 'loads': 9151537, 'stores': 2543808, 'commits': 50931, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 24, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf68c58b3e311'}",,,2024-10-13 15:40:22.894489
iteration_034,104.671348,0:01:44.671348,9275834368,33,952401266,"{'connections': 33, 'loads': 9422504, 'stores': 2619101, 'commits': 52448, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 24, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf68dfc5a7266'}",,,2024-10-13 15:42:07.565837
iteration_035,124.329798,0:02:04.329798,9300541440,33,975993305,"{'connections': 33, 'loads': 9686547, 'stores': 2692642, 'commits': 53982, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6901e69e122'}",,,2024-10-13 15:44:11.895635
iteration_036,121.692231,0:02:01.692231,9320960000,33,1001232560,"{'connections': 33, 'loads': 10022420, 'stores': 2771661, 'commits': 55509, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6921fea9055'}",,,2024-10-13 15:46:13.587866
iteration_037,109.729087,0:01:49.729087,9342566400,33,1025450479,"{'connections': 33, 'loads': 10295870, 'stores': 2847249, 'commits': 57034, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf69402502b22'}",,,2024-10-13 15:48:03.316953
iteration_038,110.912861,0:01:50.912861,9337466880,33,1050593600,"{'connections': 33, 'loads': 10566219, 'stores': 2925983, 'commits': 58575, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf695cafa4900'}",,,2024-10-13 15:49:54.229814
iteration_039,96.6393,0:01:36.639300,9345572864,33,1075710063,"{'connections': 33, 'loads': 10844201, 'stores': 3004518, 'commits': 60094, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6976c228a88'}",,,2024-10-13 15:51:30.869114
iteration_040,96.062434,0:01:36.062434,9358278656,33,1100849246,"{'connections': 33, 'loads': 11121316, 'stores': 3083227, 'commits': 61628, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 25, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6991633b066'}",,,2024-10-13 15:53:06.931548
iteration_041,98.828844,0:01:38.828844,9392746496,33,1125026965,"{'connections': 33, 'loads': 11398905, 'stores': 3158418, 'commits': 63177, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 26, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf69ab004e333'}",,,2024-10-13 15:54:45.760392
iteration_042,100.437227,0:01:40.437227,9403539456,33,1150008010,"{'connections': 33, 'loads': 11664899, 'stores': 3236579, 'commits': 64714, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 29, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf69c5b6f03dd'}",,,2024-10-13 15:56:26.197619
iteration_043,94.823135,0:01:34.823135,9408892928,33,1174478648,"{'connections': 33, 'loads': 11933309, 'stores': 3313304, 'commits': 66226, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 29, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf69df1b1a877'}",,,2024-10-13 15:58:01.020754
iteration_044,99.89754,0:01:39.897540,9426812928,33,1199303085,"{'connections': 33, 'loads': 12214281, 'stores': 3391107, 'commits': 67759, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 29, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf69f9c9dbaaa'}",,,2024-10-13 15:59:40.918294
iteration_045,105.204587,0:01:45.204587,9457033216,33,1223339564,"{'connections': 33, 'loads': 12487426, 'stores': 3466045, 'commits': 69295, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 30, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6a14cb6c2bb'}",,,2024-10-13 16:01:26.122881
iteration_046,106.354751,0:01:46.354751,9453985792,33,1248971223,"{'connections': 33, 'loads': 12774286, 'stores': 3546489, 'commits': 70861, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 31, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6a3262df355'}",,,2024-10-13 16:03:12.477632
iteration_047,100.569183,0:01:40.569183,9465606144,33,1274240776,"{'connections': 33, 'loads': 13060589, 'stores': 3625811, 'commits': 72382, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 31, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6a4da1187cc'}",,,2024-10-13 16:04:53.046815
iteration_048,126.123478,0:02:06.123478,9465450496,33,1299063568,"{'connections': 33, 'loads': 13339046, 'stores': 3703483, 'commits': 73933, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 31, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6a6ed027911'}",,,2024-10-13 16:06:59.170293
iteration_049,101.661119,0:01:41.661119,9490726912,33,1324044285,"{'connections': 33, 'loads': 13614892, 'stores': 3781680, 'commits': 75477, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 31, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6a89332ac99'}",,,2024-10-13 16:08:40.831412
iteration_050,105.053227,0:01:45.053227,9499058176,33,1348590941,"{'connections': 33, 'loads': 13881502, 'stores': 3858328, 'commits': 77038, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 31, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6aa5c26e511'}",,,2024-10-13 16:10:25.884639
iteration_051,99.281798,0:01:39.281798,9534115840,33,1372929289,"{'connections': 33, 'loads': 14156943, 'stores': 3934140, 'commits': 78576, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 33, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6abf6fd7c33'}",,,2024-10-13 16:12:05.166437
iteration_052,114.93386,0:01:54.933860,9531117568,33,1397086606,"{'connections': 33, 'loads': 14429645, 'stores': 4009548, 'commits': 80115, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 34, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6adee7b02ee'}",,,2024-10-13 16:14:00.100297
iteration_053,93.567634,0:01:33.567634,9541156864,33,1420285275,"{'connections': 33, 'loads': 14698502, 'stores': 4081463, 'commits': 81655, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6af84863e22'}",,,2024-10-13 16:15:33.667931
iteration_054,109.678663,0:01:49.678663,9552236544,33,1444040766,"{'connections': 33, 'loads': 14961269, 'stores': 4155385, 'commits': 83171, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6b1498f1eee'}",,,2024-10-13 16:17:23.346594
iteration_055,94.193848,0:01:34.193848,9560612864,33,1468174127,"{'connections': 33, 'loads': 15229324, 'stores': 4230613, 'commits': 84706, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6b2e47ea2cc'}",,,2024-10-13 16:18:57.540442
iteration_056,109.946325,0:01:49.946325,9576087552,33,1492916737,"{'connections': 33, 'loads': 15508464, 'stores': 4308032, 'commits': 86261, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6b4b08919bb'}",,,2024-10-13 16:20:47.486767
iteration_057,99.080955,0:01:39.080955,9604198400,33,1517064051,"{'connections': 33, 'loads': 15786005, 'stores': 4383280, 'commits': 87794, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6b65c976777'}",,,2024-10-13 16:22:26.567722
iteration_058,98.980796,0:01:38.980796,9623875584,33,1541048588,"{'connections': 33, 'loads': 16059830, 'stores': 4457886, 'commits': 89317, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 35, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6b80f3eb6dd'}",,,2024-10-13 16:24:05.548518
iteration_059,129.634732,0:02:09.634732,9638068224,33,1565244605,"{'connections': 33, 'loads': 16334771, 'stores': 4533208, 'commits': 90860, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 36, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6ba21cce800'}",,,2024-10-13 16:26:15.183250
iteration_060,94.022865,0:01:34.022865,9649963008,33,1589502959,"{'connections': 33, 'loads': 16606268, 'stores': 4608897, 'commits': 92392, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 37, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6bbc5ca5922'}",,,2024-10-13 16:27:49.206115
iteration_061,94.774294,0:01:34.774294,9663021056,33,1613297920,"{'connections': 33, 'loads': 16877698, 'stores': 4682911, 'commits': 93932, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 37, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6bd517c8855'}",,,2024-10-13 16:29:23.980409
iteration_062,105.216538,0:01:45.216538,9683025920,33,1638142096,"{'connections': 33, 'loads': 17148890, 'stores': 4760425, 'commits': 95450, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 37, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6bf164290dd'}",,,2024-10-13 16:31:09.196947
iteration_063,123.226782,0:02:03.226782,9685999616,33,1661854839,"{'connections': 33, 'loads': 17422166, 'stores': 4833993, 'commits': 96989, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 38, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6c1202a9f00'}",,,2024-10-13 16:33:12.423729
iteration_064,100.007921,0:01:40.007921,9694228480,33,1686450573,"{'connections': 33, 'loads': 17695958, 'stores': 4910560, 'commits': 98512, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 38, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6c2cf1afe99'}",,,2024-10-13 16:34:52.431650
iteration_065,106.685657,0:01:46.685657,9718173696,33,1711821939,"{'connections': 33, 'loads': 17976197, 'stores': 4989783, 'commits': 100054, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 40, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6c494d18cee'}",,,2024-10-13 16:36:39.117307
iteration_066,100.142232,0:01:40.142232,9723207680,33,1736489187,"{'connections': 33, 'loads': 18253370, 'stores': 5066576, 'commits': 101607, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 40, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6c6402e7055'}",,,2024-10-13 16:38:19.259539
iteration_067,109.30211,0:01:49.302110,9734291456,33,1760647591,"{'connections': 33, 'loads': 18522679, 'stores': 5141768, 'commits': 103143, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 41, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6c812585acc'}",,,2024-10-13 16:40:08.561649
iteration_068,125.182471,0:02:05.182471,9727885312,33,1785279800,"{'connections': 33, 'loads': 18796207, 'stores': 5218429, 'commits': 104666, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 41, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6ca1e64f966'}",,,2024-10-13 16:42:13.744120
iteration_069,101.310595,0:01:41.310595,9724416000,33,1810500021,"{'connections': 33, 'loads': 19077300, 'stores': 5297251, 'commits': 106209, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 43, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6cbcfc6a6dd'}",,,2024-10-13 16:43:55.054715
iteration_070,101.425244,0:01:41.425244,9734627328,33,1835420200,"{'connections': 33, 'loads': 19383733, 'stores': 5374984, 'commits': 107727, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 43, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6cd944b9c11'}",,,2024-10-13 16:45:36.479959
iteration_071,116.64421,0:01:56.644210,9740034048,33,1860352039,"{'connections': 33, 'loads': 19680959, 'stores': 5452869, 'commits': 109269, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 44, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6cf7b01a588'}",,,2024-10-13 16:47:33.124169
iteration_072,105.507221,0:01:45.507221,9752461312,33,1884852391,"{'connections': 33, 'loads': 19956447, 'stores': 5529183, 'commits': 110804, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 44, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6d137666711'}",,,2024-10-13 16:49:18.631390
iteration_073,100.132998,0:01:40.132998,9756778496,33,1909343821,"{'connections': 33, 'loads': 20222009, 'stores': 5605456, 'commits': 112342, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6d2ded71a33'}",,,2024-10-13 16:50:58.764388
iteration_074,100.280287,0:01:40.280287,9761599488,33,1934316576,"{'connections': 33, 'loads': 20499022, 'stores': 5683343, 'commits': 113891, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6d49a618c88'}",,,2024-10-13 16:52:39.044675
iteration_075,116.131279,0:01:56.131279,9768656896,33,1958900037,"{'connections': 33, 'loads': 20784242, 'stores': 5759921, 'commits': 115435, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6d689797288'}",,,2024-10-13 16:54:35.175954
iteration_076,110.401623,0:01:50.401623,9781567488,33,1983476423,"{'connections': 33, 'loads': 21065620, 'stores': 5836413, 'commits': 116969, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6d86429e9bb'}",,,2024-10-13 16:56:25.577577
iteration_077,103.055452,0:01:43.055452,9792839680,33,2007148791,"{'connections': 33, 'loads': 21332263, 'stores': 5909897, 'commits': 118501, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6da0bd67ddd'}",,,2024-10-13 16:58:08.633029
iteration_078,115.295115,0:01:55.295115,9790828544,33,2031956372,"{'connections': 33, 'loads': 21608329, 'stores': 5987361, 'commits': 120053, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 45, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6dbf83fa9ee'}",,,2024-10-13 17:00:03.928144
iteration_079,99.413445,0:01:39.413445,9797627904,33,2055826343,"{'connections': 33, 'loads': 21879577, 'stores': 6061352, 'commits': 121598, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6dd9e2088dd'}",,,2024-10-13 17:01:43.341589
iteration_080,120.812279,0:02:00.812279,9806524416,33,2080346664,"{'connections': 33, 'loads': 22148338, 'stores': 6137678, 'commits': 123135, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6dfa3657e66'}",,,2024-10-13 17:03:44.153868
iteration_081,104.739565,0:01:44.739565,9820401664,33,2104100580,"{'connections': 33, 'loads': 22420141, 'stores': 6211418, 'commits': 124652, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6e15f83f477'}",,,2024-10-13 17:05:28.893433
iteration_082,99.601713,0:01:39.601713,9819611136,33,2128103629,"{'connections': 33, 'loads': 22688667, 'stores': 6285928, 'commits': 126205, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6e30fb7fc99'}",,,2024-10-13 17:07:08.495146
iteration_083,99.877249,0:01:39.877249,9824006144,33,2152736921,"{'connections': 33, 'loads': 22964168, 'stores': 6362639, 'commits': 127725, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6e4c315b0ee'}",,,2024-10-13 17:08:48.372395
iteration_084,120.89267,0:02:00.892670,9835081728,33,2177555675,"{'connections': 33, 'loads': 23237220, 'stores': 6440085, 'commits': 129276, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6e6bf1ab8aa'}",,,2024-10-13 17:10:49.265065
iteration_085,111.158173,0:01:51.158173,9846550528,33,2203059004,"{'connections': 33, 'loads': 23526099, 'stores': 6519692, 'commits': 130819, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 46, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6e88d0d5699'}",,,2024-10-13 17:12:40.423238
iteration_086,93.490311,0:01:33.490311,9847209984,33,2226451633,"{'connections': 33, 'loads': 23788271, 'stores': 6592107, 'commits': 132366, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 47, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6ea344cd944'}",,,2024-10-13 17:14:13.913549
iteration_087,99.475616,0:01:39.475616,9831636992,33,2250488688,"{'connections': 33, 'loads': 24061439, 'stores': 6666579, 'commits': 133889, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 48, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6ebc577f422'}",,,2024-10-13 17:15:53.389165
iteration_088,127.080463,0:02:07.080463,9837355008,33,2275883980,"{'connections': 33, 'loads': 24334445, 'stores': 6746034, 'commits': 135414, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 48, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6edec6bedcc'}",,,2024-10-13 17:18:00.469628
iteration_089,124.529333,0:02:04.529333,9853120512,33,2300127246,"{'connections': 33, 'loads': 24610658, 'stores': 6821213, 'commits': 136957, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 48, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6f002a30d22'}",,,2024-10-13 17:20:04.998961
iteration_090,111.056184,0:01:51.056184,9859436544,33,2325695112,"{'connections': 33, 'loads': 24885260, 'stores': 6901365, 'commits': 138489, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 48, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6f1cc48e988'}",,,2024-10-13 17:21:56.055145
iteration_091,109.822375,0:01:49.822375,9868345344,33,2349393818,"{'connections': 33, 'loads': 25162297, 'stores': 6974652, 'commits': 140024, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 48, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6f3b2b98144'}",,,2024-10-13 17:23:45.877520
iteration_092,125.609841,0:02:05.609841,9861926912,33,2374536184,"{'connections': 33, 'loads': 25436728, 'stores': 7053116, 'commits': 141581, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6f5cc7a3722'}",,,2024-10-13 17:25:51.487361
iteration_093,105.487896,0:01:45.487896,9880850432,33,2399551003,"{'connections': 33, 'loads': 25713891, 'stores': 7130971, 'commits': 143127, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 49, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6f78e40c366'}",,,2024-10-13 17:27:36.975257
iteration_094,124.883198,0:02:04.883198,9895768064,33,2424031248,"{'connections': 33, 'loads': 25989744, 'stores': 7206966, 'commits': 144680, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6f99b982766'}",,,2024-10-13 17:29:41.858455
iteration_095,111.87245,0:01:51.872450,9906606080,33,2449897095,"{'connections': 33, 'loads': 26282936, 'stores': 7287864, 'commits': 146230, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6fb75da9822'}",,,2024-10-13 17:31:33.730905
iteration_096,119.876803,0:01:59.876803,9913675776,33,2473945200,"{'connections': 33, 'loads': 26553686, 'stores': 7362451, 'commits': 147774, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 50, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6fd83f5e244'}",,,2024-10-13 17:33:33.607708
iteration_097,131.815552,0:02:11.815552,9924251648,33,2499792404,"{'connections': 33, 'loads': 26841032, 'stores': 7443074, 'commits': 149313, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 51, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf6ffaa78da22'}",,,2024-10-13 17:35:45.423260
iteration_098,131.768738,0:02:11.768738,9929932800,33,2524873320,"{'connections': 33, 'loads': 27124028, 'stores': 7521226, 'commits': 150840, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 51, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf701eaf1c411'}",,,2024-10-13 17:37:57.191998
iteration_099,108.185927,0:01:48.185927,9934528512,33,2551014725,"{'connections': 33, 'loads': 27410417, 'stores': 7603040, 'commits': 152372, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 51, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf703b4475add'}",,,2024-10-13 17:39:45.377925
iteration_100,129.572583,0:02:09.572583,9957142528,33,2574659147,"{'connections': 33, 'loads': 27677897, 'stores': 7676075, 'commits': 153904, 'aborts': 0, 'active_txns': 0, 'lock_time': None, 'conflicts': 54, 'conflicts_resolved': 0, 'start': 'Sun Oct 13 14:43:24 2024', 'waiting': 0, 'timeout-thread-is-alive': 'stub', 'last-transaction': '03fbf705cb00b255'}",,,2024-10-13 17:41:54.950508
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment